Re: "lucene.vector" function implementation

2016-09-18 Thread Reth RM
Hi Andrew, Yes, I did a clone from https://github.com/apache/mahout.git and navigated to root folder (mahout) and did mvn clean install. Did you mean navigate to bin directory and ./mahout which mahout (this command doesn't exist) ./mahout -h returns list of functions available, among them, I

Re: "lucene.vector" function implementation

2016-09-17 Thread Andrew Musselman
That is, if you're running the command `mahout`, if you then then run `which mahout` do you get the version in bin/mahout, or your (I'm assuming) pre-installed version? See https://mahout.apache.org/users/sparkbindings/faq.html and

Re: "lucene.vector" function implementation

2016-09-17 Thread Andrew Musselman
I'm wondering how this is still working for you since this was removed in 0.11.1 per https://issues.apache.org/jira/browse/MAHOUT-1782 but someone else may know more. You did rebuild the code and are running that fresh version of `mahout` in `bin`, right? On Fri, Sep 16, 2016 at 10:52 PM, Reth

Re: "lucene.vector" function implementation

2016-09-16 Thread Reth RM
The functionality itself works on latest mahout_master branch(0.12.3), so its likely moved to other class-package structure. Any pointers to which class is it moved? I can file a jira to update docs. On Fri, Sep 16, 2016 at 9:06 PM, Andrew Musselman < andrew.mussel...@gmail.com> wrote: > We are

Re: "lucene.vector" function implementation

2016-09-16 Thread Andrew Musselman
We are up to version 0.12 so 0.9 is well out of date. That may have moved into another package or been deleted, not sure. It may indicate we need to update that page; thank you for letting us know and if you'd like to file a bug in JIRA please do. On Friday, September 16, 2016, Reth RM

Re: "lucene.vector" function implementation

2016-09-16 Thread Reth RM
I'm on mahout-master version. It looks like there was an independent class "SequenceFilesFromLuceneStorage" under org.apache.mahout.text in 0.9 version but not on the master copy I pulled from git. Is it deprecated or removed or am I missing something? On Fri, Sep 16, 2016 at 4:33 PM, Reth RM