tmljob commented on issue #1708:
URL:
https://github.com/apache/incubator-seatunnel/issues/1708#issuecomment-1104624133
> > 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. Right now, we
didn't have Windows in our CI.
>
> ```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();
> ```
It has been solved because the path generated under windows, but under
docker, the path cannot be correctly identified due to the linux system. By the
way, do you usually develop under linux through idea IDE?
--
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]