News

Microsoft Adds HBase Preview to HDInsight Big Data Cloud Service

The cloud-based Big Data service, Microsoft Azure HDInsight, now supports Apache HBase clusters.

Microsoft announced a technology preview of the Hadoop component just days after announcing HDInsight had been upgraded to the latest Hadoop release, version 2.4.

HBase is a non-relational distributed database technology running on top of the Hadoop Distributed File System (HDFS). The NoSQL (for "not only SQL) database open source technology is similar to the Bigtable project from Google Research.

"Use Apache HBase when you need random, real-time read/write access to your Big Data," the project's site says. "This project's goal is the hosting of very large tables -- billions of rows x millions of columns -- atop clusters of commodity hardware. Apache HBase is an open source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS."

The columnar, low-latency database can do online transaction processing (OLTP) functions such as updates, inserts and deletes of data in Hadoop, Microsoft said in a Friday announcement. HBase uses a set of tables that contain rows and column families that developers must define ahead of time, Microsoft said, but it's flexible because new columns can be added anytime to the column families. This gives HBase more schema flexibility to adapt to changing requirements quickly.

"This preview announcement will enable customers to run HBase as a managed cluster in the cloud (as an integrated feature of Azure HDInsight)," Microsoft said. "The HBase clusters are configured to store data directly in Azure Blob storage."

The use cases allowed by this, Microsoft said, include the building of interactive Web sites based on large Azure Blob datasets. Another example: "Building services that store sensor and telemetry data from millions of endpoints in Azure Blobs (which can then be analyzed using HDInsight (Hadoop)."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On with GitHub Copilot App Technical Preview: Turning a Blazor Issue into a PR

    GitHub's brand-new Copilot desktop app, in technical preview, handled a small Blazor issue from planning through pull request creation, but the hands-on test also showed why developers still need to verify agent work in the running app before merging.

  • At Build 2026, Microsoft Sets Up Windows as an OS for AI Agents

    Microsoft's Build 2026 Windows developer announcements point to a broader platform strategy for agentic AI, spanning terminal workflows, local models, app-building skills, Cloud PCs and operating system-level containment.

  • Slammed by Copilot Usage-Based Billing on Day 1, Facing $180 Bill for June

    A journalist using GitHub Copilot Pro details how a broken editorial workflow on day one of usage-based billing led to runaway token consumption, a projected $180 monthly bill, and practical tactics for cutting AI credit burn.

  • AdaBoost.R2 Regression Using C#

    AdaBoost.R2 regression works by building an ensemble of decision trees, training them on reweighted data, and combining their predictions with a weighted median, while also showing how parameter choices affect accuracy and overfitting.

Subscribe on YouTube