Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

WebHCat returns HTTP Error 404 Not Found

avatar

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'