elephantscale/training-qa

Spark->Hive table code wrong

Opened this issue · 1 comments

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