Skip to content

Commit

Permalink
intruduce reversion function
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Jun 24, 2023
1 parent 182f9da commit be7e366
Show file tree
Hide file tree
Showing 62 changed files with 100 additions and 247 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ local.properties
.cache-main
.scala_dependencies
.worksheet
**/.flattened-pom.xml
2 changes: 1 addition & 1 deletion cassandrareader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<artifactId>cassandrareader</artifactId>
<name>cassandrareader</name>
Expand Down
4 changes: 2 additions & 2 deletions cassandrawriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>cassandrawriter</artifactId>
<name>cassandrawriter</name>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion clickhousewriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>

<artifactId>datax-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion doriswriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion drdsreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>

<artifactId>drdsreader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drdswriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>

<artifactId>drdswriter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions elasticsearchwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>elasticsearchwriter</artifactId>

<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
<properties>
<jest.version>6.3.1</jest.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion ftp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ftpreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<artifactId>ftpreader</artifactId>
<name>ftpreader</name>
Expand Down
2 changes: 1 addition & 1 deletion ftpwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<artifactId>ftpwriter</artifactId>
<name>ftpwriter</name>
Expand Down
4 changes: 2 additions & 2 deletions gdbreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>gdbreader</artifactId>

<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gdbwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>

<artifactId>gdbwriter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hbase094xreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>hbase094xreader</artifactId>
<name>hbase094xreader</name>
<version>3.8.0</version>
<version>${revision}</version>


<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hbase094xwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>hbase094xwriter</artifactId>
<name>hbase094xwriter</name>
<version>3.8.0</version>
<version>${revision}</version>

<properties>
<commons-codec.version>1.8</commons-codec.version>
Expand Down
4 changes: 2 additions & 2 deletions hbase11xreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<artifactId>hbase11xreader</artifactId>
<name>hbase11xreader</name>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hbase11xsqlreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.alibaba.datax</groupId>
<artifactId>datax-all</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<artifactId>hbase11xsqlreader</artifactId>
<name>hbase11xsqlreader</name>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hbase11xsqlwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>hbase11xsqlwriter</artifactId>
<name>hbase11xsqlwriter</name>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hbase11xwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>hbase11xwriter</artifactId>
<name>hbase11xwriter</name>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions hbase20xsqlreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>hbase20xsqlreader</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.alibaba.datax</groupId>
<artifactId>plugin-rdbms-util</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hbase20xsqlwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>hbase20xsqlwriter</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
Expand Down
36 changes: 18 additions & 18 deletions hdfsreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>hdfsreader</artifactId>
<groupId>com.alibaba.datax</groupId>
<version>3.8.0</version>
<version>${revision}</version>
<packaging>jar</packaging>
<properties>
<hive.version>1.1.1</hive.version>
Expand Down Expand Up @@ -70,27 +70,27 @@
<artifactId>hive-serde</artifactId>
<version>${hive.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service</artifactId>
<version>${hive.version}</version>
<exclusions>
<exclusion>
<artifactId>jdk.tools</artifactId>
<groupId>jdk.tools</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.hive</groupId>-->
<!-- <artifactId>hive-service</artifactId>-->
<!-- <version>${hive.version}</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>jdk.tools</artifactId>-->
<!-- <groupId>jdk.tools</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
<version>${hive.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-core</artifactId>
<version>${hive.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.hive.hcatalog</groupId>-->
<!-- <artifactId>hive-hcatalog-core</artifactId>-->
<!-- <version>${hive.version}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>com.alibaba.datax</groupId>
Expand Down
Loading

0 comments on commit be7e366

Please sign in to comment.