Skip to content

Instantly share code, notes, and snippets.

@sixtus
Created December 16, 2013 15:32
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 sixtus/7988894 to your computer and use it in GitHub Desktop.
Save sixtus/7988894 to your computer and use it in GitHub Desktop.
druid batch import failing on 0.6.30
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