Hi ,
i am trying to load a file to MY SQL using MYSQL Bulk Loader using spoon from my desktop and i get the below error.
can you please help?
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - Dispatching started for transformation [TX_BULK_LOAD_RET_RATES]
2013/07/02 09:36:01 - Transformation metadata - Natural sort of steps executed in 0 ms (3 time previous steps calculated)
2013/07/02 09:36:01 - Text file input.0 - Opening file: file:///C:/Backup/andrew/EES/Timelab/Pentaho/Input/RET_rates.txt
2013/07/02 09:36:01 - Text file input.0 - Finished processing (I=4, O=0, R=0, W=4, U=1, E=0)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - Creating FIFO file using this command : mkfifo /Temp/fifo
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Error in step, asking everyone to stop because of:
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : org.pentaho.di.core.exception.KettleException:
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : java.io.IOException: Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) :
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.execute(MySQLBulkLoader.java:140)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.processRow(MySQLBulkLoader.java:267)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.step.RunThread.run(RunThread.java:50)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Thread.run(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Caused by: java.io.IOException: Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessBuilder.start(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.execute(MySQLBulkLoader.java:88)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : ... 3 more
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.create(Native Method)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.<init>(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.start(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : ... 8 more
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1)
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - TX_BULK_LOAD_RET_RATES
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - TX_BULK_LOAD_RET_RATES
2013/07/02 09:36:01 - Select values.0 - Finished processing (I=0, O=0, R=4, W=4, U=0, E=0)
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Errors detected!
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Errors detected!
i am trying to load a file to MY SQL using MYSQL Bulk Loader using spoon from my desktop and i get the below error.
can you please help?
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - Dispatching started for transformation [TX_BULK_LOAD_RET_RATES]
2013/07/02 09:36:01 - Transformation metadata - Natural sort of steps executed in 0 ms (3 time previous steps calculated)
2013/07/02 09:36:01 - Text file input.0 - Opening file: file:///C:/Backup/andrew/EES/Timelab/Pentaho/Input/RET_rates.txt
2013/07/02 09:36:01 - Text file input.0 - Finished processing (I=4, O=0, R=0, W=4, U=1, E=0)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - Creating FIFO file using this command : mkfifo /Temp/fifo
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Error in step, asking everyone to stop because of:
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : org.pentaho.di.core.exception.KettleException:
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : java.io.IOException: Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) :
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.execute(MySQLBulkLoader.java:140)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.processRow(MySQLBulkLoader.java:267)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.step.RunThread.run(RunThread.java:50)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Thread.run(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Caused by: java.io.IOException: Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessBuilder.start(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.execute(MySQLBulkLoader.java:88)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : ... 3 more
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.create(Native Method)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.<init>(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.start(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : ... 8 more
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1)
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - TX_BULK_LOAD_RET_RATES
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - TX_BULK_LOAD_RET_RATES
2013/07/02 09:36:01 - Select values.0 - Finished processing (I=0, O=0, R=4, W=4, U=0, E=0)
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Errors detected!
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Errors detected!