Running 1.3.0 from binary install. When executing the example under the subject section from within spark-shell, I get the following error:
scala> people.registerTempTable("people")
<console>:35: error: value registerTempTable is not a member of
org.apache.spark.rdd.RDD[Person]
people.registerTempTable("people")
Is there a missing statement somewhere ? Or does this need to be modified
for dataframe support ?
