Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C6221CA17 for ; Mon, 10 Mar 2014 15:53:47 +0000 (UTC) Received: (qmail 40378 invoked by uid 500); 10 Mar 2014 15:53:47 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 40311 invoked by uid 500); 10 Mar 2014 15:53:46 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 40291 invoked by uid 99); 10 Mar 2014 15:53:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 15:53:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4B29593C552; Mon, 10 Mar 2014 15:53:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@accumulo.apache.org Date: Mon, 10 Mar 2014 15:53:46 -0000 Message-Id: In-Reply-To: <01c6ed95bab64d78828ac639ce021182@git.apache.org> References: <01c6ed95bab64d78828ac639ce021182@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Wed Dec 11 02:18:37 2013 -0600 Committer: Sean Busbey 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}"