Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

[REEF-1289] Add an EvaluatorConfiguration for the .NET Evaluator #908

Closed
wants to merge 3 commits into from

Conversation

afchung
Copy link
Contributor

@afchung afchung commented Mar 28, 2016

This addressed the issue by

  • Add an EvaluatorConfiguration to the .NET evaluator and pipe it through the Java bridge.

JIRA:
REEF-1289

This addressed the issue by
  * Add an EvaluatorConfiguration to the .NET evaluator and pipe it through the Java bridge.

JIRA:
  [REEF-1289](https://issues.apache.org/jira/browse/REEF-1289)
@jwang98052
Copy link
Contributor

I will review it

Id = _rootServiceInjector
.ForkInjector(contextConfiguration)
.GetNamedInstance<ContextConfigurationOptions.ContextIdentifier, string>();
_services = _rootServiceInjector.GetNamedInstance<ServicesSet, ISet<object>>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this _services used anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but this force-instantiates the ServiceSet.

@jwang98052
Copy link
Contributor

I completed the pass.

@afchung
Copy link
Contributor Author

afchung commented Mar 29, 2016

@jwang98052 I've addressed your comments, please have another look. Thanks!

@jwang98052
Copy link
Contributor

I will test and merge

@asfgit asfgit closed this in 4ddbc29 Mar 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants