2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Install Instruction: Spark on Ubuntu 14.04

Last updated at Posted at 2015-04-03

Install Spark on Ubuntu 14.04

Preparation

Install apt-add-repositories

[ubuntu 14.04 でのapt-add-repositoryのインストール]
(http://qiita.com/Hiroshi_Obata/items/8fa13972f7922ad3252f)

$ sudo apt-get install software-properties-common

Install Git

Git command is used to build Spark.

$ sudo apt-get install git
$ sbt/sbt assembly

Install Spark

Basically, please follow this instruction.

[Install Apache Spark on Ubuntu-14.04]
(http://blog.prabeeshk.com/blog/2014/10/31/install-apache-spark-on-ubuntu-14-dot-04/)

Annotation

Run Spark

spark-shell is in the directory "bin".

./bin/spark-shell

Memos about Spark

[Quick Start - Spark 1.1.1 Documentation]
(http://spark.apache.org/docs/1.1.1/quick-start.html)
[PySpark入門1]
(http://www.slideshare.net/iktakahiro/pyspark1)
[Spark - ALBERT Engineer Blog]
(http://tech.albert2005.co.jp/?s=Spark)
[nose + Jenkins + HipChat で Python アプリケーションを自動テストして結果を通知してもらおう!]
(http://tech.albert2005.co.jp/blog/2014/07/10/notify-hipchat-from-jenkins/)

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?