Skip to content

Instantly share code, notes, and snippets.

@ashkrit
Created February 10, 2019 11:04
Show Gist options
  • Save ashkrit/344880da3713799ae394a1a260ad304d to your computer and use it in GitHub Desktop.
Save ashkrit/344880da3713799ae394a1a260ad304d to your computer and use it in GitHub Desktop.
trait YarnClient {
def clusterMetrics(): ClusterMetrics
def clusterQueue(): ClusterScheduler
def freeQueues(metrics: ClusterMetrics, clusterQueueInfo: ClusterScheduler): List[Queue]
def appsBy(user: String, status: String): YarnApps
def moveApp(app: YarnApp, queues: List[Queue])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment