Hello Dan Burkert, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10582
to look at the new patch set (#2).
Change subject: KUDU-2191: use 'kudu_only' in metadata upgrade tool
......................................................................
KUDU-2191: use 'kudu_only' in metadata upgrade tool
Previously the metadata upgrade tool requires the HMS integration
feature being disabled. This commit updates the tool to use 'kudu_only'
flag when altering Kudu tables, so that the restriction no longer
applies.
Change-Id: I51d4cabeb1a9defc51f4e307a116419da5588f2d
---
M src/kudu/client/client-test-util.cc
M src/kudu/client/client-test-util.h
M src/kudu/client/client.h
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool_action_hms.cc
5 files changed, 18 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/10582/2
--
To view, visit http://gerrit.cloudera.org:8080/10582
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I51d4cabeb1a9defc51f4e307a116419da5588f2d
Gerrit-Change-Number: 10582
Gerrit-PatchSet: 2
Gerrit-Owner: Hao Hao <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins