Skip to content

Commit

Permalink
Update connector to version 1.1-dp3.
Browse files Browse the repository at this point in the history
Change-Id: Ibbe1507942a5052b661dd48f39e5598af39302a0
Reviewed-on: http://review.couchbase.org/21923
Reviewed-by: Michael Wiederhold <mike@couchbase.com>
Tested-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
ingenthr committed Nov 9, 2012
1 parent de96e16 commit bddcc06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -20,7 +20,7 @@

<!-- Directory variables -->
<property name="name" value="couchbase-hadoop-plugin"/>
<property name="version" value="1.1-dp2"/>
<property name="version" value="1.1-dp3"/>
<property name="lib.dir" value="${basedir}/lib" />
<property name="ivy.dir" location="${basedir}/ivy" />
<property name="build.dir" value="${basedir}/build" />
Expand Down
2 changes: 1 addition & 1 deletion etc/couchbase-manager.xml
@@ -1 +1 @@
com.couchbase.sqoop.manager.CouchbaseFactory=lib/couchbase-hadoop-plugin-1.1-dp2.jar
com.couchbase.sqoop.manager.CouchbaseFactory=lib/couchbase-hadoop-plugin-1.1-dp3.jar
2 changes: 1 addition & 1 deletion etc/install.sh
Expand Up @@ -27,7 +27,7 @@ function check_file_exists {

f_config=$PWD/couchbase-config.xml
f_manager=$PWD/couchbase-manager.xml
f_plugin=$PWD/couchbase-hadoop-plugin-1.1-dp2.jar
f_plugin=$PWD/couchbase-hadoop-plugin-1.1-dp3.jar

if [ $# -ne 1 ]; then
echo "usage: ./install.sh path_to_sqoop_home"
Expand Down

0 comments on commit bddcc06

Please sign in to comment.