Dowload Lastest Books On Hadoop

Amazon Best Deal !!

Powered by Blogger.

Thursday, December 15, 2016

INTRODUCTION TO HIVE


The term ‘Big Data’ is used for collections of large datasets that include huge volume, high velocity, and a variety of data that is increasing day by day. Using traditional data management systems, it is difficult to process Big Data. Therefore, the Apache Software...

Sunday, December 4, 2016

INTRODUCTION TO APACHE PIG IN HADOOP


What is Apache Pig? Apache Pig is an abstraction over MapReduce. It is a tool/platform which is used to analyze larger sets of data representing them as data flows. Pig is generally used with Hadoop; we can perform all the data manipulation operations in Hadoop using Apache Pig. To write data analysis programs, Pig provides a high-level language known as Pig Latin. This language provides various...