On Nov 30, 2008, at 3:28 PM, Sean Owen wrote:
That's cool. I imagine we (I) can experiment with taking out that file
or editing it down. (Lemme put it this way, if it starts up fine
without the file, I'd just remove it. It configures stuff that can
only do harm for this purpose.)
Moving the data file is OK too, just check references in
taste-build.xml and in the target that packages up everything -- I
think it picks up "**/*.dat" so the location doesn't matter but worth
a double-check.
OK, I'll double check. I think this patch gets rid of most of the
need for taste-build.xml (if it doesn't, we should move that direction
anyway)
Sean
On Sun, Nov 30, 2008 at 5:41 PM, Grant Ingersoll
<[EMAIL PROTECTED]> wrote:
On Nov 30, 2008, at 9:51 AM, Sean Owen wrote:
Does Jetty need that defaultweb.xml file? all the necessary
configuration should be set in the generated web.xml file already,
and
I suppose it'd be nicer to not configure, say, connectors and
session
ID logic since they aren't needed. But if Jetty wants it, it wants
it.
I'm not sure. I pretty much just copied what Solr does.
Also looks like the expected location of ratings.dat was changed?
Unless I am forgetting something the files are still expected to be
next to the code, where they were before. Not a big deal where it
is,
just needs to be consistent of course. The build files don't
expect it
in this new root-directory location right now for instance.
Yeah, I changed it to be in the root of the class path, just found
it easier
than having to drill in so far and to have to have them packaged in
to the
JAR.
On Sun, Nov 30, 2008 at 3:08 AM, Grant Ingersoll (JIRA) <[EMAIL PROTECTED]
>
wrote:
[
https://issues.apache.org/jira/browse/MAHOUT-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated MAHOUT-94:
----------------------------------
Attachment: MAHOUT-94.patch
Here's some updates
Make the Taste Demo more automated.
------------------------------------
Key: MAHOUT-94
URL: https://issues.apache.org/jira/browse/MAHOUT-94
Project: Mahout
Issue Type: Improvement
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
Priority: Minor
Attachments: axis.tar, jetty.tar, MAHOUT-94.patch,
MAHOUT-94.patch
Would be really cool if the Taste Demo
(http://lucene.apache.org/mahout/taste.html#demo) was easier to
get up and
going. For instance, we could have an Ant task that
automatically gets the
data and puts it into the work directory just like we do for
Reuters,
Wikipedia and Twenty News. Then, we could also ship Jetty w/
the examples,
such that one just needs to do {code}java -jar start.jar{code}
to fire up
the WAR and have it running (Solr does this)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
--------------------------
Grant Ingersoll
Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ
--------------------------
Grant Ingersoll
Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ