-
Notifications
You must be signed in to change notification settings - Fork 14
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
service[spark]: unable to locate the init.d script! #1
Comments
weird. Could you add the complete error log ? If you haven't modified the attributes try run : sudo -u spark -- sh -c 'cd /opt/local/spark && ./sbin/start-all.sh' |
Complete log for "sudo chef-client" is given below
|
OS : Centos-6.5 Using below command on shell works fine and starts master and slaves. sudo -u spark -- sh -c 'cd /opt/local/spark && ./sbin/start-all.sh' |
supports {:restart=>false, :reload=>false, :status=>true} try to add supports {:status => false} in the service declaration at the end of spark::master. |
BTW do not run start command on slaves. Master connects via ssh and start them. |
Hi,
Script throws exception "service[spark]: unable to locate the init.d script!"
is there any way to resolve this.
Regards,
Anish
The text was updated successfully, but these errors were encountered: