Spark->Hive table code wrong
Opened this issue · 1 comments
shanti commented
In Spark-data-model-2 slide 54 talks about Spark->Hive interface and shows code on how to access a Hive table.
After reading the Hive clickstream as "t" the rest of the code should be using "t" and not "clickstream"
... select * from t ...
sujee commented
please update and verify lab