Internal Jenkins has submitted this change and it was merged. Change subject: Disable Kudu and remove startup option to enable it ......................................................................
Disable Kudu and remove startup option to enable it Kudu is disabled for the 2.6.X release because stability and quality are not production ready. People who want to try Kudu are expected to use a different release called "Impala_Kudu". For consistency, both the runtime flag is removed and the build variable is disabled. The build variable is needed so the Kudu test service (mini-cluster) and tests won't run. The runtime flag is removed because disabling the Kudu build means a stubbed Kudu client library will be used instead of the real library so the Kudu backend won't work even if the flag existed and was enabled. Change-Id: Ie2c417c8dcbd1bd74d47d1e8294698992ee36eba Reviewed-on: http://gerrit.cloudera.org:8080/3204 Reviewed-by: Marcel Kornacker <[email protected]> Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Internal Jenkins --- M be/src/common/global-flags.cc M be/src/exec/kudu-util.cc M bin/impala-config.sh M tests/custom_cluster/test_kudu_not_available.py 4 files changed, 9 insertions(+), 77 deletions(-) Approvals: Marcel Kornacker: Looks good to me, approved Matthew Jacobs: Looks good to me, but someone else must approve Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3204 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie2c417c8dcbd1bd74d47d1e8294698992ee36eba Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]>
