You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/05/22 19:29:25 UTC

[jira] [Created] (MESOS-480) Hadoop fails on Apache Jenkins

Vinod Kone created MESOS-480:
--------------------------------

             Summary: Hadoop fails on Apache Jenkins
                 Key: MESOS-480
                 URL: https://issues.apache.org/jira/browse/MESOS-480
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone


Let's go ahead and try and start the JobTracker via:
  $ cd ..
  $ ./bin/hadoop jobtracker



JobTracker started at 9074.

Waiting 5 seconds for it to start. . . . . .
Alright, now let's run the "wordcount" example via:

  $ ./bin/hadoop jar hadoop-examples-2.0.0-mr1-cdh4.2.0.jar wordcount   src/contrib/mesos/src/java/org/apache/hadoop/mapred out


SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Hadoop-hadoop-2.0.0-mr1-cdh4.2.0/build/hadoop/hadoop-2.0.0-mr1-cdh4.2.0/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Hadoop-hadoop-2.0.0-mr1-cdh4.2.0/build/hadoop/hadoop-2.0.0-mr1-cdh4.2.0/build/ivy/lib/Hadoop/common/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
13/05/22 09:18:10 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
13/05/22 09:18:11 ERROR security.UserGroupInformation: PriviledgedActionException as:jenkins (auth:SIMPLE) cause:java.io.IOException: Failed on local exception: java.io.IOException: Response is null.; Host Details : local host is: "janus/67.195.138.60"; destination host is: "localhost":54311; 
java.io.IOException: Failed on local exception: java.io.IOException: Response is null.; Host Details : local host is: "janus/67.195.138.60"; destination host is: "localhost":54311; 
	at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:760)
	at org.apache.hadoop.ipc.Client.call(Client.java:1229)
	at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:225)
	at org.apache.hadoop.mapred.$Proxy6.getStagingAreaDir(Unknown Source)
	at org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1325)
	at org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:102)
	at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:952)
	at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:946)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:396)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1407)
	at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:946)
	at org.apache.hadoop.mapreduce.Job.submit(Job.java:566)
	at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:596)
	at org.apache.hadoop.examples.WordCount.main(WordCount.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:72)
	at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:144)
	at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:64)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.util.RunJar.main(RunJar.java:208)
Caused by: java.io.IOException: Response is null.
	at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:941)
	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:836)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Hadoop fails on Apache Jenkins

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Hey Guys, 

Saw the below from Vinod. The way to help solve this would be
to bring some details to builds@apache.org, the mailing list for
the folks that maintain Jenkins@TheASF.

Beyond that, may be a good idea to subscribe to that list, and
then to also find some of the peeps who respond on it in #asfinfra
on IRC to ask more specific questions.

Cheers guys!

Cheers,
Chris


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: "Vinod Kone   (JIRA)" <ji...@apache.org>
Reply-To: "mesos-dev@incubator.apache.org" <me...@incubator.apache.org>
Date: Wednesday, May 22, 2013 10:29 AM
To: "mesos-dev@incubator.apache.org" <me...@incubator.apache.org>
Subject: [jira] [Created] (MESOS-480) Hadoop fails on Apache Jenkins

>Vinod Kone created MESOS-480:
>--------------------------------
>
>             Summary: Hadoop fails on Apache Jenkins
>                 Key: MESOS-480
>                 URL: https://issues.apache.org/jira/browse/MESOS-480
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>
>
>Let's go ahead and try and start the JobTracker via:
>  $ cd ..
>  $ ./bin/hadoop jobtracker
>
>
>
>JobTracker started at 9074.
>
>Waiting 5 seconds for it to start. . . . . .
>Alright, now let's run the "wordcount" example via:
>
>  $ ./bin/hadoop jar hadoop-examples-2.0.0-mr1-cdh4.2.0.jar wordcount
>src/contrib/mesos/src/java/org/apache/hadoop/mapred out
>
>
>SLF4J: Class path contains multiple SLF4J bindings.
>SLF4J: Found binding in
>[jar:file:/home/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Hadoop-
>hadoop-2.0.0-mr1-cdh4.2.0/build/hadoop/hadoop-2.0.0-mr1-cdh4.2.0/lib/slf4j
>-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>SLF4J: Found binding in
>[jar:file:/home/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Hadoop-
>hadoop-2.0.0-mr1-cdh4.2.0/build/hadoop/hadoop-2.0.0-mr1-cdh4.2.0/build/ivy
>/lib/Hadoop/common/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBin
>der.class]
>SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
>explanation.
>13/05/22 09:18:10 WARN util.NativeCodeLoader: Unable to load
>native-hadoop library for your platform... using builtin-java classes
>where applicable
>13/05/22 09:18:11 ERROR security.UserGroupInformation:
>PriviledgedActionException as:jenkins (auth:SIMPLE)
>cause:java.io.IOException: Failed on local exception:
>java.io.IOException: Response is null.; Host Details : local host is:
>"janus/67.195.138.60"; destination host is: "localhost":54311;
>java.io.IOException: Failed on local exception: java.io.IOException:
>Response is null.; Host Details : local host is: "janus/67.195.138.60";
>destination host is: "localhost":54311;
>	at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:760)
>	at org.apache.hadoop.ipc.Client.call(Client.java:1229)
>	at 
>org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.j
>ava:225)
>	at org.apache.hadoop.mapred.$Proxy6.getStagingAreaDir(Unknown Source)
>	at 
>org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1325)
>	at 
>org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmission
>Files.java:102)
>	at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:952)
>	at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:946)
>	at java.security.AccessController.doPrivileged(Native Method)
>	at javax.security.auth.Subject.doAs(Subject.java:396)
>	at 
>org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.
>java:1407)
>	at 
>org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:946)
>	at org.apache.hadoop.mapreduce.Job.submit(Job.java:566)
>	at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:596)
>	at org.apache.hadoop.examples.WordCount.main(WordCount.java:67)
>	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>	at 
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>39)
>	at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>pl.java:25)
>	at java.lang.reflect.Method.invoke(Method.java:597)
>	at 
>org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriv
>er.java:72)
>	at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:144)
>	at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:64)
>	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>	at 
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>39)
>	at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>pl.java:25)
>	at java.lang.reflect.Method.invoke(Method.java:597)
>	at org.apache.hadoop.util.RunJar.main(RunJar.java:208)
>Caused by: java.io.IOException: Response is null.
>	at 
>org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:941)
>	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:836)
>
>
>--
>This message is automatically generated by JIRA.
>If you think it was sent incorrectly, please contact your JIRA
>administrators
>For more information on JIRA, see: http://www.atlassian.com/software/jira