I'm alot more familiar with R than Python, but I heard its much easier to use Spark with Python than R, so thats why I'm trying to run Spark through Python. I'm using the Ninja IDE for Python
I downloaded the files for Spark-1.5.0 but now I don't know what to do. I went to http://spark.apache.org/docs/latest/building-spark.html. I'm using Windows 10 and used the command prompt to go my spark folder and then typed build/mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package
. However, it then says build is not recognized as an internal or external command, operable program or batch file
. Am I doing this right? Or is there another step I should be proceeding with?