Client should not look on HDFS to list tables
---------------------------------------------

                 Key: HBASE-4548
                 URL: https://issues.apache.org/jira/browse/HBASE-4548
             Project: HBase
          Issue Type: Bug
          Components: client
    Affects Versions: 0.92.0
            Reporter: Todd Lipcon
            Priority: Critical
             Fix For: 0.92.0


In HBASE-4377, Jon noticed that HConnectionManager.listTable now looks on HDFS 
for the table list. This seems incorrect, since the client may not have access 
to the hbase directory on HDFS (eg in a secure cluster). At the least, it 
should RPC to the master to find a table list, and have the master do the list 
on HDFS.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to