[ 
https://issues.apache.org/jira/browse/MESOS-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13664326#comment-13664326
 ] 

Chris A. Mattmann commented on MESOS-480:
-----------------------------------------

Vinod, I mean that sure it posts to mesos-dev@, but it's an automated email 
where if I'm on a phone and read it, I have to navigate through JIRA :) Email 
threads are a bit more pervasive and easier for folks to follow along the convo 
:)
                
> 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

Reply via email to