You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/07/19 08:22:50 UTC

[GitHub] [incubator-seatunnel] 765355066 opened a new issue, #2208: [Bug] [connector] start-seatunnel-flink-new-connector.sh&&start-seatunnel-spark-new-connector.sh help bug

765355066 opened a new issue, #2208:
URL: https://github.com/apache/incubator-seatunnel/issues/2208

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   The help of start-seatunnel-flink-new-connector.sh doesn't have a line break
   start-seatunnel-spark-new-connector.sh does not print help normally
   
   ### SeaTunnel Version
   
   dev
   
   ### SeaTunnel Config
   
   ```conf
   env {
     execution.parallelism = 1
   }
   
   source {
       FakeSourceStream {
         result_table_name = "fake"
         field_name = "name,age"
       }
   }
   
   transform {
       sql {
         sql = "select name,age from fake"
       }
   }
   
   sink {
     ConsoleSink {}
   }
   ```
   
   
   ### Running Command
   
   ```shell
   ./bin/start-seatunnel-spark-new-connector.sh
   ./bin/start-seatunnel-flink-new-connector.sh
   ```
   
   
   ### Error Exception
   
   ```log
   $ ./bin/start-seatunnel-spark-new-connector.sh
   Execute SeaTunnel Spark Job:
   
   $ ./bin/start-seatunnel-flink-new-connector.sh
   Usage: start-seatunnel-flink.sh [options] Options: -t, --check check config (default: false) bin config connectors DISCLAIMER lib LICENSE licenses NOTICE plugins README.md -c, --config Config file -h, --help Show the usage message -r, --run-mode job run mode, run or run-application (default: RUN) (values: [RUN, APPLICATION_RUN]) -i, --variable variable substitution, such as -i city=beijing, or -i date=20190318 (default: [])
   ```
   
   
   ### Flink or Spark Version
   
   spark v2.4.0
   flink v1.13.0
   
   ### Java or Scala Version
   
   jdk1.8.0_271
   scala2.10.7
   
   ### Screenshots
   
   ![false](https://user-images.githubusercontent.com/40759793/179701956-0b5c3e13-51d3-42d4-9642-3381be29094f.jpg)
   ![true](https://user-images.githubusercontent.com/40759793/179701969-ac378a9f-4bc5-4ee2-b2bd-3de1f6b450f0.jpg)
   
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] CalvinKirs closed issue #2208: [Bug] [connector] start-seatunnel-flink-new-connector.sh&&start-seatunnel-spark-new-connector.sh help bug

Posted by GitBox <gi...@apache.org>.
CalvinKirs closed issue #2208: [Bug] [connector] start-seatunnel-flink-new-connector.sh&&start-seatunnel-spark-new-connector.sh help bug
URL: https://github.com/apache/incubator-seatunnel/issues/2208


-- 
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-unsubscribe@seatunnel.apache.org

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