Giter Site home page Giter Site logo

zck573693104 / docker-cloudera-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caioquirino/docker-cloudera-quickstart

0.0 2.0 0.0 46 KB

Docker Cloudera Quick Start Image

License: Apache License 2.0

Dockerfile 13.67% Shell 86.33%

docker-cloudera-quickstart's Introduction

docker-cloudera-quickstart

Docker Cloudera Quick Start Image

Cloudera Hadoop 5 (CDH5)

Now you can run the Cloudera Quick Start image without all the overhead of a Virtual Machine. Just use docker-cloudera-quickstart Image.

Based on Ubuntu 14.04 (Trusty LTS)

Works with Cloudera CDH 5

*UPDATED FOR LATEST VERSION - CDH5.3.2

*Under development.

Instructions

Install

To install the docker-cloudera-quickstart from docker-hub, simply use the following command:

docker pull caioquirino/docker-cloudera-quickstart

Use

To start an instance in BACKGROUND (as daemon):

docker run -i -t -d caioquirino/docker-cloudera-quickstart

To start an instance in FOREGROUND:

docker run -i -t caioquirino/docker-cloudera-quickstart

To open more terminal instances for the running instance:

docker ps
docker exec -i -t CONTAINER_ID bash -l

Links

Pull the image on Docker Hub

Github page

Checklist of components:

Apache Hadoop (Common, HDFS, MapReduce, YARN)

Apache HBase

Apache ZooKeeper

Apache Oozie

Apache Hive

Hue (Apache licensed)

Apache Flume

Cloudera Impala (Apache licensed)

Apache Sentry

Apache Sqoop

Cloudera Search (Apache licensed)

Apache Spark

Cloudera Documentation

Debugging In Docker

Changing Debug Delay

If a samza job dies, its log files get deleted immediately. To allow them to hang around for ten minutes, add the following to /etc/hadoop/conf/yarn-site.xml :

  <property>
    <description>seconds after app finishes before app's files and logs deleted</description>
    <name>yarn.nodemanager.delete.debug-delay-sec</name>
    <value>600</value>
  </property>

Then you can find the logs, e.g.: sudo -E ./yarnlogs.bash Matcher

Please report any issue or feedback if possible.

docker-cloudera-quickstart's People

Contributors

caioquirino avatar gliptak avatar mmm avatar oxtoacart avatar scholtes1953 avatar andyburgin avatar jerryr avatar bryant1410 avatar powerlambda avatar

Watchers

James Cloos avatar dian 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.