Sqoop Import Problem ZipException

2014-07-11 Thread Vikas Jadhav
Hi I am trying import data from Sybase to HDFS but getting ZipException It looks like some the jars are not getting downloaded but not able to trace what is going wrong. Thanks. -- * Regards,* * Vikas *

Re: Reading partition for reducer

2013-04-01 Thread Vikas Jadhav
:29 AM, Steve Loughran wrote: > have you considered joining the u...@hadoop.apache.org and asking the > question there? > > On 1 April 2013 17:38, Vikas Jadhav wrote: > > > Hi > > > > I want process/store all data pertaining to one reducer. > > > > i w

Re: Reading partition for reducer

2013-04-01 Thread Vikas Jadhav
e > more ideal inside MapTask.java, latter in ReduceTask.java. > > On Mon, Apr 1, 2013 at 5:36 PM, Vikas Jadhav > wrote: > > Hello > > > > I want to process output of mapper to processed before it is sent to > > reducer. > > > > @ what point

Reading partition for reducer

2013-04-01 Thread Vikas Jadhav
Hello I want to process output of mapper to processed before it is sent to reducer. @ what point i should hook in my code processing i guess it is ReduceTask.java file if anyone knows reagarding this please help me in this. Thank You. -- * * * Thanx and Regards* * Vikas Jadhav*

shuffling one intermediate pair to more than one reducer

2013-03-24 Thread Vikas Jadhav
Hello I have use case where i want to shuffle same pair to more than one reducer. is there anyone tried this or can give suggestion how to implement it. I have crated jira for same https://issues.apache.org/jira/browse/MAPREDUCE-5063 Thank you. -- * * * Thanx and Regards* * Vikas Jadhav*

Re: Buiding Hadoop code from source

2013-03-01 Thread Vikas Jadhav
t; > > > I you want to checkout the latest source code and compile and build then > I > > think Hadoop wiki would be the best source to see the steps. > > > > http://wiki.apache.org/hadoop/HowToContribute > > > > -Original Message- > > From: Vi