Hey All, I just joined this list so apologies if I come off as a bit of newbie.... I'm super excited to be playing around with the developers preview of SparkR in 0.9. I've gotten it all working great in fact (in RStudio even!) However after I load some of my other favorite R packages when I go and try to compute a basic RDD using one of the examples in the parallelize() help I get the following error:
> rdd <- parallelize(sc, 1:10, 2) Error in save(list = filteredVars, file = fileName, envir = closureEnv) : object 'NA' not found This works just fine if I start up R and only load the SparkR package, but like i said after i load a bunch of other libraries I end up getting that error I pasted above Thanks for your help! -Justin
