Skip to content

bigstepinc/tcp-ds-osx-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcp-ds-osx-patch

TCP DS v2.10.1rc3 patch for OSX This patch adds OSX support. Currently tested only on OSX Mojave 10.14.3.

To use get the latest TCP-DS sourceand apply the patch:

$ cd v2.10.1rc3
$ patch -p1 < ../tcp-ds-2.0.osx.patch

To build then run:

cd tools
make -f Makefile.spec

To generate some data:

./dsdgen -scale 1 -dir /tmp/testdata

To load data into mysql (modify your loaddata script and mysql user to match your situation):

#create the database
mysql -u root -e "create database tpcds"
#load the schema first
mysql -u root -Dtpcds < tpcds.sql
sh loaddata-mysql.sh

To load data into postgresql

createdb tpcds
psql tpcds -f tpcds.sql
sh loaddata-psql.sh

About

TCP DS v2.10.1rc3 patch for OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages