Skip to content

Commit

Permalink
add aliyun jindo fs support for TIS
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Jul 28, 2023
1 parent 3d9b48a commit 6f43fbe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tis-datax/tis-datax-hdfs-aliyun-emr-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@
</dependency>

<!-- add jindo-core-extended-jar if you need support other platform -->

<dependency>
<groupId>com.aliyun.jindodata</groupId>
<artifactId>jindosdk</artifactId>
<version>${jindodata.version}</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>com.aliyun.jindodata</groupId>-->
Expand Down Expand Up @@ -100,12 +104,8 @@
</os>
</activation>
<dependencies>
<!-- add jindo-hadoop-sdk -->
<dependency>
<groupId>com.aliyun.jindodata</groupId>
<artifactId>jindosdk</artifactId>
<version>${jindodata.version}</version>
</dependency>

<!-- add jindo-core-extended-jar for macos -->
<dependency>
<groupId>com.aliyun.jindodata</groupId>
<artifactId>jindo-core-macos-10_14-x86_64</artifactId>
Expand Down

0 comments on commit 6f43fbe

Please sign in to comment.