Loading com.databricks.spark.csv via RStudio
问题 I have installed Spark-1.4.0. I have also installed its R package SparkR and I am able to use it via Spark-shell and via RStudio, however, there is one difference I can not solve. When launching the SparkR-shell ./bin/sparkR --master local[7] --packages com.databricks:spark-csv_2.10:1.0.3 I can read a .csv-file as follows flights <- read.df(sqlContext, "data/nycflights13.csv", "com.databricks.spark.csv", header="true") Unfortunately, when I start SparkR via RStudio (correctly setting my SPARK