Open vraziel opened 1 year ago
I've changed docker compose file. It has a mounted directory with seatunnel.
docker-compose-mounted-seatunnel.txt Command bin/start-seatunnel-spark-3-connector-v2.sh -m spark://0.0.0.0:7077 -e client -c config/v2.batch.config.template - works properly.
But command bin/start-seatunnel-spark-3-connector-v2.sh -m spark://0.0.0.0:7077 -e cluster -c config/v2.batch.config.template - fails.
What am I doing wrong?
Should I copy seatunnel-spark-3-starter.jar to $SPARK_HOME/jars in every member of cluster?
I've changed docker compose file. It has a mounted directory with seatunnel.
docker-compose-mounted-seatunnel.txt Command bin/start-seatunnel-spark-3-connector-v2.sh -m spark://0.0.0.0:7077 -e client -c config/v2.batch.config.template - works properly.
But command bin/start-seatunnel-spark-3-connector-v2.sh -m spark://0.0.0.0:7077 -e cluster -c config/v2.batch.config.template - fails.
What am I doing wrong?
Should I copy seatunnel-spark-3-starter.jar to $SPARK_HOME/jars in every member of cluster?
You can try this.
Search before asking
What happened
Hello,
I was checking SeaTunnel with Spark in cluster mode. Docker runs a spark cluster. You can create Spark cluster with the following docker compose file.
docker-compose.txt
After cluster was ready, I tried to run the following command:
bin/start-seatunnel-spark-3-connector-v2.sh -m spark://127.0.0.1:7077 -e cluster -c config/v2.batch.config.template
But error was thrown by Spark engine.
SeaTunnel Version
2.3.3
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
Spark 3.3.1
Java or Scala Version
No response
Screenshots
Shell
Docker
Are you willing to submit PR?
Code of Conduct