Ejemplo n.º 1
0
 /// <exception cref="System.IO.IOException"/>
 /// <exception cref="System.Exception"/>
 public virtual QueueInfo[] GetRootQueues()
 {
     try
     {
         return(TypeConverter.FromYarnQueueInfo(client.GetRootQueueInfos(), this.conf));
     }
     catch (YarnException e)
     {
         throw new IOException(e);
     }
 }