Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/compile.sh: line 27: play: command not found - Any help ? #44

Closed
babmails opened this issue May 12, 2016 · 2 comments
Closed

/compile.sh: line 27: play: command not found - Any help ? #44

babmails opened this issue May 12, 2016 · 2 comments

Comments

@babmails
Copy link

Hi ,
I am very new to github site. I download the zip file "dr-elephant-master.zip" and trying to install in my YARN cluster. Do I need to install dr-elephant on RM node or I can install in spare node which is part of our hadoop cluster ?

Secondly, when I try to compile it complaining below errors, any help is appreciated.

./compile.sh
Using the default configuration
Hadoop Version : 2.3.0
Spark Version : 1.4.0
Other opts set :
./compile.sh: line 27: play: command not found
./compile.sh: line 94: cd: target/universal: No such file or directory
inflating: dr-elephant-master/.gitignore
inflating: dr-elephant-master/LICENSE
inflating: dr-elephant-master/NOTICE
..
..
inflating: dr-elephant-master/test/rest/RestAPITest.java
chmod: cannot access dr-elephant-master/bin/dr-elephant': No such file or directory sed: can't read dr-elephant-master/bin/dr-elephant: No such file or directory cp: cannot create regular filedr-elephant-master/bin/': Is a directory
cp: cannot create regular file `dr-elephant-master/bin/': Is a directory
adding: dr-elephant-master/ (stored 0%)
..
..
adding: dr-elephant-master/conf/evolutions/default/1.sql (deflated 72%)
adding: dr-elephant-master/conf/log4j.properties (deflated 45%)
adding: dr-elephant-master/conf/routes (deflated 64%)

@yanxu2
Copy link

yanxu2 commented May 12, 2016

Are you install play framework?

@chetnachaudhari
Copy link
Contributor

@babmails : You'll need to install play on box. The logic checks for activator or play command.
Please execute following commands on your local:

activator type
play 

If these are not installed, follow Play installation doc. And then execute compile.sh that should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants