Created
June 3, 2013 18:36
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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