[ https://issues.apache.org/jira/browse/HIVE-25578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422692#comment-17422692 ]
Zoltan Haindrich commented on HIVE-25578: ----------------------------------------- with newer programs in the container - we are now defaulting to python3.... the error is the most common a python2/python3: {code} dev@master2:~/hive$ python ./data/scripts/newline.py File "./data/scripts/newline.py", line 22 print "1\\n2" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("1\\n2")? {code} it's a shame that we are communicating this issue as "[Error 20003]: An error occurred when trying to close the Operator running your custom script." > 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)