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

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

Subscribe on YouTube

Upcoming Training Events