@Mathieu wrote:
J faced to a problem with dwh
Ubuntu 14.04 LTSFirst :
sh: 0: Can't open /opt/kaltura/bin/pentaho/kitchen.sh
in log /opt/kaltura/dwh/logs/etl_daily-20150722.logmodify : /opt/kaltura/dwh/etlsource/execute/etl_daily.sh
ReplaceKITCHEN=$BASE_DIR/bin/pentaho/kitchen.sh
ByKITCHEN=$BASE_DIR/pentaho/pdi/kitchen.sh
modify : /opt/kaltura/dwh/etlsource/execute/etl_daily.sh
ReplaceKITCHEN=$BASE_DIR/bin/pentaho/kitchen.sh
ByKITCHEN=$BASE_DIR/pentaho/pdi/kitchen.sh
After this j get an other error :
Check if update_dims_lock is seized - An error occurred executing this job entry:
Error occured while trying to connect to the database
Error connecting to database: (using class org.gjt.mm.mysql.Driver)
Communications link failureJ modify the tcpwrapper /etc/hosts.allow
mysqld : 127.0.0.1It works fine but with a little error :
desc = org.pentaho.di.core.exception.KettleDatabaseException:
Couldn't execute SQL: call register_file('kaltest-kaltura_apache_access.log-20150722-06', 1, 328,9, 'gz', '')Incorrect number of arguments for PROCEDURE kalturadw_ds.register_file; expected 5, got 6
fields = null
codes = ExecSQL001I continue the investigation
Mathieu
Posts: 3
Participants: 3