- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Changing port 50070
- Labels:
-
Apache Hadoop
Created ‎11-23-2018 02:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Created ‎11-24-2018 01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-23-2018 04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Take a look at the Sandbox Deployment and Install Guide.
Created ‎11-24-2018 01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-24-2018 06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
