Member since
09-30-2019
12
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1824 | 10-18-2019 01:43 AM | |
1352 | 10-15-2019 02:42 AM | |
2139 | 10-13-2019 11:29 PM |
03-23-2022
08:28 AM
you can also try using below, CREATE TABLE my_first_table ( id BIGINT, name STRING, PRIMARY KEY(id) ) PARTITION BY HASH PARTITIONS 16 STORED AS KUDU TBLPROPERTIES ( 'kudu.master_addresses' = '<master1>[:port],<master2>[:port],<master3>[:port]' );
... View more
10-18-2019
01:43 AM
Fixed after re-installing cloudera and restart host
... View more
10-15-2019
02:42 AM
Solved,After Set $JAVA_HOME to OpenJDK1.8.0.222(i use open jdk)
... View more