Updated Branches: refs/heads/trunk 2675d8c22 -> 249861fb8
AMBARI-3218: Define dfs.https.port property in hdfs-site.xml. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/249861fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/249861fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/249861fb Branch: refs/heads/trunk Commit: 249861fb8946aaeafe6899c477f82c2452810623 Parents: 2675d8c Author: Jaimin Jetly <[email protected]> Authored: Fri Sep 13 11:34:27 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Sep 13 11:34:36 2013 -0700 ---------------------------------------------------------------------- .../HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ .../HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ .../HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ .../HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ .../HDPLocal/1.3.0/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ .../HDPLocal/1.3.2/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ .../HDPLocal/2.0.5/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ .../HDPLocal/2.0.6/services/HDFS/configuration/hdfs-site.xml | 8 ++++++++ 8 files changed, 64 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml index 6246def..bd978a9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml @@ -143,6 +143,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value></value> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml index 6246def..bd978a9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml @@ -143,6 +143,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value></value> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml index ecb5d6f..deb0e8c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml @@ -136,6 +136,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value>0.0.0.0:50010</value> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml index ecb5d6f..deb0e8c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml @@ -136,6 +136,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value>0.0.0.0:50010</value> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/configuration/hdfs-site.xml index 6246def..bd978a9 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/configuration/hdfs-site.xml @@ -143,6 +143,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value></value> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/HDFS/configuration/hdfs-site.xml index 6246def..bd978a9 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/HDFS/configuration/hdfs-site.xml @@ -143,6 +143,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value></value> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/hdfs-site.xml index 06709ac..71c176d 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/hdfs-site.xml @@ -136,6 +136,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value>0.0.0.0:50010</value> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/249861fb/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/HDFS/configuration/hdfs-site.xml index ecb5d6f..deb0e8c 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/HDFS/configuration/hdfs-site.xml @@ -136,6 +136,14 @@ </property> <property> + <name>dfs.https.port</name> + <value>50070</value> + <description> + This property is used by HftpFileSystem. + </description> + </property> + + <property> <name>dfs.datanode.address</name> <value>0.0.0.0:50010</value> </property>
