[jira] [Commented] (SPARK-8327) Ganglia failed to start while starting standalone on EC 2 spark with spark-ec2

2016-04-19 Thread Nicholas Chammas (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15249144#comment-15249144
 ] 

Nicholas Chammas commented on SPARK-8327:
-

[~vvladymyrov] - Is this still an issue? If so, I suggest migrating this issue 
to the spark-ec2 tracker: https://github.com/amplab/spark-ec2/issues

> Ganglia failed to start while starting standalone on EC 2 spark with 
> spark-ec2 
> ---
>
> Key: SPARK-8327
> URL: https://issues.apache.org/jira/browse/SPARK-8327
> Project: Spark
>  Issue Type: Bug
>  Components: EC2
>Affects Versions: 1.3.1
>Reporter: Vladimir Vladimirov
>Priority: Minor
>
> exception shown
> {code}
> [FAILED] Starting httpd: httpd: Syntax error on line 199 of 
> /etc/httpd/conf/httpd.conf: Cannot load modules/libphp-5.5.so into server: 
> /etc/httpd/modules/libphp-5.5.so: cannot open shared object file: No such 
> file or directory [FAILED] 
> {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



[jira] [Commented] (SPARK-8327) Ganglia failed to start while starting standalone on EC 2 spark with spark-ec2

2015-06-12 Thread Vladimir Vladimirov (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14583418#comment-14583418
 ] 

Vladimir Vladimirov commented on SPARK-8327:


Root cause:
ganglia/init.sh script doesn't specify rpm package version for ganglia-web - so 
yum install some version of the package and it's dependencies. So when newer 
ganglia become available with newer version of required packages - configs in 
templates could become invalid (i.e. libphp55.so is not available but 
libphp56.so does, or mod_authz_core.so is missing )

 Ganglia failed to start while starting standalone on EC 2 spark with 
 spark-ec2 
 ---

 Key: SPARK-8327
 URL: https://issues.apache.org/jira/browse/SPARK-8327
 Project: Spark
  Issue Type: Bug
  Components: EC2
Affects Versions: 1.3.1, 1.4.0
Reporter: Vladimir Vladimirov
Priority: Minor

 exception with spark 1.4.0
 {code}
 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]
 {code}
 Exception with spark 1.3.1
 {code}
 [FAILED] Starting httpd: httpd: Syntax error on line 199 of 
 /etc/httpd/conf/httpd.conf: Cannot load modules/libphp-5.5.so into server: 
 /etc/httpd/modules/libphp-5.5.so: cannot open shared object file: No such 
 file or directory [FAILED] 
 {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



[jira] [Commented] (SPARK-8327) Ganglia failed to start while starting standalone on EC 2 spark with spark-ec2

2015-06-12 Thread Vladimir Vladimirov (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14583400#comment-14583400
 ] 

Vladimir Vladimirov commented on SPARK-8327:


There is a fix for spark 1.3.1 in this pull request
https://github.com/mesos/spark-ec2/pull/118

I'm working on a fix for spark 1.4.0 

 Ganglia failed to start while starting standalone on EC 2 spark with 
 spark-ec2 
 ---

 Key: SPARK-8327
 URL: https://issues.apache.org/jira/browse/SPARK-8327
 Project: Spark
  Issue Type: Bug
  Components: EC2
Affects Versions: 1.3.1, 1.4.0
Reporter: Vladimir Vladimirov
Priority: Minor

 exception with spark 1.4.0
 {code}
 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]
 {code}
 Exception with spark 1.3.1
 {code}
 [FAILED] Starting httpd: httpd: Syntax error on line 199 of 
 /etc/httpd/conf/httpd.conf: Cannot load modules/libphp-5.5.so into server: 
 /etc/httpd/modules/libphp-5.5.so: cannot open shared object file: No such 
 file or directory [FAILED] 
 {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