Questions tagged [sparkr]

SparkR is an R package that provides a light-weight frontend to use Apache Spark from R.

SparkR is a package that provides a light-weight frontend to use from R.

SparkR exposes the Spark API through the RDD class and allows users to interactively run jobs from the R shell on a cluster.

SparkR exposes the RDD API of Spark as distributed lists in R.

Related Packages:

References:

796 questions
-4
votes
1 answer

Any examples on using spark_read_csv correctly?

when I run this: terrorism <- spark_read_csv(sc, name = "terrorism", path = “\home\osboxes\Desktop\globalterrorismdb_0718dist.csv”) I get this error: Error: unexpected input in "terrorism <- spark_read_csv(sc, name = "terrorism", path =…
1 2 3
53
54