Pig Latin The Pig Latin is a data flow language used by Apache Pig to analyze the data in Hadoop. It is…
sqoop
-
-
HBase Read A read against HBase must be reconciled between the HFiles, MemStore & BLOCKCACHE.The BlockCache is designed to keep frequently accessed…
-
Apache Pig Run Modes Apache Pig executes in two modes: Local Mode and MapReduce Mode. Local Mode It executes in a single…
-
HBase Write When a write is made, by default, it goes into two places: write-ahead log (WAL), HLog, and in-memory write buffer,…
-
Pig UDF (User Defined Functions) To specify custom processing, Pig provides support for user-defined functions (UDFs). Thus, Pig allows us to create…
-
HBase Tutorial HBase tutorial provides basic and advanced concepts of HBase. Our HBase tutorial is designed for beginners and professionals. Hbase is…
-
Sqoop Export In previous cases, flow of data was from RDBMs to HDFS. Using “export” tool, we can import data from HDFS…
-
What is HDFS Hadoop comes with a distributed file system called HDFS. In HDFS data is distributed over several machines and replicated…
-
Sqoop Import We have tables in mySql database and we have to import it to HDFS using Sqoop.To see the content in…
-
HIVE Data Types Hive data types are categorized in numeric types, string types, misc types, and complex types. A list of Hive…