Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couchbase_password_issue #1

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3cf516c
Update dependencies to be compatible with CDH4.
ingenthr Oct 22, 2012
1a97028
Update connector to version 1.1-dp3.
ingenthr Oct 22, 2012
2a68546
Update metadata for dp5.
ingenthr Aug 29, 2014
4b2054f
Update dependencies for CDH5 port.
ingenthr Sep 9, 2014
7833a88
Remove un-needed HBase dependency. It was a compile time problem too.
ingenthr Sep 9, 2014
4f24d81
Update to later validateKey() method. Private method changed.
ingenthr Sep 9, 2014
ae8e72a
Update run-time dependencies for CDH5
avsej Sep 9, 2014
d7f5211
Override unused test
avsej Sep 9, 2014
e32d183
Set java source and target to 1.6.
ingenthr Sep 21, 2014
d48a656
Depend on special 1.4.4 build with bundled httpcore.
ingenthr Sep 21, 2014
9e31311
Fix shebang on install.sh
ingenthr Sep 21, 2014
9618a00
Adding IntelliJ settings which are appropriate for version control.
ingenthr Sep 21, 2014
42ae2c6
Break out import test into authd/default.
ingenthr Sep 21, 2014
3edb06b
Do not destroy the .idea/ dir on ant clean.
ingenthr Sep 21, 2014
bf458d8
CBHADOOP-13: Fix for password handling.
ingenthr Sep 21, 2014
b060d9e
gitignore packaged files for install.
ingenthr Sep 21, 2014
86db90e
Make IJ happy by having a local utils for stresstest.
ingenthr Sep 21, 2014
4e9621e
Update of IJ configuration files after import.
ingenthr Sep 21, 2014
f391042
Correct param in test case on CouchbaseAuthdBucketManagerTest.
ingenthr Sep 21, 2014
97fbb25
Update connector to version 1.2-beta.
ingenthr Sep 29, 2014
f241298
Update connector to version 1.2.0 for GA.
ingenthr Oct 5, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
*~
.classpath
.DS_Store
.idea/tasks.xml
.idea/workspace.xml
.project
build/
couchbase-hadoop-plugin-*.zip
DUMP*
EXPORT_TABLE*
lib/ivy*
lib/ivy*
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/ant.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

125 changes: 125 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2011-2012 Couchbase, Inc.
Copyright 2011-2014 Couchbase, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -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.2.0"/>
<property name="lib.dir" value="${basedir}/lib" />
<property name="ivy.dir" location="${basedir}/ivy" />
<property name="build.dir" value="${basedir}/build" />
Expand Down Expand Up @@ -189,7 +189,9 @@
includes="**/*.java"
destdir="${build.classes}"
debug="${javac.debug}"
deprecation="${javac.deprecation}">
deprecation="${javac.deprecation}"
target="1.6"
source="1.6">
<classpath refid="${name}.common.classpath" />
</javac>
</target>
Expand All @@ -203,7 +205,9 @@
srcdir="${test.dir}"
includes="**/*.java"
destdir="${build.test.classes}"
debug="${javac.debug}">
debug="${javac.debug}"
target="1.6"
source="1.6">
<classpath>
<path refid="test.classpath"/>
</classpath>
Expand Down Expand Up @@ -290,6 +294,7 @@
<exclude name="lib/ant-eclipse-1.0-jvm1.2.jar" />
<exclude name="build.xml" />
<exclude name="ivy.xml" />
<exclude name=".idea/**" />
</fileset>
</delete>
</target>
Expand Down
16 changes: 1 addition & 15 deletions etc/couchbase-manager.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# Copyright 2011-2012 Couchbase, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

com.couchbase.sqoop.manager.CouchbaseFactory=lib/couchbase-hadoop-plugin-1.1-dp2.jar
com.couchbase.sqoop.manager.CouchbaseFactory=lib/couchbase-hadoop-plugin-1.2.0.jar
6 changes: 3 additions & 3 deletions etc/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#bin/bash
#!/bin/bash

# Copyright 2011-2012 Couchbase, Inc.
# Copyright 2011-2014 Couchbase, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -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.2.0.jar

if [ $# -ne 1 ]; then
echo "usage: ./install.sh path_to_sqoop_home"
Expand Down
39 changes: 24 additions & 15 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</configurations>

<dependencies>
<dependency org="com.cloudera.sqoop" name="sqoop" rev="${sqoop.version}"
<dependency org="org.apache.sqoop" name="sqoop" rev="${sqoop.version}"
conf="common->master">
<artifact name="sqoop" type="jar"/>
<artifact name="sqoop" type="test-jar" ext="jar" m:classifier="tests"/>
Expand All @@ -41,11 +41,27 @@
rev="${hadoop-core.cloudera.version}" conf="common->master"/>
<dependency org="org.apache.hadoop" name="hadoop-test"
rev="${hadoop-core.cloudera.version}" conf="common->master"/>
<dependency org="org.apache.hadoop" name="hadoop-hdfs"
rev="${hadoop.version}" conf="common->master"/>
<dependency org="org.apache.hadoop" name="hadoop-common"
rev="${hadoop.version}" conf="common->master"/>
<dependency org="org.apache.hadoop" name="hadoop-auth"
rev="${hadoop-auth.cloudera.version}" conf="common->master"/>

<dependency org="org.jboss.netty" name="netty"
<dependency org="io.netty" name="netty"
rev="${netty.version}" conf="common->master"/>
<dependency org="com.google.guava" name="guava-bootstrap"
rev="${guava-bootstrap.version}" conf="common->master"/>
<dependency org="com.google.guava" name="guava"
rev="${guava.version}" conf="common->master"/>
<dependency org="commons-collections" name="commons-collections"
rev="${commons-collections.version}" conf="common->master"/>
<dependency org="commons-cli" name="commons-cli"
rev="${commons-cli.version}" conf="common->master"/>
<dependency org="commons-configuration" name="commons-configuration"
rev="${commons-configuration.version}" conf="common->master"/>
<dependency org="commons-lang" name="commons-lang"
rev="${commons-lang.version}" conf="common->master"/>
<dependency org="commons-io" name="commons-io"
rev="${commons-io.version}" conf="common->master"/>
<dependency org="org.codehaus.jettison" name="jettison"
Expand All @@ -54,6 +70,10 @@
rev="${jackson.version}" conf="common->master"/>
<dependency org="org.codehaus.jackson" name="jackson-core-asl"
rev="${jackson.version}" conf="common->master"/>
<dependency org="org.slf4j" name="slf4j-api"
rev="${slf4j-api.version}" conf="common->master"/>
<dependency org="org.apache.avro" name="avro"
rev="${avro.version}" conf="common->master"/>

<dependency org="commons-codec" name="commons-codec"
rev="${commons-codec.version}" conf="common->master"/>
Expand All @@ -65,24 +85,13 @@
conf="common->master"/>
<dependency org="hsqldb" name="hsqldb" rev="${hsqldb.version}"
conf="common->master"/>
<dependency org="couchbase" name="couchbase-client" rev="${couchbase-client.version}"
<dependency org="com.couchbase.client" name="couchbase-client" rev="${couchbase-client.version}"
conf="common->default"/>
<dependency org="spy" name="spymemcached" rev="${spymemcached.version}"
<dependency org="net.spy" name="spymemcached" rev="${spymemcached.version}"
conf="common->default"/>
<dependency org="commons-httpclient" name="commons-httpclient"
rev="${commons-httpclient.version}" conf="common->master"/>

<dependency org="org.apache.hbase" name="hbase" rev="${hbase.version}"
conf="common->master">
<artifact name="hbase" type="jar"/>
<artifact name="hbase" type="test-jar" ext="jar"/>
<exclude org="com.sun.jersey" module="jersey-core"/>
<exclude org="com.sun.jersey" module="jersey-json"/>
<exclude org="com.sun.jersey" module="jersey-server"/>
<exclude org="org.apache.thrift" module="thrift"/>
<exclude org="log4j" module="log4j"/>
</dependency>

<dependency org="checkstyle" name="checkstyle" rev="${checkstyle.version}"
conf="checkstyle->default" />
</dependencies>
Expand Down
Loading