You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We are using the hdfs service outside of the kubernetes cluster, so we are facing the HDFS data node host name issue.
Since the name node only return the internal data node hostname/ip to service outside the kubernetes cluster, so that external service cannot access to the data node through the hostname/ip. Can anyone help on this scenario? Thanks!
The text was updated successfully, but these errors were encountered:
We don't have yet support for using hdfs outside kubernetes cluster. To do that, we should integrate the hadoop internals to kubernetes and this is not a direct task. We need to modify the hostname published by the datanodes, create a NodePort or Host port for each individual datanode, etc.
If you need to access hdfs from outside, you can try the httpfs service with a NodePort or even and Ingress.
Hi! We are using the hdfs service outside of the kubernetes cluster, so we are facing the HDFS data node host name issue.
Since the name node only return the internal data node hostname/ip to service outside the kubernetes cluster, so that external service cannot access to the data node through the hostname/ip. Can anyone help on this scenario? Thanks!
The text was updated successfully, but these errors were encountered: