Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
4c84571bb1
2 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  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
     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
 
     HADOOP-2160.  Remove project-level, non-user documentation from

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

@@ -9,7 +9,7 @@
 <property>
   <name>hadoop.pipes.executable</name>
   <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.
                 This can be used for gdb debugging etc.
   </description>