Пример #1
0
 /// <exception cref="System.Exception"/>
 /// <exception cref="Org.Apache.Hadoop.Yarn.Exceptions.YarnException"/>
 private void VerifyConnections()
 {
     NUnit.Framework.Assert.IsTrue("NMs failed to connect to the RM", cluster.WaitForNodeManagersToConnect
                                       (20000));
     VerifyClientConnection();
 }