mahout lib : permissions

2012-07-31 Thread Videnova, Svetlana
Hi mahouters, I am trying to use the mahout lib with my app java. But while I try to clusterize calling this: DocumentProcessor.tokenizeDocuments(new Path(inputDir),analyzer.getClass().asSubclass(Analyzer.class), tokenizedPath, conf); And this: InputDriver.runJob(new Path(inputDir),

??????mahout lib : permissions

2012-07-31 Thread alias
; : mahout lib : permissions Hi mahouters, I am trying to use the mahout lib with my app java. But while I try to clusterize calling this: DocumentProcessor.tokenizeDocuments(new Path(inputDir),analyzer.getClass().asSubclass(Analyzer.class), tokenizedPath, conf); And this: InputDriver.runJob(new

Re: ??????mahout lib : permissions

2012-07-31 Thread Julian Ortega
and try to run it on hadoop cluseter. -- -- ??: Videnova, Svetlana; : 2012??7??31??(??) 3:27 ??: user@mahout.apache.org; : mahout lib : permissions Hi mahouters, I am trying to use the mahout lib with my app java. But while

RE: 回复:mahout lib : permissions

2012-07-31 Thread Videnova, Svetlana
Objet : Re: 回复:mahout lib : permissions As the previous email says, you must be using Windows, and as far as I remember, first you need Cygwin and then to solve the permissions issue you need to downgrade to version 0.20.2. I think Mahout 0.7 depends on Hadoop 0.20.204, so you will get

Re: 回复:mahout lib : permissions

2012-07-31 Thread Julian Ortega
d'origine- De : Julian Ortega [mailto:julian.ort...@fredhopper.com] Envoyé : mardi 31 juillet 2012 09:47 À : user@mahout.apache.org Objet : Re: 回复:mahout lib : permissions As the previous email says, you must be using Windows, and as far as I remember, first you need Cygwin and then to solve

Re: 回复:mahout lib : permissions

2012-07-31 Thread Sean Owen
Mahout currently works against 0.20.205. I do not know if it still works with 0.20.2. You should not have to downgrade. The very first thing is to use Cygwin, not the Windows shell. On Tue, Jul 31, 2012 at 9:23 AM, Julian Ortega julian.ort...@fredhopper.com wrote: Not exactly, you will still

RE: 回复:mahout lib : permissions

2012-07-31 Thread Videnova, Svetlana
! at org.apache.mahout.vectorizer.DocumentProcessor.tokenizeDocuments(DocumentProcessor.java:95) at main.MainClass.main(MainClass.java:57) thank you -Message d'origine- De : Sean Owen [mailto:sro...@gmail.com] Envoyé : mardi 31 juillet 2012 10:27 À : user@mahout.apache.org Objet : Re: 回复:mahout lib : permissions Mahout currently works against

Re: 回复:mahout lib : permissions

2012-07-31 Thread kiran kumar
: Sean Owen [mailto:sro...@gmail.com] Envoyé : mardi 31 juillet 2012 10:27 À : user@mahout.apache.org Objet : Re: 回复:mahout lib : permissions Mahout currently works against 0.20.205. I do not know if it still works with 0.20.2. You should not have to downgrade. The very first thing

RE: 回复:mahout lib : permissions

2012-07-31 Thread Videnova, Svetlana
:mahout lib : permissions Actually i too faced the same problem.Whether you try to run it from source or libraries, it says the same. In fact downgrade the hadoop jar file to older versions like hadoop-core-0.20.204.0.jar to hadoop-core-0.20.2.jar and replace in examples/target/dependency folder