unsubscribe

2023-05-24 Thread Ranjini Rathinam

Reg:Hive query with mapreduce

2014-02-20 Thread Ranjini Rathinam
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 th

HIVE+MAPREDUCE

2014-01-21 Thread Ranjini Rathinam
Hi, Need to load the data into hive table using mapreduce, using java. Please suggest the code related to hive +mapreduce. Thanks in advance Ranjini R

Re: passing Xml using hive

2014-01-13 Thread Ranjini Rathinam
> > Hi, > > This is my xml file > > > > 100 > ranjini > IT1 > 123456 > nextlevel1 > > Chennai1 > Navallur1 > > > > 1001 > ranjinikumar > IT > 1234516 > nextlevel > > Chennai > Navallur > > > > > > In hive shell , i use xpath > > hive> select xpath(str,'/Company/Employee/ename/text()')

Fwd: passing Xml using hive

2014-01-09 Thread Ranjini Rathinam
Hi, This is my xml file 100 ranjini IT1 123456 nextlevel1 Chennai1 Navallur1 1001 ranjinikumar IT 1234516 nextlevel Chennai Navallur In hive shell , i use xpath hive> select xpath(str,'/Company/Employee/ename/text()') from hivexml; Total MapReduce jobs = 1 Launching Job 1 out of 1