spark-deployer 3.0.1 released

2016-09-09 Thread pishen tsai
room if you have any question :) https://gitter.im/KKBOX/spark-deployer Pishen

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen tsai
I've changed it to import sqlContext.implicits._ but it still doesn't work. (I've updated the gist) BTW, using ".toDF()" do work, thanks for this information. Regards, pishen 2015-04-14 20:35 GMT+08:00 Todd Nist : > I think docs are correct. If you follow the e

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen tsai
OK, it do work. Maybe it will be better to update this usage in the official Spark SQL tutorial: http://spark.apache.org/docs/latest/sql-programming-guide.html Thanks, pishen 2015-04-14 15:30 GMT+08:00 fightf...@163.com : > Hi,there > > If you want to use the saveAsParquetFile, you ma

Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen
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 saveAsParquetFile is not a memb