Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DataX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
risk-feature
DataX
Commits
ff70dfb2
Commit
ff70dfb2
authored
Jul 23, 2019
by
qingdao.gqs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hbase11xreader和hbase11xwritter增加阿里云hbase增强版connector依赖,支持hbase增强版的导入导出
parent
ca32cbd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
pom.xml
hbase11xreader/pom.xml
+13
-0
pom.xml
hbase11xwriter/pom.xml
+13
-0
No files found.
hbase11xreader/pom.xml
View file @
ff70dfb2
...
@@ -43,6 +43,19 @@
...
@@ -43,6 +43,19 @@
<artifactId>
hbase-common
</artifactId>
<artifactId>
hbase-common
</artifactId>
<version>
${hbase.version}
</version>
<version>
${hbase.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.alibaba.hbase
</groupId>
<artifactId>
alihbase-connector
</artifactId>
<version>
1.0.4
</version>
<exclusions>
<exclusion>
<groupId>
org.apache.hbase
</groupId>
<artifactId>
hbase-client
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<artifactId>
guava
</artifactId>
...
...
hbase11xwriter/pom.xml
View file @
ff70dfb2
...
@@ -57,6 +57,19 @@
...
@@ -57,6 +57,19 @@
<artifactId>
commons-codec
</artifactId>
<artifactId>
commons-codec
</artifactId>
<version>
${commons-codec.version}
</version>
<version>
${commons-codec.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.alibaba.hbase
</groupId>
<artifactId>
alihbase-connector
</artifactId>
<version>
1.0.4
</version>
<exclusions>
<exclusion>
<groupId>
org.apache.hbase
</groupId>
<artifactId>
hbase-client
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment