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

Can't get the correct data when using scheduler (cron) to put data into resource pool.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 0.9.0
    • 0.9.1
    • None
    • None

    Description

      When using scheduler to put data into resource pool,  can't get the correct data back.

      For example, using following code to put data in scheduler (cron)

      %python a = """ a\tb\tc 1\t2\t3 2\t3\t4 3\t4\t5 a\t8\t9 a\t8\t9 4\t5\t6"""
      ic = z.getInterpreterContext() 
      rp = ic.getResourcePool()
      rp.put("my_data", a)
      

      I can't get it back correctly.

      ic = z.getInterpreterContext()
      rp = ic.getResourcePool()
      rp.get("my_data")
      

      Please fix it in the next release.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jali Yongqiang Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: