Exemple #1
0
        /// <exception cref="System.Exception"/>
        public static void Main(string[] args)
        {
            TestMRClientService t = new TestMRClientService();

            t.Test();
        }
Exemple #2
0
 internal MRAppWithClientService(TestMRClientService _enclosing, int maps, int reduces
                                 , bool autoComplete)
     : base(maps, reduces, autoComplete, "MRAppWithClientService", true)
 {
     this._enclosing = _enclosing;
 }