RE: ClassNotFoundException with custom InputFormat.

2015-06-17 Thread Bikas Saha
: Re: ClassNotFoundException with custom InputFormat. cross posting down to dev… should continue the discussion there I believe. as I understand it, all Cascading users familiar with packaging a Hadoop job jar with a lib folder, in which the packaged custom InputFormat is placed — pulled from

Re: ClassNotFoundException with custom InputFormat.

2015-06-17 Thread Chris K Wensel
cross posting down to dev… should continue the discussion there I believe. as I understand it, all Cascading users familiar with packaging a Hadoop job jar with a lib folder, in which the packaged custom InputFormat is placed — pulled from maven etc, will have this issue. this also expands to p

ClassNotFoundException with custom InputFormat.

2015-06-17 Thread Andre Kelpe
Hi, we are currently running into a problem when a user of Cascading uses a custom InputFormat with Tez. The ApplicationMaster is running into a ClassNotFoundException when calculating the splits, since we are unable to control the environment/classpath visibile to the ApplicationMaster. We have a