What is Sqoop Sqoop is a command-line interface application for transferring data between relational databases and Hadoop. It supports incremental loads of…
big data
-
-
Starting Sqoop Sqoop is a command line tool with following structure sqoop TOOL PROPERTY_ARGS SQOOP_ARGS [– EXTRA_ARGS] TOOL indicates the operation eg:…
-
HBase Example Let’s see a HBase example to import data of a file in HBase table. Use Case We have to import…
-
What is YARN Yet Another Resource Manager takes programming to the next level beyond Java , and makes it interactive to let…
-
HBase Installation The prerequisite for HBase installation are Java and Hadoop installed on your Linux machine. Hbase can be installed in three…
-
MapReduce Tutorial MapReduce tutorial provides basic and advanced concepts of MapReduce. Our MapReduce tutorial is designed for beginners and professionals. Our MapReduce…
-
HBase MemStore The MemStore is a write buffer where HBase accumulates data in memory before a permanent write. Its contents are flushed…
-
Pig Data Types Apache Pig supports many data types. A list of Apache Pig Data Types with description and examples are given…
-
HBase Read A read against HBase must be reconciled between the HFiles, MemStore & BLOCKCACHE.The BlockCache is designed to keep frequently accessed…
-
Pig Example Use case: Using Pig find the most occurred start letter. Solution: Case 1: Load the data into bag named “lines”.…