garyelephant commented on pull request #906:
URL: 
https://github.com/apache/incubator-seatunnel/pull/906#issuecomment-1003667383


   ```
   # After this patch, the keys needs to use double quotation marks in the 
configuration file, like
   
   env {
     "spark.app.name" = "SeaTunnel"
     "spark.executor.instances" = 2
     "spark.executor.cores" = 1
     "spark.executor.memory" = "1g"
     "spark.streaming.batchDuration" = 5
   }
   
   sink {
     "a.b.c.Console" {}
   }
   ```
   
   For now this seems good, I will submit a pull request for trying to remove 
these double quotes on the key of config, after this PR and another 
https://github.com/leo65535/seatunnel/tree/config-shade merged.


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