- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
FAILED: SemanticException org.apache.hadoop.hive.ql.parse.SemanticException
- Labels:
-
Apache Hive
Created on ‎03-25-2018 12:49 AM - edited ‎08-18-2019 12:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Created ‎03-25-2018 09:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎03-25-2018 09:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎03-26-2018 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you; figured that out as I was going through the tutorial.
