Hi,
I created a Kudu table via the KuduContext, and creation was successful. I copied the CREATE TABLE statement from the Kudu UI and tried to execute it on the Impala shell. However, it complains of "invalid table/name". Here is the error:
Query: create EXTERNAL TABLE `app_db.sg_test17110117` STORED AS KUDU
TBLPROPERTIES(
'kudu.table_name' = 'app_db.sg_test17110117',
'kudu.master_addresses' = 'host.domain.net:7051')
ERROR: AnalysisException: Invalid table/view name: app_db.sg_test17110117
Can anyone throw more light on this error, and any workarounds, please?
Thanks,
Sree