A Servlet Container on top of Hadoop?

荒凉一梦 提交于 2020-01-16 04:03:20

问题


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?


回答1:


It's not quite a servlet, but you may be interested in the REST interface to HBase provided by Stargate. There is also a Thrift interface.

Regards, Jeff




回答2:


seems like there is no servlet container that runs on top of hadoop yet. This probably wont ever happen since hadoop/hbase are used for processing big data behind the scenes and not expected to work as fast as a RDBMS which is used for a web application.



来源:https://stackoverflow.com/questions/1970485/a-servlet-container-on-top-of-hadoop

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!