Skip to content

MLDSBigGuy/Hbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Hbase

Hbase is db for hadoop. Hadoop is a big data processing framework bit not a db

  • Hive and HBase are both data stores for storing unstructured data.

  • HBase is a NoSQL database used for real-time data streaming whereas Hive is not ideally a database but a mapreduce based SQL engine that runs on top of hadoop.

  • Ideally comparing Hive vs. HBase might not be right because HBase is a database

  • Hive is a SQL engine for batch processing of big data.

Hadoop distrbutors

  • Hortonworks
  • Cloudera

sqoop imports all data from relational databases to haddop. yu can insert sql querries at end of sqoop command with Conditions -m statement to get only specific rows or columns to hadoop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors