spark-deployer 3.0.1 released

2016-09-09 Thread pishen tsai
spark-deployer is a sbt plugin that help deploying a Spark stand-alone cluster on EC2 and submit your Spark jobs. All the works are done in sbt. We just released a new version with (hopefully) better experience for Spark newbie. https://github.com/KKBOX/spark-deployer Please ask in our gitter roo

Re: Cannot saveAsParquetFile from a RDD of case class

2015-04-14 Thread pishen tsai
aveAsParquetFile("s3n://xxx/xxx") > > > -Todd > > On Tue, Apr 14, 2015 at 3:50 AM, pishen tsai wrote: > >> 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/

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 may want to