Hello Stamatis.
I submitted an ISSUE in which I described the steps to reproduce the problem 
and provided the relevant dataset.
ISSUE: https://issues.apache.org/jira/browse/HIVE-28598
It would be great if you could check it out.
Tks.


Lisoda.











在 2024-10-02 18:05:01,"Stamatis Zampetakis" <zabe...@gmail.com> 写道:
>Hello,
>
>The error looks like a bug and is data/query specific thus I assume
>reproducible. I would suggest filing a JIRA ticket with as many
>details as possible (query, DDLs, logs, plans, data) to reproduce the
>issue.
>
>Best,
>Stamatis
>
>On Sun, Sep 29, 2024 at 7:51 AM lisoda <lis...@yeah.net> wrote:
>>
>> Currently, when we run HIVE version 4.0.0, the Sql often breaks abnormally, 
>> and the log message is as follows:
>>
>>
>> 2024-09-29 00:18:06,569 [INFO] [Dispatcher thread {Central}] 
>> |HistoryEventHandler.criticalEvents|: 
>> [HISTORY][DAG:dag_1721298780048_105514_11][Event:TASK_ATTEMPT_FINISHED]: 
>> vertexName=Map 4, taskAttemptId=attempt_1721298780048_105514_11_05_000496_2, 
>> creationTime=1727540278361, allocationTime=1727540280522, 
>> startTime=1727540282348, finishTime=1727540286568, timeTaken=4220, 
>> status=FAILED, taskFailureType=NON_FATAL, errorEnum=FRAMEWORK_ERROR, 
>> diagnostics=Error: Node: slave36/192.168.199.150 : Error while running task 
>> ( failure ) : 
>> attempt_1721298780048_105514_11_05_000496_2:java.lang.RuntimeException: 
>> java.lang.RuntimeException: 
>> org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while 
>> processing row
>> at 
>> org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:348)
>> at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:276)
>> at 
>> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:381)
>> at 
>> org.apache.tez.runtime.task.TaskRunner2Callable$1.run(TaskRunner2Callable.java:82)
>> at 
>> org.apache.tez.runtime.task.TaskRunner2Callable$1.run(TaskRunner2Callable.java:69)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at javax.security.auth.Subject.doAs(Subject.java:422)
>> at 
>> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1899)
>> at 
>> org.apache.tez.runtime.task.TaskRunner2Callable.callInternal(TaskRunner2Callable.java:69)
>> at 
>> org.apache.tez.runtime.task.TaskRunner2Callable.callInternal(TaskRunner2Callable.java:39)
>> at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
>> at 
>> com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131)
>> at 
>> com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:76)
>> at 
>> com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82)
>> at 
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>> at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>> at java.lang.Thread.run(Thread.java:750)
>> Caused by: java.lang.RuntimeException: 
>> org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while 
>> processing row
>> at 
>> org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:110)
>> at 
>> org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:83)
>> at 
>> org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:414)
>> at 
>> org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:293)
>> ... 16 more
>> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime 
>> Error while processing row
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.process(VectorMapOperator.java:993)
>> at 
>> org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:101)
>> ... 19 more
>> Caused by: java.lang.NullPointerException
>> at org.apache.hive.common.util.Murmur3.hash32(Murmur3.java:144)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.expressions.MurmurHashStringColStringCol.hash(MurmurHashStringColStringCol.java:52)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.expressions.MurmurHashExpression.evaluate(MurmurHashExpression.java:97)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression.evaluateChildren(VectorExpression.java:323)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.expressions.VectorInBloomFilterColDynamicValue.evaluate(VectorInBloomFilterColDynamicValue.java:146)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.expressions.FilterExprAndExpr.evaluate(FilterExprAndExpr.java:42)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.VectorFilterOperator.process(VectorFilterOperator.java:124)
>> at org.apache.hadoop.hive.ql.exec.Operator.vectorForward(Operator.java:919)
>> at 
>> org.apache.hadoop.hive.ql.exec.TableScanOperator.process(TableScanOperator.java:171)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.deliverVectorizedRowBatch(VectorMapOperator.java:809)
>> at 
>> org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.process(VectorMapOperator.java:878)
>> ... 20 more
>>
>>
>>
>>
>> Does anyone have any experience with this issue?

Reply via email to