[ 
https://issues.apache.org/jira/browse/IMPALA-12917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17829502#comment-17829502
 ] 

ASF subversion and git services commented on IMPALA-12917:
----------------------------------------------------------

Commit 1e67480ba6cd4a6f01b369eb11cc2b7330554bde in impala's branch 
refs/heads/master from Venu Reddy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1e67480ba ]

IMPALA-12917: Skip TestEventProcessingError tests requiring tez execution on 
hive

CI failed for Ozone and S3 builds due to 5 tests failure in
TestEventProcessingError. Those tests run insert into table and
analyze table compute statistics queries on hive and failed to start
the Tez client. Those tests were introduced with IMPALA-12832.

Testing:
- Executed end to end tests

Change-Id: Idb8422fbb494cd74def5ff6926aea82d0981cc82
Reviewed-on: http://gerrit.cloudera.org:8080/21172
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> Several tests in TestEventProcessingError fail
> ----------------------------------------------
>
>                 Key: IMPALA-12917
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12917
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Daniel Becker
>            Assignee: Venugopal Reddy K
>            Priority: Blocker
>              Labels: broken-build
>
> The failing tests are
> TestEventProcessingError.test_event_processor_error_alter_partition
> TestEventProcessingError.test_event_processor_error_alter_partitions
> TestEventProcessingError.test_event_processor_error_commit_compaction_event
> TestEventProcessingError.test_event_processor_error_commit_txn
> TestEventProcessingError.test_event_processor_error_stress_test
> Stacktrace:
> {code:java}
> E   Error: Error while compiling statement: FAILED: Execution Error, return 
> code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask. 
> java.lang.NullPointerException
> E     at org.apache.tez.client.TezClient.cleanStagingDir(TezClient.java:424)
> E     at org.apache.tez.client.TezClient.start(TezClient.java:413)
> E     at 
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.startSessionAndContainers(TezSessionState.java:556)
> E     at 
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.openInternal(TezSessionState.java:387)
> E     at 
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:302)
> E     at 
> org.apache.hadoop.hive.ql.exec.tez.TezSessionPoolSession.open(TezSessionPoolSession.java:106)
> E     at 
> org.apache.hadoop.hive.ql.exec.tez.TezTask.ensureSessionHasResources(TezTask.java:468)
> E     at org.apache.hadoop.hive.ql.exec.tez.TezTask.execute(TezTask.java:227)
> E     at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:213)
> E     at 
> org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:105)
> E     at org.apache.hadoop.hive.ql.Executor.launchTask(Executor.java:356)
> E     at org.apache.hadoop.hive.ql.Executor.launchTasks(Executor.java:329)
> E     at org.apache.hadoop.hive.ql.Executor.runTasks(Executor.java:246)
> E     at org.apache.hadoop.hive.ql.Executor.execute(Executor.java:107)
> E     at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:809)
> E     at org.apache.hadoop.hive.ql.Driver.run(Driver.java:546)
> E     at org.apache.hadoop.hive.ql.Driver.run(Driver.java:540)
> E     at 
> org.apache.hadoop.hive.ql.reexec.ReExecDriver.run(ReExecDriver.java:190)
> E     at 
> org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:235)
> E     at 
> org.apache.hive.service.cli.operation.SQLOperation.access$700(SQLOperation.java:92)
> E     at 
> org.apache.hive.service.cli.operation.SQLOperation$BackgroundWork$1.run(SQLOperation.java:340)
> E     at java.security.AccessController.doPrivileged(Native Method)
> E     at javax.security.auth.Subject.doAs(Subject.java:422)
> E     at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1899)
> E     at 
> org.apache.hive.service.cli.operation.SQLOperation$BackgroundWork.run(SQLOperation.java:360)
> E     at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> E     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> E     at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> E     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> E     at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> E     at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> E     at java.lang.Thread.run(Thread.java:748) (state=08S01,code=1)
> {code}
> These tests were introduced by IMPALA-12832, [~VenuReddy] could you take a 
> look?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to