kongyew / greenplum-dockers

Create Greenplum docker files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

This document describes how to create docker images for Greenplum and using docker-compose to use Greenplum docker(s) with other dockers such as Cloudera, Hortonworks and others https://pivotal.io/pivotal-greenplum

Pre-requisites:

Download Greenplum binaries

This section describes how to automaically download Pivotal Greenplum binaries from Pivotal Network. It uses this tool. Internally, it depends on Pivotal API, in order to retrieve the list of files associated to a particular Greenplum release.

For more details, click here

How to run GPDB with Cloudera

This example works once you have downloaded GPDB binaries from Pivnet and build a docker image. For more details, click here

For more details to download GPDB from Pivnet, click here

Run GPDB and Cloudera instance:

$ ./runDocker.sh -t cloudera -c up

Stop GPDB and Cloudera instance:

$ ./runDocker.sh -t cloudera -c down

How to run GPDB - PXF to access Postgres DB - 9.6

This example works once you have downloaded GPDB binaries from Pivnet and build a docker image. For more details, click here

For more details to download GPDB from Pivnet, click here

$ ./runDocker.sh -t postgres9.6 -c up

About

Create Greenplum docker files


Languages

Language:Python 88.9%Language:Shell 10.6%Language:Dockerfile 0.5%Language:Makefile 0.0%