Hello , I am trying to deploy samza on multi node yarn using HTTPFileSystem. I am running into classpath issues . Earlier few times it complained about no file system for Scheme HTTP.
I am using samza 0.8 and yarn 2.5.2 I have samza_yarn_2.10 jar in yarn_home/share/hadoop/hdfs/lib I also copied it to yarn_home/share/hadoop/yarn/lib Now I am getting Application application_1421283273623_0002 failed 2 times due to AM Container for appattempt_1421283273623_0002_000002 exited with exitCode: -1000 due to: java.lang.ClassNotFoundException: Class org.apache.samza.util.hadoop.HttpFileSystem not found .Failing this attempt.. Failing the application. Any Ideas ? Thanks, Snehal
