瀏覽代碼

HUE-8978 [doc] Update docs for ABFS / GCS

Jean-Francois Desjeans Gauthier 6 年之前
父節點
當前提交
03cb53e847

+ 23 - 2
docs/docs-site/content/administrator/configuration/files/_index.md

@@ -105,9 +105,9 @@ The region should be set to the AWS region corresponding to the S3 account. By d
 New end points have been added in [HUE-5420](https://issues.cloudera.org/browse/HUE-5420)
 
 
-## ADLS
+## ADLS / ABFS
 
-Hue's file browser can now allow users to explore, manage, and upload data in an ADLS, in addition to HDFS and S3.
+Hue's file browser can now allow users to explore, manage, and upload data in an ADLS v1 or ADLS v2 (ABFS), in addition to HDFS and S3. ABFS is currently a work in progress with [HUE-8908](https://issues.cloudera.org/browse/HUE-8908)
 
 Read more about it in the [ADLS User Documentation]({{% param baseURL %}}user/browsers#adls).
 
@@ -126,6 +126,11 @@ These keys can securely stored in a script that outputs the actual access key an
     fs_defaultfs=adl://<account_name>.azuredatalakestore.net
     webhdfs_url=https://<account_name>.azuredatalakestore.net
 
+    [[abfs_clusters]]
+    [[[default]]]
+    fs_defaultfs=abfss://<container_name>@<account_name>.dfs.core.windows.net
+    webhdfs_url=https://<container_name>@<account_name>.dfs.core.windows.net
+
 Alternatively (but not recommended for production or secure environments), you can set the client_secret value in plain-text:
 
     [adls]
@@ -140,6 +145,22 @@ Alternatively (but not recommended for production or secure environments), you c
     fs_defaultfs=adl://<account_name>.azuredatalakestore.net
     webhdfs_url=https://<account_name>.azuredatalakestore.net
 
+    [[abfs_clusters]]
+    [[[default]]]
+    fs_defaultfs=abfss://<container_name>@<account_name>.dfs.core.windows.net
+    webhdfs_url=https://<container_name>@<account_name>.dfs.core.windows.net
+
+## GCS
+
+Hue's file browser for Google Cloud Storage is currently a work in progress with [HUE-8978](https://issues.cloudera.org/browse/HUE-8978)
+
+The json credentials of a service account can be stored for development in plain-text
+
+    [desktop]
+    [[gc_accounts]]
+    [[[default]]]
+    json_credentials='{ "type": "service_account", "project_id": .... }'
+
 
 ## HBase
 

+ 4 - 4
docs/docs-site/content/user/browsers/_index.md

@@ -96,15 +96,15 @@ Hue can be setup to read and write to a configured S3 account, and users get aut
 
 [Read more about it](http://gethue.com/introducing-s3-support-in-hue/).
 
-### ADLS
+### ADLS / ABFS
 
 Learn more about it on the [ADLS integration post](http://gethue.com/browsing-adls-data-querying-it-with-sql-and-exporting-the-results-back-in-hue-4-2/).
 
-**Note** ADLS gen2 is currently not supported.
+**Note** ADLS v2 / ABFS is currently a work in progress [HUE-8908](https://issues.cloudera.org/browse/HUE-8908)
 
-### GFS
+### GCS
 
-Google file system is currently not supported.
+Google Cloud Storage is currently a work in progress [HUE-8978](https://issues.cloudera.org/browse/HUE-8978)
 
 ### HBase Browser