Skip to content

Commit

Permalink
upgrade phoenix thin client version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bake.snn committed May 29, 2019
1 parent 07cb166 commit 4c62fee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 3 additions & 9 deletions hbase20xsqlreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<properties>
<phoenix.version>5.0.0-HBase-2.0</phoenix.version>
<phoenix.version>5.1.0-HBase-2.0.0.2</phoenix.version>
</properties>

<dependencies>
Expand All @@ -31,15 +31,9 @@
</dependency>

<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver</artifactId>
<groupId>com.aliyun.phoenix</groupId>
<artifactId>ali-phoenix-shaded-thin-client</artifactId>
<version>${phoenix.version}</version>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
</dependency>


Expand Down
8 changes: 8 additions & 0 deletions hbase20xsqlwriter/doc/hbase20xsqlwriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,15 @@ HBase20xsqlwriter实现了向hbase中的SQL表(phoenix)批量导入数据的功
* 描述:插件名字,必须是`hbase11xsqlwriter`
* 必选:是
* 默认值:无

* **schema**

* 描述:表所在的schema

* 必选:否 <br />

* 默认值:无 <br />

* **table**

* 描述:要导入的表名,大小写敏感,通常phoenix表都是**大写**表名
Expand Down
7 changes: 3 additions & 4 deletions hbase20xsqlwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<packaging>jar</packaging>

<properties>
<phoenix.version>5.0.0-HBase-2.0</phoenix.version>
<avatica.version>1.12.0</avatica.version>
<phoenix.version>5.1.0-HBase-2.0.0.2</phoenix.version>
<commons-codec.version>1.8</commons-codec.version>
</properties>

Expand All @@ -32,8 +31,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver</artifactId>
<groupId>com.aliyun.phoenix</groupId>
<artifactId>ali-phoenix-shaded-thin-client</artifactId>
<version>${phoenix.version}</version>
</dependency>

Expand Down

0 comments on commit 4c62fee

Please sign in to comment.