Question 2: Legacy Hive Metastore Support Timeline

Mahale, Saurav 0 Reputation points
2026-08-26T13:15:06.3933333+00:00

Starting September 30, 2026, new Databricks workspaces will be provisioned with Unity Catalog and without certain legacy features.

For existing workspaces, what is the official Databricks support timeline/end-of-support date for the legacy Hive Metastore?

Specifically:

  • Until what date can existing Production workspaces continue using the legacy Hive Metastore?
  • Will existing workspaces be automatically migrated or converted to Unity Catalog?
  • Will the legacy Hive Metastore remain available as a fallback after migrating the workspace to Unity Catalog?
  • Are there any planned dates when direct access to hive_metastore will be completely removed?

We would like to understand the recommended approach for maintaining a safe rollback/fallback option during our Production migration.

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


2 answers

Sort by: Newest
  1. Vinodh247-1375 44,476 Reputation points Volunteer Moderator
    2026-08-30T12:58:55.13+00:00

    The current documentation answers part of the question directly, but it is important to separate what Databricks has officially announced from what has not been announced.

    Starting September 26, new workspaces will be provisioned without access to certain legacy features, including the legacy Hive Metastore. However, Databricks explicitly states that existing workspaces and their workflows are not impacted by this change. Therefore, this date should not be interpreted as an end-of-support or shutdown date for Hive Metastore in existing production workspaces. (Azure Databricks documentation)

    With respect to the specific questions:

    1. How long can existing production workspaces continue using Hive Metastore?

    Based on the currently published documentation, Databricks has not announced an end-of-support date, retirement date, or removal date for Hive Metastore in existing workspaces. The September 30, 2026 milestone applies to the provisioning of new workspaces, not the operation of existing ones.

    1. Will existing workspaces be automatically converted to Unity Catalog?

    I could not find any documentation indicating automatic migration. Databricks recommends that customers migrate to Unity Catalog, but the migration process remains customer-managed and requires planning, validation, and execution by workspace administrators.

    1. Can Hive Metastore still be used after enabling Unity Catalog?

    Yes. Databricks documentation describes Unity Catalog as an additive governance layer. In Unity Catalog-enabled workspaces, the legacy Hive Metastore can still be accessed through the hive_metastore catalog. Databricks also documents migration approaches that allow both environments to coexist during transition periods. (Work with Hive Metastore alongside Unity Catalog)

    1. Is there a published date for complete removal of hive_metastore access?

    I could not find any official Databricks announcement that specifies a date when direct access to hive_metastore will be removed from existing workspaces. Current documentation continues to describe coexistence and migration scenarios, while recommending eventual migration away from the legacy model.

    Migration and rollback considerations

    One practical point for production migrations is that Databricks currently supports a phased transition model. Unity Catalog can be introduced while existing Hive Metastore assets remain available, allowing teams to validate governance, permissions, workloads, and operational processes before removing legacy dependencies.

    Databricks also documents Hive Metastore Federation as a migration option for organisations that want a gradual transition path instead of a large-scale cutover. The key objective should be to use Hive Metastore as a temporary compatibility mechanism during migration rather than as a long-term governance strategy.

    To sum-up, the published September 30, 2026 date is a new-workspace provisioning change, not a documented retirement date for Hive Metastore in existing workspaces. As of the current documentation, there is no announced end-of-support date, no automatic migration requirement, and no published date for complete removal of hive_metastore access in existing workspaces.

    Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-08-26T13:15:27.2266667+00:00

    The documented date is September 30, 2026 for a change to new workspaces only: new workspaces will be provisioned with Unity Catalog and without access to certain legacy features, including the legacy Hive metastore. The documentation explicitly states that existing workspaces and their workflows are not impacted by that change.

    From the provided documentation, there is no official end-of-support or removal date stated for the legacy Hive metastore in existing workspaces.

    Based on the documented guidance:

    • Existing Production workspaces can continue using the legacy Hive metastore beyond September 30, 2026, because that date applies to new workspaces, and existing workspaces are stated as not impacted.
    • Existing workspaces are not described as being automatically migrated or converted to Unity Catalog. The guidance is to prepare and migrate, and Databricks recommends upgrading existing workspaces to Unity Catalog, but the migration is not described as automatic.
    • After migrating to Unity Catalog, the legacy Hive metastore can still remain accessible unless access is explicitly disabled. By default, compute clusters continue to connect to the Hive metastore even after migration unless Hive metastore access is explicitly disabled.
    • There is no documented date in the provided sources when direct access to hive_metastore will be completely removed for existing workspaces.

    For fallback during Production migration, the documented model is:

    1. Use a hybrid workspace during transition, where Hive metastore objects continue to appear in the hive_metastore catalog alongside Unity Catalog.
    2. Migrate tables and workloads to Unity Catalog.
    3. Keep in mind this is a legacy workflow and does not provide the full governance capabilities of Unity Catalog.
    4. Only disable direct Hive metastore access after migration validation, because access is not disabled automatically.

    Databricks’ documented recommendation is to migrate off the legacy Hive metastore to Unity Catalog as soon as practical. The two documented migration paths are:

    • Upgrade all Hive metastore tables to Unity Catalog.
    • Use Hive metastore federation to create a more gradual transition path.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.