Created
December 16, 2013 15:32
-
-
Save sixtus/7988894 to your computer and use it in GitHub Desktop.
druid batch import failing on 0.6.30
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
attempt_201311181919_17314_r_000000_2: java.lang.NullPointerException | |
attempt_201311181919_17314_r_000000_2: at io.druid.segment.incremental.IncrementalIndex.add(IncrementalIndex.java:188) | |
attempt_201311181919_17314_r_000000_2: at io.druid.indexer.IndexGeneratorJob$IndexGeneratorReducer.reduce(IndexGeneratorJob.java:289) | |
attempt_201311181919_17314_r_000000_2: at io.druid.indexer.IndexGeneratorJob$IndexGeneratorReducer.reduce(IndexGeneratorJob.java:237) | |
attempt_201311181919_17314_r_000000_2: at org.apache.hadoop.mapreduce.Reducer.run(Reducer.java:176) | |
attempt_201311181919_17314_r_000000_2: at org.apache.hadoop.mapred.ReduceTask.runNewReducer(ReduceTask.java:650) | |
attempt_201311181919_17314_r_000000_2: at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:418) | |
attempt_201311181919_17314_r_000000_2: at org.apache.hadoop.mapred.Child$4.run(Child.java:255) | |
attempt_201311181919_17314_r_000000_2: at java.security.AccessController.doPrivileged(Native Method) | |
attempt_201311181919_17314_r_000000_2: at javax.security.auth.Subject.doAs(Subject.java:415) | |
attempt_201311181919_17314_r_000000_2: at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1136) | |
attempt_201311181919_17314_r_000000_2: at org.apache.hadoop.mapred.Child.main(Child.java:249) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment