Hi, I know nothing about hadoop so this is only a guess but ...
On Wed, Jul 11, 2012 at 7:24 AM, Chris Guirl <gu...@clemson.edu> wrote: > Chris, thanks for your quick response. The only artifact ID I am using is: > > HADOOP = artifact('org.apache.hadoop:hadoop-client:jar:2.0.0-mr1-cdh4.0.1') This only includes that one dependency and not all of it's transitive dependencies. To collect transitive dependencies try; HADOOP = transitive('org.apache.hadoop:hadoop-client:jar:2.0.0-mr1-cdh4.0.1') -- Cheers, Peter Donald