Created 10-05-2017 07:17 PM
Looking at the cluster console I see for network config:
PROTECTED GATEWAY ACCESSAmbari and Zeppelin Web UIs
Hive JDBC
Cluster Components (NameNode, ResourceManager, Spark History Server, Job History Server)
However, for https://hortonworks.github.io/hdp-aws/security-network/index.html it says that hdfs is supported as a gateway service.
When I try to browse hdfs via https://ec2-54-87-212-190.compute-1.amazonaws.com/cluster1/services/hdfs/explorer.html#/ I just get an error.
Created 10-11-2017 09:12 AM
You were right about WebHDFS not exposed, but HDFS UI is exposed via the NameNode service so it should be accessible if you enable "Protected Gateway Access to Cluster Components".
If you would like to enable WebHDFS, there is a workaround:
gateway: address: 172.21.250.198 exposed: [WEBHDFS] location: ....
Hope this helps!
Created 10-05-2017 08:35 PM
Did you try port 443, per the page you referenced?
Created 10-05-2017 09:59 PM
HTTPS defaults to port 443
Created 10-06-2017 09:26 AM
Are you using your custom VPC and subnet? If so, have you checked this checklist:
https://hortonworks.github.io/hdp-aws/security-vpc/index.html#configuring-your-own-vpc
Hope this helps!
Created 10-09-2017 09:00 PM
So are you saying that the knox gateway supports webhdfs? It's not listed on the UI in the cloud cluster console:
PROTECTED GATEWAY ACCESSAmbari and Zeppelin Web UIs Hive JDBC Cluster Components (NameNode, ResourceManager, Spark History Server, Job History Server)
Created 10-10-2017 05:06 PM
Created 10-10-2017 08:15 PM
@pdarvasi that's a very cool reference. Great to see the source code. Unfortunately, I didn't see any option in the UI for
HDFSUI or for WEBHDFS, however I did see options for Ambari, Zeppelin, Hive, JDBC, NameNode, ResourceManager, Spark History Service, and Job History server. That's why I'm concluding that HDFS/WEBHDFS is not supported
Created 10-11-2017 09:12 AM
You were right about WebHDFS not exposed, but HDFS UI is exposed via the NameNode service so it should be accessible if you enable "Protected Gateway Access to Cluster Components".
If you would like to enable WebHDFS, there is a workaround:
gateway: address: 172.21.250.198 exposed: [WEBHDFS] location: ....
Hope this helps!
Created 10-11-2017 08:45 PM
Wow, awesome. Thx!