yuntians / paoding

Automatically exported from code.google.com/p/paoding
0 stars 0 forks source link

paoding cannot find "dic" directory when using in mahout #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add paoding in mahout, using PaodingAnalyzer
2. setup the dic path in system env or in configure file
3. run mahout

What is the expected output? What do you see instead?
At first, paoding can find the dic on local file system, but when hadoop 
dispatch the job on different machine, it cannot find dic.

I find that there are no command to specify the dic when dealing with MR 
procedure.

What version of the product are you using? On what operating system?
paoding 2.4 on Linux

Please provide any additional information below.
Can we encode the dic into codes? It can dispatch with codes in this way on 
different machine. Or we can specify the HDFS path for mahout to find the dic.

Original issue reported on code.google.com by yinxu...@gmail.com on 16 May 2013 at 1:36