Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

How do I deploy Hadoop/Hbase using Docker images?

1 Answer

0 votes
by (106k points)

You can use luk4sschr0d3r / Hadoop-aws-docker - Bitbucket.  You can start putting this together to get an environment providing at least similar versions like AWS EMR (AMI 3.3.1 provides Hadoop 2.4.0 and HBase 0.94.18). The build process will build an HBase 0.94.26 against the Hadoop2 dependencies (and protobuf 2.5) and provision Hadoop 2.6.0 with HBase 0.94.26-hadoop2. If you want to learn Docker then you can have a look at the following Docker training course. You can also watch the following Docker video tutorial to know such kind of things.

Browse Categories

...