Are you a newcomer to NoSQL, interested in gaining a real understanding of the technologies and architectures it includes? This post is for you.
This is incredibly useful and a great overview. Recommended.
This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
Showing posts with label HBASE. Show all posts
Showing posts with label HBASE. Show all posts
Sunday, 7 August 2016
Monday, 3 November 2014
Introduction to HBase, the NoSQL Database for Hadoop
HBase is called the Hadoop database because it is a NoSQL database that runs on top of Hadoop. It combines the scalability of Hadoop by running on the Hadoop Distributed File System (HDFS), with real-time data access as a key/value store and deep analytic capabilities of Map Reduce. This article from +InformIT introduces HBase and describes how it organizes and manages data and then demonstrates how to set up a local HBase environment and interact with data using the HBase shell.
Subscribe to:
Posts (Atom)