Member since
01-29-2015
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1784 | 01-29-2015 07:46 AM |
01-29-2015
07:46 AM
After reddoing the load of data, I think what happaend was that dor some reason, the first bit of the hive command failed, so it never created a intermediate_access_logs. Not certain the creation failed, might have been a typo my end, but would make sence as the fourth step is to load data from intermediate to tokenized. And the command would work with no output, which would make sence if the table is empty. Uncertain why it failed, but just drob both tables. DROP TABLE intermediate_access_logs; DROP TABLE tokenized_access_logs; Then rerun the hive section and check that you have both tables afterwards. Hope it helps someone:)
... View more
01-29-2015
02:12 AM
Good morning all I am trying to walk through the tutorial, and got to excersize 3 where you load the access log. So did the two steps to load the data (and confirmed that it was there). Ran the hive commands ran invalidate metadata And see the new table in Hue But when I run the actual command: select count(*),url from tokenized_access_log
where url like %product%
group by url order by count(*) desc; I get Operation had no results
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera Hue