Uploaded image for project: 'Livy'
  1. Livy
  2. LIVY-536

when pyspark is executed through livy, the Intermediate result in cell can not be output in time

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 0.5.0
    • 0.5.0
    • REPL
    • centos 7.4
      python 3.7

    Description

      //代码占位符
      from time import sleep
      print("aa")
      sleep(2)
      print("bb")
      for i in range(1,10):
          sleep(1)
          print("cc")
      
      
      The above code is only executed as a whole and all print results are displayed at the same time.
      Optimized for real-time display of results

      Attachments

        Activity

          People

            Unassigned Unassigned
            mqj mqj
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - 48h
                48h
                Remaining:
                Remaining Estimate - 48h
                48h
                Logged:
                Time Spent - Not Specified
                Not Specified