I am trying to install Spark on Ubuntu 12.04 on a Virtual Machine.
I followed the instructions at http://www.tutorialspoint.com/apache_spark/apache_spark_installation.htm
I have java version "1.6.0_38" and scala version "2.9.1",
I downloaded spark and moved it to the location /usr/local/spark
and on trying to start the spark shell I get the following error:
$res = mysql_query($sql) or die(mysql_error());
I am not sure what is going wrong.
答案 0 :(得分:1)
我很可能下载了一个不兼容的版本,所以类似的东西。
最后,在遇到一个deadend之后,我找到了另一种安装Spark的方法。
我遇到了这个教程,它解释了如何从源http://blog.prabeeshk.com/blog/2014/10/31/install-apache-spark-on-ubuntu-14-dot-04/
构建火花这就像一个魅力。