Prasanth created ZEPPELIN-2518:
----------------------------------

             Summary: Moving spark dataframe from spark.pyspark to spark.r
                 Key: ZEPPELIN-2518
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2518
             Project: Zeppelin
          Issue Type: Bug
          Components: python-interpreter, r-interpreter
    Affects Versions: 0.7.1
         Environment: ubuntu 16.04, AWS EC2, 64 Gb RAM, Octa core
            Reporter: Prasanth
            Priority: Minor
             Fix For: 0.7.1


I am trying to pass the *spark.sql.dataframe* _df_weekly_ from *spark.pyspark* 
to *spark.r*

{code:title=spark.pyspark|borderStyle=solid}
z.put("df_weekly",df_weekly._jdf)
{code}

{code:title=spark.r|borderStyle=solid}
library(SparkR)
df_weekly = z.get("df_weekly")
type(df_weekly)
{code}

The object received in R is of class "jobj"




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to