You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/01/02 17:38:00 UTC

[jira] [Commented] (IMPALA-8974) Create kudu table failed when catalogd connected to mysql directly instead of use HMS

    [ https://issues.apache.org/jira/browse/IMPALA-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006976#comment-17006976 ] 

ASF subversion and git services commented on IMPALA-8974:
---------------------------------------------------------

Commit 8afce97c521f16f3775b396077382138a2932768 in impala's branch refs/heads/master from skyyws
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=8afce97 ]

IMPALA-9266: Fix test_log_fragments.py test case failed after add
CreateKuduTableWithoutHMSTest.java

After add CreateKuduTableWithoutHMSTest.java in IMPALA-8974,
test_log_fragments.py test case failed while running exhaustive test in
jenkins. The main reason is CreateKuduTableWithoutHMSTest test case
restart the impala cluster without --log_dir. The solution is add start
parameter '--log_dir' to restart impala cluster.

Change-Id: I2cbe4dc25a9e748e8c29d71ff8f968bb2faab914
Reviewed-on: http://gerrit.cloudera.org:8080/14957
Reviewed-by: Quanlong Huang <hu...@gmail.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> 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: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org