[ https://issues.apache.org/jira/browse/IMPALA-11989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700894#comment-17700894 ]
ASF subversion and git services commented on IMPALA-11989: ---------------------------------------------------------- Commit 7dbdcfb9afa5928b1406527870ad197c72600cc6 in impala's branch refs/heads/master from Abhishek Rawat [ https://gitbox.apache.org/repos/asf?p=impala.git;h=7dbdcfb9a ] IMPALA-11989: ImpalaRuntimeException if Kudu and Impala use different HMS Added a startup flag 'enable_kudu_impala_hms_check' which is used to flag an error if Kudu and Impala are using different HMS instance(s). The default behavior in Impala is not changed and the default value of the new flag is true. The check itself could be improved in future to ensure that the backend store used by HMS is same. For now allowing a config option to disable the check where it makes sense seems like a good short term solution. Change-Id: I2b06935b262e4a314ad631167c1cd33319e4b10f Reviewed-on: http://gerrit.cloudera.org:8080/19605 Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> > ImpalaRuntimeException if Kudu and Impala use different HMS > ----------------------------------------------------------- > > Key: IMPALA-11989 > URL: https://issues.apache.org/jira/browse/IMPALA-11989 > Project: IMPALA > Issue Type: Task > Reporter: Abhishek Rawat > Assignee: Abhishek Rawat > Priority: Major > > Kudu and Impala could use different HMS instances such that both these HMS > instances use a common backend store. Since HMS itself doesn't store any > state, this should not be a runtime exception. > {code:java} > ImpalaRuntimeException: Kudu is integrated with a different Hive Metastore > than that used by Impala, Kudu is configured to use the HMS: > thrift://test-kudu-impala-dl-master0.test-kud.xcu2-8y8x.dev.cldr.work:9083, > while Impala is configured to use the HMS: > thrift://metastore-service.warehouse-1671643788-qfgt.svc.cluster.local:9083 > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org