Repository: ambari
Updated Branches:
  refs/heads/trunk 80d8e560d -> f6e465ed1


AMBARI-11365. Typo in tooltip - HDFS is called NDFS (onechiporenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f6e465ed
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f6e465ed
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f6e465ed

Branch: refs/heads/trunk
Commit: f6e465ed1a612e7f0904b043838a4cc43274bc70
Parents: 80d8e56
Author: Oleg Nechiporenko <onechipore...@apache.org>
Authored: Mon May 25 12:34:30 2015 +0300
Committer: Oleg Nechiporenko <onechipore...@apache.org>
Committed: Mon May 25 12:34:30 2015 +0300

----------------------------------------------------------------------
 ambari-server/src/main/python/ambari-server-state/core-site.xml  | 2 +-
 .../common-services/HDFS/2.1.0.2.0/configuration/core-site.xml   | 2 +-
 .../common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml   | 2 +-
 .../SLIDER/0.60.0.2.2/configuration/slider-client.xml            | 2 +-
 .../stacks/BIGTOP/0.8/services/HDFS/configuration/core-site.xml  | 2 +-
 .../stacks/BIGTOP/0.8/services/HDFS/configuration/hdfs-site.xml  | 2 +-
 .../2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml    | 2 +-
 .../2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml    | 2 +-
 .../services/SLIDER/configuration/slider-client.xml              | 2 +-
 .../stacks/PHD/3.0.0.0/services/HDFS/configuration/core-site.xml | 2 +-
 .../stacks/PHD/3.0.0.0/services/HDFS/configuration/hdfs-site.xml | 2 +-
 .../bad-stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml | 2 +-
 .../HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml       | 2 +-
 .../HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml     | 2 +-
 .../common-services/HDFS/1.0/configuration/hdfs-site.xml         | 2 +-
 .../common-services/MAPREDUCE/1.0/configuration/hdfs-site.xml    | 2 +-
 .../common-services/MAPREDUCE/1.0/configuration/mapred-site.xml  | 2 +-
 .../stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml     | 2 +-
 .../HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml       | 2 +-
 .../HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml     | 2 +-
 .../stacks/HDP/0.2/services/HDFS/configuration/hdfs-site.xml     | 2 +-
 .../HDP/0.2/services/MAPREDUCE/configuration/hdfs-site.xml       | 2 +-
 .../HDP/0.2/services/MAPREDUCE/configuration/mapred-site.xml     | 2 +-
 .../stacks/HDP/1.2.0/services/HDFS/configuration/core-site.xml   | 2 +-
 .../stacks/HDP/1.2.0/services/HDFS/configuration/hdfs-site.xml   | 2 +-
 .../stacks/HDP/1.3.0/services/HDFS/configuration/core-site.xml   | 2 +-
 .../stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml   | 2 +-
 .../stacks/HDP/1.3.1/services/HCFS/configuration/core-site.xml   | 2 +-
 .../stacks/HDP/1.3.1/services/HCFS/configuration/hdfs-site.xml   | 2 +-
 .../stacks/HDP/1.3.1/services/HDFS/configuration/core-site.xml   | 2 +-
 .../stacks/HDP/1.3.1/services/HDFS/configuration/hdfs-site.xml   | 2 +-
 .../stacks/HDP/2.0.1/services/HDFS/configuration/core-site.xml   | 2 +-
 .../stacks/HDP/2.0.1/services/HDFS/configuration/hdfs-site.xml   | 2 +-
 .../stacks/HDP/2.0.5/services/HDFS/configuration/core-site.xml   | 2 +-
 .../stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml   | 2 +-
 .../stacks/HDP/2.0.7/services/HDFS/configuration/core-site.xml   | 2 +-
 .../stacks/HDP/2.0.7/services/HDFS/configuration/hdfs-site.xml   | 2 +-
 .../HDP/0.2/services/HDFS/configuration/hdfs-site.xml            | 2 +-
 ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json    | 4 ++--
 .../app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json      | 4 ++--
 40 files changed, 42 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/python/ambari-server-state/core-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/ambari-server-state/core-site.xml 
b/ambari-server/src/main/python/ambari-server-state/core-site.xml
index b6547b4..6d9a71a 100644
--- a/ambari-server/src/main/python/ambari-server-state/core-site.xml
+++ b/ambari-server/src/main/python/ambari-server-state/core-site.xml
@@ -62,7 +62,7 @@
         <!-- cluster variant -->
         <value>hdfs://hdp1:8020</value>
         <description>The name of the default file system. Either the
-            literal string "local" or a host:port for NDFS.
+            literal string "local" or a host:port for HDFS.
         </description>
         <final>true</final>
     </property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
index eb14228..ae50475 100644
--- 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
@@ -60,7 +60,7 @@
     <!-- cluster variant -->
     <value>hdfs://localhost:8020</value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
index 68bd0f7..3c4f392 100644
--- 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
@@ -235,7 +235,7 @@
     <name>dfs.namenode.http-address</name>
     <value>localhost:50070</value>
     <description>The name of the default file system.  Either the
-      literal string "local" or a host:port for NDFS.</description>
+      literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/common-services/SLIDER/0.60.0.2.2/configuration/slider-client.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SLIDER/0.60.0.2.2/configuration/slider-client.xml
 
b/ambari-server/src/main/resources/common-services/SLIDER/0.60.0.2.2/configuration/slider-client.xml
index fdeceae..028c847 100644
--- 
a/ambari-server/src/main/resources/common-services/SLIDER/0.60.0.2.2/configuration/slider-client.xml
+++ 
b/ambari-server/src/main/resources/common-services/SLIDER/0.60.0.2.2/configuration/slider-client.xml
@@ -53,7 +53,7 @@
         <name>fs.defaultFS</name>
         <value>hdfs://localhost:8020</value>
         <description>The name of the default file system.  Either the
-          literal string "local" or a host:port for NDFS.</description>
+          literal string "local" or a host:port for HDFS.</description>
       </property>
     -->
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/core-site.xml
index 52764ac..3dcff6d 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/core-site.xml
@@ -54,7 +54,7 @@
     <!-- cluster variant -->
     <value>hdfs://localhost:8020</value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/hdfs-site.xml
index e67ed9f..6499868 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/hdfs-site.xml
@@ -215,7 +215,7 @@
     <name>dfs.namenode.http-address</name>
     <value>localhost:50070</value>
     <description>The name of the default file system.  Either the
-      literal string "local" or a host:port for NDFS.</description>
+      literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml
index 2856504..db665bd 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml
@@ -52,7 +52,7 @@
     <!-- cluster variant -->
     <value>hdfs://localhost:8020</value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml
index b4072ae..c11523a 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml
@@ -214,7 +214,7 @@
     <name>dfs.namenode.http-address</name>
     <value>localhost:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/SLIDER/configuration/slider-client.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/SLIDER/configuration/slider-client.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/SLIDER/configuration/slider-client.xml
index fdeceae..028c847 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/SLIDER/configuration/slider-client.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/SLIDER/configuration/slider-client.xml
@@ -53,7 +53,7 @@
         <name>fs.defaultFS</name>
         <value>hdfs://localhost:8020</value>
         <description>The name of the default file system.  Either the
-          literal string "local" or a host:port for NDFS.</description>
+          literal string "local" or a host:port for HDFS.</description>
       </property>
     -->
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/core-site.xml
index 52764ac..3dcff6d 100644
--- 
a/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/core-site.xml
@@ -54,7 +54,7 @@
     <!-- cluster variant -->
     <value>hdfs://localhost:8020</value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/hdfs-site.xml
index e67ed9f..6499868 100644
--- 
a/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/configuration/hdfs-site.xml
@@ -215,7 +215,7 @@
     <name>dfs.namenode.http-address</name>
     <value>localhost:50070</value>
     <description>The name of the default file system.  Either the
-      literal string "local" or a host:port for NDFS.</description>
+      literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
 
b/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
index 054aafe..8d6760e 100644
--- 
a/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
+++ 
b/ambari-server/src/test/resources/bad-stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
@@ -158,7 +158,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/common-services/HDFS/1.0/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/common-services/HDFS/1.0/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/common-services/HDFS/1.0/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/common-services/HDFS/1.0/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/common-services/HDFS/1.0/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/mapred-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/mapred-site.xml
 
b/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/mapred-site.xml
index 054aafe..8d6760e 100644
--- 
a/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/mapred-site.xml
+++ 
b/ambari-server/src/test/resources/common-services/MAPREDUCE/1.0/configuration/mapred-site.xml
@@ -158,7 +158,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/0.1/services/HDFS/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
index 054aafe..8d6760e 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/0.1/services/MAPREDUCE/configuration/mapred-site.xml
@@ -158,7 +158,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/mapred-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/mapred-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/mapred-site.xml
index 054aafe..8d6760e 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/mapred-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/0.2/services/MAPREDUCE/configuration/mapred-site.xml
@@ -158,7 +158,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/core-site.xml
index a312e68..561ea6b 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/core-site.xml
@@ -58,7 +58,7 @@
     <!-- cluster variant -->
     <value></value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/hdfs-site.xml
index 3f9dae4..d7c13f8 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.2.0/services/HDFS/configuration/hdfs-site.xml
@@ -162,7 +162,7 @@
     <name>dfs.http.address</name>
     <value></value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/core-site.xml
index 94ffbbb..043a2e0 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/core-site.xml
@@ -60,7 +60,7 @@
     <!-- cluster variant -->
     <value></value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml
index e69d6c1..2de830f 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml
@@ -162,7 +162,7 @@
     <name>dfs.http.address</name>
     <value></value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/core-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/core-site.xml
index a312e68..561ea6b 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/core-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/core-site.xml
@@ -58,7 +58,7 @@
     <!-- cluster variant -->
     <value></value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/hdfs-site.xml
index 3f9dae4..d7c13f8 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HCFS/configuration/hdfs-site.xml
@@ -162,7 +162,7 @@
     <name>dfs.http.address</name>
     <value></value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/core-site.xml
index a312e68..561ea6b 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/core-site.xml
@@ -58,7 +58,7 @@
     <!-- cluster variant -->
     <value></value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/hdfs-site.xml
index 3f9dae4..d7c13f8 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/1.3.1/services/HDFS/configuration/hdfs-site.xml
@@ -162,7 +162,7 @@
     <name>dfs.http.address</name>
     <value></value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/core-site.xml
index e646d5b..b5b2a67 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/core-site.xml
@@ -58,7 +58,7 @@
     <!-- cluster variant -->
     <value></value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/hdfs-site.xml
index d16aceb..07b91de 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/configuration/hdfs-site.xml
@@ -181,7 +181,7 @@
     <name>dfs.http.address</name>
     <value></value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/core-site.xml
index 339857a..ab46feb 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/core-site.xml
@@ -52,7 +52,7 @@
     <!-- cluster variant -->
     <value></value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml
index ecb5d6f..246b2f9 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml
@@ -155,7 +155,7 @@
     <name>dfs.namenode.http-address</name>
     <value></value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/core-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/core-site.xml
index ed89d57..9429a6d 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/core-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/core-site.xml
@@ -52,7 +52,7 @@
     <!-- cluster variant -->
     <value>hdfs://localhost:8020</value>
     <description>The name of the default file system.  Either the
-  literal string "local" or a host:port for NDFS.</description>
+  literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/hdfs-site.xml
index 61b21f8..a222817 100644
--- 
a/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HDFS/configuration/hdfs-site.xml
@@ -223,7 +223,7 @@
     <name>dfs.namenode.http-address</name>
     <value>localhost:50070</value>
     <description>The name of the default file system.  Either the
-      literal string "local" or a host:port for NDFS.</description>
+      literal string "local" or a host:port for HDFS.</description>
     <final>true</final>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
 
b/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
index b096e41..2b979d7 100644
--- 
a/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hdfs-site.xml
@@ -156,7 +156,7 @@
     <name>dfs.http.address</name>
     <value>hdp1.cybervisiontech.com.ua:50070</value>
 <description>The name of the default file system.  Either the
-literal string "local" or a host:port for NDFS.</description>
+literal string "local" or a host:port for HDFS.</description>
 <final>true</final>
 </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json
----------------------------------------------------------------------
diff --git a/ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json 
b/ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json
index b4ee154..fcaa96d 100644
--- a/ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json
+++ b/ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json
@@ -4636,7 +4636,7 @@
           "href" : 
"http://c6401:8080/api/v1/stacks/HDP/versions/2.2/services/HDFS/configurations/dfs.namenode.http-address";,
           "StackConfigurations" : {
             "final" : "true",
-            "property_description" : "The name of the default file system.  
Either the\n      literal string \"local\" or a host:port for NDFS.",
+            "property_description" : "The name of the default file system.  
Either the\n      literal string \"local\" or a host:port for HDFS.",
             "property_name" : "dfs.namenode.http-address",
             "property_type" : [ ],
             "property_value" : "localhost:50070",
@@ -4860,7 +4860,7 @@
           "href" : 
"http://c6401:8080/api/v1/stacks/HDP/versions/2.2/services/HDFS/configurations/fs.defaultFS";,
           "StackConfigurations" : {
             "final" : "true",
-            "property_description" : "The name of the default file system.  
Either the\n  literal string \"local\" or a host:port for NDFS.",
+            "property_description" : "The name of the default file system.  
Either the\n  literal string \"local\" or a host:port for HDFS.",
             "property_name" : "fs.defaultFS",
             "property_type" : [ ],
             "property_value" : "hdfs://localhost:8020",

http://git-wip-us.apache.org/repos/asf/ambari/blob/f6e465ed/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json
----------------------------------------------------------------------
diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json 
b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json
index 9dd065c..e9598e6 100644
--- a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json
+++ b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json
@@ -388,7 +388,7 @@
     {
       "href" : 
"http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HDFS/configurations/dfs.namenode.http-address";,
       "StackConfigurations" : {
-        "property_description" : "The name of the default file system.  Either 
the\nliteral string \"local\" or a host:port for NDFS.",
+        "property_description" : "The name of the default file system.  Either 
the\nliteral string \"local\" or a host:port for HDFS.",
         "property_name" : "dfs.namenode.http-address",
         "property_value" : "localhost:50070",
         "service_name" : "HDFS",
@@ -712,7 +712,7 @@
     {
       "href" : 
"http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HDFS/configurations/fs.defaultFS";,
       "StackConfigurations" : {
-        "property_description" : "The name of the default file system.  Either 
the\n  literal string \"local\" or a host:port for NDFS.",
+        "property_description" : "The name of the default file system.  Either 
the\n  literal string \"local\" or a host:port for HDFS.",
         "property_name" : "fs.defaultFS",
         "property_value" : "hdfs://localhost:8020",
         "service_name" : "HDFS",

Reply via email to