Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen
of org.apache.spark.rdd.RDD[core.Log] Any suggestion on how to solve this? Thanks, pishen -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Cannot-saveAsParquetFile-from-a-RDD-of-case-class-tp22488.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen tsai
:* Cannot saveAsParquetFile from a RDD of case class Hello, I tried to follow the tutorial of Spark SQL, but is not able to saveAsParquetFile from a RDD of case class. Here is my Main.scala and build.sbt https://gist.github.com/pishen/939cad3da612ec03249f At line 34, compiler said that value

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen tsai
...@gmail.com *Date:* 2015-04-14 15:18 *To:* user user@spark.apache.org *Subject:* Cannot saveAsParquetFile from a RDD of case class Hello, I tried to follow the tutorial of Spark SQL, but is not able to saveAsParquetFile from a RDD of case class. Here is my Main.scala and build.sbt https

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread Todd Nist
. -- fightf...@163.com *From:* pishen pishe...@gmail.com *Date:* 2015-04-14 15:18 *To:* user user@spark.apache.org *Subject:* Cannot saveAsParquetFile from a RDD of case class Hello, I tried to follow the tutorial of Spark SQL, but is not able to saveAsParquetFile from a RDD of case class

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread Michael Armbrust
saveAsParquetFile is not a member of org.apache.spark.rdd.RDD[core.Log] Any suggestion on how to solve this? Thanks, pishen -- View this message in context: Cannot saveAsParquetFile from a RDD of case class http://apache-spark-user-list.1001560.n3.nabble.com/Cannot