[
https://issues.apache.org/jira/browse/IMPALA-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036549#comment-17036549
]
ASF subversion and git services commented on IMPALA-8974:
---------------------------------------------------------
Commit 55612f99910414b01627c537203737d8f24971bf in impala's branch
refs/heads/master from skyyws
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=55612f9 ]
IMPALA-9287: Add support for embedded HMS in CDP builds
In some situations, an embedded HMS is enough for catalogd server.
And we've already implemented this in IMPALA-8974. But after
setting USE_CDP_HIVE=true and rebuilt impala, the custom cluster
test case test_kudu_table_create_without_hms would failed due to
lacking of related jars. The solution is to add related maven
dependency in $IMPALA_HOME/fe/pom.xml and
$IMPALA_HOME/shaded-deps/pom.xml.
Tests:
* Ran test_kudu_table_create_without_hms.py by setting
USE_CDP_HIVE=true locally
Change-Id: Ibc7d7e30cd560d43bb707dec54f4494355809f66
Reviewed-on: http://gerrit.cloudera.org:8080/15057
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Create kudu table failed when catalogd connected to mysql directly instead of
> use HMS
> -------------------------------------------------------------------------------------
>
> Key: IMPALA-8974
> URL: https://issues.apache.org/jira/browse/IMPALA-8974
> Project: IMPALA
> Issue Type: Bug
> Components: Frontend
> Affects Versions: Impala 3.3.0
> Environment: Distributor ID: Debian
> Description: Debian GNU/Linux 8.6 (jessie)
> Release: 8.6
> Codename: jessie
> Reporter: WangSheng
> Assignee: WangSheng
> Priority: Critical
> Attachments: error.png
>
>
> I created kudu managerd table as below:
> {code:java}
> create table if not exists kudu_test_table(
> logDay string,
> id int,
> primary key(logDay,id))
> PARTITION BY RANGE (logDay)
> (PARTITION VALUE = '2019-09-20')
> STORED AS KUDU TBLPROPERTIES
> ('kudu.master_addresses'='master1:7051,master2:7051,master3:7051');
> {code}
> The query return failed. We connected to mysql directly instead of use HMS.
> I've already read the related code, and I'd like to try to solve this problem.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]