Giter Site home page Giter Site logo

coreos-spark's Introduction

coreos-spark

This repository contains a script for running Spark in CoreOS. It was adapted from https://github.com/amplab/docker-scripts.

Pull Docker Images

First, you need pull a few Docker Images:

./spark.sh pull_images

Setup DNS service

Before you start a Spark Cluster, you need setup a DNS service. Here we use docker-dns instead of dnsmasq to provide DNS inside Docker containers. Run the following command to fetch pre-compiled docker-dns binary from github and install it (and system unit file) to CoreOS:

./spark.sh install_docker_dns

Running a Spark cluster

Use the same script, you can start Spark master, workers and shell.

Start Spark Master

To start the master, run:

./spark.sh start_master

Start Spark Worker

To start the workers, run:

./spark.sh start_worker 3

where 3 is the number of workers.

Start Spark Shell

./spark.sh start_shell

Attach to the shell container via this command,

sudo docker attach shell

If the screen appears to stay blank just hit return to get to the prompt.

Execute an example

scala> val textFile = sc.textFile("hdfs://master:9000/user/hdfs/test.txt")
scala> textFile.count()
scala> textFile.map({line => line}).collect()

coreos-spark's People

Contributors

zilin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.