ruanwenjun commented on issue #1708:
URL:
https://github.com/apache/incubator-seatunnel/issues/1708#issuecomment-1103626996
> 22/04/20 07:39:55 WARN DependencyUtils: Local jar
/opt/bitnami/spark/tmpseatunnel-core-spark.jar does not exist, skipping.
It seems they're missing a `/`, the jar path in container is defined by
below code, I am not sure if this is compatible with Windows.
```java
private static final String SEATUNNEL_SPARK_JAR = "seatunnel-core-spark.jar";
private static final String SPARK_JAR_PATH = Paths.get("/tmp",
SEATUNNEL_SPARK_JAR).toString();
```
--
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]