You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/03/27 16:23:52 UTC

[jira] [Created] (REEF-227) Add implementation of the REEF Client for HDInsight

Markus Weimer created REEF-227:
----------------------------------

             Summary: Add implementation of the REEF Client for HDInsight
                 Key: REEF-227
                 URL: https://issues.apache.org/jira/browse/REEF-227
             Project: REEF
          Issue Type: Sub-task
          Components: REEF.NET
            Reporter: Markus Weimer
            Assignee: Markus Weimer


For this implementation, we can go a slightly different route. Both the local and YARN implementations prepare the Driver folder in C# but then hand it over to Java for the actual submission.

HDInsight offers a REST API for job submission. Hence, we can do the following approach:

 # C# prepares the Driver folder
 # Java adds the java side (mostly the Driver configuration)
 # C# zips it up and submits.

This would get us one step closer to having a client for machines with no Java installed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)