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

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

public class HelloWorld
extends Object

The obligatory example. No xml/jsp/templates/config files! No proliferation of strange annotations either :)

3 in 1 example. Check results at
http://localhost:8888/hello and
http://localhost:8888/hello/html
http://localhost:8888/hello/json


Nested Class Summary
static class HelloWorld.Hello
           
static class HelloWorld.HelloView
           
 
Constructor Summary
HelloWorld()
           
 
Method Summary
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

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(String[] args)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.