Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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?