新手入手 Spark 安装(1)

来源:互联网 发布:乐不亦乎是什么意思 编辑:程序博客网 时间:2024/04/29 20:49



注意:针对新手(有点Java基础,熟悉Eclipse,建议用ScalaIDE入门)

1,ScalaIDE安装(本文以Mac安装为例)

进官网下载ScalaIDE,网址:http://scala-ide.org/download/sdk.html

2,直接安装,无需配置,直接打开使用,安装Maven插件用来配置、下载相应的公开源代码,比如Spark

2.1 安装插件

Using Scala IDE for Eclipse on a Maven Scala project is fairly straightforward.. when all the pieces are in the right place. In this tutorial I will show how to use the Scala IDE on an existing maven project, and how to start with a fresh project.

Install m2eclipse-scala

 

 

2.2 If you don’t have the vanilla Maven Integration for Eclipse, make sure you have enabledCheck all update sites to find required software. If you already have it, you can leave this box unchecked.

SCALAIDE通过help->install new software 安装。输入网址:

http://alchim31.free.fr/m2e-scala/update-site/



注意:会发现会相比较而言少几个,这个时候就得单独去Eclipse Marketplace搜索安装。


3 Spark源码下载

Spark下载网址:http://spark.apache.org/downloads.html


0 0
原创粉丝点击