Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-4346

Please Update the Documentation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Workaround
    • 0.9.0
    • 0.9.0
    • documentation
    • 0.9.0-SNAPSHOT

    Description

      Hey,

      I like your product a lot!
      Nevertheless, I the Documentation regard the ZeppelinContext and its Object Exchange

      https://zeppelin.apache.org/docs/0.9.0-SNAPSHOT/usage/other_features/zeppelin_context.html#object-exchange

      Needs to be updated.

      It's not working to retrieve

      val myPythonDataFrame = z.get("myPythonDataFrame").asInstanceOf[DataFrame]
      

      If I remove `.asInstanceOf[DataFrame]`, then it's fine. Maybe I am missing some libs to import.

      Another issue is

      # Exchanging data frames
      myPythonDataFrame = ...
      z.put("myPythonDataFrame", postsDf._jdf)
      

      It should be

      # Exchanging data frames
      myPythonDataFrame = ...
      z.put("myPythonDataFrame", myPythonDataFrame )
      

      Right?
      Maybe I miss something and don't understand `._jdf`

      Attachments

        Activity

          People

            Unassigned Unassigned
            JoLo John
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: