Re: Adding external jar

2013-04-04 Thread Dhruv
> But org/apache/accumulo/core/client/Instance exists in > */opt/accumulo/lib/accumulo-core-1.4.2.jar, > *any clue whats going wrong here? > > > > On Thu, Apr 4, 2013 at 3:57 PM, Dhruv wrote: > >> -libjar should work fine but you need to make sure that your jars are in

Re: Adding external jar

2013-04-04 Thread Dhruv
-libjar should work fine but you need to make sure that your jars are in the Hadoop client's classpath as well. Check HADOOP_CLASSPATH variable and see if it references your jars or not. If it doesn't, you can add "export HADOOP_CLASSPATH=/path/to/your/jar" in your conf/hadoop-env.sh file. On T

Re: OutputFormat and Reduce Task

2012-11-02 Thread Dhruv
Thanks Harsh, just to be clear--if I have a large key set and if I run with just one reducer which is the default, the OutputFormat and the RecordWriter will be constructed only once? On Thu, Nov 1, 2012 at 8:14 PM, Harsh J wrote: > Hi Dhruv, > > Inline. > > On Fri, Nov 2,

Re: JSR 107 with Hadoop

2012-08-15 Thread Dhruv
Done: https://issues.apache.org/jira/browse/HADOOP-8705 On Tue, Aug 14, 2012 at 9:49 PM, Arun C Murthy wrote: > Please open a jira, we can discuss there. > > thanks, > Arun > > On Aug 14, 2012, at 2:22 PM, Dhruv wrote: > > Have there been any attempts to integrate JSR