[ 
https://issues.apache.org/jira/browse/HIVE-25682?focusedWorklogId=689946&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-689946
 ]

ASF GitHub Bot logged work on HIVE-25682:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Dec/21 11:58
            Start Date: 03/Dec/21 11:58
    Worklog Time Spent: 10m 
      Work Description: abstractdog merged pull request #2773:
URL: https://github.com/apache/hive/pull/2773


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 689946)
    Time Spent: 0.5h  (was: 20m)

> Increase bucketId range - qtest
> -------------------------------
>
>                 Key: HIVE-25682
>                 URL: https://issues.apache.org/jira/browse/HIVE-25682
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Let's introduce a qtest which can reproduce the exception that we're trying 
> to solve in HIVE-24715:
>  
> {code}
> Caused by: java.lang.RuntimeException: 
> org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while 
> processing v
> ector batch (tag=0) (vectorizedVertexNum 1)
>         at 
> org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.pushRecordVector(ReduceRecordSource.java:408)
>         at 
> org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.pushRecord(ReduceRecordSource.java:256)
>         at 
> org.apache.hadoop.hive.ql.exec.tez.ReduceRecordProcessor.run(ReduceRecordProcessor.java:291)
>         at 
> org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:311)
>         ... 15 more
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime 
> Error while processing vector batch (tag=0) (vectori
> zedVertexNum 1)
>         at 
> org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.processVectorGroup(ReduceRecordSource.java:510)
>         at 
> org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.pushRecordVector(ReduceRecordSource.java:399)
>         ... 18 more
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: 
> java.lang.IllegalArgumentException: Bucket ID out of range: 4096
>         at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator.createBucketFiles(FileSinkOperator.java:895)
>         at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator.process(FileSinkOperator.java:1065)
>         at 
> org.apache.hadoop.hive.ql.exec.vector.VectorFileSinkOperator.process(VectorFileSinkOperator.java:111)
>         at 
> org.apache.hadoop.hive.ql.exec.Operator.vectorForward(Operator.java:931)
>         at 
> org.apache.hadoop.hive.ql.exec.vector.VectorSelectOperator.process(VectorSelectOperator.java:158)
>         at 
> org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.processVectorGroup(ReduceRecordSource.java:497)
>         ... 19 more
> Caused by: java.lang.IllegalArgumentException: Bucket ID out of range: 4096
>         at 
> org.apache.hive.com.google.common.base.Preconditions.checkArgument(Preconditions.java:122)
>         at 
> org.apache.hadoop.hive.ql.io.BucketCodec$2.encode(BucketCodec.java:94)
>         at 
> org.apache.hadoop.hive.ql.io.orc.OrcRecordUpdater.<init>(OrcRecordUpdater.java:285)
>         at 
> org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat.getRecordUpdater(OrcOutputFormat.java:288)
>         at 
> org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getRecordUpdater(HiveFileFormatUtils.java:345)
>         at 
> org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getAcidRecordUpdater(HiveFileFormatUtils.java:331)
>         at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator.createBucketForFileIdx(FileSinkOperator.java:953)
>         at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator.createBucketFiles(FileSinkOperator.java:890)
>         ... 24 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to