Do we have an option to use disks for persistent hbase data instead of using ADLS or azure storage for HDINSIGHT hbase cluster?

Karthik Gummadi 0 Reputation points
2026-02-23T12:12:03.3866667+00:00

Do we have an option to use disks for persistent hbase data instead of using ADLS or azure storage for HDINSIGHT hbase cluster?

Azure Data Lake Storage
Azure Data Lake Storage

An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-02-23T12:12:13.3566667+00:00

    Yes, you can use disks for persistent HBase data in an Azure HDInsight cluster. The Accelerated Writes feature allows you to attach premium SSD-managed disks to every RegionServer (worker node). This means that Write Ahead Logs are written to the Hadoop File System (HDFS) mounted on these premium managed disks instead of using Azure Data Lake Storage (ADLS) or Azure Storage. This setup provides low write-latency and better resiliency for your applications.


    References:

    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.