Guest User

Untitled

a guest
Jul 30th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Namenode#1 (source cluster): hdfs://nn1:8020
  2. Namenode#2 (dest cluster): hdfs://nn2:8020
  3.  
  4. hadoop distcp hdfs://nn1:8020/user/testuser/temp/file-r-0000 hdfs://nn2:8020/user/testuser/dest
  5.  
  6. hadoop distcp hftp://nn1:8020/user/testuser/temp/file-r-0000 hdfs://nn2:8020/user/testuser/dest
  7.  
  8. 14/02/26 00:04:45 ERROR security.UserGroupInformation: PriviledgedActionException as:testuser@realm cause:java.net.SocketException: Unexpected end of file from server
  9. 14/02/26 00:04:45 ERROR security.UserGroupInformation: PriviledgedActionException as:testuser@realm cause:java.net.SocketException: Unexpected end of file from server
  10. 14/02/26 00:04:45 INFO fs.FileSystem: Couldn't get a delegation token from nn1ipaddress:8020
  11.  
  12. 14/02/26 00:05:43 ERROR security.UserGroupInformation: PriviledgedActionException as:testuser@realm1 cause:java.io.IOException: Couldn't setup connection for testuser@realm1 to nn/realm2
  13. With failures, global counters are inaccurate; consider running with -i
  14. Copy failed: java.io.IOException: Call to nn1ipaddress failed on local exception: java.io.IOException: Couldn't setup connection for testuser@realm1 to nn/realm2
  15.  
  16.  
  17. Caused by: java.io.IOException: Couldn't setup connection for testuser@realm1 to nn/realm2
  18. at org.apache.hadoop.ipc.Client$Connection$1.run(Client.java:560)
  19. at java.security.AccessController.doPrivileged(Native Method)
  20. at javax.security.auth.Subject.doAs(Subject.java:415)
  21. at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232)
  22. at org.apache.hadoop.ipc.Client$Connection.handleSaslConnectionFailure(Client.java:513)
  23. at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:616)
  24. at org.apache.hadoop.ipc.Client$Connection.access$2100(Client.java:203)
  25. at org.apache.hadoop.ipc.Client.getConnection(Client.java:1254)
  26. at org.apache.hadoop.ipc.Client.call(Client.java:1098)
  27. ... 26 more
Add Comment
Please, Sign In to add comment