Manish Maheshwari created KUDU-3449:
---------------------------------------
Summary: Kudu client should get auto redirected to the active
master
Key: KUDU-3449
URL: https://issues.apache.org/jira/browse/KUDU-3449
Project: Kudu
Issue Type: Improvement
Reporter: Manish Maheshwari
When providing only 1 Kudu master host, clients get an error as below. We
should ideally allow clients to be redirected to the active master cc [~abukor]
[~arawat]
{code:java}
ERROR: AnalysisException: Cannot analyze Kudu table 'my_first_kudu_table':
Error determining if Kudu's integration with the Hive Metastore is enabled:
Could not connect to a leader master. Client configured with 1 master(s)
(pm-kudu-master30.pm-sandb.a465-9q4k.cloudera.site:7051) but cluster indicates
it expects 3 master(s)
(pm-kudu-master10.pm-sandb.a465-9q4k.cloudera.site:7051,pm-kudu-master20.pm-sandb.a465-9q4k.cloudera.site:7051,pm-kudu-master30.pm-sandb.a465-9q4k.cloudera.site:7051)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)