You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2018/05/14 23:57:00 UTC

[jira] [Resolved] (IMPALA-7026) buildall.sh make shell fails due to sqlparse problem

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

Fredy Wijaya resolved IMPALA-7026.
----------------------------------
    Resolution: Not A Bug

> buildall.sh make shell fails due to sqlparse problem
> ----------------------------------------------------
>
>                 Key: IMPALA-7026
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7026
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.1.0
>            Reporter: Michael Brown
>            Assignee: Fredy Wijaya
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.1.0
>
>
> https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/2159/
> {noformat}
> 22:43:05 Creating an egg for /home/ubuntu/Impala/shell/ext-py/sqlparse-0.1.14
> 22:43:05 [ 47%] Building CXX object be/src/udf_samples/CMakeFiles/udf-sample-test.dir/udf-sample-test.cc.o
> 22:43:05 [ 47%] Building CXX object be/src/util/CMakeFiles/Util.dir/hdr-histogram.cc.o
> 22:43:05 [ 47%] Built target uda-sample-test
> 22:43:05 [ 47%] Building CXX object be/src/util/CMakeFiles/Util.dir/impalad-metrics.cc.o
> 22:43:05 [ 47%] Building CXX object be/src/exprs/CMakeFiles/Exprs.dir/math-functions-ir.cc.o
> 22:43:05 [ 47%] Building CXX object be/src/testutil/CMakeFiles/TestUtil.dir/desc-tbl-builder.cc.o
> 22:43:05 [ 47%] Building CXX object be/src/testutil/CMakeFiles/TestUtil.dir/fault-injection-util.cc.o
> 22:43:05 [ 47%] Linking CXX executable ../../build/debug/udf_samples/udf-sample-test
> 22:43:05 [ 47%] Built target udf-sample-test
> 22:43:05 Scanning dependencies of target krpc
> 22:43:05 [ 47%] Building CXX object be/src/exprs/CMakeFiles/Exprs.dir/null-literal.cc.o
> 22:43:05 [ 47%] Building CXX object be/src/util/CMakeFiles/Util.dir/jni-util.cc.o
> 22:43:05 [ 48%] Building CXX object be/src/testutil/CMakeFiles/TestUtil.dir/impalad-query-executor.cc.o
> 22:43:05 warning: no files found matching 'docs/Makefile'
> 22:43:05 warning: no files found matching 'Makefile'
> 22:43:05 [ 48%] Building CXX object be/src/runtime/CMakeFiles/Runtime.dir/hbase-table.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/kudu/rpc/CMakeFiles/krpc.dir/acceptor_pool.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/testutil/CMakeFiles/TestUtil.dir/in-process-servers.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/kudu/rpc/CMakeFiles/krpc.dir/blocking_ops.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/kudu/rpc/CMakeFiles/krpc.dir/client_negotiation.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/runtime/CMakeFiles/Runtime.dir/hbase-table-factory.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/util/CMakeFiles/Util.dir/logging-support.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/util/CMakeFiles/Util.dir/mem-info.cc.o
> 22:43:05 [ 50%] Building CXX object be/src/util/CMakeFiles/Util.dir/memory-metrics.cc.o
> 22:43:05 zip_safe flag not set; analyzing archive contents...
> 22:43:05 Cleaning up old build artifacts.
> 22:43:06 Creating an egg for /home/ubuntu/Impala/shell/ext-py/sqlparse-0.1.19
> 22:43:06 [ 51%] Building CXX object be/src/runtime/CMakeFiles/Runtime.dir/hdfs-fs-cache.cc.o
> 22:43:06 [ 51%] Building CXX object be/src/runtime/CMakeFiles/Runtime.dir/initial-reservations.cc.o
> 22:43:06 python: can't open file 'setup.py': [Errno 2] No such file or directory
> 22:43:06 Error in shell/make_shell_tarball.sh at line 96: python setup.py -q bdist_egg clean
> 22:43:06 CMakeFiles/shell_tarball.dir/build.make:57: recipe for target 'CMakeFiles/shell_tarball' failed
> 22:43:06 make[2]: *** [CMakeFiles/shell_tarball] Error 2
> 22:43:06 CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/shell_tarball.dir/all' failed
> 22:43:06 make[1]: *** [CMakeFiles/shell_tarball.dir/all] Error 2
> 22:43:06 make[1]: *** Waiting for unfinished jobs....
> {noformat}
> I just reproduced this locally using {{./buildall.sh -notests -start_minicluster -start_impala_cluster}}.



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