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.

FAILED: SemanticException org.apache.hadoop.hive.ql.parse.SemanticException

avatar
Visitor

I was following the tutorial to create a table Truck_Mileage from Existing Trucking Data, using the Ambari Hive View 2.0, executing the following query (see attachment). However, received a status 500 error. Please see attachment for details. Any ideas?

64831-hortonworks-query-failed.png

64829-hortonworks-query.png

1 ACCEPTED SOLUTION

avatar

@Cathy Liu

The table you are trying to create already exists 🙂

Either use the existing table or drop the table and recreate it if you want it afresh!

Let know if you need any other help.

View solution in original post

2 REPLIES 2

avatar

@Cathy Liu

The table you are trying to create already exists 🙂

Either use the existing table or drop the table and recreate it if you want it afresh!

Let know if you need any other help.

avatar
Visitor

Thank you; figured that out as I was going through the tutorial.