Repository: incubator-reef
Updated Branches:
  refs/heads/master 4f3589369 -> c538cb74f


[REEF-778] IMRU Map and Update task and driver have verbose setting on 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 #517


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/c538cb74
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/c538cb74
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/c538cb74

Branch: refs/heads/master
Commit: c538cb74fb6e0dfdc275e1c558bc21b9666512e5
Parents: 4f35893
Author: Dhruv <[email protected]>
Authored: Tue Sep 22 20:25:25 2015 -0700
Committer: Julia Wang <[email protected]>
Committed: Tue Sep 22 23:19:15 2015 -0700

----------------------------------------------------------------------
 lang/cs/Org.Apache.REEF.IMRU/OnREEF/Client/REEFIMRUClient.cs | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/c538cb74/lang/cs/Org.Apache.REEF.IMRU/OnREEF/Client/REEFIMRUClient.cs
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.IMRU/OnREEF/Client/REEFIMRUClient.cs 
b/lang/cs/Org.Apache.REEF.IMRU/OnREEF/Client/REEFIMRUClient.cs
index 9c492d0..7b53476 100644
--- a/lang/cs/Org.Apache.REEF.IMRU/OnREEF/Client/REEFIMRUClient.cs
+++ b/lang/cs/Org.Apache.REEF.IMRU/OnREEF/Client/REEFIMRUClient.cs
@@ -23,6 +23,7 @@ using System.Linq;
 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;
@@ -95,6 +96,7 @@ namespace Org.Apache.REEF.IMRU.OnREEF.Client
                         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)

Reply via email to