Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Changing port 50070

avatar
New Member

I need to change the HDFS namenode port on the Docker Sandbox to something other than 50070 due to a conflict on my machine. I've tried changing the port in core-site.xml (using property dfs.datanode.http.address) as well as via Ambari on the HDFS config pages, but after re-starting the Sandbox there are still references to the original port number. Does anyone know where I need to change the port to get it to take effect across the entire Sandbox?

1 ACCEPTED SOLUTION

avatar

@Philip Reilly

Actually to define your choice of port by setting properties dfs.namenode.http-address for Namenode port is set via in conf/hdfs-site.xml

Please accept the answer you found most useful

View solution in original post

3 REPLIES 3

avatar
Super Collaborator

avatar

@Philip Reilly

Actually to define your choice of port by setting properties dfs.namenode.http-address for Namenode port is set via in conf/hdfs-site.xml

Please accept the answer you found most useful

avatar
New Member

Hi, @Jagadeesan A S thanks that was it. However, as I'm using the Sandbox I discovered I can only change the settings in Ambari. Each time I changed hdfs-site.xml it was overwritten when I restarted.