Author: smarthi
Date: Mon May 27 07:03:34 2013
New Revision: 1486525
URL: http://svn.apache.org/r1486525
Log:
MAHOUT-1229: Conf directory content from Mahout distribution archives cannot be
unpacked
Modified:
mahout/trunk/CHANGELOG
mahout/trunk/distribution/src/main/assembly/bin.xml
Modified: mahout/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1486525&r1=1486524&r2=1486525&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Mon May 27 07:03:34 2013
@@ -2,6 +2,8 @@ Mahout Change Log
Release 0.8 - unreleased
+ MAHOUT-1229: Conf directory content from Mahout distribution archives cannot
be unpacked (Stevo Slavic via smarthi)
+
MAHOUT-1213: SSVD job doesn't clean it's temp dir, and fails when seeing it
again (smarthi)
__MAHOUT-1223: Fixed point skipped in StreamingKMeans when iterating through
centroids from a reducer (dfilimon)
Modified: mahout/trunk/distribution/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/distribution/src/main/assembly/bin.xml?rev=1486525&r1=1486524&r2=1486525&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/bin.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/bin.xml Mon May 27 07:03:34 2013
@@ -132,6 +132,7 @@
<directory>${project.basedir}/../src/conf</directory>
<outputDirectory>conf</outputDirectory>
<fileMode>0644</fileMode>
+ <directoryMode>0755</directoryMode>
</fileSet>
<fileSet>
<directory>${project.basedir}/../examples/bin</directory>