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

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

Commit 26639963e0ea66bea716c0238cdf1ff086159c7c in impala's branch 
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=2663996 ]

IMPALA-8300: Skip test_max_nesting_depth for Orc in non-HDFS tests

test_max_nesting_depth works with both Orc and Parquet formats, and
needs Hive queries for data load only in the Orc case. Hive only works
with HDFS, so this test needs to be skipped if file format is Orc and
the filesystem is not HDFS.

Change-Id: Ie97166b59c451fadb33e4e780056afbaec11baa8
Reviewed-on: http://gerrit.cloudera.org:8080/12714
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Build failed on S3: test_max_nesting_depth (table_format: orc/def/block) 
> timeouts consistently
> ----------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-8300
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8300
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.3.0
>            Reporter: Csaba Ringhofer
>            Priority: Blocker
>              Labels: broken-build, s3
>
> This failure is probably related to the recently added support for complex 
> types in Orc.
> query_test.test_nested_types.TestMaxNestingDepth.test_max_nesting_depth[protocol:
>  beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 
> 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 
> 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: 
> orc/def/block] (from pytest)
> Took 2 hr 0 min.
> Error Message
> query_test/test_nested_types.py:614: in test_max_nesting_depth     
> self.__create_orc_tables(unique_database) 
> query_test/test_nested_types.py:640: in __create_orc_tables     
> self.run_stmt_in_hive(create_table) common/impala_test_suite.py:775: in 
> run_stmt_in_hive     (stdout, stderr) = call.communicate() 
> /usr/lib64/python2.7/subprocess.py:800: in communicate     return 
> self._communicate(input) /usr/lib64/python2.7/subprocess.py:1401: in 
> _communicate     stdout, stderr = self._communicate_with_poll(input) 
> /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll     ready 
> = poller.poll() E   Failed: Timeout >7200s
> Stacktrace
> query_test/test_nested_types.py:614: in test_max_nesting_depth
>     self.__create_orc_tables(unique_database)
> query_test/test_nested_types.py:640: in __create_orc_tables
>     self.run_stmt_in_hive(create_table)
> common/impala_test_suite.py:775: in run_stmt_in_hive
>     (stdout, stderr) = call.communicate()
> /usr/lib64/python2.7/subprocess.py:800: in communicate
>     return self._communicate(input)
> /usr/lib64/python2.7/subprocess.py:1401: in _communicate
>     stdout, stderr = self._communicate_with_poll(input)
> /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll
>     ready = poller.poll()
> E   Failed: Timeout >7200s



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to