Author: mahadev
Date: Wed May 11 00:34:52 2011
New Revision: 1101696
URL: http://svn.apache.org/viewvc?rev=1101696&view=rev
Log:
Fix assembly to add mapreduce shell scripts to the assembly package. (mahadev)
Modified:
hadoop/mapreduce/branches/MR-279/CHANGES.txt
hadoop/mapreduce/branches/MR-279/assembly/all.xml
Modified: hadoop/mapreduce/branches/MR-279/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MR-279/CHANGES.txt?rev=1101696&r1=1101695&r2=1101696&view=diff
==============================================================================
--- hadoop/mapreduce/branches/MR-279/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/MR-279/CHANGES.txt Wed May 11 00:34:52 2011
@@ -3,6 +3,8 @@ Hadoop MapReduce Change Log
Trunk (unreleased changes)
MAPREDUCE-279
+
+ Fix assembly to add mapreduce shell scripts to the assembly package.
(mahadev)
Propagate error back to client in case of a job submission failure
(mahadev)
Modified: hadoop/mapreduce/branches/MR-279/assembly/all.xml
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MR-279/assembly/all.xml?rev=1101696&r1=1101695&r2=1101696&view=diff
==============================================================================
--- hadoop/mapreduce/branches/MR-279/assembly/all.xml (original)
+++ hadoop/mapreduce/branches/MR-279/assembly/all.xml Wed May 11 00:34:52 2011
@@ -25,6 +25,14 @@
<fileMode>0755</fileMode>
</fileSet>
<fileSet>
+ <directory>bin</directory>
+ <outputDirectory>bin</outputDirectory>
+ <includes>
+ <include>*</include>
+ </includes>
+ <fileMode>0755</fileMode>
+ </fileSet>
+ <fileSet>
<directory>yarn/conf</directory>
<outputDirectory>conf</outputDirectory>
<includes>