From 6ef240ac78e03fd117104b627abe2ed8bf81f54c Mon Sep 17 00:00:00 2001 From: Mahmoud Ismail Date: Fri, 26 Jun 2026 16:02:50 +0200 Subject: [PATCH] [HWORKS-2908] Remove the per-project Hive DB from admin project docs The general-purpose .db and its quota are being removed (ee/front/helm): - drop the "Hive DB" storage-quota bullet (and fix the count: two areas, not three) - drop the hive_default_quota admin variable Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/setup_installation/admin/project.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/setup_installation/admin/project.md b/docs/setup_installation/admin/project.md index 086754e47f..fa46b6e05c 100644 --- a/docs/setup_installation/admin/project.md +++ b/docs/setup_installation/admin/project.md @@ -33,12 +33,10 @@ By clicking on the _edit configuration_ link of a project you will be able to ed ### Storage Storage quota represents the amount of data a project can store. -The storage quota is broken down in three different areas: +The storage quota is broken down in two different areas: - **Feature Store**: This represents the storage quota for files and directories stored in the `_featurestore.db` dataset in the project. This dataset contains all the feature group offline data for the project. -- **Hive DB**: This represents the storage quota for files and directories stored in the `[projectName].db` dataset in the project. -This is a general purpose Hive database for the project that can be used for analytics. - **Project**: This represents the storage quota for all the data stored on any other dataset. Each storage quota is divided into space quota, i.e., how much space the files can consume, and namespace quota, i.e., how many files and directories there can be. @@ -52,7 +50,6 @@ Administrators can change this default by changing the following configuration i hopsworks: featurestore_default_quota: [default quota in bytes, -1 to disable] hdfs_default_quota: [default quota in bytes, -1 to disable] - hive_default_quota: [default quota in bytes, -1 to disable] ``` The values specified will be set during project creation and administrators will be able to customize each project using this UI.