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.

Creating an egg for
/home/tarmstrong/Impala/incubator-impala/shell/ext-py/sqlparse-0.1.14
python: can't open file 'setup.py': [Errno 2] No such file or directory
Error in
/home/tarmstrong/Impala/incubator-impala/shell/make_shell_tarball.sh at
line 96: python setup.py -q bdist_egg clean

The fix is to delete any leftover files from the old sqlparse version:

$  rm -rf shell/ext-py/sqlparse-0.1.14/

Reply via email to