Created
February 17, 2013 17:20
-
-
Save meadhikari/4972367 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
13/02/17 18:19:19 INFO util.NativeCodeLoader: Loaded the native-hadoop library | |
13/02/17 18:19:19 WARN snappy.LoadSnappy: Snappy native library not loaded | |
13/02/17 18:19:19 INFO mapred.FileInputFormat: Total input paths to process : 7 | |
13/02/17 18:19:19 INFO mapred.JobClient: Running job: job_local_0001 | |
13/02/17 18:19:20 INFO util.ProcessTree: setsid exited with exit code 0 | |
13/02/17 18:19:20 INFO mapred.Task: Using ResourceCalculatorPlugin : org.apache.hadoop.util.LinuxResourceCalculatorPlugin@28ab54eb | |
13/02/17 18:19:20 INFO mapred.MapTask: numReduceTasks: 1 | |
13/02/17 18:19:20 INFO mapred.MapTask: io.sort.mb = 100 | |
13/02/17 18:19:20 WARN mapred.LocalJobRunner: job_local_0001 | |
java.lang.OutOfMemoryError: Java heap space | |
at org.apache.hadoop.mapred.MapTask$MapOutputBuffer.<init>(MapTask.java:949) | |
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:428) | |
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372) | |
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212) | |
13/02/17 18:19:20 INFO mapred.JobClient: map 0% reduce 0% | |
13/02/17 18:19:20 INFO mapred.JobClient: Job complete: job_local_0001 | |
13/02/17 18:19:20 INFO mapred.JobClient: Counters: 0 | |
13/02/17 18:19:20 INFO mapred.JobClient: Job Failed: NA | |
java.io.IOException: Job failed! | |
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1327) | |
at org.apache.hadoop.examples.Grep.run(Grep.java:69) | |
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) | |
at org.apache.hadoop.examples.Grep.main(Grep.java:93) | |
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:68) | |
at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139) | |
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:156) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment