Github user ankurmitujjain commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/761#issuecomment-210406135
  
    @darionyaphet . If you want to save data as csv on server you can use below 
code...
    
    [spark-csv](https://github.com/databricks/spark-csv)
    
         val selectedData = df.select("year", "model")
         selectedData.write
        .format("com.databricks.spark.csv")
        .option("header", "true")
        .save("newcars.csv")


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to