Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1802

PythonScriptEngine copies controller and tajo util whenever it is initialized

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.11.0
    • Function/UDF
    • None

    Description

      In the current implementation, python script files are copied and deleted whenever a task is launched and stopped. This incurs two problems.

      • Frequent copy of script files degrades the overall performance.
      • Among python scripts, tajo_util.py is shared by multiple tasks of a worker. This incurs I/O problem during unit tests because the shared file is also removed when a task is stopped.

      Attachments

        1. TAJO-1802_2.patch
          18 kB
          Jihoon Son
        2. TAJO-1802.patch
          17 kB
          Jihoon Son

        Activity

          People

            jihoonson Jihoon Son
            jihoonson Jihoon Son
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: