[
https://issues.apache.org/jira/browse/IMPALA-12650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17798288#comment-17798288
]
ASF subversion and git services commented on IMPALA-12650:
----------------------------------------------------------
Commit a6a3bcbb7c294bda1110d551ebb571904dc74811 in impala's branch
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=a6a3bcbb7 ]
IMPALA-12650: Skip some queries in test_create_unicode_table on non-HFDS envs
Impala's non-HDFS test environment has no Hive running, making
these tests fail. Added IS_HDFS_ONLY section for queries that
need Hive.
Change-Id: Ied4e5e295cf577cc45adc8d3b73d8682553d1b14
Reviewed-on: http://gerrit.cloudera.org:8080/20813
Reviewed-by: Zoltan Borok-Nagy <[email protected]>
Reviewed-by: Csaba Ringhofer <[email protected]>
Tested-by: Csaba Ringhofer <[email protected]>
> test_create_unicode_table fails on non-HDFS filesystems
> -------------------------------------------------------
>
> Key: IMPALA-12650
> URL: https://issues.apache.org/jira/browse/IMPALA-12650
> Project: IMPALA
> Issue Type: Bug
> Reporter: Csaba Ringhofer
> Priority: Major
>
> It seems that some tests need Hive which doesn't run in some file system
> during tests:
> {code}
> describe test_create_unicode_table_da361d5b.testtbl_orc;
> -- 2023-12-16 15:58:54,097 INFO MainThread: Started query
> 204a7290ec8a73b0:7456aad000000000
> -- connecting to localhost:11050 with impyla
> -- 2023-12-16 15:58:54,105 INFO MainThread: Could not connect to ('::1',
> 11050, 0, 0)
> Traceback (most recent call last):
> File
> "/data/jenkins/workspace/impala-asf-master-core-s3-data-cache/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> handle.connect(sockaddr)
> File
> "/data/jenkins/workspace/impala-asf-master-core-s3-data-cache/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
> line 228, in meth
> return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> -- 2023-12-16 15:58:54,105 INFO MainThread: Could not connect to
> ('127.0.0.1', 11050)
> Traceback (most recent call last):
> File
> "/data/jenkins/workspace/impala-asf-master-core-s3-data-cache/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> handle.connect(sockaddr)
> File
> "/data/jenkins/workspace/impala-asf-master-core-s3-data-cache/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
> line 228, in meth
> return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> -- 2023-12-16 15:58:54,105 ERROR MainThread: Could not connect to any of
> [('::1', 11050, 0, 0), ('127.0.0.1', 11050)]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]