You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Krishna Reddy (JIRA)" <ji...@apache.org> on 2016/08/05 07:21:20 UTC

[jira] [Created] (CARBONDATA-147) Describe formatted command failing

Krishna Reddy created CARBONDATA-147:
----------------------------------------

             Summary: Describe formatted command failing
                 Key: CARBONDATA-147
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-147
             Project: CarbonData
          Issue Type: Bug
          Components: data-query
    Affects Versions: 0.1.0-incubating
         Environment: SUSE11SP3, standalone application with Spark 1.5.2 and Hadoop 2.7.2 version
            Reporter: Krishna Reddy
            Priority: Minor


Describe formatted command failing with below error

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        at org.apache.hive.service.cli.Column.get(Column.java:281)
        at org.apache.hive.service.cli.ColumnBasedSet$1.next(ColumnBasedSet.java:130)
        at org.apache.hive.service.cli.ColumnBasedSet$1.next(ColumnBasedSet.java:117)
        at org.apache.hive.jdbc.HiveQueryResultSet.next(HiveQueryResultSet.java:374)
        at org.apache.hive.beeline.BufferedRows.<init>(BufferedRows.java:42)
        at org.apache.hive.beeline.BeeLine.print(BeeLine.java:1794)
        at org.apache.hive.beeline.Commands.execute(Commands.java:860)
        at org.apache.hive.beeline.Commands.sql(Commands.java:713)
        at org.apache.hive.beeline.BeeLine.dispatch(BeeLine.java:973)
        at org.apache.hive.beeline.BeeLine.execute(BeeLine.java:813)
        at org.apache.hive.beeline.BeeLine.begin(BeeLine.java:771)
        at org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:484)
        at org.apache.hive.beeline.BeeLine.main(BeeLine.java:467)
Error: Error retrieving next row (state=,code=0)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)