RE: textFile() and includePackage() not found

2015-09-27 Thread Sun, Rui
@spark.apache.org Subject: textFile() and includePackage() not found Error: no methods for 'textFile' when I run the following 2nd command after SparkR initialized sc <- sparkR.init(appName = "RwordCount") lines <- textFile(sc, args[[1]]) But the following command works: lines2 &

textFile() and includePackage() not found

2015-09-27 Thread Eugene Cao
/apache-spark-user-list.1001560.n3.nabble.com/textFile-and-includePackage-not-found-tp24834.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@sp