Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13492 )
Change subject: [hms] Support repairing entries with invalid IDs ...................................................................... [hms] Support repairing entries with invalid IDs This patch updates the hms tool to support fixing HMS tables with missing or invalid kudu.table_id properties. To support this, the patch changes the HMS plugin to allow tables with unmatched IDs to be altered when `kudu.check_id` is false in the environment context. Change-Id: I437a8b42182dcfa09972f8059ccb6af280925085 Reviewed-on: http://gerrit.cloudera.org:8080/13492 Tested-by: Kudu Jenkins Reviewed-by: Hao Hao <[email protected]> --- M java/kudu-hive/src/main/java/org/apache/kudu/hive/metastore/KuduMetastorePlugin.java M java/kudu-hive/src/test/java/org/apache/kudu/hive/metastore/TestKuduMetastorePlugin.java M src/kudu/hms/hms_catalog.cc M src/kudu/hms/hms_catalog.h M src/kudu/hms/hms_client.cc M src/kudu/hms/hms_client.h M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_hms.cc 8 files changed, 84 insertions(+), 18 deletions(-) Approvals: Kudu Jenkins: Verified Hao Hao: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/13492 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I437a8b42182dcfa09972f8059ccb6af280925085 Gerrit-Change-Number: 13492 Gerrit-PatchSet: 4 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
