WangSheng created IMPALA-8974:
---------------------------------

             Summary: 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


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 table in impala created successful, but in kudu storage 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]

Reply via email to