[ https://issues.apache.org/jira/browse/SPARK-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15048294#comment-15048294 ]
Michael Reilly commented on SPARK-8338: --------------------------------------- This issue appears to have resurfaced in 1.5.2. I'm creating a cluster in ec2 with spark-1.5.2-bin-hadoop2.6. I issue a command like this ./spark-ec2 --key-pair=spark-sentiment --identity-file=/home/ec2-user/xxx.pem --spark-version=1.5.2 --region=eu-west-1 --zone=eu-west-1b --user-data=java8.sh launch spark-cluster-test --vpc-id=myvpc --subnet-id=mysubnet (java8.sh just installs java8 on the cluster nodes) After about ten minutes it finishes. The last few lines of output are: Setting up ganglia RSYNC'ing /etc/ganglia to slaves... ec2-52-30-193-79.eu-west-1.compute.amazonaws.com Shutting down GANGLIA gmond: [FAILED] Starting GANGLIA gmond: [ OK ] Shutting down GANGLIA gmond: [FAILED] Starting GANGLIA gmond: [ OK ] Connection to ec2-52-30-193-79.eu-west-1.compute.amazonaws.com closed. Shutting down GANGLIA gmetad: [FAILED] Starting GANGLIA gmetad: [ OK ] Stopping httpd: [FAILED] Starting httpd: httpd: Syntax error on line 154 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_authz_core.so into server: /etc/httpd/modules/mod_authz_core.so: cannot open shared object file: No such file or directory [FAILED] [timing] ganglia setup: 00h 00m 02s Connection to ec2-52-31-xxx-xxx.eu-west-1.compute.amazonaws.com closed. Spark standalone cluster started at http://ec2-52-31-xxx-xxx.eu-west-1.compute.amazonaws.com:8080 Ganglia started at http://ec2-52-31-xxx-xxx.eu-west-1.compute.amazonaws.com:5080/ganglia Done! > Ganglia fails to start > ---------------------- > > Key: SPARK-8338 > URL: https://issues.apache.org/jira/browse/SPARK-8338 > Project: Spark > Issue Type: Bug > Components: EC2 > Affects Versions: 1.4.0 > Reporter: Vladimir Vladimirov > Assignee: Vladimir Vladimirov > Priority: Minor > Fix For: 1.5.0 > > > Exception > {code} > Starting httpd: httpd: Syntax error on line 154 of > /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_authz_core.so > into server: /etc/httpd/modules/mod_authz_core.so: cannot open shared object > file: No such file or directory > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org