You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Attila Jeges (JIRA)" <ji...@apache.org> on 2017/04/28 21:21:04 UTC

[jira] [Resolved] (IMPALA-5257) TestTableWriters.test_seq_writer_hive_compatibility fails in local file system build

     [ https://issues.apache.org/jira/browse/IMPALA-5257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Jeges resolved IMPALA-5257.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.9.0

https://github.com/apache/incubator-impala/commit/2e63752858d71cc745534367a686980e060a8180

commit 2e63752858d71cc745534367a686980e060a8180
Author: Attila Jeges <at...@cloudera.com>
Date:   Thu Apr 27 13:46:36 2017 +0200

    IMPALA-5257: test_seq_writer_hive_compatibility fails on local file
    system build
    
    TestTableWriters.test_seq_writer_hive_compatibility test introduced in
    IMPALA-3079 had to be skipped for non-HDFS filesystems.
    
    Change-Id: Ic7dbe2529818865f871b66d78642ed956d1ee039
    Reviewed-on: http://gerrit.cloudera.org:8080/6746
    Reviewed-by: Michael Ho <kw...@cloudera.com>
    Tested-by: Impala Public Jenkins

> TestTableWriters.test_seq_writer_hive_compatibility fails in local file system build
> ------------------------------------------------------------------------------------
>
>                 Key: IMPALA-5257
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5257
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.9.0
>            Reporter: Michael Ho
>            Assignee: Attila Jeges
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 2.9.0
>
>
> [~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 ?
> {noformat}
> 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
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)