i'm on the architectural phase of a big project and i've decided to use hbase as my database, and will use map/reduce jobs for my processing so my architecture works totally under hadoop.
The thing is i also need to implement some REST, SOAP API's some web pages too so i was thinking is there any servlet container that runs on top of hadoop so that my system stays redundant and distributed without worrying about a secondary cluster machenism(since i allready setup one for hadoop).
So is there any servlet container that runs on top of hadoop, like hbase(a database) runs on top of hadoop?