Configuring for Kudu Tables
The Kudu configuration property must be set for Impala to connect to the appropriate Kudu server.
The Kudu configuration property must be set for Impala to connect to the appropriate Kudu server.
kudu_host:7051
. In a
high-availability Kudu deployment, specify the names of multiple Kudu
hosts separated by commas. TBLPROPERTIES('kudu.master_addresses')
clause in the CREATE TABLE
statement or changing the
TBLPROPERTIES('kudu.master_addresses')
value with
an ALTER TABLE
statement.