Something like this?

val df = 
sqlContext.read.load("examples/src/main/resources/users.parquet")df.select("name",
"favorite_color").write.save("namesAndFavColors.parquet")


It will save the name, favorite_color columns to a parquet file. You can
read more information over here
http://spark.apache.org/docs/latest/sql-programming-guide.html#save-modes



Thanks
Best Regards

On Thu, Dec 3, 2015 at 11:35 AM, fightf...@163.com <fightf...@163.com>
wrote:

> HI,
> How could I save the spark sql cli running queries results and write the
> results to some local file ?
> Is there any available command ?
>
> Thanks,
> Sun.
>
> ------------------------------
> fightf...@163.com
>

Reply via email to