: 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
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
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