Hi All,
We are trying to use storm-yarn from yahoo github (that implements the AM for Storm) for launching storm. However we realized that this project is last updated in Nov 2004. It only supports an archived storm version (0.9.0-wip21), which seems to be an outdated version (around incubation time). This version doesn't support storm-kafka (within core), and we want to use storm netty transport with Kafka based Trident topology.
Since the last tagged release is 0.9.4, we tried to build storm-yarn with storm-0.9.4 and launch storm cluster on Yarn. The storm AM, nimbus server, supervisor and web UI daemons are able to come up. However the UI is not opening up. On accessing http://host:7070, it simply redirects to http://host:7070/index.html which says:
The ui.log contents are:
2015-04-21 01:25:25 o.m.log [INFO] Logging to Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog
2015-04-21 01:25:25 o.m.log [INFO] jetty-6.1.26
Has anyone been able to successfully bring storm-0.9.4 on Yarn?
Regards,
Satish Mittal