[
https://issues.apache.org/jira/browse/HIVE-25578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422663#comment-17422663
]
Krisztian Kasa commented on HIVE-25578:
---------------------------------------
Seems that the issue is related to this command
{code}
add file ../../data/scripts/newline.py;
{code}
I got the exception
{code}
Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: [Error 20003]: An
error occurred when trying to close the Operator running your custom script.
at
org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:557)
at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:708)
at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:708)
at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:708)
at
org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.close(MapRecordProcessor.java:459)
... 15 more
{code}
in a cluster if the file is not accessible in the specified path if I run
query:
{code}
insert overwrite table tmp_tmp_n0 SELECT TRANSFORM(key, value) USING 'python
newline.py' AS key, value FROM src limit 6;
{code}
> Tests are failing because operators can't be closed
> ---------------------------------------------------
>
> Key: HIVE-25578
> URL: https://issues.apache.org/jira/browse/HIVE-25578
> Project: Hive
> Issue Type: Bug
> Reporter: Karen Coppage
> Priority: Critical
>
> The following qtests are failing consistently
> ([example|http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-2667/6/tests/])
> on the master branch:
> * TestMiniLlapCliDriver
> ([http://ci.hive.apache.org/job/hive-flaky-check/420/])
> ** newline
> ** groupby_bigdata
> ** input20
> ** input33
> ** rcfile_bigdata
> ** remote_script
> * TestContribCliDriver
> ([http://ci.hive.apache.org/job/hive-flaky-check/421/])
> ** serde_typedbytes5
> The failure reason for all seems to be that operators can't be closed. Not
> 100% sure that TestContribCliDriver#serde_typedbytes5 failure is related to
> the others – the issue seems to be the same, the error message is a bit
> different.
> I'm about to disable these as they are blocking all work.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)