zhipeng-zhao opened a new issue #5707:
URL: https://github.com/apache/incubator-doris/issues/5707


   **Describe the bug**
   CREATE RESOURCE 报错
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. 连接mysql
   2. 执行 CREATE EXTERNAL RESOURCE "spark0"
   PROPERTIES
   (
     "type" = "spark",
     "spark.master" = "yarn",
     "spark.submit.deployMode" = "cluster",
     "spark.jars" = "xxx.jar,yyy.jar",
     "spark.files" = "/tmp/aaa,/tmp/bbb",
     "spark.executor.memory" = "1g",
     "spark.yarn.queue" = "queue0",
     "spark.hadoop.yarn.resourcemanager.address" = "127.0.0.1:9999",
     "spark.hadoop.fs.defaultFS" = "hdfs://127.0.0.1:10000",
     "working_dir" = "hdfs://127.0.0.1:10000/tmp/doris",
     "broker" = "broker0",
     "broker.username" = "user0",
     "broker.password" = "password0"
   );
   出现Syntax error
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/73329517/116033968-fcb4a580-a694-11eb-8137-100f49418ccc.png)
   
   
   **Desktop (please complete the following information):**
    - OS: ubuntu 16.x
   - Doris: 0.12.0
   
   
   


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