You are seeing an Hadoop error in Gobblin app, so the Kafka mailing list is probably not your best bet.
That said, Gobblin started a MapReduce job which failed. You need to look at the job log and the task logs for MapReduce to find out what happened. Gwen On Sat, May 7, 2016 at 10:51 AM, Mudit Kumar <mudit.ku...@askme.in> wrote: > Hi, > > I am getting below error while running my first job. > Any leads why this is happening? > > > [hdfs@analytics gobblin-dist]$bin/gobblin-mapreduce.sh --conf job/hadoop.conf > WARNING: Use "yarn jar" to launch YARN applications. > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/data1/globblin/gobblin/gobblin-dist/lib/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/usr/hdp/2.3.2.0-2950/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > Exception in thread "main" gobblin.runtime.JobException: Job > job_GobblinKafkaQuickStart_1462643305048 failed > at > gobblin.runtime.AbstractJobLauncher.launchJob(AbstractJobLauncher.java:357) > at > gobblin.runtime.mapreduce.CliMRJobLauncher.launchJob(CliMRJobLauncher.java:87) > at > gobblin.runtime.mapreduce.CliMRJobLauncher.run(CliMRJobLauncher.java:64) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84) > at > gobblin.runtime.mapreduce.CliMRJobLauncher.main(CliMRJobLauncher.java:110) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) > [hdfs@analytics gobblin-dist]$ > > Thanks, > Mudit