Last active
May 23, 2016 09:23
-
-
Save chrismckinnel/1b595abc82316ae1aeb658c724596cdc to your computer and use it in GitHub Desktop.
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/bash | |
./pan.sh \ | |
/rep:"kettle-dev-repo" \ | |
/trans:"lab-data-csv-to-postgresql" \ | |
/user:admin \ | |
/pass:********************** \ | |
/param:LABS_DATA_CSV_FILE=/opt/labs-data.csv \ | |
/level:Basic | |
debug info: | |
2016/05/23 09:18:16 - Pan - Logging is at level : Debug | |
Arguments: | |
rep : kettle-dev-repo | |
user : admin | |
pass : ******************** | |
trans : lab-data-csv-to-postgresql | |
dir : | |
file : | |
level : Debug | |
logfile : | |
log : | |
listdir : | |
listtrans : | |
listrep : | |
exprep : | |
norep : | |
safemode : | |
version : | |
jarfile : | |
param : null | |
listparam : | |
metrics : | |
maxloglines : | |
maxlogtimeou : | |
Getting exception: | |
2016/05/23 08:53:56 - CSV file input.0 - java.io.FileNotFoundException: /opt/pentaho/di-server/${LABS_DATA_CSV_FILE} (No such file or directory) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment