andystenhe opened a new issue, #4199:
URL: https://github.com/apache/streampark/issues/4199

   ### 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.
   
   
   ### Java Version
   
   11
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   2.1.5
   
   ### Flink Version
   
   1.19
   
   ### Deploy mode
   
   kubernetes-session
   
   ### What happened
   
   Flink config.yaml Parsing Error​
   When using Flink versions greater than 1.19, the config.yaml file adopts a 
nested format as shown below:
   
   ```
   # Example YAML
   flink:
     checkpoint:
       interval: 60000
       mode: EXACTLY_ONCE
     parallelism: 4
     state:
       backend: rocksdb
       savepoints.dir: hdfs:///savepoints
   ```
   
   StreamPark encountered errors while parsing the config.yaml file. The error 
logs are as follows:
   
   16:41:15.967 [streampark-k8s-watching-thread-18] WARN 
org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while 
trying to split key and value in configuration. 39 :   rpc:
   16:41:15.967 [streampark-k8s-watching-thread-18] WARN 
org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while 
trying to split key and value in configuration. 51 :   memory:
   16:41:15.968 [streampark-k8s-watching-thread-18] WARN 
org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while 
trying to split key and value in configuration. 52 :     process:
   16:41:15.968 [streampark-k8s-watching-thread-18] WARN 
org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while 
trying to split key and value in configuration. 56 :   execution:
   16:41:15.968 [streampark-k8s-watching-thread-18] WARN 
org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while 
trying to split key and value in configuration. 62 : taskmanager:
   
   ### Error Exception
   
   ```log
   
   ```
   
   ### Screenshots
   
   
![Image](https://github.com/user-attachments/assets/fef488da-fda7-4422-af6c-4a9ae66fe878)
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!(您是否要贡献这个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: [email protected]

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

Reply via email to