Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1123

Develop a ssh-based standalone runtime

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • None
    • None
    • REEF

    Description

      REEF currently has a local runtime(reef-runtime-local) for dev/test. It has served its purpose well. However, some users expressed interests in doing this in a distributed fashion.

      So, it'd be good to develop a ssh-based standalone distributed runtime. Being ssh-based means that there's less code for us to write and easy for users to deploy. Being standalone means that users don't need to set up separate resource managers(e.g., YARN, Mesos) to run REEF jobs on multiple nodes.

      Design Plan

      • scp required file to remote nodes and launch them through ssh
      • Tasks are submitted through ssh connection and run as foreground, enabling driver to receive return status
      • Evaluator logs are saved temporarily on $HOME/REEF_SSH_RUNTIME of each node, which will be sent to driver after task is finished

      Attachments

        Activity

          People

            wonook Wonook
            johnyangk John Yang
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: