Hi, I'm having trouble getting to work a modified version of the of hello-samza (i just replaced the 3 wikipedia streaming tasks with my own task).
When I do *mvn clean package* and then extract the generated tar.gz file I can't find samza-api.jar & sl4j-api.jar under the lib folder which cause the failure of the submission (i.e. run-job.sh) with a class not found exception. I had to add these jars manually so that the submission works but then on the ResourceManger's UI I see the job as failed (containers exiting with something like -1000). I can't find the logs left by the app master or any one of the containers. I'm enabling logs aggregation, on hdfs I can see a log file with a name like appId_hostname_port.log but *yarn logs -applicarionId <appId>* prints just the content of the classpath. Any hint that could help investigating this issue? bests
