Created 01-06-2016 02:20 PM
Hello, I am using the WebHCat Url in the format http://<WebHCat server host name>:<templeton port> and I receive the HTTP Error 404 Problem accessing /. Reason: Not Found Powered by Jetty://. Can you please suggest where I could be going wrong?
Created 01-06-2016 02:37 PM
@Manjunath Baburao double check your webhcat url and port. More information available here https://cwiki.apache.org/confluence/display/Hive/W...
here's an example:
curl -s -d execute="select+*+from+sample_08;" \
-d statusdir="output" \
'http://localhost:50111/templeton/v1/hive?user.name=root'
View solution in original post