liugddx commented on PR #4161:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4161#issuecomment-1465068598

   > > 
![image](https://user-images.githubusercontent.com/48236177/222965558-08feea73-1283-49b5-a245-15f9954dafdc.png)
   > 
   > If user input `seatunnel-cluster.sh -h -d` or `seatunnel-cluster.sh -xxx 
-d`, the output log of option `-xxx` will be rewrited in files too.
   
   We can not use `-d` if it is an interactive argument. So 
`seatunnel-cluster.sh -h -d` is not allowed, but the internal parameters of the 
program can be parsed, like `seatunnel-cluster.sh -cn test_seatunnel -d`, Have 
any good Suggestions?
   
   
   
   > <img alt="image" width="1493" 
src="https://user-images.githubusercontent.com/32387433/222973530-c60e8a4f-2afd-44a7-a512-b342463547ed.png";>
   > 
   > <img alt="image" width="1489" 
src="https://user-images.githubusercontent.com/32387433/222973644-3f17fd7f-e882-409b-b5f7-acef7a08de85.png";>
   > 
   > I use your changed in local, report this error when SeaTunnel don't have 
`seatunnel-server.out`.
   
   I'm in `deployment.md` illustrates this .
   ```
   mkdir -p $SEATUNNEL_HOME/logs
   touch $SEATUNNEL_HOME/logs/seatunnel-server.out
   ./bin/seatunnel-cluster.sh -d
   ```


-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to