|
|
Aaron Cordova 2011-12-22, 22:20
It looks like the mapreduce example uses the tool.sh script to grab all the classes needed to kick off a mapreduce over Accumulo, but is it also necessary to copy some Accumulo jars to tasktrackers? If so, which are required? Just accumulo-core.jar or thrift and zookeeper jars as well?
Aaron
Adam Fuchs 2011-12-22, 22:23
Take a look at the accumulo core dependencies as listed in the pom.xml. I think all of those might be required in the worst case, plus accumulo core itself.
Adam On Dec 22, 2011 5:20 PM, "Aaron Cordova" <[EMAIL PROTECTED]> wrote:
> It looks like the mapreduce example uses the tool.sh script to grab all > the classes needed to kick off a mapreduce over Accumulo, but is it also > necessary to copy some Accumulo jars to tasktrackers? If so, which are > required? Just accumulo-core.jar or thrift and zookeeper jars as well? > > Aaron
Aaron Cordova 2011-12-22, 22:28
yechh I was hoping this wasn't the case. but ok.
Thanks
On Dec 22, 2011, at 5:23 PM, Adam Fuchs wrote:
> Take a look at the accumulo core dependencies as listed in the pom.xml. I think all of those might be required in the worst case, plus accumulo core itself. > > Adam > > On Dec 22, 2011 5:20 PM, "Aaron Cordova" <[EMAIL PROTECTED]> wrote: > It looks like the mapreduce example uses the tool.sh script to grab all the classes needed to kick off a mapreduce over Accumulo, but is it also necessary to copy some Accumulo jars to tasktrackers? If so, which are required? Just accumulo-core.jar or thrift and zookeeper jars as well? > > Aaron
Keith Turner 2011-12-22, 22:43
I think you need zookeeper, thrift, accumulo-core, and cloudtrace jars for a map reduce job.
On Thu, Dec 22, 2011 at 5:20 PM, Aaron Cordova <[EMAIL PROTECTED]> wrote: > It looks like the mapreduce example uses the tool.sh script to grab all the classes needed to kick off a mapreduce over Accumulo, but is it also necessary to copy some Accumulo jars to tasktrackers? If so, which are required? Just accumulo-core.jar or thrift and zookeeper jars as well? > > Aaron
|
|