Author: plinnell
Date: Fri Oct 28 01:04:10 2011
New Revision: 1190105
URL: http://svn.apache.org/viewvc?rev=1190105&view=rev
Log:
BIGTOP-166 Add the missing examples.
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/mahout/install_mahout.sh
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/mahout/install_mahout.sh
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/mahout/install_mahout.sh?rev=1190105&r1=1190104&r2=1190105&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/mahout/install_mahout.sh
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/mahout/install_mahout.sh
Fri Oct 28 01:04:10 2011
@@ -116,6 +116,9 @@ install -d -m 0755 $PREFIX/$CONF_DIR
cp -a ${BUILD_DIR}/conf/* $PREFIX/$CONF_DIR
ln -s /etc/mahout/conf $PREFIX/$LIB_DIR/conf
+# Copy in the example files
+cp -a ${BUILD_DIR}/examples/ $PREFIX/$DOC_DIR/
+
# Copy in the /usr/bin/mahout wrapper
install -d -m 0755 $PREFIX/$BIN_DIR
cat > $PREFIX/$BIN_DIR/mahout <<EOF