Sign inSign up

samarthgupta437/falconprismserver

By samarthgupta437

Updated almost 11 years ago

Falcon oozie hadoop 2.5

Image
0

606

samarthgupta437/falconprismserver repository overview

Note : tag "stable" has falcon 0.7 from falcon trunk. use samarthgupta437/falconprismserver:stable in below commands to use that.

This image start a container with :

  1. Apache Falcon 0.5.4
  2. oozie : 4.2.0 ( trunk not released)
  3. Apache Hadoop : 2.5.2

root user home dir has sample cluster and feed inside the folder : falconTemplates

command to start the container :

docker run -i -t samarthgupta437/falconprismserver /etc/dockerizeFalcon.sh

if you would like to connect to ur container from outside , ports need to exposed :

docker run -i -t -p 50020:50020 -p 50090:50090 -p 50070:50070 -p 50010:50010 -p 50075:50075 -p 8031:8031 -p 8032:8032 -p 8033:8033 -p 8040:8040 -p 8042:8042 -p 49707:49707 -p 23:22 -p 8088:8088 -p 8030:8030 -p 11000:11000 -p 16000:16000 -p 15000:15000 samarthgupta437/falconprismserver /etc/dockerizeFalcon.sh

to start is successful or not , run below :

falcon entity -submit -type cluster -file ~/falconEntityTemplates/cluster.xml

Tag summary

Content type

Image

Digest

sha256:3c0e81fab

Size

2 GB

Last updated

almost 11 years ago

docker pull samarthgupta437/falconprismserver