thanks for kindly help. after your suggestion. I will able to start storm-application master.
tech ~ $ storm-yarn launch /home/tech/storm-yarn-app-try/storm-0.9.0-wip21/conf/storm.yaml
my job accepted resource manager.
tech ~ $ yarn application -list
13/12/31 14:05:08 INFO client.RMProxy: Connecting to ResourceManager at dvcloudlab231/
192.168.70.231:8032
Total number of applications (application-types: [] and states: [SUBMITTED, ACCEPTED, RUNNING]):1
Application-Id Application-Name Application-Type User Queue State Final-State Progress Tracking-URL
application_1388423038661_0014 Storm-on-Yarn YARN tech root.tech ACCEPTED UNDEFINED 0% N/A
tech ~ $
tech ~ $ storm-yarn getStormConfig -appId application_1388423038661_0014 -output ~/.storm/storm.yaml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-5.0.0-0.cdh5b1.p0.57/lib/zookeeper/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/tech/storm-yarn-app-try/storm-0.9.0-wip21/lib/logback-classic-1.0.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
13/12/31 14:01:20 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
13/12/31 14:01:21 INFO client.RMProxy: Connecting to ResourceManager at dvcloudlab231/
192.168.70.231:803213/12/31 14:01:31 INFO yarn.StormOnYarn: No host/port returned for Application Master application_1388423038661_0014
Exception in thread "main" java.lang.NullPointerException
at com.yahoo.storm.yarn.StormMasterCommand.downloadStormYaml(StormMasterCommand.java:180)
at com.yahoo.storm.yarn.StormMasterCommand.process(StormMasterCommand.java:91)
at com.yahoo.storm.yarn.Client.execute(Client.java:142)
at com.yahoo.storm.yarn.Client.main(Client.java:148)
tech ~ $
Resource manager accept the job, But not able to start application master.
can you guide me. How to fix this.
-Dhanasekaran.