Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21540 )
Change subject: IMPALA-13169: Specify cluster id before starting HiveServer2 ...................................................................... IMPALA-13169: Specify cluster id before starting HiveServer2 After HIVE-28324, in order to start HiveServer2, it is required that the cluster id has to be passed to HiveServer2, either via the environment variable 'HIVE_CLUSTER_ID', or the command line Java property 'hive.cluster.id'. This patch exports HIVE_CLUSTER_ID before starting HiveServer2. Testing: - Manually verified that a HiveServer2 including HIVE-28324 could be started after this patch. - Verified that this patch passed the core tests. Change-Id: I9d07ec01a04f8123b7ccca676ce744ac485f167c Reviewed-on: http://gerrit.cloudera.org:8080/21540 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Quanlong Huang <[email protected]> --- M testdata/bin/run-hive-server.sh 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Impala Public Jenkins: Verified Quanlong Huang: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/21540 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9d07ec01a04f8123b7ccca676ce744ac485f167c Gerrit-Change-Number: 21540 Gerrit-PatchSet: 2 Gerrit-Owner: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
