LoginSignup
2
2

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のインストール

$ 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

Annotation

Run Spark

spark-shell is in the directory "bin".

./bin/spark-shell

Memos about Spark

Quick Start - Spark 1.1.1 Documentation
PySpark入門1
Spark - ALBERT Engineer Blog
nose + Jenkins + HipChat で Python アプリケーションを自動テストして結果を通知してもらおう!

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