Subversion Repositories SmartDukaan

Rev

Rev 3748 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/bash

if [ $# -ne 1 ]
then
        echo "Usage: $0 <Kettle_dir>"
        exit  1
fi

KETTLE_DIR=$1

$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/itemLoader.ktr" -log="/tmp/itemLoader.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/ordersLoader.ktr" -log="/tmp/ordersLoader.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/cartLoader.ktr" -log="/tmp/cartLoader.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/userLoader.ktr" -log="/tmp/userLoader.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/orderFulfilmentLoader.ktr" -log="/tmp/orderFulfilmentLoader.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/crmLoader.ktr" -log="/tmp/crmLoader.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/dateItemAggregate.ktr" -log="/tmp/agg.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/dateOnlyAggregate.ktr" -log="/tmp/agg.log" -level=Debug
$KETTLE_DIR/pan.sh -file="/root/trunk/pentaho/data-integration/transformations/lostItemAggregate.ktr" -log="/tmp/agg.log" -level=Debug