Docker base image to build a hadoop environment
57
version: "2.0"
services:
fluxdatareactor-sqoop:
hostname: hadoop
container_name: sqoop
image: fluxdatareactor/sqoop:1.0.0
container_name: sqoop
ports:
- "16000:16000"
- "8088:8088"
- "50070:50070"
- "10033:10033"
command: /run.sh
fluxdatareactor-oracle:
container_name: oracle
image: fluxdatareactor/oracle:1.0.0
container_name: oracle
ports:
- "49160:22"
- "49161:1521"
fluxdatareactor-mysql:
container_name: mysql
image: fluxdatareactor/mysql:1.0.0
restart: always
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD:
MYSQL_DATABASE: conf
MYSQL_USER:
MYSQL_PASSWORD:
fluxdatareactor-mysql-server:
container_name: mysql-server
image: fluxdatareactor/mysql-metastore-sqoop:1.0.0
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: sqoop
MYSQL_USER: sqoop
MYSQL_PASSWORD: sqoop
Content type
Image
Digest
Size
239.5 MB
Last updated
almost 7 years ago
docker pull fluxdatareactor/hadoop-base:1.0.0