You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Casey Ching (Code Review)" <ge...@cloudera.org> on 2016/05/24 20:24:59 UTC

[Impala-CR](cdh5-2.6.0_5.8.x) Disable Kudu and remove option to enable it

Casey Ching has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3200

Change subject: Disable Kudu and remove option to enable it
......................................................................

Disable Kudu and remove 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
---
M be/src/common/global-flags.cc
M be/src/exec/kudu-util.cc
M bin/impala-config.sh
3 files changed, 6 insertions(+), 76 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/00/3200/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3200
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2c417c8dcbd1bd74d47d1e8294698992ee36eba
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-2.6.0_5.8.x
Gerrit-Owner: Casey Ching <ca...@cloudera.com>