demon-gu opened a new issue #5036:
URL: https://github.com/apache/incubator-doris/issues/5036


   val dorisSparkDF = sqlContext.read.format("doris")
                   .option("doris.table.identifier", "rms.ods_rms_device")
                   .option("doris.fenodes", "aidata-node003:8035")
                   .option("user", "root")
                   .option("password", "")
                   .load()
   
   dorisSparkDF.show()
   代码如上,本地跑中文不乱码,提交到yarn上跑中文就乱码


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to