test

2016-11-22 Thread Matt Post
matt (from my phone)

test incubator

2016-11-22 Thread Matt Post
matt (from my phone)

[VOTE] Release Apache Joshua 6.1 RC#2

2016-11-22 Thread lewis john mcgibbney
Hello user@ and dev, Please VOTE on the Apache Joshua 6.1 Release Candidate #2. We solved 50 issues: https://s.apache.org/joshua6.1 Git source tag (29c8be650d53216f779a340d33f8f61af4d45629): https://s.apache.org/pk2t Staging repo:

Re: Error while running the tutorial

2016-11-22 Thread Fernando E Alva Manchego
Hello, Well, I ran that command and it went fine: build 100% However, now I ran the tutorial command again and I get: * Packing grammar at "grammar.gz" to "../joshua-tutorial/runs/1/tune/model/grammar.gz.packed" * Running the grammar-packer.pl script with the command:

Re: Unable to run the language packs - facing some errors

2016-11-22 Thread Matt Post
Hi, Please send support requests to u...@joshua.apache.org . You need to increase the memory. Edit the joshua script and try doubling it. Let us know. matt (from my phone) > On Nov 21, 2016, at 7:41 AM, Dixon Daniel wrote: > > Hi, >

Re: Error while running the tutorial

2016-11-22 Thread Matt Post
eigen3 is not necessary. What is the file size of grammar.gz? > On Nov 22, 2016, at 7:54 AM, Fernando E Alva Manchego > wrote: > > Hello, > > Well, I ran that command and it went fine: build 100% > > However, now I ran the tutorial command again and I get: >

Re: Error while running the tutorial

2016-11-22 Thread Matt Post
It looks like you have a very small corpus. Can you tell me what number this command reports? gzip -cd grammar.gz | grep Infinity | wc -l matt > On Nov 22, 2016, at 5:28 PM, Fernando E Alva Manchego > wrote: > > Hello, > > I'm using Hadoop 2.7.3 and

Re: Error while running the tutorial

2016-11-22 Thread Fernando E Alva Manchego
Hello, I'm using Hadoop 2.7.3 and Java 8. Apparently, the Hadoop setup is OK, according to the instructions given in: https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-common/SingleCluster.html#Standalone_Operation I'll try and earlier version of Hadoop and see how it goes.

Re: Error while running the tutorial

2016-11-22 Thread Fernando E Alva Manchego
Hi, The number is 0. The corpus I'm using is the one provided with the download: ASR. Well, I tried with Hadoop 2.7.3, 2.6.5 and 2.5.2 and I get the exact same error. What could be wrong with its setup? It's just adding the $HADOOP_HOME/bin to the PATH. By the way, I really appreciate all the

Re: Error while running the tutorial

2016-11-22 Thread John Hewitt
Grepping through the log file, I found the following problem: class edu.jhu.thrax.hadoop.features.annotation.AnnotationFeatureJob FAILED This is a prereq of OutputJob, hence OutputJob failed. Here's a link to a useful closed issue with an almost identical problem.