-
-
Save miguno/2592251 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.RuntimeException: Error in configuring object | |
at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93) | |
at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64) | |
at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117) | |
at org.apache.hadoop.mapred.MapTask$OldOutputCollector.(MapTask.java:481) | |
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:391) | |
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:325) | |
at org.apache.hadoop.mapred.Child$4.run(Child.java:270) | |
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:1127) | |
at org.apache.hadoop.mapred.Child.main(Child.java:264) | |
Caused by: java.lang.reflect.InvocationTargetException | |
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.ReflectionUtils.setJobConf(ReflectionUtils.java:88) | |
... 10 more | |
Caused by: java.lang.IllegalArgumentException: can't read paritions file | |
at org.apache.hadoop.examples.terasort.TeraSort$TotalOrderPartitioner.configure(TeraSort.java:213) | |
... 15 more | |
Caused by: java.io.FileNotFoundException: File _partition.lst does not exist. | |
at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:383) | |
at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:251) | |
at org.apache.hadoop.fs.FileSystem.getLength(FileSystem.java:776) | |
at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1424) | |
at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1419) | |
at org.apache.hadoop.examples.terasort.TeraSort$TotalOrderPartitioner.readPartitions(TeraSort.java:153) | |
at org.apache.hadoop.examples.terasort.TeraSort$TotalOrderPartitioner.configure(TeraSort.java:210) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment