Share via

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.

{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-23T12:12:13.3566667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    0 comments No comments

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.