Re: Impala-lzo Build Error

2019-04-18 Thread Gabor Kaszab
Thanks Fredy! I ran into this yesterday and pulling Impala-lzo indeed helped. Gabor On Wed, Apr 17, 2019 at 6:39 PM Fredy Wijaya wrote: > In case you hit an error like this when building Impala from the HEAD, > update Impala-lzo repo by pulling it from the master. > > In file included from >

Impala-lzo Build Error

2019-04-17 Thread Fredy Wijaya
In case you hit an error like this when building Impala from the HEAD, update Impala-lzo repo by pulling it from the master. In file included from /home/fwijaya/Impala/be/src/util/collection-metrics.h:22:0, from /home/fwijaya/Impala/be/src/runtime/tmp-file-mgr.h:31,

Re: Build error with sqlparse-0.1.14

2018-05-11 Thread Fredy Wijaya
We could also set the PYTHONPATH to be more explicit instead of using a wildcard: https://github.com/apache/impala/blob/master/bin/set-pythonpath.sh#L39 Thoughts? *Fredy Wijaya* | Software Engineer e. fwij...@cloudera.com cloudera.com [image: Cloudera]

Re: Build error with sqlparse-0.1.14

2018-05-11 Thread Fredy Wijaya
Thanks Tim. I was about to email the same thing. On Fri, May 11, 2018 at 11:28 AM, Tim Armstrong wrote: > Just an FYI, since everyone else is probably going to run into this. The > sqlparse version change breaks buildall.sh if you run it on a non-clean > tree. > >

Re: Build error

2018-01-09 Thread Tim Armstrong
The error is probably higher up in your console output. The lines you have there look like the side-effects of parallel build tasks being killed off after an earlier failure. The below line hints that the failure may have been in building the frontend Java: fe/CMakeFiles/fe.dir/build.make:57:

Build error

2018-01-09 Thread Antoni Ivanov
Hi, I am trying to build Impala. I am following https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala Build when got this error. (running ${IMPALA_HOME}/buildall.sh -skiptests -build_shared_libs -noclean) Does it sound familiar to anyone. It's not very obvious what the issue is to