Re: spark-ec2 Fails installing ganglia properly in 1.4

2015-07-09 Thread Pradeep Bashyal
f band from the release itself, so the fix will make to > 1.4.1 once the above PR is merged. > > Thanks > Shivaram > > On Thu, Jul 9, 2015 at 9:21 AM, Pradeep Bashyal > wrote: > >> Hello, >> >> The ec2/spark-ec2 fails installing ganglia properly in 1.4. The is

spark-ec2 Fails installing ganglia properly in 1.4

2015-07-09 Thread Pradeep Bashyal
Hello, The ec2/spark-ec2 fails installing ganglia properly in 1.4. The issue seems to be an older version of httpd(2.2) but the /etc/httpd/conf/httpd.conf is for 2.4 [ec2-user@ip-172-30-0-123 ~]$ httpd -v Server version: Apache/2.2.29 (Unix) Server built: Mar 12 2015 03:50:17 There is already

Re: [VOTE] Release Apache Spark 1.4.1 (RC3)

2015-07-08 Thread Pradeep Bashyal
A and PR for it. I don't think > documentation changes affect the release though Patrick can confirm that. > > Thanks > Shivaram > > On Wed, Jul 8, 2015 at 9:35 AM, Pradeep Bashyal > wrote: > >> Here's one thing I ran into: >> >> The SparkR d

Re: [VOTE] Release Apache Spark 1.4.1 (RC3)

2015-07-08 Thread Pradeep Bashyal
Here's one thing I ran into: The SparkR documentation example in http://people.apache.org/~pwendell/spark-releases/latest/sparkr.html is incorrect. sc <- sparkR.init(packages="com.databricks:spark-csv_2.11:1.0.3") should be sc <- sparkR.init(sparkPackages="com.databricks:spark-csv_2.11: