Explorar o código

[blog] Fix Ozone HttpFS endpoint URL scheme (#3299)

Harsh Gupta %!s(int64=2) %!d(string=hai) anos
pai
achega
511ef3b0d2

+ 1 - 1
docs/gethue/content/en/posts/2023-05-02-discover-the-power-of-apache-ozone-using-the-hue-file-browser.md

@@ -66,7 +66,7 @@ To configure Hue for Ozone file browsing, make the necessary changes to the hue.
 ```
 [[[default]]]
 fs_defaultfs=ofs://[**SERVICE_ID**]
-webhdfs_url=http://[***OZONE-HTTPFS-HOST***]:[***OZONE-HTTPFS-PORT***]/webhdfs/v1
+webhdfs_url=http(s)://[***OZONE-HTTPFS-HOST***]:[***OZONE-HTTPFS-PORT***]/webhdfs/v1
 ssl_cert_ca_verify=true
 security_enabled=true
 ```