eyewire edited a comment on issue #6288:
URL: 
https://github.com/apache/incubator-doris/issues/6288#issuecomment-884761403


   > Can you show code or detail log ? it work normally for me
   
   we upgrade our doris version ,but spark-doris-connector get error message:
   
   21/07/22 08:52:35 ERROR SchemaUtils: Doris FE's response cannot map to 
schema. res: {"msg":"Unauthorized","code":401,"data":"Need auth 
information.","count":0}
   
   code is : 
   `spark.read().format("doris")
                   .option("user", "XXX")
                   .option("password", "XXXX")
                   .option("doris.table.identifier", 
"data_warehouse.ods_mark_task_config")
                   .option("doris.fenodes", "XXXXXX:8030")
   //                .option("doris.filter.query", "pro_id > 4000000 and pro_id 
< 4001000")
                   .load();`


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



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

Reply via email to