Advertisement
Guest User

Untitled

a guest
Jan 9th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.28 KB | None | 0 0
  1. ubuntu@onlinelabs-15ae7c187615497fa4d5dc9f62332bae:~$ /var/lib/juju/agents/unit-hadoop-master-0/charm/scripts/terasort.sh
  2. OpenJDK Zero VM warning: You have loaded library /usr/local/hadoop/hadoop-2.2.0/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now.
  3. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
  4. 15/01/09 14:44:14 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  5. rm: Call From onlinelabs-15ae7c187615497fa4d5dc9f62332bae/10.1.8.95 to onlinelabs-15ae7c187615497fa4d5dc9f62332bae:9000 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
  6. OpenJDK Zero VM warning: You have loaded library /usr/local/hadoop/hadoop-2.2.0/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now.
  7. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
  8. 15/01/09 14:44:27 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  9. java.net.ConnectException: Call From onlinelabs-15ae7c187615497fa4d5dc9f62332bae/10.1.8.95 to onlinelabs-15ae7c187615497fa4d5dc9f62332bae:9000 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
  10.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  11.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  12.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  13.     at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  14.     at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:783)
  15.     at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:730)
  16.     at org.apache.hadoop.ipc.Client.call(Client.java:1351)
  17.     at org.apache.hadoop.ipc.Client.call(Client.java:1300)
  18.     at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
  19.     at com.sun.proxy.$Proxy7.getFileInfo(Unknown Source)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  22.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23.     at java.lang.reflect.Method.invoke(Method.java:606)
  24.     at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:186)
  25.     at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
  26.     at com.sun.proxy.$Proxy7.getFileInfo(Unknown Source)
  27.     at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:651)
  28.     at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1679)
  29.     at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1106)
  30.     at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1102)
  31.     at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
  32.     at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1102)
  33.     at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1397)
  34.     at org.apache.hadoop.examples.terasort.TeraGen.run(TeraGen.java:292)
  35.     at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
  36.     at org.apache.hadoop.examples.terasort.TeraGen.main(TeraGen.java:309)
  37.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  39.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40.     at java.lang.reflect.Method.invoke(Method.java:606)
  41.     at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:72)
  42.     at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:144)
  43.     at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:74)
  44.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  46.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47.     at java.lang.reflect.Method.invoke(Method.java:606)
  48.     at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
  49. Caused by: java.net.ConnectException: Connection refused
  50.     at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
  51.     at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
  52.     at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
  53.     at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:529)
  54.     at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:493)
  55.     at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:547)
  56.     at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:642)
  57.     at org.apache.hadoop.ipc.Client$Connection.access$2600(Client.java:314)
  58.     at org.apache.hadoop.ipc.Client.getConnection(Client.java:1399)
  59.     at org.apache.hadoop.ipc.Client.call(Client.java:1318)
  60.     ... 32 more
  61.  
  62.  * Kernel:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement