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 2017/11/01 18:21:00 UTC

[jira] [Created] (REEF-1943) IJobSubmissionResult.DriverUrl isn't working

Markus Weimer created REEF-1943:
-----------------------------------

             Summary: IJobSubmissionResult.DriverUrl isn't working
                 Key: REEF-1943
                 URL: https://issues.apache.org/jira/browse/REEF-1943
             Project: REEF
          Issue Type: Bug
          Components: REEF.NET, REEF.NET Client
            Reporter: Markus Weimer
            Priority: Blocker


I changed lines 74ff of {{HelloREEF.cs}} to:

{code}
IJobSubmissionResult jobSubmissionResult = _reefClient.SubmitAndGetJobStatus(helloJobRequest);
Console.WriteLine("Driver URL: " + jobSubmissionResult.DriverUrl);
{code}

The resulting printout on the console is:

{code}
Driver URL:
{code}

So, the URL is empty.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)