TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HBase Commands

Apache HBase Commands for beginners and professionals with examples on hive, pig, hbase, hdfs, mapreduce, oozie, zooker, spark, sqoop

<< Back to HBASE

HBase Commands

A list of HBase commands are given below.

  • Create: Creates a new table identified by 'table1' and Column Family identified by 'colf'.
  • Put: Inserts a new record into the table with row identified by 'row..'
  • Scan: returns the data stored in table
  • Get: Returns the records matching the row identifier provided in the table
  • Help: Get a list of commands
create 'table1', 'colf'
list 'table1'
 put 'table1', 'row1', 'colf:a', 'value1'
 put 'table1', 'row1', 'colf:b', 'value2'
 put 'table1', 'row2', 'colf:a', 'value3'
 scan 'table1'
 get 'table1', 'row1'
Next TopicHBase Example




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf