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/12/29 02:58:31 UTC

[GitHub] [incubator-streampark] ziqiang-wang commented on issue #2153: [Bug] Flink SQL application name can't have chinese

ziqiang-wang commented on issue #2153:
URL: https://github.com/apache/incubator-streampark/issues/2153#issuecomment-1367040306

   What's new:
   
   This problem should be caused by inconsistent coding between the platform and the production environment running.
   
   Fields in the new virtual table sentences in my flink sql are often described in Chinese. After the tasks are scheduled to yarn, Chinese characters corresponding to the log of JobManager on the Flink UI are garbled. The screenshot is as follows:
   ![image](https://user-images.githubusercontent.com/107013241/209897592-b6696e2a-a54b-4597-9b50-f436d4b3132b.png)
   
   
   In addition, all Chinese characters related to sql in the yarn task log are garbled characters. The screenshot is as follows:
   ![image](https://user-images.githubusercontent.com/107013241/209897399-bbe4b3fd-f4fd-438f-a75c-7b62d918c2b5.png)
   
   
   At present, I do not know how to solve this problem.


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