Hi,

How to implement the Hive query such as

select * from table comp;

select empId from comp where sal>12000;

in mapreduce.

Need to use this query in mapreduce code. How to implement the above query
in the code using mapreduce , JAVA.


Please provide the sample code.

Thanks in advance for the support

Regards

Ranjini

Reply via email to