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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to