org.apache.hadoop.yarn.webapp.example
Class MyApp

java.lang.Object
  extended by org.apache.hadoop.yarn.webapp.example.MyApp

public class MyApp
extends Object

The embedded UI serves two pages at:
http://localhost:8888/my and
http://localhost:8888/my/anythingYouWant


Nested Class Summary
static class MyApp.MyController
           
static class MyApp.MyView
           
 
Constructor Summary
MyApp()
           
 
Method Summary
 String anyAPI()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyApp

public MyApp()
Method Detail

anyAPI

public String anyAPI()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 Apache Software Foundation. All Rights Reserved.