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 D0D8D10803 for ; Wed, 19 Mar 2014 16:09:21 +0000 (UTC) Received: (qmail 1118 invoked by uid 500); 19 Mar 2014 16:08:53 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 733 invoked by uid 500); 19 Mar 2014 16:08:39 -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 99642 invoked by uid 99); 19 Mar 2014 16:08:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 16:08:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0EA6B984648; Wed, 19 Mar 2014 16:08:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ujustgotbilld@apache.org To: commits@accumulo.apache.org Date: Wed, 19 Mar 2014 16:08:35 -0000 Message-Id: <773916ae606146cf88996f59b2c0e4de@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [25/50] [abbrv] git commit: ACCUMULO-614 slide version in 1.4 branch now that 1.4.1 has been released ACCUMULO-614 slide version in 1.4 branch now that 1.4.1 has been released git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@1358245 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/commit/873f98ce Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/873f98ce Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/873f98ce Branch: refs/heads/master Commit: 873f98cecd8c60cd140179274373d92770ff1daf Parents: a286a87 Author: Eric C. Newton Authored: Fri Jul 6 14:42:59 2012 +0000 Committer: Eric C. Newton Committed: Fri Jul 6 14:42:59 2012 +0000 ---------------------------------------------------------------------- ingest/bin/ingest.sh | 2 +- ingest/bin/ingest_parallel.sh | 2 +- ingest/pom.xml | 2 +- pom.xml | 2 +- query-war/pom.xml | 2 +- query/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/ingest/bin/ingest.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest.sh b/ingest/bin/ingest.sh index 39afff0..16d3cf5 100755 --- a/ingest/bin/ingest.sh +++ b/ingest/bin/ingest.sh @@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' | sed 's/:/,/g'` # # Map/Reduce job # -JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.1-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.2-SNAPSHOT.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/ingest/bin/ingest_parallel.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest_parallel.sh b/ingest/bin/ingest_parallel.sh index 2407cef..f83bf0b 100755 --- a/ingest/bin/ingest_parallel.sh +++ b/ingest/bin/ingest_parallel.sh @@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' | sed 's/:/,/g'` # # Map/Reduce job # -JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.1-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.2-SNAPSHOT.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/ingest/pom.xml ---------------------------------------------------------------------- diff --git a/ingest/pom.xml b/ingest/pom.xml index 3a4e4fd..0dd3aa5 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../ http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5859604..c517589 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ accumulo-examples org.apache.accumulo - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../ accumulo-wikisearch http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/query-war/pom.xml ---------------------------------------------------------------------- diff --git a/query-war/pom.xml b/query-war/pom.xml index 50ff054..1e9fd2c 100644 --- a/query-war/pom.xml +++ b/query-war/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT wikisearch-query-war http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 1c51744..488c897 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -19,7 +19,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../