Добавить
Уведомления

Setup Apache Spark-1.6.0 on Windows Full

Setup Apache Spark on Windows Full article from blog: http://dataxscience.blogspot.com/2016/02/setup-apache-spark-on-windows.html Prerequisites: Java6+ Scala 2.10.x Spark 1.x sbt ( In case of building Spark Source code) GIT( If you use sbt tool) Instalation: 1. setup Java ( very important) 2. setup Scala 3. setup git 4. setup sbt 5. build Spark on windows using cmd example: cd c:\spark-1.6.0 sbt assembly 6. when built successful: cd c:\spark-1.6.0\bin spark-shell

12+
17 просмотров
2 года назад
12+
17 просмотров
2 года назад

Setup Apache Spark on Windows Full article from blog: http://dataxscience.blogspot.com/2016/02/setup-apache-spark-on-windows.html Prerequisites: Java6+ Scala 2.10.x Spark 1.x sbt ( In case of building Spark Source code) GIT( If you use sbt tool) Instalation: 1. setup Java ( very important) 2. setup Scala 3. setup git 4. setup sbt 5. build Spark on windows using cmd example: cd c:\spark-1.6.0 sbt assembly 6. when built successful: cd c:\spark-1.6.0\bin spark-shell

, чтобы оставлять комментарии