Search:

Type: Posts; User: ngroenke; Keyword(s):

Search: Search took 0.02 seconds.

  1. Shipping multiple dependencies with Cascading job.

    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"...
  2. Replied to your other post on this as well. I...

    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.
    ...
  3. You may need to add the hadoop-examples...

    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>
Results 1 to 3 of 3