Yep, already fixed in master:

https://github.com/apache/spark/pull/4977/files

You need a '.toDF()' at the end.

On Sat, Mar 14, 2015 at 6:55 PM, Dean Arnold <renodino...@gmail.com> wrote:
> 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 ?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to