Hisoka-X commented on code in PR #2074:
URL:
https://github.com/apache/incubator-seatunnel/pull/2074#discussion_r909144151
##########
seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-clickhouse/pom.xml:
##########
@@ -56,6 +56,12 @@
<artifactId>sshd-scp</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.github.fracpete</groupId>
+ <artifactId>rsync4j-all</artifactId>
+ <version>3.2.3-10</version>
+ </dependency>
Review Comment:
> Thank you. I will try to use the buildin package scala.sys.process to
build rsync shell command to realize this feature. And recommit it.
After you change, ping me. thx
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]