Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

java.lang.IndexOutOfBoundsException

avatar
Super Collaborator

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

avatar
Super Collaborator

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

avatar
Super Collaborator

Execution engine from MR to TEZ

avatar
Master Mentor

Please post Hive logs

avatar
Super Collaborator

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