Matthew Jacobs has posted comments on this change. Change subject: Added support for building Impala Front End separately (and quickly) ......................................................................
Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/2875/4/buildall.sh File buildall.sh: Line 237: # option to clean everything first : if [ $CLEAN_ACTION -eq 1 ]; then : $IMPALA_HOME/bin/clean.sh : fi : : if [ $BUILD_FE_ONLY -eq 1 ]; then : echo "Build frontend only" : $IMPALA_HOME/bin/make_impala.sh ${MAKE_IMPALA_ARGS} -cmake_only : make fe : exit 0 : fi I think you'll have to do the thirdparty section first in case someone isnt using the toolchain, because we do need thrift -- To view, visit http://gerrit.cloudera.org:8080/2875 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I486bb95757334f9df77c4a97150b2b34c5c0e2c4 Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Misha Dmitriev <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Misha Dmitriev <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
