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/09/29 06:54:40 UTC

[GitHub] [incubator-seatunnel] RickyHuo commented on issue #2933: running with json configuration file not work

RickyHuo commented on issue #2933:
URL: https://github.com/apache/incubator-seatunnel/issues/2933#issuecomment-1261846436

   AFAIK, the follow config can works:
   
   
   ```
   {
       "env" : {
           "spark.app.name" : "SeaTunnel",
           "spark.executor.instances" : 2,
           "spark.executor.cores" : 1,
           "spark.executor.memory" : "1g"
       },
       "source" : {
          "fake": {
              "result_table_name": "my_dataset"
           }
       },
       "transform" : {},
       "sink" : {
          "console": {}
       }
   }
   ```
   
   The error only occurs when there are multiple plugins in one section.


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