/// <exception cref="System.Exception"/> public static void Main(string[] args) { TestMRClientService t = new TestMRClientService(); t.Test(); }
internal MRAppWithClientService(TestMRClientService _enclosing, int maps, int reduces , bool autoComplete) : base(maps, reduces, autoComplete, "MRAppWithClientService", true) { this._enclosing = _enclosing; }