We're having an issue with getting dependencies deployed to the remote jobtracker running our Cascading job.
Our job is a pretty straightforward Cascading job:
<bean id="flowDef"...
Type: Posts; User: ngroenke; Keyword(s):
We're having an issue with getting dependencies deployed to the remote jobtracker running our Cascading job.
Our job is a pretty straightforward Cascading job:
<bean id="flowDef"...
Replied to your other post on this as well. I think the solution is to add the hadoop-examples dependency:
You may need to add the hadoop-examples dependency which has those example classes.
...
You may need to add the hadoop-examples dependency which has those example classes.
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-examples</artifactId>
</dependency>