Skip to content

Instantly share code, notes, and snippets.

@spidaman
Created October 3, 2013 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spidaman/6813647 to your computer and use it in GitHub Desktop.
Save spidaman/6813647 to your computer and use it in GitHub Desktop.
error distcp'ing hfiles to a cluster newly enabled for short circuit reads
2013-10-03 07:22:21,724 ERROR org.apache.hadoop.security.UserGroupInformation: PriviledgedActionException as:klout (auth:SIMPLE) cause:java.io.IOException: Copied: 0 Skipped: 0 Failed: 1
2013-10-03 07:22:21,725 WARN org.apache.hadoop.mapred.Child: Error running child
java.io.IOException: Copied: 0 Skipped: 0 Failed: 1
at org.apache.hadoop.tools.DistCp$CopyFilesMapper.close(DistCp.java:582)
at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:417)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:332)
at org.apache.hadoop.mapred.Child$4.run(Child.java:268)
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:1408)
at org.apache.hadoop.mapred.Child.main(Child.java:262)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment