YDHui opened a new issue #7197: Druid0.13.0 - 405 method not allow when I send 
post to coordinator url
URL: https://github.com/apache/incubator-druid/issues/7197
 
 
   
   ### Affected Version
   
   Druid 0.13.0
   
   ### Description
   
   I post a lookup to coordinator url ,and it return a 405 error.
   `
   curl  -H "Content-type:application/json" -vvv -XPOST 
http://localhost:8081/druid/coordinator/v1/lookups/config/__default  
[email protected]
   `
   
   it return result is 
   
   `
    HTTP/1.1 405 Method Not Allowed
   `
   
   and My common config is 
   
   `
   
druid.extensions.loadList=["druid-parser-route","druid-kafka-indexing-service","mysql-metadata-storage","druid-histogram",
 "druid-datasketches", "druid-lookups-cac
   hed-global"]
   `
   I think i have added the lookup extension and the json content is ok
   
   

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


With regards,
Apache Git Services

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

Reply via email to