You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Sameer Abhyankar (JIRA)" <ji...@apache.org> on 2016/04/10 17:03:25 UTC

[jira] [Created] (KUDU-1406) Missing kudu.master_addresses in TBLPROPERTIES via Web UI

Sameer Abhyankar created KUDU-1406:
--------------------------------------

             Summary: Missing kudu.master_addresses in TBLPROPERTIES via Web UI
                 Key: KUDU-1406
                 URL: https://issues.apache.org/jira/browse/KUDU-1406
             Project: Kudu
          Issue Type: Bug
    Affects Versions: 0.7.1
            Reporter: Sameer Abhyankar
            Priority: Minor


I noticed that after a table is created using the Java APIs or the Impala shell, the IMPALA Create Table statement shown on the Kudu Web UI (someHost:8051/table?id=someTableId) has an empty kudu.master_addresses field:

Impala CREATE TABLE statement
CREATE EXTERNAL TABLE `kudu_table4` (
`c1` INT,
`c2` INT,
`c3` STRING,
`c4` DOUBLE,
`c5` FLOAT
)
TBLPROPERTIES(
  'storage_handler' = 'com.cloudera.kudu.hive.KuduStorageHandler',
  'kudu.table_name' = 'kudu_table4',
  'kudu.master_addresses' = '',
  'kudu.key_columns' = 'c1'
);

If I do a 'desc formatted kudu_table4' I do see the correct properties so probably something in the web UI code (master-path-handlers.cc?) where the master_addresses?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)