Fang-Yu Rao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24685
Change subject: IMPALA-15239: Remove the HMS server from Catalog server ...................................................................... IMPALA-15239: Remove the HMS server from Catalog server This removes the implementation of HMS server within Catalog server due to IMPALA-10613 and the related features added in the follow-up JIRA's, since the HMS server within Catalog server is not actively used by the community. This would also help us avoid issues like IMPALA-15110 and IMPALA-15233 in the future when there are changes to Hive MetaStore. Change-Id: I377a8ce0890055533ab7c78920ec17d6b47653b3 Assisted-by: Composer 2.5 (Cursor) --- M be/src/catalog/catalog-server.cc M be/src/common/global-flags.cc M be/src/util/backend-gflag-util.cc M common/thrift/BackendGflags.thrift M common/thrift/JniCatalog.thrift M fe/pom.xml M fe/src/compat-apache-hive-2/java/org/apache/impala/compat/MetastoreShim.java M fe/src/compat-apache-hive-3/java/org/apache/impala/compat/MetastoreShim.java M fe/src/compat-hive-3/java/org/apache/impala/compat/MetastoreShim.java D fe/src/main/java/org/apache/impala/catalog/CatalogHmsAPIHelper.java M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java D fe/src/main/java/org/apache/impala/catalog/metastore/CatalogHmsClientUtils.java D fe/src/main/java/org/apache/impala/catalog/metastore/CatalogHmsUtils.java D fe/src/main/java/org/apache/impala/catalog/metastore/CatalogMetastoreServer.java D fe/src/main/java/org/apache/impala/catalog/metastore/CatalogMetastoreServiceHandler.java D fe/src/main/java/org/apache/impala/catalog/metastore/HmsApiNameEnum.java D fe/src/main/java/org/apache/impala/catalog/metastore/ICatalogMetastoreServer.java D fe/src/main/java/org/apache/impala/catalog/metastore/MetastoreServiceHandler.java D fe/src/main/java/org/apache/impala/catalog/metastore/NoOpCatalogMetastoreServer.java M fe/src/main/java/org/apache/impala/service/BackendConfig.java M fe/src/main/java/org/apache/impala/service/JniCatalog.java M fe/src/test/java/org/apache/impala/catalog/MetastoreApiTestUtils.java M fe/src/test/java/org/apache/impala/catalog/events/MetastoreEventsProcessorTest.java D fe/src/test/java/org/apache/impala/catalog/metastore/AbstractCatalogMetastoreTest.java D fe/src/test/java/org/apache/impala/catalog/metastore/CatalogHmsFileMetadataTest.java D fe/src/test/java/org/apache/impala/catalog/metastore/CatalogHmsSyncToLatestEventIdTest.java D fe/src/test/java/org/apache/impala/catalog/metastore/EnableCatalogdHmsCacheFlagTest.java M fe/src/test/java/org/apache/impala/testutil/CatalogServiceTestCatalog.java D fe/src/test/java/org/apache/impala/testutil/CatalogTestMetastoreServer.java D tests/custom_cluster/test_metastore_service.py 30 files changed, 24 insertions(+), 9,117 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/85/24685/1 -- To view, visit http://gerrit.cloudera.org:8080/24685 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I377a8ce0890055533ab7c78920ec17d6b47653b3 Gerrit-Change-Number: 24685 Gerrit-PatchSet: 1 Gerrit-Owner: Fang-Yu Rao <[email protected]>
