John Zhuge created HADOOP-14258:
-----------------------------------

             Summary: Verify and document ADLS client mount table feature
                 Key: HADOOP-14258
                 URL: https://issues.apache.org/jira/browse/HADOOP-14258
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs/adl
    Affects Versions: 2.8.0
            Reporter: John Zhuge
            Priority: Minor


ADLS connector supports a simple form of client mount table (chrooted) so that 
multiple clusters can share a single store as the default filesystem without 
sharing any directories. Verify and document this feature.

How to setup:
* Set property {{dfs.adls.<cluster>.hostname}} to 
{{<store>.azuredatalakestore.net}}
* Set property {{dfs.adls.<cluster>.mountpoint}} to {{<mount_path_in_store>}}
* URI {{adl://<cluster>/...}} will be translated to 
{{adl://<store>.azuredatalakestore.net/<mount_path_in_store>}}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to