Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
ACCUMULO-1168 preparing 1.4.3 tag
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4.3@1455159 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Eric C. Newton committed Mar 11, 2013
1 parent bb80d51 commit 9986235
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ingest/bin/ingest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' | sed 's/:/,/g'`
#
# Map/Reduce job
#
JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3-SNAPSHOT.jar
JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3.jar
CONF=$SCRIPT_DIR/../conf/wikipedia.xml
HDFS_DATA_DIR=$1
export HADOOP_CLASSPATH=$CLASSPATH
Expand Down
2 changes: 1 addition & 1 deletion ingest/bin/ingest_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' | sed 's/:/,/g'`
#
# Map/Reduce job
#
JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3-SNAPSHOT.jar
JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3.jar
CONF=$SCRIPT_DIR/../conf/wikipedia.xml
HDFS_DATA_DIR=$1
export HADOOP_CLASSPATH=$CLASSPATH
Expand Down
2 changes: 1 addition & 1 deletion ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>accumulo-wikisearch</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>accumulo-examples</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<relativePath>../</relativePath>
</parent>
<artifactId>accumulo-wikisearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion query-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>accumulo-wikisearch</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
</parent>

<artifactId>wikisearch-query-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>accumulo-wikisearch</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 9986235

Please sign in to comment.