liunaijie commented on issue #7878:
URL: https://github.com/apache/seatunnel/issues/7878#issuecomment-2428361171

   > > The config file is read from client node, your screenshot is on master 
node, did you also copy/mount file to the client node?
   > > mount file into this container
   > > ```
   > > docker run --name seatunnel_client --network seatunnel-network -e 
ST_DOCKER_MEMBER_LIST=172.18.0.2:5801 --rm apache/seatunnel ./bin/seatunnel.sh 
-c /opt/seatunnel/config/mysqlcdc_console.config
   > > ```
   > 
   > yes,master and client node all copy,still report this error
   
   Are you running on windows? I try to repeat this issue on windows, the 
command I can run well is :
   
   ```shell
   docker run --name seatunnel_client \
       --network seatunnel-network \
       -e ST_DOCKER_MEMBER_LIST=172.18.0.2:5801 \
       -v E:\\tmp\\demo.conf:/opt/seatunnel/config/demo.conf \  ## Note, window 
folder is E:\\tmp\\demo.conf
       --rm \
       apache/seatunnel:2.3.8 \
       ./bin/seatunnel.sh  -c config/demo.conf
   ```
   
   
   


-- 
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]

Reply via email to