Skip to content

Instantly share code, notes, and snippets.

@chrismckinnel
Last active May 23, 2016 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismckinnel/1b595abc82316ae1aeb658c724596cdc to your computer and use it in GitHub Desktop.
Save chrismckinnel/1b595abc82316ae1aeb658c724596cdc to your computer and use it in GitHub Desktop.
#! /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