Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14962 )
Change subject: IMPALA-9266: Use custom cluster test case to replace CreateKuduTableWithoutHMSTest.java ...................................................................... IMPALA-9266: Use custom cluster test case to replace CreateKuduTableWithoutHMSTest.java CreateKuduTableWithoutHMSTest.java test case need to restart impala cluster, in order to keep original cluster environment unchanged, we write a custom cluter test case test_kudu_table_create_without_hms.py to replace. Besides, we also add an envp 'WITHOUT_HMS' to keep original hive-site.xml unchanged, just generate a new hive-site_ext.xml without hms related config. Change-Id: Ic532574af42ed864612cf28eecee9e0416ef272c Reviewed-on: http://gerrit.cloudera.org:8080/14962 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/create-test-configuration.sh D fe/src/test/java/org/apache/impala/catalog/CreateKuduTableWithoutHMSTest.java M fe/src/test/resources/hive-site.xml.py A tests/custom_cluster/test_kudu_table_create_without_hms.py 4 files changed, 45 insertions(+), 139 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/14962 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic532574af42ed864612cf28eecee9e0416ef272c Gerrit-Change-Number: 14962 Gerrit-PatchSet: 13 Gerrit-Owner: wangsheng <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: wangsheng <[email protected]>
