tao1225 commented on issue #4894:
URL: https://github.com/apache/seatunnel/issues/4894#issuecomment-1579744818

   I placed the config file in hdfs and re executed Flink.sh, but still 
reported an error. I checked the source code of seatunnel2.3.1 and found that I 
was checking whether the local directory config file exists. However, the Flink 
run application mode performs task parsing on jobmanager, and I suspect it was 
not considered in the implementation
   
   
command:/opt/apache-seatunnel-incubating-2.3.1/bin/start-seatunnel-flink-13-connector-v2.sh
 --master yarn-application -e run-application --config 
hdfs://seatunnel/remote-flink-dist/seatunnel.config 
   
   yarn error:
   ErrorDescription:[File operation failed, such as 
(read,list,write,move,copy,sync) etc...] - Can't find config file: 
hdfs:/seatunnel/remote-flink-dist/seatunnel.config
   
   the source code in seatunnel 2.3.1:
   
![Image_20230607095206](https://github.com/apache/seatunnel/assets/8542648/7b201551-456d-4768-bf8f-828fbe4668bc)
   
   
   


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