You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/03/06 08:53:23 UTC

[GitHub] [incubator-druid] YDHui opened a new issue #7197: Druid0.13.0 - 405 method not allow when I send post to coordinator url

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  -d@1.json
   `
   
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org