caioquirino / docker-cloudera-quickstart

Docker Cloudera Quick Start Image
Apache License 2.0
91 stars 79 forks source link

Add Spark to installation #2

Closed powerLambda closed 9 years ago

powerLambda commented 9 years ago

http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cdh_ig_spark_install.html

To install or upgrade the Spark packages on an Ubuntu or Debian system: sudo apt-get install spark-core spark-master spark-worker spark-history-server spark-python

caioquirino commented 9 years ago

Hi guoxu! Pull request merged! Thank you for collaborating! :smiley:

powerLambda commented 9 years ago

Cool, this is my first pull request. I'm using your dockerfiles and try to setup the CDH in docker container, it is very useful and better than installing it in my virtual machine :+1:

caioquirino commented 9 years ago

Thank you for using this dockerfiles! My goal in this project is to provide a lightweight version of Cloudera Hadoop Quickstart Distribution. At first, i'm trying to install all of the Quickstart components without the Cloudera Manager to consume less memory.

When we finish the work, this Dockerfile will provide all of the Cloudera Quickstart components as a lightweight Docker image with very simple installation.

So any change you can improve will be very useful for all! Thank you!