Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.9.0
-
ghx-label-1
Description
attilaj, the newly introduced test test_seq_writer_hive_compatibility doesn't seem to work on local file system. Would you mind taking a look and marking it as skipped for local filesystem (or non-HDFS) if necessary ?
20:45:54 TestTableWriters.test_seq_writer_hive_compatibility[exec_option: {'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0, 'batch_size': 0, 'num_nodes': 0} | table_format: text/none] 20:45:54 [gw0] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/../infra/python/env/bin/python 20:45:54 query_test/test_compressed_formats.py:174: in test_seq_writer_hive_compatibility 20:45:54 output = self.run_stmt_in_hive('select count(*) from %s' % table_name) 20:45:54 common/impala_test_suite.py:609: in run_stmt_in_hive 20:45:54 raise RuntimeError(stderr) 20:45:54 E RuntimeError: SLF4J: Class path contains multiple SLF4J bindings. 20:45:54 E SLF4J: Found binding in [jar:file:/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/thirdparty/hbase-1.2.0-cdh5.12.0-SNAPSHOT/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] 20:45:54 E SLF4J: Found binding in [jar:file:/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/thirdparty/hadoop-2.6.0-cdh5.12.0-SNAPSHOT/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] 20:45:54 E SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 20:45:54 E SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] 20:45:54 E scan complete in 3ms 20:45:54 E Connecting to jdbc:hive2://localhost:11050 20:45:54 E Could not open connection to the HS2 server. Please check the server URI and if the URI is correct, then ask the administrator to check the server status. 20:45:54 E Error: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:11050: java.net.ConnectException: Connection refused (state=08S01,code=0) 20:45:54 E No current connection
Attachments
Issue Links
- breaks
-
IMPALA-3079 Fix Sequence file writer (crashes or produces invalid files)
- Resolved