|
|
@@ -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
|
|
|
|