[
https://issues.apache.org/jira/browse/IMPALA-8504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16860121#comment-16860121
]
ASF subversion and git services commented on IMPALA-8504:
---------------------------------------------------------
Commit 1f407fd8d347618fdc18a85b5350556681998ce3 in impala's branch
refs/heads/master from Todd Lipcon
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1f407fd ]
IMPALA-8635. Use local metastore URIs when checking for Kudu/HMS integration
The patch for IMPALA-8504 (part 2) (6bb404dc359) checks to see if Impala
and Kudu are configured against the same metastore to determine if the
HMS integration is enabled. However, instead of using its own metastore
URI config, it uses the configuration stored on the remote HMS. This is
error prone because it's not common for the HMS configuration to store
its own URI. Instead, we should use our own config.
This patch changes to using the local configuration for this purpose.
More robust would be to use the HMS "UUID" support, since it's possible
that Kudu and Impala are talking to different HMS instances sharing a
backing DB, but that work is deferred to a later commit since it depends
on Kudu-side changes.
This commit doesn't add any tests, but fixes the existing tests when
running against Hive 3, where the HMS server side uses a different
configuration key for the metastore URIs.
Change-Id: Id7a4c2cc0580f7c4dc5cfceed30b91e87c547612
Reviewed-on: http://gerrit.cloudera.org:8080/13555
Reviewed-by: Hao Hao <[email protected]>
Reviewed-by: Thomas Marshall <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Support CreateTable DDL with Kudu/HMS integration in Catalogd mode
> ------------------------------------------------------------------
>
> Key: IMPALA-8504
> URL: https://issues.apache.org/jira/browse/IMPALA-8504
> Project: IMPALA
> Issue Type: Sub-task
> Reporter: Hao Hao
> Assignee: Hao Hao
> Priority: Major
>
> For both managed and external table, we need to ensure the syntax is correct
> and Kudu related table creation DDL is adapted when Kudu/HMS integration is
> enabled.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]