Deploy multiple instances of war on Hadoop through Apache Twill

62 Views Asked by At

I've a web app archive (war) file which is deployed on Tomcat. It contains some REST services. To scale, I want to deploy these REST services (either as war or as jar) on Hadoop cluster through Apache Twill. I want to use Jetty instead of Tomcat.

I couldn't find something very helpful. I'm looking for something like a detailed technical guide, or even better, a step-by-step guide.

0

There are 0 best solutions below