Hi all,
For DHW / Pentaho I need to make on Ubuntu a few corrections for Apache Logs Behaviour as mentioned here:
http://www.panda-os.com/tag/kaltura-dwh/#.V3RIm1e5nMU
and after all I found out the path for the Kitchen Scripts hourly, daily etc was not correct set, so I have corrected this to
!/bin/bash
. /etc/kaltura.d/system.ini
KITCHEN=$BASE_DIR/pentaho/pdi/kitchen.sh
ROOT_DIR=$BASE_DIR/dwh
WHEN=$(date +%Y%m%d-%H)
Now I am receiving correct log out puts for Statistics / Analytics but If am checking the DB Table dwh_fact_events after I made some plays, where also get recgonized in the logs under /opt/kaltura/logs kaltura_apache_access.log and events.log correctly, the table is still empty and no errors in error log...
Any advice?