Enabling AWS S3 compatible Object Stores in Cloudera Data Explorer (Hue) without RAZ
You can enable S3-compatible object stores in Data Explorer.
- Log in to the Cloudera web interface as an Administrator.
- Go to Management Console > Environments, select your environment and go to the Data Lake tab.
- Click on the CM URL to open Cloudera Manager.
-
Go to Clusters > Hue service > Configuration and locate Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini.
Add the following lines in the hue-safety-valve configuration:
[desktop] use_storage_connector=trueBy default, this configuration is enabled astrue. -
For enabling the new storage browser for S3-compatible object stores without
RAZ:
[desktop] [[storage_connectors]] [[[default]]] provider=[compatible s3 object stores] auth_type=key endpoint=http(s)://<object-store-host>:<object-store-port> access_key_id=xx secret_key=xx bucket_configs={"<bucket>": {"default_home_path": "s3a://<path>/user"}} - Click Apply Changes.
- Restart the Virtual Warehouse.
