From eb86eae3d6a1843793e2d08ee5a3fef2400ac0f8 Mon Sep 17 00:00:00 2001 From: "Eric C. Newton" Date: Wed, 21 Mar 2012 19:44:40 +0000 Subject: [PATCH] ACCUMULO-481: update revision, remove "incubating" git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@1303527 13f79535-47bb-0310-9956-ffa450edef68 --- 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(-) diff --git a/ingest/bin/ingest.sh b/ingest/bin/ingest.sh index f743412..39afff0 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.0-incubating-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.1-SNAPSHOT.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH diff --git a/ingest/bin/ingest_parallel.sh b/ingest/bin/ingest_parallel.sh index 74dce9c..2407cef 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.0-incubating-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.1-SNAPSHOT.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH diff --git a/ingest/pom.xml b/ingest/pom.xml index 743a4e8..3a4e4fd 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.0-incubating-SNAPSHOT + 1.4.1-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index 91f97b5..5859604 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ accumulo-examples org.apache.accumulo - 1.4.0-incubating-SNAPSHOT + 1.4.1-SNAPSHOT ../ accumulo-wikisearch diff --git a/query-war/pom.xml b/query-war/pom.xml index 862f2aa..50ff054 100644 --- a/query-war/pom.xml +++ b/query-war/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.0-incubating-SNAPSHOT + 1.4.1-SNAPSHOT wikisearch-query-war diff --git a/query/pom.xml b/query/pom.xml index 9ec1ad6..1c51744 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -19,7 +19,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.0-incubating-SNAPSHOT + 1.4.1-SNAPSHOT ../