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
20471dd4
Unverified
Commit
20471dd4
authored
May 29, 2019
by
binaryWorld
Committed by
GitHub
May 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #347 from bakea/master
upgrade phoenix thin client version.
parents
7b0216f7
4c62feeb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
pom.xml
hbase20xsqlreader/pom.xml
+3
-9
hbase20xsqlwriter.md
hbase20xsqlwriter/doc/hbase20xsqlwriter.md
+8
-0
pom.xml
hbase20xsqlwriter/pom.xml
+3
-4
No files found.
hbase20xsqlreader/pom.xml
View file @
20471dd4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
<phoenix.version>
5.
0.0-HBase-2.0
</phoenix.version>
<phoenix.version>
5.
1.0-HBase-2.0.0.2
</phoenix.version>
</properties>
</properties>
<dependencies>
<dependencies>
...
@@ -31,15 +31,9 @@
...
@@ -31,15 +31,9 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache
.phoenix
</groupId>
<groupId>
com.aliyun
.phoenix
</groupId>
<artifactId>
phoenix-queryserver
</artifactId>
<artifactId>
ali-phoenix-shaded-thin-client
</artifactId>
<version>
${phoenix.version}
</version>
<version>
${phoenix.version}
</version>
<exclusions>
<exclusion>
<artifactId>
servlet-api
</artifactId>
<groupId>
javax.servlet
</groupId>
</exclusion>
</exclusions>
</dependency>
</dependency>
...
...
hbase20xsqlwriter/doc/hbase20xsqlwriter.md
View file @
20471dd4
...
@@ -96,6 +96,14 @@ HBase20xsqlwriter实现了向hbase中的SQL表(phoenix)批量导入数据的功
...
@@ -96,6 +96,14 @@ HBase20xsqlwriter实现了向hbase中的SQL表(phoenix)批量导入数据的功
*
必选:是
*
必选:是
*
默认值:无
*
默认值:无
*
**schema**
* 描述:表所在的schema
* 必选:否 <br />
*
默认值:无
<br
/>
*
**table**
*
**table**
*
描述:要导入的表名,大小写敏感,通常phoenix表都是
**大写**
表名
*
描述:要导入的表名,大小写敏感,通常phoenix表都是
**大写**
表名
...
...
hbase20xsqlwriter/pom.xml
View file @
20471dd4
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
<phoenix.version>
5.0.0-HBase-2.0
</phoenix.version>
<phoenix.version>
5.1.0-HBase-2.0.0.2
</phoenix.version>
<avatica.version>
1.12.0
</avatica.version>
<commons-codec.version>
1.8
</commons-codec.version>
<commons-codec.version>
1.8
</commons-codec.version>
</properties>
</properties>
...
@@ -32,8 +31,8 @@
...
@@ -32,8 +31,8 @@
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache
.phoenix
</groupId>
<groupId>
com.aliyun
.phoenix
</groupId>
<artifactId>
phoenix-queryserver
</artifactId>
<artifactId>
ali-phoenix-shaded-thin-client
</artifactId>
<version>
${phoenix.version}
</version>
<version>
${phoenix.version}
</version>
</dependency>
</dependency>
...
...
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