You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/03/22 17:16:41 UTC

svn commit: r1303872 - in /incubator/accumulo/trunk/examples/wikisearch/ingest/bin: ingest.sh ingest_parallel.sh

Author: billie
Date: Thu Mar 22 16:16:41 2012
New Revision: 1303872

URL: http://svn.apache.org/viewvc?rev=1303872&view=rev
Log:
ACCUMULO-481 updated versions

Modified:
    incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest.sh
    incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest_parallel.sh

Modified: incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest.sh?rev=1303872&r1=1303871&r2=1303872&view=diff
==============================================================================
--- incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest.sh (original)
+++ incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest.sh Thu Mar 22 16:16:41 2012
@@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' 
 #
 # Map/Reduce job
 #
-JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.0-incubating-SNAPSHOT.jar
+JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.5.0-SNAPSHOT.jar
 CONF=$SCRIPT_DIR/../conf/wikipedia.xml
 HDFS_DATA_DIR=$1
 export HADOOP_CLASSPATH=$CLASSPATH

Modified: incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest_parallel.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest_parallel.sh?rev=1303872&r1=1303871&r2=1303872&view=diff
==============================================================================
--- incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest_parallel.sh (original)
+++ incubator/accumulo/trunk/examples/wikisearch/ingest/bin/ingest_parallel.sh Thu Mar 22 16:16:41 2012
@@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' 
 #
 # Map/Reduce job
 #
-JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.0-incubating-SNAPSHOT.jar
+JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.5.0-SNAPSHOT.jar
 CONF=$SCRIPT_DIR/../conf/wikipedia.xml
 HDFS_DATA_DIR=$1
 export HADOOP_CLASSPATH=$CLASSPATH