Browse Source

HADOOP-2453. Fix the configuration for wordcount-simple example in Hadoop Pipes which currently produces an XML parsing error. Contributed by Amareshwari Sri Ramadasu.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@605473 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 17 years ago
parent
commit
4c84571bb1
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGES.txt
  2. 1 1
      src/examples/pipes/conf/word.xml

+ 4 - 0
CHANGES.txt

@@ -293,6 +293,10 @@ Branch 0.15 (unreleased)
     free-space on any one of the available disks. (Amareshwari Sri Ramadasu
     free-space on any one of the available disks. (Amareshwari Sri Ramadasu
     via acmurthy)
     via acmurthy)
 
 
+    HADOOP-2453. Fix the configuration for wordcount-simple example in Hadoop 
+    Pipes which currently produces an XML parsing error. (Amareshwari Sri
+    Ramadasu via acmurthy)
+
   IMPROVEMENTS
   IMPROVEMENTS
 
 
     HADOOP-2160.  Remove project-level, non-user documentation from
     HADOOP-2160.  Remove project-level, non-user documentation from

+ 1 - 1
src/examples/pipes/conf/word.xml

@@ -9,7 +9,7 @@
 <property>
 <property>
   <name>hadoop.pipes.executable</name>
   <name>hadoop.pipes.executable</name>
   <value>/examples/bin/wordcount-simple#wordcount-simple</value>
   <value>/examples/bin/wordcount-simple#wordcount-simple</value>
-  <description> Executable path is given as <path>#<executable-name>
+  <description> Executable path is given as "path#executable-name"
                 sothat the executable will have a symlink in working directory.
                 sothat the executable will have a symlink in working directory.
                 This can be used for gdb debugging etc.
                 This can be used for gdb debugging etc.
   </description>
   </description>