You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Jim Apple (JIRA)" <ji...@apache.org> on 2017/08/03 00:32:00 UTC

[jira] [Created] (IMPALA-5755) Undefined symbol in catalog in Ubuntu 16.04 with -so

Jim Apple created IMPALA-5755:
---------------------------------

             Summary: Undefined symbol in catalog in Ubuntu 16.04 with -so
                 Key: IMPALA-5755
                 URL: https://issues.apache.org/jira/browse/IMPALA-5755
             Project: IMPALA
          Issue Type: Sub-task
          Components: Infrastructure
         Environment: ec2, c4.8xlarge, ubuntu 16.04, Linux ip-172-31-7-214 4.4.0-1022-aws #31-Ubuntu SMP Tue Jun 27 11:27:55 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

            Reporter: Jim Apple


A build with the {{-so}} flag fails in {{/home/ubuntu/Impala/logs/data_loading/catalogd-error.log}} with:

{noformat}
/home/ubuntu/Impala/be/build/latest/catalog/catalogd: symbol lookup error: /home/ubuntu/Impala/be/src/kudu/util/libversion_info_proto.so: undefined symbol: _ZN6google8protobuf8internal13empty_string_E
{noformat}

The last things printed to stdout are:

{noformat}
Creating /test-warehouse HDFS directory (logging to /home/ubuntu/Impala/logs/data_loading/create-test-warehouse-dir.log)... 
    OK (Took: 0 min 2 sec)
Derived params for create-load-data.sh:
EXPLORATION_STRATEGY=exhaustive
SKIP_METADATA_LOAD=0
SKIP_SNAPSHOT_LOAD=0
SNAPSHOT_FILE=
CM_HOST=
REMOTE_LOAD=
Starting Impala cluster (logging to /home/ubuntu/Impala/logs/data_loading/start-impala-cluster.log)... 
    FAILED (Took: 0 min 11 sec)
    '/home/ubuntu/Impala/bin/start-impala-cluster.py --log_dir=/home/ubuntu/Impala/logs/data_loading -s 3' failed. Tail of log:
Log for command '/home/ubuntu/Impala/bin/start-impala-cluster.py --log_dir=/home/ubuntu/Impala/logs/data_loading -s 3'
Starting State Store logging to /home/ubuntu/Impala/logs/data_loading/statestored.INFO
Starting Catalog Service logging to /home/ubuntu/Impala/logs/data_loading/catalogd.INFO
Error starting cluster: Unable to start catalogd. Check log or file permissions for more details.
Error in /home/ubuntu/Impala/testdata/bin/create-load-data.sh at line 48: LOAD_DATA_ARGS=""
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)