Just start the cluster once and start tomcat once. Then you can launch all the hadoop jobs you like without ever stopping the cluster.
On 11/22/07 2:31 AM, "Eugeny N Dzhurinsky" <[EMAIL PROTECTED]> wrote: > Hello gentlemen! > > We would like to integrate our hadoop-based application into Tomcat. The WEB > part will be used to manage job submission and control jobs, and initially all > jobs will reside within same JVM as Tomcat. > > The question is - should we use the Hadoop scripts to start the Tomcat > (bin/hadoop jar path/to/tomcat/jar) with configuring the system properties and > classpath, or there is another way (perhaps simpler and more straightforward) > which does not need Tomcat to be running in Hadoop environment as an Hadoop > application? > > Thank you in advance!
