Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Bug
-
0.7.1
-
None
-
ubuntu 16.04, AWS EC2, 64 Gb RAM, Octa core
Description
I am trying to pass the spark.sql.dataframe df_weekly from spark.pyspark to spark.r
spark.pyspark
z.put("df_weekly",df_weekly._jdf)
spark.r
library(SparkR)
df_weekly = z.get("df_weekly")
type(df_weekly)
The object received in R is of class "jobj"