try this http://ysmart.cse.ohio-state.edu/online.html
On Thu, Feb 20, 2014 at 5:55 PM, Ranjini Rathinam <[email protected]>wrote: > 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 > > > > > -- Nitin Pawar
