Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

WebHCat returns HTTP Error 404 Not Found

avatar
New Contributor

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?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@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

1 REPLY 1

avatar
Master Mentor

@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'