Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread Michael Armbrust
etFile, you may want to use >>>> val log_df = sqlContext.createDataFrame(logs) >>>> >>>> And then you can issue log_df.saveAsParquetFile (path) >>>> >>>> Best, >>>> Sun. >>>> >>>> --

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen tsai
= sqlContext.createDataFrame(logs) >>> >>> And then you can issue log_df.saveAsParquetFile (path) >>> >>> Best, >>> Sun. >>> >>> -- >>> fightf...@163.com >>> >>> >>> *From:* pishen

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread Todd Nist
;> And then you can issue log_df.saveAsParquetFile (path) >> >> Best, >> Sun. >> >> -- >> fightf...@163.com >> >> >> *From:* pishen >> *Date:* 2015-04-14 15:18 >> *To:* user >> *Subject:* Cannot saveAsParquetFile from a RDD of

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen tsai
49f > > At line 34, compiler said that "value 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

2015-04-14 Thread pishen
er 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.