You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Shan Lu <sh...@gmail.com> on 2013/12/06 19:26:10 UTC

Run Mahout on Jboss

Hi,

Has anyone run the mahout on JBoss before? I'm trying to configure a mahout
module on JBoss, but configuration fails. I write the following module.xml:
==
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.0" name="org.apache.mahout">
 <resources>
 <resource-root path="mahout-core-0.8.jar"/>
 </resources>
 <dependencies>
 </dependencies>
</module>
==

I don't know what are the dependencies jars. And I'm not clear if mahout
can run on JBoss.

Thank you!