0 bookmark(s) - Sort by: Date ↓ / Title /
output = sqlContext.sql("SELECT * From people") output.registerTempTable('people2') sqlContext.cacheTable('people2') sqlContext.sql("SELECT count(*) From people2").collect()
First / Previous / Next / Last
/ Page 1 of 0