Skip to content

Commit

Permalink
[REEF-778] IMRU Map and Update task and driver have verbose setting o…
Browse files Browse the repository at this point in the history
…n by default

This addressed the issue by
* Setting DriverConfiguration.CustomTraceLevel to Info

JIRA:[REEF-778](https://issues.apache.org/jira/browse/REEF-778)

This Closes apache#517
  • Loading branch information
dkm2110 authored and Julia Wang committed Sep 23, 2015
1 parent 4f35893 commit c538cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/cs/Org.Apache.REEF.IMRU/OnREEF/Client/REEFIMRUClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
using Org.Apache.REEF.Client.API;
using Org.Apache.REEF.Driver;
using Org.Apache.REEF.IMRU.API;
using Org.Apache.REEF.Driver.Bridge;
using Org.Apache.REEF.IMRU.OnREEF.Driver;
using Org.Apache.REEF.IMRU.OnREEF.Parameters;
using Org.Apache.REEF.Network.Group.Config;
Expand Down Expand Up @@ -95,6 +96,7 @@ internal sealed class REEFIMRUClient<TMapInput, TMapOutput, TResult> : IIMRUClie
GenericType<IMRUDriver<TMapInput, TMapOutput, TResult>>.Class)
.Set(DriverConfiguration.OnEvaluatorFailed,
GenericType<IMRUDriver<TMapInput, TMapOutput, TResult>>.Class)
.Set(DriverConfiguration.CustomTraceLevel, TraceLevel.Info.ToString())
.Build(),
TangFactory.GetTang().NewConfigurationBuilder()
.BindStringNamedParam<GroupCommConfigurationOptions.DriverId>(driverId)
Expand Down

0 comments on commit c538cb7

Please sign in to comment.