我对R比Python更熟悉,但我听说使用Spark比使用Python更容易,所以这就是为什么我试图通过Python运行Spark。我正在使用Ninja IDE for Python
我下载了Spark-1.5.0的文件,但现在我不知道该怎么办。我去了http://spark.apache.org/docs/latest/building-spark.html。我正在使用Windows 10并使用命令提示符转到我的spark文件夹,然后键入build is not recognized as an internal or external command, operable program or batch file
。然而,它然后说 <?php
$con = mysqli_connect("localhost","root","","register");
// Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
?>
。我这样做了吗?或者我还有另一步应该继续吗?