Support Questions

Find answers, ask questions, and share your expertise

java.lang.IndexOutOfBoundsException

Expert Contributor

Just upgraded HDP from 2.2 to 2.3.4. & default execution engine to MR to TEZ. table we are querying has 2.4Billion rows

select * from lowes_clickstream.clickstream_mobile limit 100; Error: java.io.IOException: java.lang.IndexOutOfBoundsException: toIndex = 993 (state=,code=0) 0: jdbc:hive2://hadoop-sa:8443/default>

1 ACCEPTED SOLUTION

Expert Contributor

it is an issue with meta data..we just dropped it and recreated the table and all is well...

View solution in original post

3 REPLIES 3

Expert Contributor

Execution engine from MR to TEZ

Mentor

Please post Hive logs

Expert Contributor

it is an issue with meta data..we just dropped it and recreated the table and all is well...