Author: edwardyoon
Date: Tue Mar 17 01:18:06 2015
New Revision: 1667158
URL: http://svn.apache.org/r1667158
Log:
HAMA-930: Add hama-yarn to binary distribution
Modified:
hama/trunk/CHANGES.txt
hama/trunk/src/assemble/bin.xml
Modified: hama/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hama/trunk/CHANGES.txt?rev=1667158&r1=1667157&r2=1667158&view=diff
==============================================================================
--- hama/trunk/CHANGES.txt (original)
+++ hama/trunk/CHANGES.txt Tue Mar 17 01:18:06 2015
@@ -10,7 +10,8 @@ Release 0.7.0 (unreleased changes)
HAMA-863: Implement SparseVector (Yexi Jiang)
BUG FIXES
-
+
+ HAMA-930: Add hama-yarn to binary distribution (Minho Kim via edwardyoon)
HAMA-848: Refactor YARN module for hadoop 2.x stable version (Minho Kim via
edwardyoon)
HAMA-906: Automatic activation of halted vertices without received messages
(edwardyoon)
HAMA-905: Fix Pi Estimator Example (Martin Illecker)
Modified: hama/trunk/src/assemble/bin.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/src/assemble/bin.xml?rev=1667158&r1=1667157&r2=1667158&view=diff
==============================================================================
--- hama/trunk/src/assemble/bin.xml (original)
+++ hama/trunk/src/assemble/bin.xml Tue Mar 17 01:18:06 2015
@@ -98,6 +98,18 @@
</excludes>
<outputDirectory>../hama-${project.version}/</outputDirectory>
</fileSet>
+ <fileSet>
+ <directory>../yarn/target</directory>
+ <includes>
+ <include>hama-*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>*sources.jar</exclude>
+ <exclude>*tests.jar</exclude>
+ <exclude>*javadoc.jar</exclude>
+ </excludes>
+ <outputDirectory>../hama-${project.version}/</outputDirectory>
+ </fileSet>
<fileSet>
<directory>../</directory>