swsnu / bdcsfall2014

0 stars 0 forks source link

How to run HelloReef #38

Open kr8534 opened 9 years ago

kr8534 commented 9 years ago

Hi all,

For just testing, I hope to run HelloREEF and HelloReefYarn for ensuring that environment settings have no problem.

Running HelloREEF is done with "mvn -PHelloREEF" in reef-examples.

But for running HelloReefYarn, I met problem while I was following a link below. https://github.com/Microsoft-CISL/REEF/wiki/Writing-Hello-REEF-application

I couldn't find REEF/bin/hello.sh in incubator-reef. Where can I check it or how can I run it?

yunseong commented 9 years ago

The tutorial is quite outdated. :(

You can try

$ yarn jar {reef-examples/target/reef-examples-0.10-incubating-SNAPSHOT-shaded.jar} org.apache.reef.examples.hello.HelloReefYarn

Make sure HDFS and YARN are running on your system.