BiggData: MapReduce and Hive by example
I've been trying to execute a join on two tables inside the same database namespace and Hive keeps complaining. I'm using the following format: SELECT namespace.table1.* FROM namespace.table1 JOIN namespace.table2 ON (namespace.table1.field1 ...
biggdata.blogspot.com |