- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
exercies 2 : Error while compiling statement: FAILED: SemanticException [Error 10001]
- Labels:
-
Apache Hive
-
Cloudera Manager
-
Quickstart VM
Created on ‎10-21-2017 03:50 PM - edited ‎09-16-2022 05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi i'm beginner on hadoop i install quickstart cloudera vm -5.12.0-0- on my laptop
i want to analysis some logs with hadoop
i try do exercise 2
but when i want to run query on hive
i get this error
Error while compiling statement: FAILED: SemanticException [Error 10001]: line 32:59 Table not found 'intermediate_access_logs'
how should i fix this problem?
Thanks
Created ‎11-14-2017 04:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I met the same issue and I resolved it by separating the last query statement with others.
So I run the sql statements( all but without last one) to create the tables and then run the last statement separately.
Created ‎04-13-2023 11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you , it works with me after your solution thanks alot
