|
Post by Admin on Mar 14, 2014 18:44:29 GMT
Hire is one of the component of the Hadoop. Hire was initially introduced at facebook inorder to ful fill requirements with respect to ETL jobs. Extract transformation load. Hire is a datawarehouse system for Hadoop that facilitates easy data summarization, adhoc queries, and the analysis of large data sets stored in Hadoop compatible file systems. Hire provides a mechanism to project structure onto this data and query the data using a SQL like language called Hire QL. At the same time this language also allows traditional map/reduce programers to plug in their custom mappers and reducers when it is inconvenient or inefficient to express by logic in HiveQL.
|
|
|
Post by Pavan Kumar Uppala on Apr 11, 2014 6:22:54 GMT
Hi,
This is Pavan kumar
while doing log file processing that file contains sum junk values how to handle those junk values,
I want to separate the junk values fro my log file is it possible or not
please help me
|
|
|
Post by ravi m on Sept 3, 2014 20:11:27 GMT
Pavan, you need to write pig script to filter junk
|
|