You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/03/10 16:53:46 UTC

[2/3] git commit: ACCUMULO-2018 Wikisearch Parallel Ingest script should use parallel configuration file.

ACCUMULO-2018 Wikisearch Parallel Ingest script should use parallel configuration file.

 make sure parallel ingester uses parallel config, per README.parallel


Project: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/commit/bcf16abe
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/bcf16abe
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/bcf16abe

Branch: refs/heads/1.4.5-SNAPSHOT
Commit: bcf16abe896e6ebb93a0e935473ec7a2afcc8ec2
Parents: e84d8d7
Author: Sean Busbey <bu...@clouderagovt.com>
Authored: Wed Dec 11 02:18:37 2013 -0600
Committer: Sean Busbey <bu...@cloudera.com>
Committed: Mon Mar 10 10:09:02 2014 -0500

----------------------------------------------------------------------
 ingest/bin/ingest_parallel.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/bcf16abe/ingest/bin/ingest_parallel.sh
----------------------------------------------------------------------
diff --git a/ingest/bin/ingest_parallel.sh b/ingest/bin/ingest_parallel.sh
index 8c63ac0..62e79db 100755
--- a/ingest/bin/ingest_parallel.sh
+++ b/ingest/bin/ingest_parallel.sh
@@ -39,7 +39,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' | sed 's/:/,/g'`
 # Map/Reduce job
 #
 JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.5-SNAPSHOT.jar
-CONF=$SCRIPT_DIR/../conf/wikipedia.xml
+CONF=$SCRIPT_DIR/../conf/wikipedia_parallel.xml
 HDFS_DATA_DIR=$1
 export HADOOP_CLASSPATH=$CLASSPATH
 echo "hadoop jar $JAR org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester -libjars $LIBJARS -conf $CONF -Dwikipedia.input=${HDFS_DATA_DIR}"