You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ac...@apache.org on 2007/12/19 10:01:57 UTC

svn commit: r605473 - in /lucene/hadoop/trunk: CHANGES.txt src/examples/pipes/conf/word.xml

Author: acmurthy
Date: Wed Dec 19 01:01:51 2007
New Revision: 605473

URL: http://svn.apache.org/viewvc?rev=605473&view=rev
Log:
HADOOP-2453. Fix the configuration for wordcount-simple example in Hadoop Pipes which currently produces an XML parsing error. Contributed by Amareshwari Sri Ramadasu.

Modified:
    lucene/hadoop/trunk/CHANGES.txt
    lucene/hadoop/trunk/src/examples/pipes/conf/word.xml

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=605473&r1=605472&r2=605473&view=diff
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Wed Dec 19 01:01:51 2007
@@ -293,6 +293,10 @@
     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

Modified: lucene/hadoop/trunk/src/examples/pipes/conf/word.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/examples/pipes/conf/word.xml?rev=605473&r1=605472&r2=605473&view=diff
==============================================================================
--- lucene/hadoop/trunk/src/examples/pipes/conf/word.xml (original)
+++ lucene/hadoop/trunk/src/examples/pipes/conf/word.xml Wed Dec 19 01:01:51 2007
@@ -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>