You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/10/20 01:48:00 UTC

[GitHub] [incubator-streampark] lwzhangMr opened a new issue, #1873: [Bug] env.java.opts on yarn not effict

lwzhangMr opened a new issue, #1873:
URL: https://github.com/apache/incubator-streampark/issues/1873

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   env.java.opts on yarn application模式下不生效
   
   ### StreamPark Version
   
   1.2.3
   
   ### Java Version
   
   1.8
   
   ### Flink Version
   
   1.13.6
   
   ### Scala Version of Flink
   
   2.12
   
   ### Error Exception
   
   ```log
   配置不生效
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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: issues-unsubscribe@streampark.apache.org.apache.org

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


[GitHub] [incubator-streampark] lwzhangMr commented on issue #1873: [Bug] env.java.opts on yarn not effict

Posted by GitBox <gi...@apache.org>.
lwzhangMr commented on issue #1873:
URL: https://github.com/apache/incubator-streampark/issues/1873#issuecomment-1286732473

     // effective k-v regex pattern of submit.dynamicOption
     private[this] lazy val DYNAMIC_OPTION_ITEM_PATTERN = Pattern.compile("(.*?)=(.*?)")
   
   此处的正则导致-Denv.java.opts="-Dfile.encoding=UTF-8" 拆分失败
   建议1、修改正则,忽略双引号内部的=
   建议2、将双引号内部的使用其他符号代替,例如:,最后将:替换成=


-- 
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: issues-unsubscribe@streampark.apache.org

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


[GitHub] [incubator-streampark] MonsterChenzhuo closed issue #1873: [Bug] env.java.opts on yarn not effict

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo closed issue #1873: [Bug] env.java.opts on yarn not effict
URL: https://github.com/apache/incubator-streampark/issues/1873


-- 
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: issues-unsubscribe@streampark.apache.org

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