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

Text-Output too large, causing crash

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.6.2
    • 0.7.2, 0.8.0
    • None
    • None

    Description

      It is very easy to crash the zeppelin web-interface by having a large text output in Spark. Then after restarting zeppelin, the notebook will often be too big to load, causing the user to have to manually edit the note.json.

      Example:

      %pyspark
      for var in range(1000000):
      print(var)

      Potentially we could implement some sort of safeguard against this, like an optional config for byte/character limit on the output, after which the output is truncated.

      Attachments

        Issue Links

          Activity

            People

              moon Lee Moon Soo
              thesuperzapper Mathew Wicks
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: