Created 03-07-2016 08:52 PM
curl -iku guest:guest-password -X put 'https://localhost:8443/gateway/knox_sample/webhdfs/v1/user/guest/knox-sample?op=MKDIRS&permission=777'
HTTP/1.1 404 Not Found Content-Length: 0 Server: Jetty(8.1.14.v20131031)
Created 03-07-2016 09:12 PM
Can you confirm you have a topology file named knox_sample in your {GATEWAY_HOME}/conf/topologies directory? You should also check to make sure that it is valid XML. If it is malformed the topology will not deploy and you will get 404s.
Created 03-07-2016 09:12 PM
Can you confirm you have a topology file named knox_sample in your {GATEWAY_HOME}/conf/topologies directory? You should also check to make sure that it is valid XML. If it is malformed the topology will not deploy and you will get 404s.
Created 03-08-2016 11:24 PM
thanks Kevin,
I missed to add knox_sample topology file in {GATEWAY_HOME}/conf/topologies directory
Created 04-02-2016 09:15 PM
So this issue is fixed?