Skip to content

Instantly share code, notes, and snippets.

@sixtus
Created February 8, 2013 13:04
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/4738937 to your computer and use it in GitHub Desktop.
Save sixtus/4738937 to your computer and use it in GitHub Desktop.
attempt_201301291408_2900_r_000000_0: java.lang.NullPointerException
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.index.v1.QueryableIndexIndexableAdapter$2$1.next(QueryableIndexIndexableAdapter.java:214)
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.index.v1.QueryableIndexIndexableAdapter$2$1.next(QueryableIndexIndexableAdapter.java:152)
attempt_201301291408_2900_r_000000_0: at com.google.common.collect.Iterators$8.next(Iterators.java:811)
attempt_201301291408_2900_r_000000_0: at com.google.common.collect.Iterators$8.next(Iterators.java:811)
attempt_201301291408_2900_r_000000_0: at com.google.common.collect.Iterators$PeekingImpl.peek(Iterators.java:1186)
attempt_201301291408_2900_r_000000_0: at com.metamx.common.guava.MergeIterator$1.compare(MergeIterator.java:46)
attempt_201301291408_2900_r_000000_0: at com.metamx.common.guava.MergeIterator$1.compare(MergeIterator.java:42)
attempt_201301291408_2900_r_000000_0: at java.util.PriorityQueue.siftUpUsingComparator(PriorityQueue.java:649)
attempt_201301291408_2900_r_000000_0: at java.util.PriorityQueue.siftUp(PriorityQueue.java:627)
attempt_201301291408_2900_r_000000_0: at java.util.PriorityQueue.offer(PriorityQueue.java:329)
attempt_201301291408_2900_r_000000_0: at java.util.PriorityQueue.add(PriorityQueue.java:306)
attempt_201301291408_2900_r_000000_0: at com.metamx.common.guava.MergeIterator.<init>(MergeIterator.java:55)
attempt_201301291408_2900_r_000000_0: at com.metamx.common.guava.MergeIterable.iterator(MergeIterable.java:49)
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.CombiningIterable.iterator(CombiningIterable.java:95)
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.index.v1.IndexMerger.makeIndexFiles(IndexMerger.java:622)
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.index.v1.IndexMerger.merge(IndexMerger.java:294)
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.index.v1.IndexMerger.mergeQueryableIndex(IndexMerger.java:156)
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.indexer.IndexGeneratorJob$IndexGeneratorReducer.reduce(IndexGeneratorJob.java:315)
attempt_201301291408_2900_r_000000_0: at com.metamx.druid.indexer.IndexGeneratorJob$IndexGeneratorReducer.reduce(IndexGeneratorJob.java:196)
attempt_201301291408_2900_r_000000_0: at org.apache.hadoop.mapreduce.Reducer.run(Reducer.java:176)
attempt_201301291408_2900_r_000000_0: at org.apache.hadoop.mapred.ReduceTask.runNewReducer(ReduceTask.java:650)
attempt_201301291408_2900_r_000000_0: at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:418)
attempt_201301291408_2900_r_000000_0: at org.apache.hadoop.mapred.Child$4.run(Child.java:255)
attempt_201301291408_2900_r_000000_0: at java.security.AccessController.doPrivileged(Native Method)
attempt_201301291408_2900_r_000000_0: at javax.security.auth.Subject.doAs(Subject.java:415)
attempt_201301291408_2900_r_000000_0: at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1136)
attempt_201301291408_2900_r_000000_0: 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