Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FabioBatSilva/5700256 to your computer and use it in GitHub Desktop.
Save FabioBatSilva/5700256 to your computer and use it in GitHub Desktop.
Exercise 18: Clustering and Partitioning Example for starting carte with 3 instances on port 8081, 8082, 8083.
#!/bin/sh
### ====================================================================== ###
## ##
## Pentaho Start Script ##
## Example for starting carte with 3 instances on port 8081, 8082, 8083. ##
## ##
### ====================================================================== ###
cd "/Applications/pentaho/design-tools/data-integration"
sh carte.sh 127.0.0.1 8081 &
sh carte.sh 127.0.0.1 8082 &
sh carte.sh 127.0.0.1 8083 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment