Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
Impala 3.3.0
-
None
-
None
-
Distributor ID: Debian
Description: Debian GNU/Linux 8.6 (jessie)
Release: 8.6
Codename: jessie
-
ghx-label-6
Description
I created kudu managerd table as below:
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');
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.
Attachments
Attachments
Issue Links
- is related to
-
IMPALA-9266 TestLogFragments.test_log_fragments fails due to missing log
- Resolved
-
IMPALA-9264 Support catalogd without HMS
- Open
-
IMPALA-9287 test_kudu_table_create_without_hms fails on Hive-3 environment
- Resolved