Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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...