Re: Error while running the tutorial

2016-12-01 Thread Fernando E Alva Manchego
Hi! I used your files and I got the same error. I'll check the hadoop environment again. Apparently, it's all pointing out to that as the source of the problem. Thank you! Best, Fernando On 29 November 2016 at 14:11, Matt Post wrote: > I just tried this on my machine and

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 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 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.

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 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: Error while running the tutorial

2016-11-17 Thread lewis john mcgibbney
Hi Folks, I submitted a PR to implement OS compatibility running on Mac OSX. https://github.com/joshua-decoder/fisher-callhome-corpus/pull/1 @Fernando I cannot reproduce your issue... I do however encounter the following issue lmcgibbn@LMC-056430 /usr/local/joshua_resources/joshua-tutorial $

Re: Error while running the tutorial

2016-11-17 Thread Fernando E Alva Manchego
Hello, 1. Here's the list requested: archive-tmp classes generated-sources joshua-6.2-SNAPSHOT.jar joshua-6.2-SNAPSHOT-jar-with-dependencies.jar joshua-6.2-SNAPSHOT-src.tar.gz joshua-6.2-SNAPSHOT-src.zip maven-archiver maven-shared-archive-resources rat.txt surefire-reports test-classes 2.