Pivotal Greenplum Database Data Science Sandbox
This project is maintained by dbbaskette
Requirements:
Modifications Required:
Change the following entry in the gpdb-sandbox.json file to point to the absolute path of the directory where you have stored the binaries. Make sure and end the "source" entry with a /. This keeps the directory structure the tool is expecting intact.
{
"type": "file",
"source": "/Users/dbaskette/Software/GREENPLUM/",
"destination": "/tmp/bins/"
}
packer build -force gpdb-sandbox.json
or to build either vbox or vmware add "-only=vbox" or "-only=vmware"This will generate the OVA which can then be imported into VirtualBox, and/or a zip file for use with VMware