2015-01-15 22:19:17.687805467 before sql statment -------------- drop table if exists test211_1 -------------- Query OK, 0 rows affected (2.45 sec) -------------- create table test211_1(batch int, c1 int, c2 int)engine=infinidb -------------- Query OK, 0 rows affected (1.52 sec) Bye 2015-01-15 22:19:21.675536331 after sql statement 2015-01-15 22:19:21.679235229 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T221922_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:19:22 (23444) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T221922_Job_62672.xml 2015-01-15 22:19:22 (23444) INFO : Job file loaded, run time for this step : 0.255182 seconds 2015-01-15 22:19:22 (23444) INFO : PreProcessing check starts 2015-01-15 22:19:22 (23444) INFO : PreProcessing check completed 2015-01-15 22:19:22 (23444) INFO : preProcess completed, run time for this step : 0.012156 seconds 2015-01-15 22:19:22 (23444) INFO : No of Read Threads Spawned = 1 2015-01-15 22:19:22 (23444) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:19:22 (23444) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:19:22 (23444) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:19:23 (23444) INFO : Bulk load completed, total run time : 1.2877 seconds 2015-01-15 22:19:23.138320263 after import 2015-01-15 22:19:23.142399817 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=1 -------------- Query OK, 10000 rows affected (3.88 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.33 sec) Bye 2015-01-15 22:19:27.361057670 after sql statement 2015-01-15 22:19:27.365145977 before sql statment -------------- update test211_1 set c2=c1 where batch=1 -------------- Query OK, 10000 rows affected (0.40 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:27.781312231 after sql statement 2015-01-15 22:19:27.786641850 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=1 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.09 sec) Bye 2015-01-15 22:19:27.882405152 after sql statement 2015-01-15 22:19:28.152955157 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.14 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:19:32.298689616 after sql statement 2015-01-15 22:19:32.304354277 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=2 -------------- Query OK, 10000 rows affected (2.45 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.23 sec) Bye 2015-01-15 22:19:34.986169136 after sql statement 2015-01-15 22:19:34.994073677 before sql statment -------------- update test211_1 set c2=c1 where batch=2 -------------- Query OK, 10000 rows affected (0.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:35.937290456 after sql statement 2015-01-15 22:19:35.944384248 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=2 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.42 sec) Bye 2015-01-15 22:19:36.368937675 after sql statement 2015-01-15 22:19:36.371897981 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T221936_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:19:36 (35581) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T221936_Job_62672.xml 2015-01-15 22:19:36 (35581) INFO : Job file loaded, run time for this step : 0.35179 seconds 2015-01-15 22:19:36 (35581) INFO : PreProcessing check starts 2015-01-15 22:19:36 (35581) INFO : PreProcessing check completed 2015-01-15 22:19:36 (35581) INFO : preProcess completed, run time for this step : 0.027416 seconds 2015-01-15 22:19:36 (35581) INFO : No of Read Threads Spawned = 1 2015-01-15 22:19:36 (35581) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:19:36 (35581) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:19:37 (35581) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:19:37 (35581) INFO : Bulk load completed, total run time : 1.39187 seconds 2015-01-15 22:19:37.923808399 after import 2015-01-15 22:19:37.927162529 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=3 -------------- Query OK, 10000 rows affected (1.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.63 sec) Bye 2015-01-15 22:19:39.866370757 after sql statement 2015-01-15 22:19:39.872557307 before sql statment -------------- update test211_1 set c2=c1 where batch=3 -------------- Query OK, 10000 rows affected (0.61 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:40.500612468 after sql statement 2015-01-15 22:19:40.506272545 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=3 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:19:40.938276779 after sql statement 2015-01-15 22:19:40.957887662 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (6.36 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:19:47.328686231 after sql statement 2015-01-15 22:19:47.350703105 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=4 -------------- Query OK, 10000 rows affected (2.12 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:19:49.929801492 after sql statement 2015-01-15 22:19:49.947449668 before sql statment -------------- update test211_1 set c2=c1 where batch=4 -------------- Query OK, 10000 rows affected (3.43 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:53.397742571 after sql statement 2015-01-15 22:19:53.403662691 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=4 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:19:53.681661240 after sql statement 2015-01-15 22:19:53.689837013 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T221955_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:19:56 (47209) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T221955_Job_62672.xml 2015-01-15 22:19:56 (47209) INFO : Job file loaded, run time for this step : 1.31977 seconds 2015-01-15 22:19:56 (47209) INFO : PreProcessing check starts 2015-01-15 22:19:56 (47209) INFO : PreProcessing check completed 2015-01-15 22:19:56 (47209) INFO : preProcess completed, run time for this step : 0.0246799 seconds 2015-01-15 22:19:56 (47209) INFO : No of Read Threads Spawned = 1 2015-01-15 22:19:56 (47209) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:19:56 (47209) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:19:56 (47209) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:19:57 (47209) INFO : Bulk load completed, total run time : 2.36743 seconds 2015-01-15 22:19:57.168355861 after import 2015-01-15 22:19:57.179163848 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=5 -------------- Query OK, 10000 rows affected (1.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.51 sec) Bye 2015-01-15 22:19:59.649097760 after sql statement 2015-01-15 22:19:59.658358712 before sql statment -------------- update test211_1 set c2=c1 where batch=5 -------------- Query OK, 10000 rows affected (2.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:02.496661885 after sql statement 2015-01-15 22:20:02.504164099 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=5 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:20:02.602769842 after sql statement 2015-01-15 22:20:02.623415080 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.59 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:06.250703400 after sql statement 2015-01-15 22:20:06.285896481 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=6 -------------- Query OK, 10000 rows affected (1.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:20:08.332051659 after sql statement 2015-01-15 22:20:08.349270828 before sql statment -------------- update test211_1 set c2=c1 where batch=6 -------------- Query OK, 10000 rows affected (1.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:10.303029190 after sql statement 2015-01-15 22:20:10.307666107 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=6 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:20:10.944032919 after sql statement 2015-01-15 22:20:10.946224504 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222012_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:20:12 (60445) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222012_Job_62672.xml 2015-01-15 22:20:12 (60445) INFO : Job file loaded, run time for this step : 0.330592 seconds 2015-01-15 22:20:12 (60445) INFO : PreProcessing check starts 2015-01-15 22:20:12 (60445) INFO : PreProcessing check completed 2015-01-15 22:20:12 (60445) INFO : preProcess completed, run time for this step : 0.024905 seconds 2015-01-15 22:20:12 (60445) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:12 (60445) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:12 (60445) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:20:12 (60445) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:20:13 (60445) INFO : Bulk load completed, total run time : 1.37134 seconds 2015-01-15 22:20:13.136427855 after import 2015-01-15 22:20:13.148723155 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=7 -------------- Query OK, 10000 rows affected (1.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:20:15.438941018 after sql statement 2015-01-15 22:20:15.447171280 before sql statment -------------- update test211_1 set c2=c1 where batch=7 -------------- Query OK, 10000 rows affected (1.60 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:17.059602177 after sql statement 2015-01-15 22:20:17.072054227 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=7 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:20:17.265097162 after sql statement 2015-01-15 22:20:17.279098292 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (6.61 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:23.903636394 after sql statement 2015-01-15 22:20:23.914187247 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=8 -------------- Query OK, 10000 rows affected (1.64 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.78 sec) Bye 2015-01-15 22:20:26.337348220 after sql statement 2015-01-15 22:20:26.342952851 before sql statment -------------- update test211_1 set c2=c1 where batch=8 -------------- Query OK, 10000 rows affected (2.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:28.905463058 after sql statement 2015-01-15 22:20:28.934784482 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=8 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:20:29.257404067 after sql statement 2015-01-15 22:20:29.259908705 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222031_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:20:31 (9872) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222031_Job_62672.xml 2015-01-15 22:20:31 (9872) INFO : Job file loaded, run time for this step : 1.74297 seconds 2015-01-15 22:20:31 (9872) INFO : PreProcessing check starts 2015-01-15 22:20:31 (9872) INFO : PreProcessing check completed 2015-01-15 22:20:31 (9872) INFO : preProcess completed, run time for this step : 0.0336411 seconds 2015-01-15 22:20:31 (9872) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:31 (9872) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:20:31 (9872) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:32 (9872) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:20:32 (9872) INFO : Bulk load completed, total run time : 2.79624 seconds 2015-01-15 22:20:32.985361761 after import 2015-01-15 22:20:32.991673291 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=9 -------------- Query OK, 10000 rows affected (1.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:20:35.181653992 after sql statement 2015-01-15 22:20:35.188015918 before sql statment -------------- update test211_1 set c2=c1 where batch=9 -------------- Query OK, 10000 rows affected (1.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:36.683076975 after sql statement 2015-01-15 22:20:36.688606766 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=9 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.23 sec) Bye 2015-01-15 22:20:36.927099545 after sql statement 2015-01-15 22:20:36.939398732 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.46 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:40.414232495 after sql statement 2015-01-15 22:20:40.421077628 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=10 -------------- Query OK, 10000 rows affected (1.88 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.13 sec) Bye 2015-01-15 22:20:42.446949108 after sql statement 2015-01-15 22:20:42.454061494 before sql statment -------------- update test211_1 set c2=c1 where batch=10 -------------- Query OK, 10000 rows affected (1.95 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:44.409914580 after sql statement 2015-01-15 22:20:44.417926405 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=10 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.84 sec) Bye 2015-01-15 22:20:45.269198939 after sql statement 2015-01-15 22:20:45.271885835 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222045_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:20:45 (21769) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222045_Job_62672.xml 2015-01-15 22:20:45 (21769) INFO : Job file loaded, run time for this step : 0.409893 seconds 2015-01-15 22:20:45 (21769) INFO : PreProcessing check starts 2015-01-15 22:20:45 (21769) INFO : PreProcessing check completed 2015-01-15 22:20:45 (21769) INFO : preProcess completed, run time for this step : 0.0423009 seconds 2015-01-15 22:20:45 (21769) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:45 (21769) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:20:45 (21769) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:45 (21769) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:20:46 (21769) INFO : Bulk load completed, total run time : 1.46743 seconds 2015-01-15 22:20:46.911879670 after import 2015-01-15 22:20:46.926936862 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=11 -------------- Query OK, 10000 rows affected (0.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.89 sec) Bye 2015-01-15 22:20:48.505267695 after sql statement 2015-01-15 22:20:48.510858529 before sql statment -------------- update test211_1 set c2=c1 where batch=11 -------------- Query OK, 10000 rows affected (0.84 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:49.370632549 after sql statement 2015-01-15 22:20:49.378980860 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=11 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:20:49.605946474 after sql statement 2015-01-15 22:20:49.617405567 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.45 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:53.082437661 after sql statement 2015-01-15 22:20:53.086066785 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=12 -------------- Query OK, 10000 rows affected (1.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.19 sec) Bye 2015-01-15 22:20:54.850215871 after sql statement 2015-01-15 22:20:54.858331340 before sql statment -------------- update test211_1 set c2=c1 where batch=12 -------------- Query OK, 10000 rows affected (2.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:57.595162951 after sql statement 2015-01-15 22:20:57.601819265 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=12 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.97 sec) Bye 2015-01-15 22:20:58.592879892 after sql statement 2015-01-15 22:20:58.595198221 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222059_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:20:59 (32346) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222059_Job_62672.xml 2015-01-15 22:20:59 (32346) INFO : Job file loaded, run time for this step : 0.432288 seconds 2015-01-15 22:20:59 (32346) INFO : PreProcessing check starts 2015-01-15 22:20:59 (32346) INFO : PreProcessing check completed 2015-01-15 22:20:59 (32346) INFO : preProcess completed, run time for this step : 0.0538709 seconds 2015-01-15 22:20:59 (32346) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:59 (32346) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:20:59 (32346) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:59 (32346) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:21:00 (32346) INFO : Bulk load completed, total run time : 1.50781 seconds 2015-01-15 22:21:00.353220254 after import 2015-01-15 22:21:00.360593888 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=13 -------------- Query OK, 10000 rows affected (1.26 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:21:02.295388847 after sql statement 2015-01-15 22:21:02.299844554 before sql statment -------------- update test211_1 set c2=c1 where batch=13 -------------- Query OK, 10000 rows affected (2.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:04.334790444 after sql statement 2015-01-15 22:21:04.344170952 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=13 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.01 sec) Bye 2015-01-15 22:21:05.369052307 after sql statement 2015-01-15 22:21:05.408630831 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.57 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:08.994062980 after sql statement 2015-01-15 22:21:09.010384600 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=14 -------------- Query OK, 10000 rows affected (1.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.23 sec) Bye 2015-01-15 22:21:11.154338858 after sql statement 2015-01-15 22:21:11.160622403 before sql statment -------------- update test211_1 set c2=c1 where batch=14 -------------- Query OK, 10000 rows affected (0.92 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:12.091057574 after sql statement 2015-01-15 22:21:12.101135953 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=14 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:21:12.389880941 after sql statement 2015-01-15 22:21:12.393055673 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222112_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:21:12 (42594) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222112_Job_62672.xml 2015-01-15 22:21:12 (42594) INFO : Job file loaded, run time for this step : 0.318049 seconds 2015-01-15 22:21:12 (42594) INFO : PreProcessing check starts 2015-01-15 22:21:12 (42594) INFO : PreProcessing check completed 2015-01-15 22:21:12 (42594) INFO : preProcess completed, run time for this step : 0.029726 seconds 2015-01-15 22:21:12 (42594) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:12 (42594) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:21:12 (42594) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:12 (42594) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:21:13 (42594) INFO : Bulk load completed, total run time : 1.3693 seconds 2015-01-15 22:21:13.936954868 after import 2015-01-15 22:21:13.958102170 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=15 -------------- Query OK, 10000 rows affected (1.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.16 sec) Bye 2015-01-15 22:21:16.082763292 after sql statement 2015-01-15 22:21:16.088788334 before sql statment -------------- update test211_1 set c2=c1 where batch=15 -------------- Query OK, 10000 rows affected (0.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:16.546872180 after sql statement 2015-01-15 22:21:16.553131173 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=15 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:21:16.781537500 after sql statement 2015-01-15 22:21:16.795783438 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.53 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:20.333448831 after sql statement 2015-01-15 22:21:20.343707621 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=16 -------------- Query OK, 10000 rows affected (1.69 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.17 sec) Bye 2015-01-15 22:21:22.213243272 after sql statement 2015-01-15 22:21:22.225564450 before sql statment -------------- update test211_1 set c2=c1 where batch=16 -------------- Query OK, 10000 rows affected (1.13 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:23.374982879 after sql statement 2015-01-15 22:21:23.381983622 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=16 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:21:23.929415379 after sql statement 2015-01-15 22:21:23.933464915 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222124_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:21:24 (53142) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222124_Job_62672.xml 2015-01-15 22:21:24 (53142) INFO : Job file loaded, run time for this step : 0.29318 seconds 2015-01-15 22:21:24 (53142) INFO : PreProcessing check starts 2015-01-15 22:21:24 (53142) INFO : PreProcessing check completed 2015-01-15 22:21:24 (53142) INFO : preProcess completed, run time for this step : 0.032769 seconds 2015-01-15 22:21:24 (53142) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:24 (53142) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:21:24 (53142) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:24 (53142) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:21:25 (53142) INFO : Bulk load completed, total run time : 1.35595 seconds 2015-01-15 22:21:25.437567360 after import 2015-01-15 22:21:25.448031859 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=17 -------------- Query OK, 10000 rows affected (2.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.75 sec) Bye 2015-01-15 22:21:28.213936310 after sql statement 2015-01-15 22:21:28.225295059 before sql statment -------------- update test211_1 set c2=c1 where batch=17 -------------- Query OK, 10000 rows affected (1.68 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:29.918816423 after sql statement 2015-01-15 22:21:29.922978774 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=17 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:21:30.167493176 after sql statement 2015-01-15 22:21:30.208150239 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.89 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:34.147328323 after sql statement 2015-01-15 22:21:34.169870510 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=18 -------------- Query OK, 10000 rows affected (1.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.13 sec) Bye 2015-01-15 22:21:35.627219788 after sql statement 2015-01-15 22:21:35.631568740 before sql statment -------------- update test211_1 set c2=c1 where batch=18 -------------- Query OK, 10000 rows affected (1.64 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:37.278497748 after sql statement 2015-01-15 22:21:37.287168523 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=18 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:21:37.605727689 after sql statement 2015-01-15 22:21:37.608997453 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222138_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:21:38 (64179) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222138_Job_62672.xml 2015-01-15 22:21:38 (64179) INFO : Job file loaded, run time for this step : 0.302103 seconds 2015-01-15 22:21:38 (64179) INFO : PreProcessing check starts 2015-01-15 22:21:38 (64179) INFO : PreProcessing check completed 2015-01-15 22:21:38 (64179) INFO : preProcess completed, run time for this step : 0.0598679 seconds 2015-01-15 22:21:38 (64179) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:38 (64179) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:21:38 (64179) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:38 (64179) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:21:39 (64179) INFO : Bulk load completed, total run time : 1.38026 seconds 2015-01-15 22:21:39.170487612 after import 2015-01-15 22:21:39.183527048 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=19 -------------- Query OK, 10000 rows affected (1.98 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.60 sec) Bye 2015-01-15 22:21:41.776531285 after sql statement 2015-01-15 22:21:41.780556244 before sql statment -------------- update test211_1 set c2=c1 where batch=19 -------------- Query OK, 10000 rows affected (1.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:43.280375080 after sql statement 2015-01-15 22:21:43.290502889 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=19 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.44 sec) Bye 2015-01-15 22:21:43.741185978 after sql statement 2015-01-15 22:21:43.757156979 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.56 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:47.318506589 after sql statement 2015-01-15 22:21:47.326817371 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=20 -------------- Query OK, 10000 rows affected (1.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.21 sec) Bye 2015-01-15 22:21:49.045177889 after sql statement 2015-01-15 22:21:49.054021900 before sql statment -------------- update test211_1 set c2=c1 where batch=20 -------------- Query OK, 10000 rows affected (1.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:50.613405849 after sql statement 2015-01-15 22:21:50.622828662 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=20 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:21:51.074924189 after sql statement 2015-01-15 22:21:51.079620432 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222151_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:21:51 (10533) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222151_Job_62672.xml 2015-01-15 22:21:51 (10533) INFO : Job file loaded, run time for this step : 0.303436 seconds 2015-01-15 22:21:51 (10533) INFO : PreProcessing check starts 2015-01-15 22:21:51 (10533) INFO : PreProcessing check completed 2015-01-15 22:21:51 (10533) INFO : preProcess completed, run time for this step : 0.059248 seconds 2015-01-15 22:21:51 (10533) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:51 (10533) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:21:51 (10533) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:51 (10533) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:21:52 (10533) INFO : Bulk load completed, total run time : 1.37194 seconds 2015-01-15 22:21:52.633106762 after import 2015-01-15 22:21:52.641199629 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=21 -------------- Query OK, 10000 rows affected (1.78 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:21:54.902196150 after sql statement 2015-01-15 22:21:54.906442818 before sql statment -------------- update test211_1 set c2=c1 where batch=21 -------------- Query OK, 10000 rows affected (1.82 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:56.730695408 after sql statement 2015-01-15 22:21:56.734952924 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=21 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:21:57.108144576 after sql statement 2015-01-15 22:21:57.122569845 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.55 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:00.687724689 after sql statement 2015-01-15 22:22:00.695376390 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=22 -------------- Query OK, 10000 rows affected (0.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.30 sec) Bye 2015-01-15 22:22:01.908327733 after sql statement 2015-01-15 22:22:01.917154277 before sql statment -------------- update test211_1 set c2=c1 where batch=22 -------------- Query OK, 10000 rows affected (2.15 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:04.079205192 after sql statement 2015-01-15 22:22:04.090549220 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=22 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:22:04.399543697 after sql statement 2015-01-15 22:22:04.401851528 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222204_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:22:05 (22494) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222204_Job_62672.xml 2015-01-15 22:22:05 (22494) INFO : Job file loaded, run time for this step : 0.408034 seconds 2015-01-15 22:22:05 (22494) INFO : PreProcessing check starts 2015-01-15 22:22:05 (22494) INFO : PreProcessing check completed 2015-01-15 22:22:05 (22494) INFO : preProcess completed, run time for this step : 0.0383892 seconds 2015-01-15 22:22:05 (22494) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:05 (22494) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:22:05 (22494) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:05 (22494) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:22:06 (22494) INFO : Bulk load completed, total run time : 1.46393 seconds 2015-01-15 22:22:06.066537422 after import 2015-01-15 22:22:06.075271629 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=23 -------------- Query OK, 10000 rows affected (2.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:22:08.770147119 after sql statement 2015-01-15 22:22:08.773882302 before sql statment -------------- update test211_1 set c2=c1 where batch=23 -------------- Query OK, 10000 rows affected (0.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:09.267837272 after sql statement 2015-01-15 22:22:09.273704427 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=23 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:22:09.593471469 after sql statement 2015-01-15 22:22:09.623925304 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.48 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:13.116815589 after sql statement 2015-01-15 22:22:13.120870386 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=24 -------------- Query OK, 10000 rows affected (0.94 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:22:14.472049959 after sql statement 2015-01-15 22:22:14.487731896 before sql statment -------------- update test211_1 set c2=c1 where batch=24 -------------- Query OK, 10000 rows affected (2.80 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:17.306073452 after sql statement 2015-01-15 22:22:17.309985006 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=24 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:22:17.516403147 after sql statement 2015-01-15 22:22:17.520357403 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222217_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:22:18 (32588) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222217_Job_62672.xml 2015-01-15 22:22:18 (32588) INFO : Job file loaded, run time for this step : 0.40508 seconds 2015-01-15 22:22:18 (32588) INFO : PreProcessing check starts 2015-01-15 22:22:18 (32588) INFO : PreProcessing check completed 2015-01-15 22:22:18 (32588) INFO : preProcess completed, run time for this step : 0.05637 seconds 2015-01-15 22:22:18 (32588) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:18 (32588) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:18 (32588) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:22:18 (32588) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:22:19 (32588) INFO : Bulk load completed, total run time : 1.49477 seconds 2015-01-15 22:22:19.183169896 after import 2015-01-15 22:22:19.188843306 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=25 -------------- Query OK, 10000 rows affected (1.48 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:22:20.877323831 after sql statement 2015-01-15 22:22:20.884168541 before sql statment -------------- update test211_1 set c2=c1 where batch=25 -------------- Query OK, 10000 rows affected (1.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:22.020645413 after sql statement 2015-01-15 22:22:22.025479358 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=25 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:22:22.143463126 after sql statement 2015-01-15 22:22:22.158890263 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.84 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:26.016792666 after sql statement 2015-01-15 22:22:26.023146130 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=26 -------------- Query OK, 10000 rows affected (1.54 sec) -------------- rollback -------------- Query OK, 0 rows affected (3.12 sec) Bye 2015-01-15 22:22:30.700219156 after sql statement 2015-01-15 22:22:30.708414458 before sql statment -------------- update test211_1 set c2=c1 where batch=26 -------------- Query OK, 10000 rows affected (0.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:31.471338774 after sql statement 2015-01-15 22:22:31.478084059 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=26 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:22:31.594350641 after sql statement 2015-01-15 22:22:31.596813703 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222231_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:22:32 (42333) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222231_Job_62672.xml 2015-01-15 22:22:32 (42333) INFO : Job file loaded, run time for this step : 0.282363 seconds 2015-01-15 22:22:32 (42333) INFO : PreProcessing check starts 2015-01-15 22:22:32 (42333) INFO : PreProcessing check completed 2015-01-15 22:22:32 (42333) INFO : preProcess completed, run time for this step : 0.0180819 seconds 2015-01-15 22:22:32 (42333) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:32 (42333) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:22:32 (42333) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:32 (42333) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:22:33 (42333) INFO : Bulk load completed, total run time : 1.31567 seconds 2015-01-15 22:22:33.063646938 after import 2015-01-15 22:22:33.072940018 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=27 -------------- Query OK, 10000 rows affected (2.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.32 sec) Bye 2015-01-15 22:22:37.065324426 after sql statement 2015-01-15 22:22:37.069964712 before sql statment -------------- update test211_1 set c2=c1 where batch=27 -------------- Query OK, 10000 rows affected (1.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:38.529015595 after sql statement 2015-01-15 22:22:38.534647202 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=27 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.41 sec) Bye 2015-01-15 22:22:38.947844772 after sql statement 2015-01-15 22:22:38.967673935 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.71 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:42.717050523 after sql statement 2015-01-15 22:22:42.730280478 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=28 -------------- Query OK, 10000 rows affected (1.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.23 sec) Bye 2015-01-15 22:22:44.476928774 after sql statement 2015-01-15 22:22:44.482819928 before sql statment -------------- update test211_1 set c2=c1 where batch=28 -------------- Query OK, 10000 rows affected (1.43 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:45.923076840 after sql statement 2015-01-15 22:22:45.957602776 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=28 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:22:46.108290055 after sql statement 2015-01-15 22:22:46.110020660 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222246_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:22:46 (55018) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222246_Job_62672.xml 2015-01-15 22:22:46 (55018) INFO : Job file loaded, run time for this step : 0.47357 seconds 2015-01-15 22:22:46 (55018) INFO : PreProcessing check starts 2015-01-15 22:22:46 (55018) INFO : PreProcessing check completed 2015-01-15 22:22:46 (55018) INFO : preProcess completed, run time for this step : 0.0424352 seconds 2015-01-15 22:22:46 (55018) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:46 (55018) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:22:46 (55018) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:47 (55018) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:22:47 (55018) INFO : Bulk load completed, total run time : 1.5489 seconds 2015-01-15 22:22:47.838383023 after import 2015-01-15 22:22:47.847434995 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=29 -------------- Query OK, 10000 rows affected (1.38 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:22:49.512749280 after sql statement 2015-01-15 22:22:49.525172319 before sql statment -------------- update test211_1 set c2=c1 where batch=29 -------------- Query OK, 10000 rows affected (2.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:51.560345442 after sql statement 2015-01-15 22:22:51.567412368 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=29 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:22:51.777656117 after sql statement 2015-01-15 22:22:51.795591496 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.54 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:55.341986490 after sql statement 2015-01-15 22:22:55.364160138 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=30 -------------- Query OK, 10000 rows affected (1.34 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.82 sec) Bye 2015-01-15 22:22:57.538172828 after sql statement 2015-01-15 22:22:57.542895805 before sql statment -------------- update test211_1 set c2=c1 where batch=30 -------------- Query OK, 10000 rows affected (2.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:59.577654526 after sql statement 2015-01-15 22:22:59.586399553 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=30 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:22:59.867158383 after sql statement 2015-01-15 22:22:59.872887386 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222300_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:23:00 (1460) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222300_Job_62672.xml 2015-01-15 22:23:00 (1460) INFO : Job file loaded, run time for this step : 0.264688 seconds 2015-01-15 22:23:00 (1460) INFO : PreProcessing check starts 2015-01-15 22:23:00 (1460) INFO : PreProcessing check completed 2015-01-15 22:23:00 (1460) INFO : preProcess completed, run time for this step : 0.027014 seconds 2015-01-15 22:23:00 (1460) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:00 (1460) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:00 (1460) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:23:00 (1460) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:23:01 (1460) INFO : Bulk load completed, total run time : 1.33515 seconds 2015-01-15 22:23:01.377723254 after import 2015-01-15 22:23:01.387940989 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=31 -------------- Query OK, 10000 rows affected (1.53 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.22 sec) Bye 2015-01-15 22:23:03.156960064 after sql statement 2015-01-15 22:23:03.163581985 before sql statment -------------- update test211_1 set c2=c1 where batch=31 -------------- Query OK, 10000 rows affected (2.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:05.354801443 after sql statement 2015-01-15 22:23:05.363317596 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=31 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.49 sec) Bye 2015-01-15 22:23:05.860708405 after sql statement 2015-01-15 22:23:05.876746494 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.62 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:10.505433941 after sql statement 2015-01-15 22:23:10.518580243 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=32 -------------- Query OK, 10000 rows affected (1.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.48 sec) Bye 2015-01-15 22:23:12.298800742 after sql statement 2015-01-15 22:23:12.307412002 before sql statment -------------- update test211_1 set c2=c1 where batch=32 -------------- Query OK, 10000 rows affected (1.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:13.866085203 after sql statement 2015-01-15 22:23:13.880229397 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=32 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:23:14.063891658 after sql statement 2015-01-15 22:23:14.066255816 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222314_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:23:14 (14055) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222314_Job_62672.xml 2015-01-15 22:23:14 (14055) INFO : Job file loaded, run time for this step : 0.244796 seconds 2015-01-15 22:23:14 (14055) INFO : PreProcessing check starts 2015-01-15 22:23:14 (14055) INFO : PreProcessing check completed 2015-01-15 22:23:14 (14055) INFO : preProcess completed, run time for this step : 0.021831 seconds 2015-01-15 22:23:14 (14055) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:14 (14055) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:23:14 (14055) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:14 (14055) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:23:15 (14055) INFO : Bulk load completed, total run time : 1.29309 seconds 2015-01-15 22:23:15.513024858 after import 2015-01-15 22:23:15.518978217 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=33 -------------- Query OK, 10000 rows affected (1.65 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:23:17.604076292 after sql statement 2015-01-15 22:23:17.610030341 before sql statment -------------- update test211_1 set c2=c1 where batch=33 -------------- Query OK, 10000 rows affected (0.65 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:18.272745439 after sql statement 2015-01-15 22:23:18.282940155 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=33 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.48 sec) Bye 2015-01-15 22:23:18.793342025 after sql statement 2015-01-15 22:23:18.822036662 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.57 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:22.399229886 after sql statement 2015-01-15 22:23:22.416630581 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=34 -------------- Query OK, 10000 rows affected (3.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.35 sec) Bye 2015-01-15 22:23:26.724845481 after sql statement 2015-01-15 22:23:26.730363458 before sql statment -------------- update test211_1 set c2=c1 where batch=34 -------------- Query OK, 10000 rows affected (1.41 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:28.147572875 after sql statement 2015-01-15 22:23:28.153345080 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=34 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:23:28.379037023 after sql statement 2015-01-15 22:23:28.381207862 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222329_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:23:29 (25976) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222329_Job_62672.xml 2015-01-15 22:23:29 (25976) INFO : Job file loaded, run time for this step : 0.370627 seconds 2015-01-15 22:23:29 (25976) INFO : PreProcessing check starts 2015-01-15 22:23:29 (25976) INFO : PreProcessing check completed 2015-01-15 22:23:29 (25976) INFO : preProcess completed, run time for this step : 0.040549 seconds 2015-01-15 22:23:29 (25976) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:29 (25976) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:29 (25976) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:23:29 (25976) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:23:30 (25976) INFO : Bulk load completed, total run time : 1.44485 seconds 2015-01-15 22:23:30.859274413 after import 2015-01-15 22:23:30.875418273 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=35 -------------- Query OK, 10000 rows affected (1.03 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.17 sec) Bye 2015-01-15 22:23:32.085892993 after sql statement 2015-01-15 22:23:32.092272046 before sql statment -------------- update test211_1 set c2=c1 where batch=35 -------------- Query OK, 10000 rows affected (1.38 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:33.479878289 after sql statement 2015-01-15 22:23:33.486974372 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=35 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:23:34.129822686 after sql statement 2015-01-15 22:23:34.148990523 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.54 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:37.709838179 after sql statement 2015-01-15 22:23:37.719415871 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=36 -------------- Query OK, 10000 rows affected (3.19 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.74 sec) Bye 2015-01-15 22:23:41.657479016 after sql statement 2015-01-15 22:23:41.663526077 before sql statment -------------- update test211_1 set c2=c1 where batch=36 -------------- Query OK, 10000 rows affected (2.76 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:44.439026663 after sql statement 2015-01-15 22:23:44.480008135 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=36 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:23:44.844691139 after sql statement 2015-01-15 22:23:44.848016639 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222345_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:23:45 (39805) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222345_Job_62672.xml 2015-01-15 22:23:45 (39805) INFO : Job file loaded, run time for this step : 0.436423 seconds 2015-01-15 22:23:45 (39805) INFO : PreProcessing check starts 2015-01-15 22:23:45 (39805) INFO : PreProcessing check completed 2015-01-15 22:23:45 (39805) INFO : preProcess completed, run time for this step : 0.073575 seconds 2015-01-15 22:23:45 (39805) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:45 (39805) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:23:45 (39805) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:45 (39805) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:23:46 (39805) INFO : Bulk load completed, total run time : 1.53452 seconds 2015-01-15 22:23:46.547889048 after import 2015-01-15 22:23:46.560099804 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=37 -------------- Query OK, 10000 rows affected (1.75 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:23:48.685282990 after sql statement 2015-01-15 22:23:48.692396509 before sql statment -------------- update test211_1 set c2=c1 where batch=37 -------------- Query OK, 10000 rows affected (3.14 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:51.842299367 after sql statement 2015-01-15 22:23:51.849518316 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=37 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:23:52.313790974 after sql statement 2015-01-15 22:23:52.335236272 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.53 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:55.883800168 after sql statement 2015-01-15 22:23:55.887235598 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=38 -------------- Query OK, 10000 rows affected (2.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.13 sec) Bye 2015-01-15 22:23:58.612852092 after sql statement 2015-01-15 22:23:58.627925893 before sql statment -------------- update test211_1 set c2=c1 where batch=38 -------------- Query OK, 10000 rows affected (3.32 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:01.960828163 after sql statement 2015-01-15 22:24:01.994116091 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=38 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:24:02.687891170 after sql statement 2015-01-15 22:24:02.692794029 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222403_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:24:04 (52811) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222403_Job_62672.xml 2015-01-15 22:24:04 (52811) INFO : Job file loaded, run time for this step : 0.3464 seconds 2015-01-15 22:24:04 (52811) INFO : PreProcessing check starts 2015-01-15 22:24:04 (52811) INFO : PreProcessing check completed 2015-01-15 22:24:04 (52811) INFO : preProcess completed, run time for this step : 0.0305011 seconds 2015-01-15 22:24:04 (52811) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:04 (52811) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:24:04 (52811) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:04 (52811) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:24:05 (52811) INFO : Bulk load completed, total run time : 1.39522 seconds 2015-01-15 22:24:05.078916680 after import 2015-01-15 22:24:05.088003138 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=39 -------------- Query OK, 10000 rows affected (2.53 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:24:07.918756627 after sql statement 2015-01-15 22:24:07.931753492 before sql statment -------------- update test211_1 set c2=c1 where batch=39 -------------- Query OK, 10000 rows affected (1.38 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:09.323407362 after sql statement 2015-01-15 22:24:09.328181085 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=39 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.08 sec) Bye 2015-01-15 22:24:09.443275278 after sql statement 2015-01-15 22:24:09.527339865 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.65 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:13.199353559 after sql statement 2015-01-15 22:24:13.224152504 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=40 -------------- Query OK, 10000 rows affected (1.61 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.52 sec) Bye 2015-01-15 22:24:15.359085418 after sql statement 2015-01-15 22:24:15.383131134 before sql statment -------------- update test211_1 set c2=c1 where batch=40 -------------- Query OK, 10000 rows affected (1.85 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:17.256342320 after sql statement 2015-01-15 22:24:17.305427397 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=40 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:24:17.776467475 after sql statement 2015-01-15 22:24:17.778643128 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222418_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:24:18 (64808) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222418_Job_62672.xml 2015-01-15 22:24:18 (64808) INFO : Job file loaded, run time for this step : 0.365662 seconds 2015-01-15 22:24:18 (64808) INFO : PreProcessing check starts 2015-01-15 22:24:18 (64808) INFO : PreProcessing check completed 2015-01-15 22:24:18 (64808) INFO : preProcess completed, run time for this step : 0.0348978 seconds 2015-01-15 22:24:18 (64808) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:18 (64808) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:24:18 (64808) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:18 (64808) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:24:19 (64808) INFO : Bulk load completed, total run time : 1.4502 seconds 2015-01-15 22:24:19.403867274 after import 2015-01-15 22:24:19.407811496 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=41 -------------- Query OK, 10000 rows affected (1.19 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.82 sec) Bye 2015-01-15 22:24:21.430470287 after sql statement 2015-01-15 22:24:21.436322427 before sql statment -------------- update test211_1 set c2=c1 where batch=41 -------------- Query OK, 10000 rows affected (1.05 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:22.492820746 after sql statement 2015-01-15 22:24:22.498704508 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=41 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:24:22.713991108 after sql statement 2015-01-15 22:24:22.731787383 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.18 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:26.919300444 after sql statement 2015-01-15 22:24:26.966104044 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=42 -------------- Query OK, 10000 rows affected (1.61 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:24:28.926321944 after sql statement 2015-01-15 22:24:28.932137991 before sql statment -------------- update test211_1 set c2=c1 where batch=42 -------------- Query OK, 10000 rows affected (1.68 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:30.620412255 after sql statement 2015-01-15 22:24:30.631882883 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=42 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:24:31.131332944 after sql statement 2015-01-15 22:24:31.133297016 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222431_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:24:31 (9901) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222431_Job_62672.xml 2015-01-15 22:24:31 (9901) INFO : Job file loaded, run time for this step : 0.342044 seconds 2015-01-15 22:24:31 (9901) INFO : PreProcessing check starts 2015-01-15 22:24:31 (9901) INFO : PreProcessing check completed 2015-01-15 22:24:31 (9901) INFO : preProcess completed, run time for this step : 0.032671 seconds 2015-01-15 22:24:31 (9901) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:31 (9901) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:24:31 (9901) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:31 (9901) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:24:32 (9901) INFO : Bulk load completed, total run time : 1.39241 seconds 2015-01-15 22:24:32.680474633 after import 2015-01-15 22:24:32.686554703 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=43 -------------- Query OK, 10000 rows affected (1.58 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.22 sec) Bye 2015-01-15 22:24:34.508524671 after sql statement 2015-01-15 22:24:34.522758882 before sql statment -------------- update test211_1 set c2=c1 where batch=43 -------------- Query OK, 10000 rows affected (1.31 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:35.852477105 after sql statement 2015-01-15 22:24:35.857279017 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=43 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.23 sec) Bye 2015-01-15 22:24:36.099102523 after sql statement 2015-01-15 22:24:36.115903595 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.45 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:39.605040518 after sql statement 2015-01-15 22:24:39.617104893 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=44 -------------- Query OK, 10000 rows affected (1.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.77 sec) Bye 2015-01-15 22:24:42.128283981 after sql statement 2015-01-15 22:24:42.134500841 before sql statment -------------- update test211_1 set c2=c1 where batch=44 -------------- Query OK, 10000 rows affected (2.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:44.813678621 after sql statement 2015-01-15 22:24:44.822521960 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=44 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.49 sec) Bye 2015-01-15 22:24:45.354224122 after sql statement 2015-01-15 22:24:45.390998797 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222445_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:24:45 (21124) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222445_Job_62672.xml 2015-01-15 22:24:45 (21124) INFO : Job file loaded, run time for this step : 0.263144 seconds 2015-01-15 22:24:45 (21124) INFO : PreProcessing check starts 2015-01-15 22:24:45 (21124) INFO : PreProcessing check completed 2015-01-15 22:24:45 (21124) INFO : preProcess completed, run time for this step : 0.0299411 seconds 2015-01-15 22:24:45 (21124) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:45 (21124) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:45 (21124) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:24:46 (21124) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:24:47 (21124) INFO : Bulk load completed, total run time : 1.64096 seconds 2015-01-15 22:24:47.269273886 after import 2015-01-15 22:24:47.286086191 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=45 -------------- Query OK, 10000 rows affected (0.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.23 sec) Bye 2015-01-15 22:24:48.363112734 after sql statement 2015-01-15 22:24:48.377275886 before sql statment -------------- update test211_1 set c2=c1 where batch=45 -------------- Query OK, 10000 rows affected (1.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:49.875914325 after sql statement 2015-01-15 22:24:49.881729740 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=45 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.16 sec) Bye 2015-01-15 22:24:51.053640439 after sql statement 2015-01-15 22:24:51.071010347 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.20 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:55.284634416 after sql statement 2015-01-15 22:24:55.295918943 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=46 -------------- Query OK, 10000 rows affected (3.91 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:24:59.555695406 after sql statement 2015-01-15 22:24:59.562577198 before sql statment -------------- update test211_1 set c2=c1 where batch=46 -------------- Query OK, 10000 rows affected (1.26 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:00.854036389 after sql statement 2015-01-15 22:25:00.857859751 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=46 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:25:01.408954929 after sql statement 2015-01-15 22:25:01.410941008 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222501_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:25:01 (31821) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222501_Job_62672.xml 2015-01-15 22:25:01 (31821) INFO : Job file loaded, run time for this step : 0.265249 seconds 2015-01-15 22:25:01 (31821) INFO : PreProcessing check starts 2015-01-15 22:25:01 (31821) INFO : PreProcessing check completed 2015-01-15 22:25:01 (31821) INFO : preProcess completed, run time for this step : 0.0451651 seconds 2015-01-15 22:25:01 (31821) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:01 (31821) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:01 (31821) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:25:01 (31821) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:25:02 (31821) INFO : Bulk load completed, total run time : 1.33452 seconds 2015-01-15 22:25:02.882062897 after import 2015-01-15 22:25:02.898053112 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=47 -------------- Query OK, 10000 rows affected (1.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.34 sec) Bye 2015-01-15 22:25:04.485186710 after sql statement 2015-01-15 22:25:04.490815544 before sql statment -------------- update test211_1 set c2=c1 where batch=47 -------------- Query OK, 10000 rows affected (1.84 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:06.343975840 after sql statement 2015-01-15 22:25:06.369527387 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=47 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.77 sec) Bye 2015-01-15 22:25:07.160930087 after sql statement 2015-01-15 22:25:07.174165764 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.41 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:12.595489986 after sql statement 2015-01-15 22:25:12.616946903 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=48 -------------- Query OK, 10000 rows affected (2.12 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:25:15.406271434 after sql statement 2015-01-15 22:25:15.420542755 before sql statment -------------- update test211_1 set c2=c1 where batch=48 -------------- Query OK, 10000 rows affected (1.76 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:17.196461280 after sql statement 2015-01-15 22:25:17.212907180 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=48 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.59 sec) Bye 2015-01-15 22:25:17.830678582 after sql statement 2015-01-15 22:25:17.833329208 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222518_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:25:18 (44422) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222518_Job_62672.xml 2015-01-15 22:25:18 (44422) INFO : Job file loaded, run time for this step : 0.341937 seconds 2015-01-15 22:25:18 (44422) INFO : PreProcessing check starts 2015-01-15 22:25:18 (44422) INFO : PreProcessing check completed 2015-01-15 22:25:18 (44422) INFO : preProcess completed, run time for this step : 0.0627642 seconds 2015-01-15 22:25:18 (44422) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:18 (44422) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:18 (44422) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:25:18 (44422) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:25:19 (44422) INFO : Bulk load completed, total run time : 1.42896 seconds 2015-01-15 22:25:19.457129839 after import 2015-01-15 22:25:19.461639741 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=49 -------------- Query OK, 10000 rows affected (2.16 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.23 sec) Bye 2015-01-15 22:25:21.857095771 after sql statement 2015-01-15 22:25:21.861269521 before sql statment -------------- update test211_1 set c2=c1 where batch=49 -------------- Query OK, 10000 rows affected (0.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:22.689676737 after sql statement 2015-01-15 22:25:22.695640274 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=49 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.12 sec) Bye 2015-01-15 22:25:22.827994305 after sql statement 2015-01-15 22:25:22.851604886 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.44 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:26.299111721 after sql statement 2015-01-15 22:25:26.306338120 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=50 -------------- Query OK, 10000 rows affected (1.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.46 sec) Bye 2015-01-15 22:25:28.260161724 after sql statement 2015-01-15 22:25:28.271429047 before sql statment -------------- update test211_1 set c2=c1 where batch=50 -------------- Query OK, 10000 rows affected (1.68 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:29.975911309 after sql statement 2015-01-15 22:25:29.982584581 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=50 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.18 sec) Bye 2015-01-15 22:25:31.181322294 after sql statement 2015-01-15 22:25:31.185064476 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222531_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:25:31 (55423) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222531_Job_62672.xml 2015-01-15 22:25:31 (55423) INFO : Job file loaded, run time for this step : 0.547243 seconds 2015-01-15 22:25:31 (55423) INFO : PreProcessing check starts 2015-01-15 22:25:31 (55423) INFO : PreProcessing check completed 2015-01-15 22:25:31 (55423) INFO : preProcess completed, run time for this step : 0.034749 seconds 2015-01-15 22:25:31 (55423) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:31 (55423) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:31 (55423) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:25:32 (55423) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:25:32 (55423) INFO : Bulk load completed, total run time : 1.59289 seconds 2015-01-15 22:25:32.943017642 after import 2015-01-15 22:25:32.964679772 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=51 -------------- Query OK, 10000 rows affected (2.12 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.46 sec) Bye 2015-01-15 22:25:35.579182727 after sql statement 2015-01-15 22:25:35.584756145 before sql statment -------------- update test211_1 set c2=c1 where batch=51 -------------- Query OK, 10000 rows affected (1.05 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:36.651069801 after sql statement 2015-01-15 22:25:36.657356584 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=51 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:25:36.935054676 after sql statement 2015-01-15 22:25:36.949217554 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.51 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:40.474568883 after sql statement 2015-01-15 22:25:40.492677425 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=52 -------------- Query OK, 10000 rows affected (1.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:25:42.847244432 after sql statement 2015-01-15 22:25:42.852936118 before sql statment -------------- update test211_1 set c2=c1 where batch=52 -------------- Query OK, 10000 rows affected (2.97 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:45.841021651 after sql statement 2015-01-15 22:25:45.858566268 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=52 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:25:46.164387397 after sql statement 2015-01-15 22:25:46.171470861 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222547_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:25:47 (2362) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222547_Job_62672.xml 2015-01-15 22:25:47 (2362) INFO : Job file loaded, run time for this step : 1.21214 seconds 2015-01-15 22:25:47 (2362) INFO : PreProcessing check starts 2015-01-15 22:25:47 (2362) INFO : PreProcessing check completed 2015-01-15 22:25:47 (2362) INFO : preProcess completed, run time for this step : 0.0891411 seconds 2015-01-15 22:25:47 (2362) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:47 (2362) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:25:47 (2362) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:47 (2362) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:25:48 (2362) INFO : Bulk load completed, total run time : 2.32532 seconds 2015-01-15 22:25:48.791952912 after import 2015-01-15 22:25:48.796687141 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=53 -------------- Query OK, 10000 rows affected (2.14 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.84 sec) Bye 2015-01-15 22:25:51.789383095 after sql statement 2015-01-15 22:25:51.794754165 before sql statment -------------- update test211_1 set c2=c1 where batch=53 -------------- Query OK, 10000 rows affected (1.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:53.270889186 after sql statement 2015-01-15 22:25:53.297093609 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=53 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.93 sec) Bye 2015-01-15 22:25:54.260236211 after sql statement 2015-01-15 22:25:54.279603955 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.67 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:57.977509627 after sql statement 2015-01-15 22:25:57.984231646 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=54 -------------- Query OK, 10000 rows affected (1.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.16 sec) Bye 2015-01-15 22:25:59.445695742 after sql statement 2015-01-15 22:25:59.450620991 before sql statment -------------- update test211_1 set c2=c1 where batch=54 -------------- Query OK, 10000 rows affected (0.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:00.287743583 after sql statement 2015-01-15 22:26:00.316141204 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=54 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.73 sec) Bye 2015-01-15 22:26:01.056483106 after sql statement 2015-01-15 22:26:01.062972540 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222601_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:26:01 (14759) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222601_Job_62672.xml 2015-01-15 22:26:01 (14759) INFO : Job file loaded, run time for this step : 0.664621 seconds 2015-01-15 22:26:01 (14759) INFO : PreProcessing check starts 2015-01-15 22:26:01 (14759) INFO : PreProcessing check completed 2015-01-15 22:26:01 (14759) INFO : preProcess completed, run time for this step : 0.0443439 seconds 2015-01-15 22:26:01 (14759) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:01 (14759) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:26:01 (14759) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:02 (14759) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:26:03 (14759) INFO : Bulk load completed, total run time : 1.78626 seconds 2015-01-15 22:26:03.022348971 after import 2015-01-15 22:26:03.035762451 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=55 -------------- Query OK, 10000 rows affected (1.57 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.51 sec) Bye 2015-01-15 22:26:05.116767939 after sql statement 2015-01-15 22:26:05.120857236 before sql statment -------------- update test211_1 set c2=c1 where batch=55 -------------- Query OK, 10000 rows affected (1.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:06.239179703 after sql statement 2015-01-15 22:26:06.259820780 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=55 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:26:06.816175312 after sql statement 2015-01-15 22:26:06.851401438 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.49 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:10.351600334 after sql statement 2015-01-15 22:26:10.361444380 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=56 -------------- Query OK, 10000 rows affected (0.88 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.19 sec) Bye 2015-01-15 22:26:11.445041416 after sql statement 2015-01-15 22:26:11.449219977 before sql statment -------------- update test211_1 set c2=c1 where batch=56 -------------- Query OK, 10000 rows affected (2.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:14.186469044 after sql statement 2015-01-15 22:26:14.208370975 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=56 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.75 sec) Bye 2015-01-15 22:26:15.969499171 after sql statement 2015-01-15 22:26:15.973924978 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222616_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:26:16 (27481) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222616_Job_62672.xml 2015-01-15 22:26:16 (27481) INFO : Job file loaded, run time for this step : 0.381611 seconds 2015-01-15 22:26:16 (27481) INFO : PreProcessing check starts 2015-01-15 22:26:16 (27481) INFO : PreProcessing check completed 2015-01-15 22:26:16 (27481) INFO : preProcess completed, run time for this step : 0.0415251 seconds 2015-01-15 22:26:16 (27481) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:16 (27481) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:16 (27481) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:26:16 (27481) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:26:17 (27481) INFO : Bulk load completed, total run time : 1.44688 seconds 2015-01-15 22:26:17.676456466 after import 2015-01-15 22:26:17.692141308 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=57 -------------- Query OK, 10000 rows affected (1.14 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.27 sec) Bye 2015-01-15 22:26:19.111204846 after sql statement 2015-01-15 22:26:19.117270390 before sql statment -------------- update test211_1 set c2=c1 where batch=57 -------------- Query OK, 10000 rows affected (2.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:22.075569605 after sql statement 2015-01-15 22:26:22.087573287 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=57 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:26:22.400031988 after sql statement 2015-01-15 22:26:22.437307763 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.91 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:26.353284109 after sql statement 2015-01-15 22:26:26.376763722 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=58 -------------- Query OK, 10000 rows affected (1.60 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.46 sec) Bye 2015-01-15 22:26:28.446001483 after sql statement 2015-01-15 22:26:28.452782643 before sql statment -------------- update test211_1 set c2=c1 where batch=58 -------------- Query OK, 10000 rows affected (3.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:32.238265340 after sql statement 2015-01-15 22:26:32.241995643 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=58 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:26:32.633099015 after sql statement 2015-01-15 22:26:32.640612424 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222632_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:26:33 (39957) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222632_Job_62672.xml 2015-01-15 22:26:33 (39957) INFO : Job file loaded, run time for this step : 0.27269 seconds 2015-01-15 22:26:33 (39957) INFO : PreProcessing check starts 2015-01-15 22:26:33 (39957) INFO : PreProcessing check completed 2015-01-15 22:26:33 (39957) INFO : preProcess completed, run time for this step : 0.0311322 seconds 2015-01-15 22:26:33 (39957) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:33 (39957) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:26:33 (39957) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:33 (39957) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:26:34 (39957) INFO : Bulk load completed, total run time : 1.33939 seconds 2015-01-15 22:26:34.139178420 after import 2015-01-15 22:26:34.156508558 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=59 -------------- Query OK, 10000 rows affected (0.85 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:26:35.385215449 after sql statement 2015-01-15 22:26:35.396126246 before sql statment -------------- update test211_1 set c2=c1 where batch=59 -------------- Query OK, 10000 rows affected (1.69 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:37.082272221 after sql statement 2015-01-15 22:26:37.092374860 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=59 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.07 sec) Bye 2015-01-15 22:26:38.161368960 after sql statement 2015-01-15 22:26:38.173126924 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.76 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:41.946885264 after sql statement 2015-01-15 22:26:41.952984416 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=60 -------------- Query OK, 10000 rows affected (1.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:26:43.848317005 after sql statement 2015-01-15 22:26:43.865253334 before sql statment -------------- update test211_1 set c2=c1 where batch=60 -------------- Query OK, 10000 rows affected (1.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:45.165217741 after sql statement 2015-01-15 22:26:45.175427402 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=60 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.59 sec) Bye 2015-01-15 22:26:45.799391673 after sql statement 2015-01-15 22:26:45.828134786 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222648_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:26:48 (50744) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222648_Job_62672.xml 2015-01-15 22:26:48 (50744) INFO : Job file loaded, run time for this step : 1.69678 seconds 2015-01-15 22:26:48 (50744) INFO : PreProcessing check starts 2015-01-15 22:26:48 (50744) INFO : PreProcessing check completed 2015-01-15 22:26:48 (50744) INFO : preProcess completed, run time for this step : 0.08371 seconds 2015-01-15 22:26:48 (50744) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:48 (50744) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:48 (50744) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:26:48 (50744) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:26:49 (50744) INFO : Bulk load completed, total run time : 2.79596 seconds 2015-01-15 22:26:49.836053681 after import 2015-01-15 22:26:49.841529389 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=61 -------------- Query OK, 10000 rows affected (3.28 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.83 sec) Bye 2015-01-15 22:26:53.960416450 after sql statement 2015-01-15 22:26:53.964062626 before sql statment -------------- update test211_1 set c2=c1 where batch=61 -------------- Query OK, 10000 rows affected (1.19 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:55.154284046 after sql statement 2015-01-15 22:26:55.183055516 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=61 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.35 sec) Bye 2015-01-15 22:26:55.538132707 after sql statement 2015-01-15 22:26:55.580062207 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.49 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:59.084002985 after sql statement 2015-01-15 22:26:59.091227417 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=62 -------------- Query OK, 10000 rows affected (2.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:27:01.511062781 after sql statement 2015-01-15 22:27:01.516063643 before sql statment -------------- update test211_1 set c2=c1 where batch=62 -------------- Query OK, 10000 rows affected (1.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:03.454845314 after sql statement 2015-01-15 22:27:03.469809604 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=62 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.66 sec) Bye 2015-01-15 22:27:04.148343113 after sql statement 2015-01-15 22:27:04.151141205 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222704_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:27:04 (64422) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222704_Job_62672.xml 2015-01-15 22:27:04 (64422) INFO : Job file loaded, run time for this step : 0.57497 seconds 2015-01-15 22:27:04 (64422) INFO : PreProcessing check starts 2015-01-15 22:27:04 (64422) INFO : PreProcessing check completed 2015-01-15 22:27:04 (64422) INFO : preProcess completed, run time for this step : 0.0525079 seconds 2015-01-15 22:27:04 (64422) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:04 (64422) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:27:04 (64422) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:05 (64422) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:27:06 (64422) INFO : Bulk load completed, total run time : 1.66209 seconds 2015-01-15 22:27:06.027912835 after import 2015-01-15 22:27:06.047438520 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=63 -------------- Query OK, 10000 rows affected (2.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:27:08.966656326 after sql statement 2015-01-15 22:27:08.973364115 before sql statment -------------- update test211_1 set c2=c1 where batch=63 -------------- Query OK, 10000 rows affected (1.07 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:10.057247827 after sql statement 2015-01-15 22:27:10.064631910 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=63 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.15 sec) Bye 2015-01-15 22:27:10.226444813 after sql statement 2015-01-15 22:27:10.268389386 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.67 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:13.943893007 after sql statement 2015-01-15 22:27:13.953163604 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=64 -------------- Query OK, 10000 rows affected (1.61 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.49 sec) Bye 2015-01-15 22:27:16.071773664 after sql statement 2015-01-15 22:27:16.079151044 before sql statment -------------- update test211_1 set c2=c1 where batch=64 -------------- Query OK, 10000 rows affected (1.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:17.721940304 after sql statement 2015-01-15 22:27:17.741236225 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=64 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:27:18.074533658 after sql statement 2015-01-15 22:27:18.102991277 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222718_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:27:18 (10774) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222718_Job_62672.xml 2015-01-15 22:27:18 (10774) INFO : Job file loaded, run time for this step : 0.32114 seconds 2015-01-15 22:27:18 (10774) INFO : PreProcessing check starts 2015-01-15 22:27:18 (10774) INFO : PreProcessing check completed 2015-01-15 22:27:18 (10774) INFO : preProcess completed, run time for this step : 0.088336 seconds 2015-01-15 22:27:18 (10774) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:18 (10774) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:27:18 (10774) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:18 (10774) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:27:19 (10774) INFO : Bulk load completed, total run time : 1.42941 seconds 2015-01-15 22:27:19.737071326 after import 2015-01-15 22:27:19.745789816 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=65 -------------- Query OK, 10000 rows affected (2.45 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.98 sec) Bye 2015-01-15 22:27:23.186118057 after sql statement 2015-01-15 22:27:23.191546386 before sql statment -------------- update test211_1 set c2=c1 where batch=65 -------------- Query OK, 10000 rows affected (2.06 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:25.274185638 after sql statement 2015-01-15 22:27:25.287924563 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=65 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (2.04 sec) Bye 2015-01-15 22:27:27.336260835 after sql statement 2015-01-15 22:27:27.353643247 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.00 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:32.364557157 after sql statement 2015-01-15 22:27:32.371328703 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=66 -------------- Query OK, 10000 rows affected (2.28 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:27:34.879788260 after sql statement 2015-01-15 22:27:34.908526975 before sql statment -------------- update test211_1 set c2=c1 where batch=66 -------------- Query OK, 10000 rows affected (1.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:36.699638439 after sql statement 2015-01-15 22:27:36.728483579 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=66 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.40 sec) Bye 2015-01-15 22:27:37.136776647 after sql statement 2015-01-15 22:27:37.138930261 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222738_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:27:38 (24806) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222738_Job_62672.xml 2015-01-15 22:27:38 (24806) INFO : Job file loaded, run time for this step : 0.429493 seconds 2015-01-15 22:27:38 (24806) INFO : PreProcessing check starts 2015-01-15 22:27:39 (24806) INFO : PreProcessing check completed 2015-01-15 22:27:39 (24806) INFO : preProcess completed, run time for this step : 1.23091 seconds 2015-01-15 22:27:39 (24806) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:39 (24806) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:39 (24806) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:27:39 (24806) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:27:40 (24806) INFO : Bulk load completed, total run time : 2.7442 seconds 2015-01-15 22:27:40.513675394 after import 2015-01-15 22:27:40.528649504 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=67 -------------- Query OK, 10000 rows affected (2.03 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.60 sec) Bye 2015-01-15 22:27:43.163378102 after sql statement 2015-01-15 22:27:43.167293345 before sql statment -------------- update test211_1 set c2=c1 where batch=67 -------------- Query OK, 10000 rows affected (2.69 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:45.871034774 after sql statement 2015-01-15 22:27:45.910338920 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=67 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.41 sec) Bye 2015-01-15 22:27:47.340624361 after sql statement 2015-01-15 22:27:47.349622133 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.79 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:51.141992246 after sql statement 2015-01-15 22:27:51.145458980 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=68 -------------- Query OK, 10000 rows affected (0.70 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:27:52.578701782 after sql statement 2015-01-15 22:27:52.593708376 before sql statment -------------- update test211_1 set c2=c1 where batch=68 -------------- Query OK, 10000 rows affected (2.33 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:54.937571004 after sql statement 2015-01-15 22:27:54.947603211 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=68 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.15 sec) Bye 2015-01-15 22:27:55.105109578 after sql statement 2015-01-15 22:27:55.107911875 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222755_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:27:55 (36397) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222755_Job_62672.xml 2015-01-15 22:27:55 (36397) INFO : Job file loaded, run time for this step : 0.2815 seconds 2015-01-15 22:27:55 (36397) INFO : PreProcessing check starts 2015-01-15 22:27:55 (36397) INFO : PreProcessing check completed 2015-01-15 22:27:55 (36397) INFO : preProcess completed, run time for this step : 0.030086 seconds 2015-01-15 22:27:55 (36397) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:55 (36397) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:27:55 (36397) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:55 (36397) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:27:56 (36397) INFO : Bulk load completed, total run time : 1.33969 seconds 2015-01-15 22:27:56.593180410 after import 2015-01-15 22:27:56.598019286 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=69 -------------- Query OK, 10000 rows affected (1.69 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.23 sec) Bye 2015-01-15 22:27:59.525863965 after sql statement 2015-01-15 22:27:59.532251332 before sql statment -------------- update test211_1 set c2=c1 where batch=69 -------------- Query OK, 10000 rows affected (1.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:01.185949815 after sql statement 2015-01-15 22:28:01.216150313 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=69 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:28:01.498367689 after sql statement 2015-01-15 22:28:01.529246848 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.11 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:05.660491596 after sql statement 2015-01-15 22:28:05.688817670 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=70 -------------- Query OK, 10000 rows affected (1.62 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:28:07.791459073 after sql statement 2015-01-15 22:28:07.800151088 before sql statment -------------- update test211_1 set c2=c1 where batch=70 -------------- Query OK, 10000 rows affected (1.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:09.426592272 after sql statement 2015-01-15 22:28:09.440698082 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=70 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:28:09.721927649 after sql statement 2015-01-15 22:28:09.727518831 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222810_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:28:10 (48541) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222810_Job_62672.xml 2015-01-15 22:28:10 (48541) INFO : Job file loaded, run time for this step : 0.35041 seconds 2015-01-15 22:28:10 (48541) INFO : PreProcessing check starts 2015-01-15 22:28:10 (48541) INFO : PreProcessing check completed 2015-01-15 22:28:10 (48541) INFO : preProcess completed, run time for this step : 0.0710149 seconds 2015-01-15 22:28:10 (48541) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:10 (48541) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:28:10 (48541) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:10 (48541) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:28:11 (48541) INFO : Bulk load completed, total run time : 1.44395 seconds 2015-01-15 22:28:11.330459240 after import 2015-01-15 22:28:11.340624160 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=71 -------------- Query OK, 10000 rows affected (1.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.27 sec) Bye 2015-01-15 22:28:12.702976776 after sql statement 2015-01-15 22:28:12.718108508 before sql statment -------------- update test211_1 set c2=c1 where batch=71 -------------- Query OK, 10000 rows affected (1.46 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:14.195195220 after sql statement 2015-01-15 22:28:14.199686757 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=71 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.48 sec) Bye 2015-01-15 22:28:14.688231973 after sql statement 2015-01-15 22:28:14.719614018 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.17 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:18.897810851 after sql statement 2015-01-15 22:28:18.904504559 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=72 -------------- Query OK, 10000 rows affected (1.45 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.97 sec) Bye 2015-01-15 22:28:21.335463750 after sql statement 2015-01-15 22:28:21.352710897 before sql statment -------------- update test211_1 set c2=c1 where batch=72 -------------- Query OK, 10000 rows affected (1.17 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:22.535361556 after sql statement 2015-01-15 22:28:22.540617360 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=72 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.13 sec) Bye 2015-01-15 22:28:22.685134108 after sql statement 2015-01-15 22:28:22.688009910 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222826_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:28:26 (59366) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222826_Job_62672.xml 2015-01-15 22:28:26 (59366) INFO : Job file loaded, run time for this step : 0.417625 seconds 2015-01-15 22:28:26 (59366) INFO : PreProcessing check starts 2015-01-15 22:28:26 (59366) INFO : PreProcessing check completed 2015-01-15 22:28:26 (59366) INFO : preProcess completed, run time for this step : 0.0578198 seconds 2015-01-15 22:28:26 (59366) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:26 (59366) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:28:26 (59366) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:26 (59366) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:28:27 (59366) INFO : Bulk load completed, total run time : 1.50915 seconds 2015-01-15 22:28:27.652846154 after import 2015-01-15 22:28:27.661784437 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=73 -------------- Query OK, 10000 rows affected (1.40 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:28:29.444904335 after sql statement 2015-01-15 22:28:29.450763827 before sql statment -------------- update test211_1 set c2=c1 where batch=73 -------------- Query OK, 10000 rows affected (0.98 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:30.444933156 after sql statement 2015-01-15 22:28:30.450307024 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=73 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.12 sec) Bye 2015-01-15 22:28:30.573893002 after sql statement 2015-01-15 22:28:30.595913219 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.56 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:34.159434584 after sql statement 2015-01-15 22:28:34.167518575 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=74 -------------- Query OK, 10000 rows affected (1.62 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.35 sec) Bye 2015-01-15 22:28:36.149640444 after sql statement 2015-01-15 22:28:36.167836267 before sql statment -------------- update test211_1 set c2=c1 where batch=74 -------------- Query OK, 10000 rows affected (0.98 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:37.150457035 after sql statement 2015-01-15 22:28:37.159751697 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=74 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.46 sec) Bye 2015-01-15 22:28:37.644619526 after sql statement 2015-01-15 22:28:37.646940415 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222838_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:28:38 (7612) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222838_Job_62672.xml 2015-01-15 22:28:38 (7612) INFO : Job file loaded, run time for this step : 0.367717 seconds 2015-01-15 22:28:38 (7612) INFO : PreProcessing check starts 2015-01-15 22:28:38 (7612) INFO : PreProcessing check completed 2015-01-15 22:28:38 (7612) INFO : preProcess completed, run time for this step : 0.0748291 seconds 2015-01-15 22:28:38 (7612) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:38 (7612) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:28:38 (7612) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:38 (7612) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:28:39 (7612) INFO : Bulk load completed, total run time : 1.55937 seconds 2015-01-15 22:28:39.379001971 after import 2015-01-15 22:28:39.422814653 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=75 -------------- Query OK, 10000 rows affected (2.87 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.77 sec) Bye 2015-01-15 22:28:43.072130828 after sql statement 2015-01-15 22:28:43.077847002 before sql statment -------------- update test211_1 set c2=c1 where batch=75 -------------- Query OK, 10000 rows affected (1.68 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:44.764580443 after sql statement 2015-01-15 22:28:44.768747408 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=75 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:28:44.910007938 after sql statement 2015-01-15 22:28:44.925114909 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.75 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:48.683757899 after sql statement 2015-01-15 22:28:48.708577497 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=76 -------------- Query OK, 10000 rows affected (1.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:28:50.421101002 after sql statement 2015-01-15 22:28:50.435322406 before sql statment -------------- update test211_1 set c2=c1 where batch=76 -------------- Query OK, 10000 rows affected (1.50 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:51.942013841 after sql statement 2015-01-15 22:28:51.946336201 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=76 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.05 sec) Bye 2015-01-15 22:28:53.012619924 after sql statement 2015-01-15 22:28:53.020819728 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222853_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:28:53 (20236) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222853_Job_62672.xml 2015-01-15 22:28:53 (20236) INFO : Job file loaded, run time for this step : 0.367079 seconds 2015-01-15 22:28:53 (20236) INFO : PreProcessing check starts 2015-01-15 22:28:53 (20236) INFO : PreProcessing check completed 2015-01-15 22:28:53 (20236) INFO : preProcess completed, run time for this step : 0.040441 seconds 2015-01-15 22:28:53 (20236) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:53 (20236) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:28:53 (20236) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:53 (20236) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:28:54 (20236) INFO : Bulk load completed, total run time : 1.4281 seconds 2015-01-15 22:28:54.858476383 after import 2015-01-15 22:28:54.864253409 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=77 -------------- Query OK, 10000 rows affected (1.78 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:28:57.092777910 after sql statement 2015-01-15 22:28:57.096784844 before sql statment -------------- update test211_1 set c2=c1 where batch=77 -------------- Query OK, 10000 rows affected (1.82 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:58.926691206 after sql statement 2015-01-15 22:28:58.937864603 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=77 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.08 sec) Bye 2015-01-15 22:28:59.027988805 after sql statement 2015-01-15 22:28:59.073767346 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.49 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:02.576222654 after sql statement 2015-01-15 22:29:02.581412331 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=78 -------------- Query OK, 10000 rows affected (1.51 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:29:04.550168678 after sql statement 2015-01-15 22:29:04.577853721 before sql statment -------------- update test211_1 set c2=c1 where batch=78 -------------- Query OK, 10000 rows affected (4.04 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:08.631973360 after sql statement 2015-01-15 22:29:08.640831421 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=78 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:29:08.945500612 after sql statement 2015-01-15 22:29:08.950340125 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222909_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:29:09 (31634) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222909_Job_62672.xml 2015-01-15 22:29:09 (31634) INFO : Job file loaded, run time for this step : 0.342672 seconds 2015-01-15 22:29:09 (31634) INFO : PreProcessing check starts 2015-01-15 22:29:09 (31634) INFO : PreProcessing check completed 2015-01-15 22:29:09 (31634) INFO : preProcess completed, run time for this step : 0.0823729 seconds 2015-01-15 22:29:09 (31634) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:09 (31634) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:09 (31634) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:29:09 (31634) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:29:10 (31634) INFO : Bulk load completed, total run time : 1.45082 seconds 2015-01-15 22:29:10.566318291 after import 2015-01-15 22:29:10.572669365 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=79 -------------- Query OK, 10000 rows affected (0.68 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:29:11.726268736 after sql statement 2015-01-15 22:29:11.731849503 before sql statment -------------- update test211_1 set c2=c1 where batch=79 -------------- Query OK, 10000 rows affected (0.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:12.224679833 after sql statement 2015-01-15 22:29:12.228513886 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=79 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:29:12.340851692 after sql statement 2015-01-15 22:29:12.355079805 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.59 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:15.959973310 after sql statement 2015-01-15 22:29:15.967383104 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=80 -------------- Query OK, 10000 rows affected (3.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:29:19.644310637 after sql statement 2015-01-15 22:29:19.654983274 before sql statment -------------- update test211_1 set c2=c1 where batch=80 -------------- Query OK, 10000 rows affected (1.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:20.828381562 after sql statement 2015-01-15 22:29:20.839111786 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=80 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (2.67 sec) Bye 2015-01-15 22:29:23.536137111 after sql statement 2015-01-15 22:29:23.541421440 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222925_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:29:25 (43264) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222925_Job_62672.xml 2015-01-15 22:29:25 (43264) INFO : Job file loaded, run time for this step : 1.03534 seconds 2015-01-15 22:29:25 (43264) INFO : PreProcessing check starts 2015-01-15 22:29:25 (43264) INFO : PreProcessing check completed 2015-01-15 22:29:25 (43264) INFO : preProcess completed, run time for this step : 0.0921001 seconds 2015-01-15 22:29:25 (43264) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:25 (43264) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:25 (43264) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:29:25 (43264) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:29:26 (43264) INFO : Bulk load completed, total run time : 2.17615 seconds 2015-01-15 22:29:26.447151947 after import 2015-01-15 22:29:26.458188901 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=81 -------------- Query OK, 10000 rows affected (2.05 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.25 sec) Bye 2015-01-15 22:29:28.797777035 after sql statement 2015-01-15 22:29:28.804294161 before sql statment -------------- update test211_1 set c2=c1 where batch=81 -------------- Query OK, 10000 rows affected (1.80 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:30.609135941 after sql statement 2015-01-15 22:29:30.614547062 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=81 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:29:30.926321726 after sql statement 2015-01-15 22:29:30.943393946 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.80 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:34.765940998 after sql statement 2015-01-15 22:29:34.771855691 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=82 -------------- Query OK, 10000 rows affected (1.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.39 sec) Bye 2015-01-15 22:29:36.262503637 after sql statement 2015-01-15 22:29:36.269994813 before sql statment -------------- update test211_1 set c2=c1 where batch=82 -------------- Query OK, 10000 rows affected (1.79 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:38.074242273 after sql statement 2015-01-15 22:29:38.079159649 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=82 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.41 sec) Bye 2015-01-15 22:29:38.497086313 after sql statement 2015-01-15 22:29:38.503150051 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222938_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:29:38 (55902) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222938_Job_62672.xml 2015-01-15 22:29:38 (55902) INFO : Job file loaded, run time for this step : 0.285724 seconds 2015-01-15 22:29:38 (55902) INFO : PreProcessing check starts 2015-01-15 22:29:39 (55902) INFO : PreProcessing check completed 2015-01-15 22:29:39 (55902) INFO : preProcess completed, run time for this step : 0.06832 seconds 2015-01-15 22:29:39 (55902) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:39 (55902) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:39 (55902) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:29:39 (55902) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:29:40 (55902) INFO : Bulk load completed, total run time : 1.39437 seconds 2015-01-15 22:29:40.065403137 after import 2015-01-15 22:29:40.073531213 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=83 -------------- Query OK, 10000 rows affected (2.19 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:29:42.708966030 after sql statement 2015-01-15 22:29:42.813016003 before sql statment -------------- update test211_1 set c2=c1 where batch=83 -------------- Query OK, 10000 rows affected (2.60 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:45.497180670 after sql statement 2015-01-15 22:29:45.544963161 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=83 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.78 sec) Bye 2015-01-15 22:29:46.339349717 after sql statement 2015-01-15 22:29:46.358000619 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.97 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:51.340439813 after sql statement 2015-01-15 22:29:51.346020760 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=84 -------------- Query OK, 10000 rows affected (1.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.96 sec) Bye 2015-01-15 22:29:53.643347416 after sql statement 2015-01-15 22:29:53.648581601 before sql statment -------------- update test211_1 set c2=c1 where batch=84 -------------- Query OK, 10000 rows affected (1.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:55.567349549 after sql statement 2015-01-15 22:29:55.573601502 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=84 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.11 sec) Bye 2015-01-15 22:29:56.695352947 after sql statement 2015-01-15 22:29:56.697885610 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222957_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:29:57 (5341) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T222957_Job_62672.xml 2015-01-15 22:29:57 (5341) INFO : Job file loaded, run time for this step : 0.294029 seconds 2015-01-15 22:29:57 (5341) INFO : PreProcessing check starts 2015-01-15 22:29:57 (5341) INFO : PreProcessing check completed 2015-01-15 22:29:57 (5341) INFO : preProcess completed, run time for this step : 0.0554709 seconds 2015-01-15 22:29:57 (5341) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:57 (5341) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:57 (5341) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:29:57 (5341) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:29:58 (5341) INFO : Bulk load completed, total run time : 1.37575 seconds 2015-01-15 22:29:58.262399639 after import 2015-01-15 22:29:58.268157213 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=85 -------------- Query OK, 10000 rows affected (2.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:30:01.136776201 after sql statement 2015-01-15 22:30:01.141082546 before sql statment -------------- update test211_1 set c2=c1 where batch=85 -------------- Query OK, 10000 rows affected (1.30 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:02.446499448 after sql statement 2015-01-15 22:30:02.460292064 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=85 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:30:02.628883224 after sql statement 2015-01-15 22:30:02.641921365 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.55 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:06.200996709 after sql statement 2015-01-15 22:30:06.210865340 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=86 -------------- Query OK, 10000 rows affected (3.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.33 sec) Bye 2015-01-15 22:30:10.549560343 after sql statement 2015-01-15 22:30:10.558571158 before sql statment -------------- update test211_1 set c2=c1 where batch=86 -------------- Query OK, 10000 rows affected (1.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:11.742559461 after sql statement 2015-01-15 22:30:11.750197575 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=86 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.92 sec) Bye 2015-01-15 22:30:12.674978467 after sql statement 2015-01-15 22:30:12.680546488 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223013_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:30:13 (15802) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223013_Job_62672.xml 2015-01-15 22:30:13 (15802) INFO : Job file loaded, run time for this step : 0.316186 seconds 2015-01-15 22:30:13 (15802) INFO : PreProcessing check starts 2015-01-15 22:30:13 (15802) INFO : PreProcessing check completed 2015-01-15 22:30:13 (15802) INFO : preProcess completed, run time for this step : 0.132069 seconds 2015-01-15 22:30:13 (15802) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:13 (15802) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:13 (15802) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:30:13 (15802) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:30:14 (15802) INFO : Bulk load completed, total run time : 1.49155 seconds 2015-01-15 22:30:14.535639036 after import 2015-01-15 22:30:14.541553067 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=87 -------------- Query OK, 10000 rows affected (1.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.30 sec) Bye 2015-01-15 22:30:16.815330468 after sql statement 2015-01-15 22:30:16.831529174 before sql statment -------------- update test211_1 set c2=c1 where batch=87 -------------- Query OK, 10000 rows affected (1.13 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:17.986841066 after sql statement 2015-01-15 22:30:17.993467332 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=87 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:30:18.539267600 after sql statement 2015-01-15 22:30:18.587575944 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.70 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:22.297534095 after sql statement 2015-01-15 22:30:22.334796270 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=88 -------------- Query OK, 10000 rows affected (1.18 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:30:23.911457058 after sql statement 2015-01-15 22:30:23.923273924 before sql statment -------------- update test211_1 set c2=c1 where batch=88 -------------- Query OK, 10000 rows affected (2.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:25.985958107 after sql statement 2015-01-15 22:30:26.011249601 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=88 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.81 sec) Bye 2015-01-15 22:30:26.827413675 after sql statement 2015-01-15 22:30:26.830459157 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223027_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:30:27 (27771) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223027_Job_62672.xml 2015-01-15 22:30:27 (27771) INFO : Job file loaded, run time for this step : 0.424182 seconds 2015-01-15 22:30:27 (27771) INFO : PreProcessing check starts 2015-01-15 22:30:27 (27771) INFO : PreProcessing check completed 2015-01-15 22:30:27 (27771) INFO : preProcess completed, run time for this step : 0.052541 seconds 2015-01-15 22:30:27 (27771) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:27 (27771) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:30:27 (27771) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:27 (27771) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:30:28 (27771) INFO : Bulk load completed, total run time : 1.49729 seconds 2015-01-15 22:30:28.504907491 after import 2015-01-15 22:30:28.513355105 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=89 -------------- Query OK, 10000 rows affected (2.31 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.35 sec) Bye 2015-01-15 22:30:31.197237012 after sql statement 2015-01-15 22:30:31.204376718 before sql statment -------------- update test211_1 set c2=c1 where batch=89 -------------- Query OK, 10000 rows affected (1.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:32.945619260 after sql statement 2015-01-15 22:30:32.952384128 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=89 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:30:33.238584721 after sql statement 2015-01-15 22:30:33.282818780 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.63 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:36.927719915 after sql statement 2015-01-15 22:30:36.944735007 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=90 -------------- Query OK, 10000 rows affected (3.37 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.51 sec) Bye 2015-01-15 22:30:40.827919364 after sql statement 2015-01-15 22:30:40.839396700 before sql statment -------------- update test211_1 set c2=c1 where batch=90 -------------- Query OK, 10000 rows affected (1.50 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:42.346150389 after sql statement 2015-01-15 22:30:42.352078955 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=90 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.66 sec) Bye 2015-01-15 22:30:44.026422873 after sql statement 2015-01-15 22:30:44.028852411 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223045_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:30:45 (40238) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223045_Job_62672.xml 2015-01-15 22:30:45 (40238) INFO : Job file loaded, run time for this step : 1.07617 seconds 2015-01-15 22:30:45 (40238) INFO : PreProcessing check starts 2015-01-15 22:30:45 (40238) INFO : PreProcessing check completed 2015-01-15 22:30:45 (40238) INFO : preProcess completed, run time for this step : 0.0859931 seconds 2015-01-15 22:30:45 (40238) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:45 (40238) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:30:45 (40238) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:45 (40238) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:30:46 (40238) INFO : Bulk load completed, total run time : 2.1791 seconds 2015-01-15 22:30:46.866343104 after import 2015-01-15 22:30:46.881431057 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=91 -------------- Query OK, 10000 rows affected (0.77 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.52 sec) Bye 2015-01-15 22:30:48.188934893 after sql statement 2015-01-15 22:30:48.197819178 before sql statment -------------- update test211_1 set c2=c1 where batch=91 -------------- Query OK, 10000 rows affected (0.95 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:49.153269225 after sql statement 2015-01-15 22:30:49.160003906 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=91 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:30:49.521284934 after sql statement 2015-01-15 22:30:49.548946391 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.60 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:53.174629557 after sql statement 2015-01-15 22:30:53.225490704 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=92 -------------- Query OK, 10000 rows affected (2.51 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.30 sec) Bye 2015-01-15 22:30:56.056224911 after sql statement 2015-01-15 22:30:56.089934785 before sql statment -------------- update test211_1 set c2=c1 where batch=92 -------------- Query OK, 10000 rows affected (1.96 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:58.063043964 after sql statement 2015-01-15 22:30:58.068976244 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=92 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.48 sec) Bye 2015-01-15 22:30:58.554783883 after sql statement 2015-01-15 22:30:58.557620052 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223059_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:30:59 (52038) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223059_Job_62672.xml 2015-01-15 22:30:59 (52038) INFO : Job file loaded, run time for this step : 0.343908 seconds 2015-01-15 22:30:59 (52038) INFO : PreProcessing check starts 2015-01-15 22:30:59 (52038) INFO : PreProcessing check completed 2015-01-15 22:30:59 (52038) INFO : preProcess completed, run time for this step : 0.0523548 seconds 2015-01-15 22:30:59 (52038) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:59 (52038) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:30:59 (52038) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:59 (52038) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:31:00 (52038) INFO : Bulk load completed, total run time : 1.42447 seconds 2015-01-15 22:31:00.204791183 after import 2015-01-15 22:31:00.208512008 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=93 -------------- Query OK, 10000 rows affected (2.20 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:31:02.967195733 after sql statement 2015-01-15 22:31:02.973674518 before sql statment -------------- update test211_1 set c2=c1 where batch=93 -------------- Query OK, 10000 rows affected (1.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:04.688800606 after sql statement 2015-01-15 22:31:04.695972297 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=93 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.42 sec) Bye 2015-01-15 22:31:06.140929216 after sql statement 2015-01-15 22:31:06.157149871 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.21 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:10.381589248 after sql statement 2015-01-15 22:31:10.388583597 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=94 -------------- Query OK, 10000 rows affected (1.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.63 sec) Bye 2015-01-15 22:31:12.586207338 after sql statement 2015-01-15 22:31:12.597440139 before sql statment -------------- update test211_1 set c2=c1 where batch=94 -------------- Query OK, 10000 rows affected (1.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:14.175653737 after sql statement 2015-01-15 22:31:14.186460314 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=94 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.16 sec) Bye 2015-01-15 22:31:15.360748663 after sql statement 2015-01-15 22:31:15.363479862 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223116_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:31:16 (64860) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223116_Job_62672.xml 2015-01-15 22:31:16 (64860) INFO : Job file loaded, run time for this step : 1.31717 seconds 2015-01-15 22:31:16 (64860) INFO : PreProcessing check starts 2015-01-15 22:31:16 (64860) INFO : PreProcessing check completed 2015-01-15 22:31:16 (64860) INFO : preProcess completed, run time for this step : 0.0883911 seconds 2015-01-15 22:31:16 (64860) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:16 (64860) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:31:16 (64860) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:17 (64860) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:31:18 (64860) INFO : Bulk load completed, total run time : 2.42785 seconds 2015-01-15 22:31:18.027316062 after import 2015-01-15 22:31:18.040317870 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=95 -------------- Query OK, 10000 rows affected (2.80 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.32 sec) Bye 2015-01-15 22:31:21.178758812 after sql statement 2015-01-15 22:31:21.184883062 before sql statment -------------- update test211_1 set c2=c1 where batch=95 -------------- Query OK, 10000 rows affected (0.53 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:21.722301678 after sql statement 2015-01-15 22:31:21.729832537 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=95 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:31:21.916177940 after sql statement 2015-01-15 22:31:21.936184343 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.70 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:25.651158187 after sql statement 2015-01-15 22:31:25.659203125 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=96 -------------- Query OK, 10000 rows affected (1.72 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:31:27.700172167 after sql statement 2015-01-15 22:31:27.712129762 before sql statment -------------- update test211_1 set c2=c1 where batch=96 -------------- Query OK, 10000 rows affected (1.68 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:29.396267278 after sql statement 2015-01-15 22:31:29.405534035 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=96 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.39 sec) Bye 2015-01-15 22:31:29.798200018 after sql statement 2015-01-15 22:31:29.802176233 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223130_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:31:30 (10081) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223130_Job_62672.xml 2015-01-15 22:31:30 (10081) INFO : Job file loaded, run time for this step : 0.372266 seconds 2015-01-15 22:31:30 (10081) INFO : PreProcessing check starts 2015-01-15 22:31:30 (10081) INFO : PreProcessing check completed 2015-01-15 22:31:30 (10081) INFO : preProcess completed, run time for this step : 0.0685818 seconds 2015-01-15 22:31:30 (10081) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:30 (10081) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:31:30 (10081) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:30 (10081) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:31:31 (10081) INFO : Bulk load completed, total run time : 1.46588 seconds 2015-01-15 22:31:31.801109973 after import 2015-01-15 22:31:31.805941222 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=97 -------------- Query OK, 10000 rows affected (2.03 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:31:34.225200224 after sql statement 2015-01-15 22:31:34.233669414 before sql statment -------------- update test211_1 set c2=c1 where batch=97 -------------- Query OK, 10000 rows affected (2.65 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:36.894569468 after sql statement 2015-01-15 22:31:36.900144410 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=97 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:31:37.268607224 after sql statement 2015-01-15 22:31:37.283874780 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (7.44 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:44.729164752 after sql statement 2015-01-15 22:31:44.735613236 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=98 -------------- Query OK, 10000 rows affected (1.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:31:46.202822070 after sql statement 2015-01-15 22:31:46.212530583 before sql statment -------------- update test211_1 set c2=c1 where batch=98 -------------- Query OK, 10000 rows affected (2.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:48.775256844 after sql statement 2015-01-15 22:31:48.800331518 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=98 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:31:49.183389150 after sql statement 2015-01-15 22:31:49.185640937 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223149_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:31:49 (24383) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223149_Job_62672.xml 2015-01-15 22:31:49 (24383) INFO : Job file loaded, run time for this step : 0.426814 seconds 2015-01-15 22:31:49 (24383) INFO : PreProcessing check starts 2015-01-15 22:31:49 (24383) INFO : PreProcessing check completed 2015-01-15 22:31:49 (24383) INFO : preProcess completed, run time for this step : 0.045434 seconds 2015-01-15 22:31:49 (24383) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:49 (24383) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:49 (24383) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:31:49 (24383) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:31:51 (24383) INFO : Bulk load completed, total run time : 1.65962 seconds 2015-01-15 22:31:51.016138030 after import 2015-01-15 22:31:51.023527949 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=99 -------------- Query OK, 10000 rows affected (1.62 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:31:53.019066429 after sql statement 2015-01-15 22:31:53.031439198 before sql statment -------------- update test211_1 set c2=c1 where batch=99 -------------- Query OK, 10000 rows affected (1.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:54.801376714 after sql statement 2015-01-15 22:31:54.808885042 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=99 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.72 sec) Bye 2015-01-15 22:31:55.534225864 after sql statement 2015-01-15 22:31:55.550823649 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.87 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:59.434624208 after sql statement 2015-01-15 22:31:59.455602372 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=100 -------------- Query OK, 10000 rows affected (1.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.12 sec) Bye 2015-01-15 22:32:02.412286466 after sql statement 2015-01-15 22:32:02.422141428 before sql statment -------------- update test211_1 set c2=c1 where batch=100 -------------- Query OK, 10000 rows affected (1.38 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:03.819962955 after sql statement 2015-01-15 22:32:03.824953604 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=100 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:32:03.941513430 after sql statement 2015-01-15 22:32:03.946560253 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223205_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:32:05 (35185) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223205_Job_62672.xml 2015-01-15 22:32:05 (35185) INFO : Job file loaded, run time for this step : 1.18409 seconds 2015-01-15 22:32:05 (35185) INFO : PreProcessing check starts 2015-01-15 22:32:05 (35185) INFO : PreProcessing check completed 2015-01-15 22:32:05 (35185) INFO : preProcess completed, run time for this step : 0.0388999 seconds 2015-01-15 22:32:05 (35185) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:05 (35185) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:05 (35185) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:32:05 (35185) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:32:06 (35185) INFO : Bulk load completed, total run time : 2.24501 seconds 2015-01-15 22:32:06.934622545 after import 2015-01-15 22:32:06.952955483 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=101 -------------- Query OK, 10000 rows affected (3.09 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:32:10.471983643 after sql statement 2015-01-15 22:32:10.483891147 before sql statment -------------- update test211_1 set c2=c1 where batch=101 -------------- Query OK, 10000 rows affected (1.01 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:11.502295571 after sql statement 2015-01-15 22:32:11.517547246 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=101 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.26 sec) Bye 2015-01-15 22:32:11.785870447 after sql statement 2015-01-15 22:32:11.815995936 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.74 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:17.569502184 after sql statement 2015-01-15 22:32:17.577407188 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=102 -------------- Query OK, 10000 rows affected (1.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:32:19.234304704 after sql statement 2015-01-15 22:32:19.272362246 before sql statment -------------- update test211_1 set c2=c1 where batch=102 -------------- Query OK, 10000 rows affected (2.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:21.918819980 after sql statement 2015-01-15 22:32:21.933467903 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=102 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.55 sec) Bye 2015-01-15 22:32:22.491491810 after sql statement 2015-01-15 22:32:22.502046009 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223223_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:32:23 (49208) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223223_Job_62672.xml 2015-01-15 22:32:23 (49208) INFO : Job file loaded, run time for this step : 0.337037 seconds 2015-01-15 22:32:23 (49208) INFO : PreProcessing check starts 2015-01-15 22:32:23 (49208) INFO : PreProcessing check completed 2015-01-15 22:32:23 (49208) INFO : preProcess completed, run time for this step : 0.0376649 seconds 2015-01-15 22:32:23 (49208) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:23 (49208) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:32:23 (49208) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:23 (49208) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:32:24 (49208) INFO : Bulk load completed, total run time : 1.39726 seconds 2015-01-15 22:32:24.155119305 after import 2015-01-15 22:32:24.160370641 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=103 -------------- Query OK, 10000 rows affected (2.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.94 sec) Bye 2015-01-15 22:32:27.362224436 after sql statement 2015-01-15 22:32:27.367595561 before sql statment -------------- update test211_1 set c2=c1 where batch=103 -------------- Query OK, 10000 rows affected (1.59 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:28.974078019 after sql statement 2015-01-15 22:32:28.979637414 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=103 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.48 sec) Bye 2015-01-15 22:32:29.477489991 after sql statement 2015-01-15 22:32:29.505066136 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.71 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:33.216296432 after sql statement 2015-01-15 22:32:33.221130269 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=104 -------------- Query OK, 10000 rows affected (2.14 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.77 sec) Bye 2015-01-15 22:32:36.138237114 after sql statement 2015-01-15 22:32:36.145825963 before sql statment -------------- update test211_1 set c2=c1 where batch=104 -------------- Query OK, 10000 rows affected (2.86 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:39.021559032 after sql statement 2015-01-15 22:32:39.037686470 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=104 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:32:39.406647866 after sql statement 2015-01-15 22:32:39.408502464 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223241_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:32:41 (61069) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223241_Job_62672.xml 2015-01-15 22:32:41 (61069) INFO : Job file loaded, run time for this step : 1.24188 seconds 2015-01-15 22:32:41 (61069) INFO : PreProcessing check starts 2015-01-15 22:32:41 (61069) INFO : PreProcessing check completed 2015-01-15 22:32:41 (61069) INFO : preProcess completed, run time for this step : 0.0462658 seconds 2015-01-15 22:32:41 (61069) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:41 (61069) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:32:41 (61069) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:41 (61069) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:32:42 (61069) INFO : Bulk load completed, total run time : 2.31324 seconds 2015-01-15 22:32:42.875031546 after import 2015-01-15 22:32:42.882311777 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=105 -------------- Query OK, 10000 rows affected (1.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:32:44.903728605 after sql statement 2015-01-15 22:32:44.911193770 before sql statment -------------- update test211_1 set c2=c1 where batch=105 -------------- Query OK, 10000 rows affected (2.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:47.414990750 after sql statement 2015-01-15 22:32:47.430472036 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=105 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.32 sec) Bye 2015-01-15 22:32:47.762707399 after sql statement 2015-01-15 22:32:47.781995646 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.55 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:51.363631774 after sql statement 2015-01-15 22:32:51.385680634 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=106 -------------- Query OK, 10000 rows affected (2.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.34 sec) Bye 2015-01-15 22:32:53.815459954 after sql statement 2015-01-15 22:32:53.830286075 before sql statment -------------- update test211_1 set c2=c1 where batch=106 -------------- Query OK, 10000 rows affected (1.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:55.064356269 after sql statement 2015-01-15 22:32:55.071562328 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=106 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.44 sec) Bye 2015-01-15 22:32:55.527235197 after sql statement 2015-01-15 22:32:55.537605991 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223256_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:32:56 (8559) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223256_Job_62672.xml 2015-01-15 22:32:56 (8559) INFO : Job file loaded, run time for this step : 0.471309 seconds 2015-01-15 22:32:56 (8559) INFO : PreProcessing check starts 2015-01-15 22:32:56 (8559) INFO : PreProcessing check completed 2015-01-15 22:32:56 (8559) INFO : preProcess completed, run time for this step : 0.154252 seconds 2015-01-15 22:32:56 (8559) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:56 (8559) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:56 (8559) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:32:56 (8559) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:32:57 (8559) INFO : Bulk load completed, total run time : 1.65509 seconds 2015-01-15 22:32:57.396438104 after import 2015-01-15 22:32:57.415138053 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=107 -------------- Query OK, 10000 rows affected (2.27 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:33:00.107515776 after sql statement 2015-01-15 22:33:00.112908783 before sql statment -------------- update test211_1 set c2=c1 where batch=107 -------------- Query OK, 10000 rows affected (2.24 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:02.376690491 after sql statement 2015-01-15 22:33:02.385286736 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=107 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.76 sec) Bye 2015-01-15 22:33:03.143605554 after sql statement 2015-01-15 22:33:03.158191635 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.58 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:06.742527287 after sql statement 2015-01-15 22:33:06.759020281 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=108 -------------- Query OK, 10000 rows affected (1.02 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:33:08.243494484 after sql statement 2015-01-15 22:33:08.252193866 before sql statment -------------- update test211_1 set c2=c1 where batch=108 -------------- Query OK, 10000 rows affected (2.82 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:11.085238206 after sql statement 2015-01-15 22:33:11.091103127 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=108 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.13 sec) Bye 2015-01-15 22:33:11.236733043 after sql statement 2015-01-15 22:33:11.243301445 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223312_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:33:12 (20860) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223312_Job_62672.xml 2015-01-15 22:33:12 (20860) INFO : Job file loaded, run time for this step : 0.252333 seconds 2015-01-15 22:33:12 (20860) INFO : PreProcessing check starts 2015-01-15 22:33:12 (20860) INFO : PreProcessing check completed 2015-01-15 22:33:12 (20860) INFO : preProcess completed, run time for this step : 0.0381691 seconds 2015-01-15 22:33:12 (20860) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:12 (20860) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:33:12 (20860) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:12 (20860) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:33:13 (20860) INFO : Bulk load completed, total run time : 1.31747 seconds 2015-01-15 22:33:13.512036945 after import 2015-01-15 22:33:13.529820955 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=109 -------------- Query OK, 10000 rows affected (2.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.27 sec) Bye 2015-01-15 22:33:16.369766067 after sql statement 2015-01-15 22:33:16.376242720 before sql statment -------------- update test211_1 set c2=c1 where batch=109 -------------- Query OK, 10000 rows affected (2.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:18.670434835 after sql statement 2015-01-15 22:33:18.676781652 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=109 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.23 sec) Bye 2015-01-15 22:33:18.906971073 after sql statement 2015-01-15 22:33:18.924574353 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.43 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:22.356959421 after sql statement 2015-01-15 22:33:22.363202569 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=110 -------------- Query OK, 10000 rows affected (1.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.33 sec) Bye 2015-01-15 22:33:24.654472869 after sql statement 2015-01-15 22:33:24.663356377 before sql statment -------------- update test211_1 set c2=c1 where batch=110 -------------- Query OK, 10000 rows affected (2.96 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:27.652343952 after sql statement 2015-01-15 22:33:27.666681734 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=110 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:33:27.969407565 after sql statement 2015-01-15 22:33:27.973189704 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223328_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:33:28 (34516) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223328_Job_62672.xml 2015-01-15 22:33:28 (34516) INFO : Job file loaded, run time for this step : 0.486548 seconds 2015-01-15 22:33:28 (34516) INFO : PreProcessing check starts 2015-01-15 22:33:28 (34516) INFO : PreProcessing check completed 2015-01-15 22:33:28 (34516) INFO : preProcess completed, run time for this step : 0.036238 seconds 2015-01-15 22:33:28 (34516) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:28 (34516) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:33:28 (34516) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:28 (34516) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:33:29 (34516) INFO : Bulk load completed, total run time : 1.55402 seconds 2015-01-15 22:33:29.717248695 after import 2015-01-15 22:33:29.741696275 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=111 -------------- Query OK, 10000 rows affected (2.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.13 sec) Bye 2015-01-15 22:33:33.641588830 after sql statement 2015-01-15 22:33:33.654845446 before sql statment -------------- update test211_1 set c2=c1 where batch=111 -------------- Query OK, 10000 rows affected (2.35 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:36.013450963 after sql statement 2015-01-15 22:33:36.033654988 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=111 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.40 sec) Bye 2015-01-15 22:33:36.437508026 after sql statement 2015-01-15 22:33:36.447700380 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.05 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:40.499484098 after sql statement 2015-01-15 22:33:40.537017964 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=112 -------------- Query OK, 10000 rows affected (2.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:33:43.760537815 after sql statement 2015-01-15 22:33:43.832691753 before sql statment -------------- update test211_1 set c2=c1 where batch=112 -------------- Query OK, 10000 rows affected (3.86 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:47.725366347 after sql statement 2015-01-15 22:33:47.734316862 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=112 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.16 sec) Bye 2015-01-15 22:33:48.900770927 after sql statement 2015-01-15 22:33:48.904382495 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223350_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:33:50 (46147) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223350_Job_62672.xml 2015-01-15 22:33:50 (46147) INFO : Job file loaded, run time for this step : 1.07443 seconds 2015-01-15 22:33:50 (46147) INFO : PreProcessing check starts 2015-01-15 22:33:50 (46147) INFO : PreProcessing check completed 2015-01-15 22:33:50 (46147) INFO : preProcess completed, run time for this step : 0.059155 seconds 2015-01-15 22:33:50 (46147) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:50 (46147) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:33:50 (46147) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:51 (46147) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:33:51 (46147) INFO : Bulk load completed, total run time : 2.1654 seconds 2015-01-15 22:33:51.963335841 after import 2015-01-15 22:33:51.969379831 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=113 -------------- Query OK, 10000 rows affected (2.78 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.90 sec) Bye 2015-01-15 22:33:55.683648267 after sql statement 2015-01-15 22:33:55.719256614 before sql statment -------------- update test211_1 set c2=c1 where batch=113 -------------- Query OK, 10000 rows affected (2.89 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:58.642852121 after sql statement 2015-01-15 22:33:58.658698189 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=113 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.68 sec) Bye 2015-01-15 22:33:59.370830852 after sql statement 2015-01-15 22:33:59.393034865 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.52 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:02.923390560 after sql statement 2015-01-15 22:34:02.950653067 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=114 -------------- Query OK, 10000 rows affected (3.51 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.39 sec) Bye 2015-01-15 22:34:06.856659317 after sql statement 2015-01-15 22:34:06.865031882 before sql statment -------------- update test211_1 set c2=c1 where batch=114 -------------- Query OK, 10000 rows affected (2.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:09.183481983 after sql statement 2015-01-15 22:34:09.189382380 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=114 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.81 sec) Bye 2015-01-15 22:34:11.005907583 after sql statement 2015-01-15 22:34:11.016167485 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223411_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:34:11 (59746) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223411_Job_62672.xml 2015-01-15 22:34:11 (59746) INFO : Job file loaded, run time for this step : 0.411272 seconds 2015-01-15 22:34:11 (59746) INFO : PreProcessing check starts 2015-01-15 22:34:11 (59746) INFO : PreProcessing check completed 2015-01-15 22:34:11 (59746) INFO : preProcess completed, run time for this step : 0.042959 seconds 2015-01-15 22:34:11 (59746) INFO : No of Read Threads Spawned = 1 2015-01-15 22:34:11 (59746) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:34:11 (59746) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:34:11 (59746) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:34:12 (59746) INFO : Bulk load completed, total run time : 1.59826 seconds 2015-01-15 22:34:12.789256844 after import 2015-01-15 22:34:12.799798095 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=115 -------------- Query OK, 10000 rows affected (3.21 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.00 sec) Bye 2015-01-15 22:34:17.051072561 after sql statement 2015-01-15 22:34:17.079123822 before sql statment -------------- update test211_1 set c2=c1 where batch=115 -------------- Query OK, 10000 rows affected (2.35 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:19.443900994 after sql statement 2015-01-15 22:34:19.449063755 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=115 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:34:19.665088916 after sql statement 2015-01-15 22:34:19.677172862 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.45 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:23.140309911 after sql statement 2015-01-15 22:34:23.149138453 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=116 -------------- Query OK, 10000 rows affected (1.92 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.80 sec) Bye 2015-01-15 22:34:26.886348086 after sql statement 2015-01-15 22:34:26.890258126 before sql statment -------------- update test211_1 set c2=c1 where batch=116 -------------- Query OK, 10000 rows affected (2.44 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:29.339822622 after sql statement 2015-01-15 22:34:29.456528686 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=116 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.87 sec) Bye 2015-01-15 22:34:30.351129572 after sql statement 2015-01-15 22:34:30.369570643 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223430_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:34:30 (5074) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223430_Job_62672.xml 2015-01-15 22:34:30 (5074) INFO : Job file loaded, run time for this step : 0.312482 seconds 2015-01-15 22:34:30 (5074) INFO : PreProcessing check starts 2015-01-15 22:34:30 (5074) INFO : PreProcessing check completed 2015-01-15 22:34:30 (5074) INFO : preProcess completed, run time for this step : 0.0384908 seconds 2015-01-15 22:34:30 (5074) INFO : No of Read Threads Spawned = 1 2015-01-15 22:34:30 (5074) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:34:30 (5074) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:34:31 (5074) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:34:32 (5074) INFO : Bulk load completed, total run time : 1.63669 seconds 2015-01-15 22:34:32.189702821 after import 2015-01-15 22:34:32.195582262 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=117 -------------- Query OK, 10000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.00 sec) Bye 2015-01-15 22:34:34.641531651 after sql statement 2015-01-15 22:34:34.649145659 before sql statment -------------- update test211_1 set c2=c1 where batch=117 -------------- Query OK, 10000 rows affected (2.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:37.428896320 after sql statement 2015-01-15 22:34:37.449472665 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=117 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.46 sec) Bye 2015-01-15 22:34:37.935792872 after sql statement 2015-01-15 22:34:37.961219256 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.84 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:42.815334261 after sql statement 2015-01-15 22:34:42.822736847 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=118 -------------- Query OK, 10000 rows affected (4.65 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.81 sec) Bye 2015-01-15 22:34:48.308013140 after sql statement 2015-01-15 22:34:48.313514496 before sql statment -------------- update test211_1 set c2=c1 where batch=118 -------------- Query OK, 10000 rows affected (2.93 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:51.250641355 after sql statement 2015-01-15 22:34:51.255995485 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=118 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.64 sec) Bye 2015-01-15 22:34:51.929710949 after sql statement 2015-01-15 22:34:51.936413361 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223452_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:34:52 (16908) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223452_Job_62672.xml 2015-01-15 22:34:52 (16908) INFO : Job file loaded, run time for this step : 0.44197 seconds 2015-01-15 22:34:52 (16908) INFO : PreProcessing check starts 2015-01-15 22:34:52 (16908) INFO : PreProcessing check completed 2015-01-15 22:34:52 (16908) INFO : preProcess completed, run time for this step : 0.070678 seconds 2015-01-15 22:34:52 (16908) INFO : No of Read Threads Spawned = 1 2015-01-15 22:34:52 (16908) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:34:52 (16908) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:34:53 (16908) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:34:53 (16908) INFO : Bulk load completed, total run time : 1.54313 seconds 2015-01-15 22:34:53.695098713 after import 2015-01-15 22:34:53.712197100 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=119 -------------- Query OK, 10000 rows affected (1.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.68 sec) Bye 2015-01-15 22:34:56.991199166 after sql statement 2015-01-15 22:34:57.008206194 before sql statment -------------- update test211_1 set c2=c1 where batch=119 -------------- Query OK, 10000 rows affected (5.26 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:02.286322599 after sql statement 2015-01-15 22:35:02.300773280 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=119 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (2.19 sec) Bye 2015-01-15 22:35:04.496677214 after sql statement 2015-01-15 22:35:04.511676018 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.39 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:35:08.927441229 after sql statement 2015-01-15 22:35:08.946228965 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=120 -------------- Query OK, 10000 rows affected (4.14 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:35:13.505823537 after sql statement 2015-01-15 22:35:13.531472300 before sql statment -------------- update test211_1 set c2=c1 where batch=120 -------------- Query OK, 10000 rows affected (3.71 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:17.258720223 after sql statement 2015-01-15 22:35:17.267610959 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=120 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:35:17.396558596 after sql statement 2015-01-15 22:35:17.400617836 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223518_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:35:18 (29538) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223518_Job_62672.xml 2015-01-15 22:35:18 (29538) INFO : Job file loaded, run time for this step : 0.297379 seconds 2015-01-15 22:35:18 (29538) INFO : PreProcessing check starts 2015-01-15 22:35:18 (29538) INFO : PreProcessing check completed 2015-01-15 22:35:18 (29538) INFO : preProcess completed, run time for this step : 0.0221179 seconds 2015-01-15 22:35:18 (29538) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:18 (29538) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:35:18 (29538) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:18 (29538) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:35:19 (29538) INFO : Bulk load completed, total run time : 1.34229 seconds 2015-01-15 22:35:19.403564277 after import 2015-01-15 22:35:19.408691197 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=121 -------------- Query OK, 10000 rows affected (2.35 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.25 sec) Bye 2015-01-15 22:35:23.025604372 after sql statement 2015-01-15 22:35:23.033586660 before sql statment -------------- update test211_1 set c2=c1 where batch=121 -------------- Query OK, 10000 rows affected (2.07 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:25.127315884 after sql statement 2015-01-15 22:35:25.137227019 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=121 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.07 sec) Bye 2015-01-15 22:35:26.230652469 after sql statement 2015-01-15 22:35:26.254477746 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.51 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:35:30.783128473 after sql statement 2015-01-15 22:35:30.809005547 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=122 -------------- Query OK, 10000 rows affected (4.87 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.30 sec) Bye 2015-01-15 22:35:37.026413376 after sql statement 2015-01-15 22:35:37.044410989 before sql statment -------------- update test211_1 set c2=c1 where batch=122 -------------- Query OK, 10000 rows affected (2.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:39.541822349 after sql statement 2015-01-15 22:35:39.547082550 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=122 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.23 sec) Bye 2015-01-15 22:35:39.793118242 after sql statement 2015-01-15 22:35:39.796628348 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223541_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:35:41 (41234) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223541_Job_62672.xml 2015-01-15 22:35:41 (41234) INFO : Job file loaded, run time for this step : 0.452544 seconds 2015-01-15 22:35:41 (41234) INFO : PreProcessing check starts 2015-01-15 22:35:41 (41234) INFO : PreProcessing check completed 2015-01-15 22:35:41 (41234) INFO : preProcess completed, run time for this step : 0.091923 seconds 2015-01-15 22:35:41 (41234) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:41 (41234) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:41 (41234) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:35:41 (41234) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:35:42 (41234) INFO : Bulk load completed, total run time : 1.5681 seconds 2015-01-15 22:35:42.323205060 after import 2015-01-15 22:35:42.328983946 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=123 -------------- Query OK, 10000 rows affected (4.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:35:46.878582129 after sql statement 2015-01-15 22:35:46.885999684 before sql statment -------------- update test211_1 set c2=c1 where batch=123 -------------- Query OK, 10000 rows affected (0.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:47.623806608 after sql statement 2015-01-15 22:35:47.640982264 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=123 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.56 sec) Bye 2015-01-15 22:35:48.205318989 after sql statement 2015-01-15 22:35:48.235176727 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.63 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:35:51.880744196 after sql statement 2015-01-15 22:35:51.885771484 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=124 -------------- Query OK, 10000 rows affected (0.68 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.51 sec) Bye 2015-01-15 22:35:53.082934951 after sql statement 2015-01-15 22:35:53.092834739 before sql statment -------------- update test211_1 set c2=c1 where batch=124 -------------- Query OK, 10000 rows affected (1.40 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:54.513309620 after sql statement 2015-01-15 22:35:54.518187390 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=124 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:35:54.908514680 after sql statement 2015-01-15 22:35:54.911998580 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223555_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:35:55 (52537) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223555_Job_62672.xml 2015-01-15 22:35:55 (52537) INFO : Job file loaded, run time for this step : 0.35462 seconds 2015-01-15 22:35:55 (52537) INFO : PreProcessing check starts 2015-01-15 22:35:55 (52537) INFO : PreProcessing check completed 2015-01-15 22:35:55 (52537) INFO : preProcess completed, run time for this step : 0.0662429 seconds 2015-01-15 22:35:55 (52537) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:55 (52537) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:35:55 (52537) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:55 (52537) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:35:56 (52537) INFO : Bulk load completed, total run time : 1.44489 seconds 2015-01-15 22:35:56.594637961 after import 2015-01-15 22:35:56.599045113 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=125 -------------- Query OK, 10000 rows affected (3.26 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:36:00.289090887 after sql statement 2015-01-15 22:36:00.299048776 before sql statment -------------- update test211_1 set c2=c1 where batch=125 -------------- Query OK, 10000 rows affected (1.31 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:01.627341922 after sql statement 2015-01-15 22:36:01.641822089 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=125 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.61 sec) Bye 2015-01-15 22:36:02.263618885 after sql statement 2015-01-15 22:36:02.301216256 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.22 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:06.536565287 after sql statement 2015-01-15 22:36:06.552039030 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=126 -------------- Query OK, 10000 rows affected (2.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.22 sec) Bye 2015-01-15 22:36:09.374569499 after sql statement 2015-01-15 22:36:09.388794008 before sql statment -------------- update test211_1 set c2=c1 where batch=126 -------------- Query OK, 10000 rows affected (1.33 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:10.733628972 after sql statement 2015-01-15 22:36:10.739854618 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=126 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:36:10.972197607 after sql statement 2015-01-15 22:36:10.975045655 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223611_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:36:11 (64181) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223611_Job_62672.xml 2015-01-15 22:36:11 (64181) INFO : Job file loaded, run time for this step : 0.290542 seconds 2015-01-15 22:36:11 (64181) INFO : PreProcessing check starts 2015-01-15 22:36:11 (64181) INFO : PreProcessing check completed 2015-01-15 22:36:11 (64181) INFO : preProcess completed, run time for this step : 0.046978 seconds 2015-01-15 22:36:11 (64181) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:11 (64181) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:36:11 (64181) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:11 (64181) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:36:12 (64181) INFO : Bulk load completed, total run time : 1.35494 seconds 2015-01-15 22:36:12.494166468 after import 2015-01-15 22:36:12.498124182 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=127 -------------- Query OK, 10000 rows affected (2.82 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.74 sec) Bye 2015-01-15 22:36:16.063471726 after sql statement 2015-01-15 22:36:16.072787801 before sql statment -------------- update test211_1 set c2=c1 where batch=127 -------------- Query OK, 10000 rows affected (2.19 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:18.291717008 after sql statement 2015-01-15 22:36:18.303779063 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=127 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.96 sec) Bye 2015-01-15 22:36:19.275213717 after sql statement 2015-01-15 22:36:19.290627126 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.83 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:23.123014665 after sql statement 2015-01-15 22:36:23.129526872 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=128 -------------- Query OK, 10000 rows affected (2.46 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.79 sec) Bye 2015-01-15 22:36:26.440179628 after sql statement 2015-01-15 22:36:26.509416238 before sql statment -------------- update test211_1 set c2=c1 where batch=128 -------------- Query OK, 10000 rows affected (2.71 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:29.254421249 after sql statement 2015-01-15 22:36:29.281207124 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=128 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:36:29.588196080 after sql statement 2015-01-15 22:36:29.590910287 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223630_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:36:30 (13334) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223630_Job_62672.xml 2015-01-15 22:36:30 (13334) INFO : Job file loaded, run time for this step : 0.457824 seconds 2015-01-15 22:36:30 (13334) INFO : PreProcessing check starts 2015-01-15 22:36:30 (13334) INFO : PreProcessing check completed 2015-01-15 22:36:30 (13334) INFO : preProcess completed, run time for this step : 0.0448811 seconds 2015-01-15 22:36:30 (13334) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:30 (13334) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:36:30 (13334) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:30 (13334) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:36:31 (13334) INFO : Bulk load completed, total run time : 1.53064 seconds 2015-01-15 22:36:31.296544881 after import 2015-01-15 22:36:31.303860607 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=129 -------------- Query OK, 10000 rows affected (3.69 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:36:35.564711292 after sql statement 2015-01-15 22:36:35.574961594 before sql statment -------------- update test211_1 set c2=c1 where batch=129 -------------- Query OK, 10000 rows affected (2.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:38.061630982 after sql statement 2015-01-15 22:36:38.072982255 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=129 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.20 sec) Bye 2015-01-15 22:36:39.288195717 after sql statement 2015-01-15 22:36:39.336150664 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.98 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:43.331274280 after sql statement 2015-01-15 22:36:43.336050561 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=130 -------------- Query OK, 10000 rows affected (1.21 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:36:44.819816697 after sql statement 2015-01-15 22:36:44.833444492 before sql statment -------------- update test211_1 set c2=c1 where batch=130 -------------- Query OK, 10000 rows affected (1.53 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:46.372747164 after sql statement 2015-01-15 22:36:46.386217825 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=130 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.61 sec) Bye 2015-01-15 22:36:48.005135133 after sql statement 2015-01-15 22:36:48.017692853 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223648_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:36:48 (26042) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223648_Job_62672.xml 2015-01-15 22:36:48 (26042) INFO : Job file loaded, run time for this step : 0.40686 seconds 2015-01-15 22:36:48 (26042) INFO : PreProcessing check starts 2015-01-15 22:36:48 (26042) INFO : PreProcessing check completed 2015-01-15 22:36:48 (26042) INFO : preProcess completed, run time for this step : 0.0411129 seconds 2015-01-15 22:36:48 (26042) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:48 (26042) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:36:48 (26042) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:48 (26042) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:36:49 (26042) INFO : Bulk load completed, total run time : 1.47745 seconds 2015-01-15 22:36:49.708671939 after import 2015-01-15 22:36:49.717315897 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=131 -------------- Query OK, 10000 rows affected (1.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.70 sec) Bye 2015-01-15 22:36:52.023403902 after sql statement 2015-01-15 22:36:52.044516236 before sql statment -------------- update test211_1 set c2=c1 where batch=131 -------------- Query OK, 10000 rows affected (3.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:55.664856687 after sql statement 2015-01-15 22:36:55.671250771 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=131 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:36:56.206655981 after sql statement 2015-01-15 22:36:56.225017338 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.53 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:01.778489400 after sql statement 2015-01-15 22:37:01.805458275 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=132 -------------- Query OK, 10000 rows affected (1.57 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.38 sec) Bye 2015-01-15 22:37:04.766459972 after sql statement 2015-01-15 22:37:04.778623473 before sql statment -------------- update test211_1 set c2=c1 where batch=132 -------------- Query OK, 10000 rows affected (2.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:06.962905628 after sql statement 2015-01-15 22:37:06.968287178 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=132 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.36 sec) Bye 2015-01-15 22:37:08.337530006 after sql statement 2015-01-15 22:37:08.342420876 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223709_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:37:09 (41199) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223709_Job_62672.xml 2015-01-15 22:37:09 (41199) INFO : Job file loaded, run time for this step : 0.438998 seconds 2015-01-15 22:37:09 (41199) INFO : PreProcessing check starts 2015-01-15 22:37:09 (41199) INFO : PreProcessing check completed 2015-01-15 22:37:09 (41199) INFO : preProcess completed, run time for this step : 0.112495 seconds 2015-01-15 22:37:09 (41199) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:09 (41199) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:37:09 (41199) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:09 (41199) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:37:10 (41199) INFO : Bulk load completed, total run time : 1.57499 seconds 2015-01-15 22:37:10.586948151 after import 2015-01-15 22:37:10.593265924 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=133 -------------- Query OK, 10000 rows affected (1.83 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:37:12.843724334 after sql statement 2015-01-15 22:37:12.855954087 before sql statment -------------- update test211_1 set c2=c1 where batch=133 -------------- Query OK, 10000 rows affected (2.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:15.636811165 after sql statement 2015-01-15 22:37:15.666804904 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=133 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:37:16.182808224 after sql statement 2015-01-15 22:37:16.199704813 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.87 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:20.098043172 after sql statement 2015-01-15 22:37:20.104542830 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=134 -------------- Query OK, 10000 rows affected (1.83 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:37:22.256110827 after sql statement 2015-01-15 22:37:22.266316924 before sql statment -------------- update test211_1 set c2=c1 where batch=134 -------------- Query OK, 10000 rows affected (1.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:24.088337989 after sql statement 2015-01-15 22:37:24.103251201 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=134 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.16 sec) Bye 2015-01-15 22:37:25.278134155 after sql statement 2015-01-15 22:37:25.280513983 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223725_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:37:25 (54469) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223725_Job_62672.xml 2015-01-15 22:37:25 (54469) INFO : Job file loaded, run time for this step : 0.422276 seconds 2015-01-15 22:37:25 (54469) INFO : PreProcessing check starts 2015-01-15 22:37:25 (54469) INFO : PreProcessing check completed 2015-01-15 22:37:25 (54469) INFO : preProcess completed, run time for this step : 0.043828 seconds 2015-01-15 22:37:25 (54469) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:25 (54469) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:37:26 (54469) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:26 (54469) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:37:27 (54469) INFO : Bulk load completed, total run time : 1.76069 seconds 2015-01-15 22:37:27.206362205 after import 2015-01-15 22:37:27.226745990 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=135 -------------- Query OK, 10000 rows affected (2.61 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.03 sec) Bye 2015-01-15 22:37:30.888972904 after sql statement 2015-01-15 22:37:30.894712376 before sql statment -------------- update test211_1 set c2=c1 where batch=135 -------------- Query OK, 10000 rows affected (1.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:32.637172488 after sql statement 2015-01-15 22:37:32.645908632 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=135 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.47 sec) Bye 2015-01-15 22:37:33.234166192 after sql statement 2015-01-15 22:37:33.261501905 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.60 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:37.871313631 after sql statement 2015-01-15 22:37:37.875547093 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=136 -------------- Query OK, 10000 rows affected (1.75 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:37:40.050965548 after sql statement 2015-01-15 22:37:40.056270670 before sql statment -------------- update test211_1 set c2=c1 where batch=136 -------------- Query OK, 10000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:42.529769828 after sql statement 2015-01-15 22:37:42.542127287 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=136 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:37:42.838413431 after sql statement 2015-01-15 22:37:42.841389438 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223743_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:37:43 (1769) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223743_Job_62672.xml 2015-01-15 22:37:43 (1769) INFO : Job file loaded, run time for this step : 0.603465 seconds 2015-01-15 22:37:43 (1769) INFO : PreProcessing check starts 2015-01-15 22:37:43 (1769) INFO : PreProcessing check completed 2015-01-15 22:37:43 (1769) INFO : preProcess completed, run time for this step : 0.066174 seconds 2015-01-15 22:37:43 (1769) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:43 (1769) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:37:43 (1769) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:43 (1769) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:37:44 (1769) INFO : Bulk load completed, total run time : 1.68807 seconds 2015-01-15 22:37:44.762068242 after import 2015-01-15 22:37:44.766197525 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=137 -------------- Query OK, 10000 rows affected (1.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:37:47.171177514 after sql statement 2015-01-15 22:37:47.213790392 before sql statment -------------- update test211_1 set c2=c1 where batch=137 -------------- Query OK, 10000 rows affected (3.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:50.520446509 after sql statement 2015-01-15 22:37:50.525970751 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=137 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.49 sec) Bye 2015-01-15 22:37:52.030976542 after sql statement 2015-01-15 22:37:52.064047873 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.70 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:55.769747238 after sql statement 2015-01-15 22:37:55.796143229 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=138 -------------- Query OK, 10000 rows affected (3.61 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.12 sec) Bye 2015-01-15 22:38:00.536465857 after sql statement 2015-01-15 22:38:00.540503989 before sql statment -------------- update test211_1 set c2=c1 where batch=138 -------------- Query OK, 10000 rows affected (2.34 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:02.884271615 after sql statement 2015-01-15 22:38:02.897487030 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=138 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:38:03.416021991 after sql statement 2015-01-15 22:38:03.425251018 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223803_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:38:03 (15178) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223803_Job_62672.xml 2015-01-15 22:38:03 (15178) INFO : Job file loaded, run time for this step : 0.239067 seconds 2015-01-15 22:38:03 (15178) INFO : PreProcessing check starts 2015-01-15 22:38:03 (15178) INFO : PreProcessing check completed 2015-01-15 22:38:03 (15178) INFO : preProcess completed, run time for this step : 0.025409 seconds 2015-01-15 22:38:03 (15178) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:03 (15178) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:38:03 (15178) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:03 (15178) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:38:04 (15178) INFO : Bulk load completed, total run time : 1.29091 seconds 2015-01-15 22:38:04.907413980 after import 2015-01-15 22:38:04.911715787 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=139 -------------- Query OK, 10000 rows affected (1.42 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.17 sec) Bye 2015-01-15 22:38:07.515192136 after sql statement 2015-01-15 22:38:07.537676776 before sql statment -------------- update test211_1 set c2=c1 where batch=139 -------------- Query OK, 10000 rows affected (1.80 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:09.360362745 after sql statement 2015-01-15 22:38:09.369177863 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=139 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.42 sec) Bye 2015-01-15 22:38:09.807781962 after sql statement 2015-01-15 22:38:09.841603435 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.75 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:13.616199197 after sql statement 2015-01-15 22:38:13.639192419 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=140 -------------- Query OK, 10000 rows affected (4.26 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.52 sec) Bye 2015-01-15 22:38:18.436333180 after sql statement 2015-01-15 22:38:18.450764168 before sql statment -------------- update test211_1 set c2=c1 where batch=140 -------------- Query OK, 10000 rows affected (1.12 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:19.593267973 after sql statement 2015-01-15 22:38:19.620991122 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=140 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:38:20.330544782 after sql statement 2015-01-15 22:38:20.334174424 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223820_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:38:21 (27108) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223820_Job_62672.xml 2015-01-15 22:38:21 (27108) INFO : Job file loaded, run time for this step : 0.417599 seconds 2015-01-15 22:38:21 (27108) INFO : PreProcessing check starts 2015-01-15 22:38:21 (27108) INFO : PreProcessing check completed 2015-01-15 22:38:21 (27108) INFO : preProcess completed, run time for this step : 0.0539401 seconds 2015-01-15 22:38:21 (27108) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:21 (27108) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:38:21 (27108) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:21 (27108) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:38:22 (27108) INFO : Bulk load completed, total run time : 1.49354 seconds 2015-01-15 22:38:22.168420983 after import 2015-01-15 22:38:22.172964204 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=141 -------------- Query OK, 10000 rows affected (1.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.70 sec) Bye 2015-01-15 22:38:23.892507552 after sql statement 2015-01-15 22:38:23.896554364 before sql statment -------------- update test211_1 set c2=c1 where batch=141 -------------- Query OK, 10000 rows affected (2.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:26.448763576 after sql statement 2015-01-15 22:38:26.457870001 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=141 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:38:26.728686980 after sql statement 2015-01-15 22:38:26.754764787 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.05 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:30.813303601 after sql statement 2015-01-15 22:38:30.826138038 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=142 -------------- Query OK, 10000 rows affected (1.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.39 sec) Bye 2015-01-15 22:38:32.464735287 after sql statement 2015-01-15 22:38:32.474550474 before sql statment -------------- update test211_1 set c2=c1 where batch=142 -------------- Query OK, 10000 rows affected (1.79 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:34.278590550 after sql statement 2015-01-15 22:38:34.298970566 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=142 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:38:34.760010035 after sql statement 2015-01-15 22:38:34.762698164 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223835_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:38:35 (38795) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223835_Job_62672.xml 2015-01-15 22:38:35 (38795) INFO : Job file loaded, run time for this step : 0.4314 seconds 2015-01-15 22:38:35 (38795) INFO : PreProcessing check starts 2015-01-15 22:38:35 (38795) INFO : PreProcessing check completed 2015-01-15 22:38:35 (38795) INFO : preProcess completed, run time for this step : 0.0483139 seconds 2015-01-15 22:38:35 (38795) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:35 (38795) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:38:35 (38795) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:35 (38795) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:38:36 (38795) INFO : Bulk load completed, total run time : 1.50493 seconds 2015-01-15 22:38:36.500953406 after import 2015-01-15 22:38:36.507388560 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=143 -------------- Query OK, 10000 rows affected (2.34 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:38:39.223915183 after sql statement 2015-01-15 22:38:39.228612418 before sql statment -------------- update test211_1 set c2=c1 where batch=143 -------------- Query OK, 10000 rows affected (2.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:41.399644945 after sql statement 2015-01-15 22:38:41.408153593 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=143 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:38:41.688842365 after sql statement 2015-01-15 22:38:41.706862318 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.41 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:45.125484507 after sql statement 2015-01-15 22:38:45.135151035 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=144 -------------- Query OK, 10000 rows affected (1.85 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:38:47.427018753 after sql statement 2015-01-15 22:38:47.436207751 before sql statment -------------- update test211_1 set c2=c1 where batch=144 -------------- Query OK, 10000 rows affected (2.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:49.928143462 after sql statement 2015-01-15 22:38:49.935237041 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=144 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:38:50.636378485 after sql statement 2015-01-15 22:38:50.639250433 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223851_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:38:51 (50688) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223851_Job_62672.xml 2015-01-15 22:38:51 (50688) INFO : Job file loaded, run time for this step : 0.423811 seconds 2015-01-15 22:38:51 (50688) INFO : PreProcessing check starts 2015-01-15 22:38:51 (50688) INFO : PreProcessing check completed 2015-01-15 22:38:51 (50688) INFO : preProcess completed, run time for this step : 0.0754812 seconds 2015-01-15 22:38:51 (50688) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:51 (50688) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:38:51 (50688) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:51 (50688) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:38:52 (50688) INFO : Bulk load completed, total run time : 1.54469 seconds 2015-01-15 22:38:52.350402083 after import 2015-01-15 22:38:52.374845370 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=145 -------------- Query OK, 10000 rows affected (1.82 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.57 sec) Bye 2015-01-15 22:38:54.798692391 after sql statement 2015-01-15 22:38:54.844155927 before sql statment -------------- update test211_1 set c2=c1 where batch=145 -------------- Query OK, 10000 rows affected (2.12 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:56.976746184 after sql statement 2015-01-15 22:38:56.984673729 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=145 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.53 sec) Bye 2015-01-15 22:38:57.528614338 after sql statement 2015-01-15 22:38:57.547942723 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.63 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:01.186830506 after sql statement 2015-01-15 22:39:01.219248108 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=146 -------------- Query OK, 10000 rows affected (1.74 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.21 sec) Bye 2015-01-15 22:39:03.177595156 after sql statement 2015-01-15 22:39:03.185548430 before sql statment -------------- update test211_1 set c2=c1 where batch=146 -------------- Query OK, 10000 rows affected (2.98 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:06.175161423 after sql statement 2015-01-15 22:39:06.194483614 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=146 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.23 sec) Bye 2015-01-15 22:39:06.439588608 after sql statement 2015-01-15 22:39:06.442249800 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223906_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:39:06 (62352) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223906_Job_62672.xml 2015-01-15 22:39:06 (62352) INFO : Job file loaded, run time for this step : 0.285207 seconds 2015-01-15 22:39:06 (62352) INFO : PreProcessing check starts 2015-01-15 22:39:06 (62352) INFO : PreProcessing check completed 2015-01-15 22:39:06 (62352) INFO : preProcess completed, run time for this step : 0.031816 seconds 2015-01-15 22:39:06 (62352) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:06 (62352) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:39:06 (62352) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:07 (62352) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:39:07 (62352) INFO : Bulk load completed, total run time : 1.34069 seconds 2015-01-15 22:39:07.991341979 after import 2015-01-15 22:39:07.999657638 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=147 -------------- Query OK, 10000 rows affected (1.28 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.33 sec) Bye 2015-01-15 22:39:09.626133525 after sql statement 2015-01-15 22:39:09.634427975 before sql statment -------------- update test211_1 set c2=c1 where batch=147 -------------- Query OK, 10000 rows affected (1.10 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:10.744458851 after sql statement 2015-01-15 22:39:10.751793381 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=147 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:39:11.122286811 after sql statement 2015-01-15 22:39:11.141229192 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.17 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:15.337231486 after sql statement 2015-01-15 22:39:15.357751838 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=148 -------------- Query OK, 10000 rows affected (2.39 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:39:18.039396262 after sql statement 2015-01-15 22:39:18.045640277 before sql statment -------------- update test211_1 set c2=c1 where batch=148 -------------- Query OK, 10000 rows affected (0.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:18.892329714 after sql statement 2015-01-15 22:39:18.914362056 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=148 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:39:19.031264211 after sql statement 2015-01-15 22:39:19.033344042 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223919_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:39:19 (7647) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223919_Job_62672.xml 2015-01-15 22:39:19 (7647) INFO : Job file loaded, run time for this step : 0.259336 seconds 2015-01-15 22:39:19 (7647) INFO : PreProcessing check starts 2015-01-15 22:39:19 (7647) INFO : PreProcessing check completed 2015-01-15 22:39:19 (7647) INFO : preProcess completed, run time for this step : 0.023813 seconds 2015-01-15 22:39:19 (7647) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:19 (7647) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:19 (7647) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:39:19 (7647) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:39:20 (7647) INFO : Bulk load completed, total run time : 1.31406 seconds 2015-01-15 22:39:20.486676667 after import 2015-01-15 22:39:20.493527796 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=149 -------------- Query OK, 10000 rows affected (1.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.89 sec) Bye 2015-01-15 22:39:22.943085881 after sql statement 2015-01-15 22:39:22.951666729 before sql statment -------------- update test211_1 set c2=c1 where batch=149 -------------- Query OK, 10000 rows affected (1.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:24.508379048 after sql statement 2015-01-15 22:39:24.520999876 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=149 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:39:24.800350431 after sql statement 2015-01-15 22:39:24.841794738 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.48 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:30.340382643 after sql statement 2015-01-15 22:39:30.353341153 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=150 -------------- Query OK, 10000 rows affected (0.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.16 sec) Bye 2015-01-15 22:39:31.270181678 after sql statement 2015-01-15 22:39:31.278366579 before sql statment -------------- update test211_1 set c2=c1 where batch=150 -------------- Query OK, 10000 rows affected (1.31 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:32.588666092 after sql statement 2015-01-15 22:39:32.597854238 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=150 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:39:32.826721562 after sql statement 2015-01-15 22:39:32.829370674 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223933_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:39:33 (17894) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223933_Job_62672.xml 2015-01-15 22:39:33 (17894) INFO : Job file loaded, run time for this step : 0.293816 seconds 2015-01-15 22:39:33 (17894) INFO : PreProcessing check starts 2015-01-15 22:39:33 (17894) INFO : PreProcessing check completed 2015-01-15 22:39:33 (17894) INFO : preProcess completed, run time for this step : 0.031774 seconds 2015-01-15 22:39:33 (17894) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:33 (17894) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:39:33 (17894) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:33 (17894) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:39:34 (17894) INFO : Bulk load completed, total run time : 1.34105 seconds 2015-01-15 22:39:34.303844939 after import 2015-01-15 22:39:34.309518604 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=151 -------------- Query OK, 10000 rows affected (1.12 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:39:35.877922342 after sql statement 2015-01-15 22:39:35.885043461 before sql statment -------------- update test211_1 set c2=c1 where batch=151 -------------- Query OK, 10000 rows affected (1.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:37.363832314 after sql statement 2015-01-15 22:39:37.370639848 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=151 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.60 sec) Bye 2015-01-15 22:39:37.982318768 after sql statement 2015-01-15 22:39:37.998205713 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.04 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:42.059922152 after sql statement 2015-01-15 22:39:42.066799934 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=152 -------------- Query OK, 10000 rows affected (1.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.53 sec) Bye 2015-01-15 22:39:45.273015905 after sql statement 2015-01-15 22:39:45.280644167 before sql statment -------------- update test211_1 set c2=c1 where batch=152 -------------- Query OK, 10000 rows affected (1.96 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:47.245871288 after sql statement 2015-01-15 22:39:47.253613329 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=152 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:39:47.443941998 after sql statement 2015-01-15 22:39:47.446125515 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223947_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:39:47 (29022) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T223947_Job_62672.xml 2015-01-15 22:39:47 (29022) INFO : Job file loaded, run time for this step : 0.351994 seconds 2015-01-15 22:39:47 (29022) INFO : PreProcessing check starts 2015-01-15 22:39:47 (29022) INFO : PreProcessing check completed 2015-01-15 22:39:47 (29022) INFO : preProcess completed, run time for this step : 0.0471411 seconds 2015-01-15 22:39:47 (29022) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:47 (29022) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:39:47 (29022) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:48 (29022) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:39:49 (29022) INFO : Bulk load completed, total run time : 1.43724 seconds 2015-01-15 22:39:49.033678304 after import 2015-01-15 22:39:49.041431929 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=153 -------------- Query OK, 10000 rows affected (2.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:39:51.629164617 after sql statement 2015-01-15 22:39:51.651371924 before sql statment -------------- update test211_1 set c2=c1 where batch=153 -------------- Query OK, 10000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:54.109372248 after sql statement 2015-01-15 22:39:54.116247086 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=153 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:39:54.402101846 after sql statement 2015-01-15 22:39:54.418501505 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.63 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:58.058303198 after sql statement 2015-01-15 22:39:58.066789346 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=154 -------------- Query OK, 10000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:40:00.256202855 after sql statement 2015-01-15 22:40:00.270902140 before sql statment -------------- update test211_1 set c2=c1 where batch=154 -------------- Query OK, 10000 rows affected (1.67 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:01.945597841 after sql statement 2015-01-15 22:40:01.954538362 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=154 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:40:02.128147765 after sql statement 2015-01-15 22:40:02.130272164 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224003_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:40:03 (39968) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224003_Job_62672.xml 2015-01-15 22:40:03 (39968) INFO : Job file loaded, run time for this step : 1.06827 seconds 2015-01-15 22:40:03 (39968) INFO : PreProcessing check starts 2015-01-15 22:40:04 (39968) INFO : PreProcessing check completed 2015-01-15 22:40:04 (39968) INFO : preProcess completed, run time for this step : 0.389707 seconds 2015-01-15 22:40:04 (39968) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:04 (39968) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:40:04 (39968) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:04 (39968) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:40:05 (39968) INFO : Bulk load completed, total run time : 2.47732 seconds 2015-01-15 22:40:05.058489819 after import 2015-01-15 22:40:05.064792022 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=155 -------------- Query OK, 10000 rows affected (1.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:40:07.036140664 after sql statement 2015-01-15 22:40:07.041987420 before sql statment -------------- update test211_1 set c2=c1 where batch=155 -------------- Query OK, 10000 rows affected (1.95 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:09.001199803 after sql statement 2015-01-15 22:40:09.008122294 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=155 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.33 sec) Bye 2015-01-15 22:40:09.353346466 after sql statement 2015-01-15 22:40:09.372810391 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.67 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:13.064977366 after sql statement 2015-01-15 22:40:13.070940470 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=156 -------------- Query OK, 10000 rows affected (1.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.21 sec) Bye 2015-01-15 22:40:14.854371150 after sql statement 2015-01-15 22:40:14.858737642 before sql statment -------------- update test211_1 set c2=c1 where batch=156 -------------- Query OK, 10000 rows affected (0.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:15.679420978 after sql statement 2015-01-15 22:40:15.684214736 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=156 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:40:15.878126054 after sql statement 2015-01-15 22:40:15.881086574 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224016_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:40:16 (50757) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224016_Job_62672.xml 2015-01-15 22:40:16 (50757) INFO : Job file loaded, run time for this step : 0.448488 seconds 2015-01-15 22:40:16 (50757) INFO : PreProcessing check starts 2015-01-15 22:40:16 (50757) INFO : PreProcessing check completed 2015-01-15 22:40:16 (50757) INFO : preProcess completed, run time for this step : 0.064455 seconds 2015-01-15 22:40:16 (50757) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:16 (50757) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:40:16 (50757) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:16 (50757) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:40:17 (50757) INFO : Bulk load completed, total run time : 1.53993 seconds 2015-01-15 22:40:17.847255545 after import 2015-01-15 22:40:17.864921632 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=157 -------------- Query OK, 10000 rows affected (2.58 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.93 sec) Bye 2015-01-15 22:40:21.383908971 after sql statement 2015-01-15 22:40:21.387994038 before sql statment -------------- update test211_1 set c2=c1 where batch=157 -------------- Query OK, 10000 rows affected (1.60 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:22.992254237 after sql statement 2015-01-15 22:40:23.001077475 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=157 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.59 sec) Bye 2015-01-15 22:40:23.596104527 after sql statement 2015-01-15 22:40:23.635441045 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.71 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:27.356104444 after sql statement 2015-01-15 22:40:27.362222545 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=158 -------------- Query OK, 10000 rows affected (2.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.65 sec) Bye 2015-01-15 22:40:30.824130446 after sql statement 2015-01-15 22:40:30.829172888 before sql statment -------------- update test211_1 set c2=c1 where batch=158 -------------- Query OK, 10000 rows affected (1.76 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:32.590395855 after sql statement 2015-01-15 22:40:32.595036931 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=158 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.44 sec) Bye 2015-01-15 22:40:33.054605200 after sql statement 2015-01-15 22:40:33.062001832 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224033_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:40:33 (62549) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224033_Job_62672.xml 2015-01-15 22:40:33 (62549) INFO : Job file loaded, run time for this step : 0.274396 seconds 2015-01-15 22:40:33 (62549) INFO : PreProcessing check starts 2015-01-15 22:40:33 (62549) INFO : PreProcessing check completed 2015-01-15 22:40:33 (62549) INFO : preProcess completed, run time for this step : 0.037817 seconds 2015-01-15 22:40:33 (62549) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:33 (62549) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:40:33 (62549) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:33 (62549) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:40:34 (62549) INFO : Bulk load completed, total run time : 1.33988 seconds 2015-01-15 22:40:34.595248625 after import 2015-01-15 22:40:34.603332402 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=159 -------------- Query OK, 10000 rows affected (1.63 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.07 sec) Bye 2015-01-15 22:40:37.328001707 after sql statement 2015-01-15 22:40:37.350124368 before sql statment -------------- update test211_1 set c2=c1 where batch=159 -------------- Query OK, 10000 rows affected (2.31 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:39.675466085 after sql statement 2015-01-15 22:40:39.687321589 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=159 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:40:39.855924066 after sql statement 2015-01-15 22:40:39.875137697 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.62 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:43.512637233 after sql statement 2015-01-15 22:40:43.517398119 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=160 -------------- Query OK, 10000 rows affected (2.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.32 sec) Bye 2015-01-15 22:40:45.852363709 after sql statement 2015-01-15 22:40:45.856752908 before sql statment -------------- update test211_1 set c2=c1 where batch=160 -------------- Query OK, 10000 rows affected (1.17 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:47.031422967 after sql statement 2015-01-15 22:40:47.042317440 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=160 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:40:47.513140162 after sql statement 2015-01-15 22:40:47.526454292 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224047_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:40:48 (8465) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224047_Job_62672.xml 2015-01-15 22:40:48 (8465) INFO : Job file loaded, run time for this step : 0.343565 seconds 2015-01-15 22:40:48 (8465) INFO : PreProcessing check starts 2015-01-15 22:40:48 (8465) INFO : PreProcessing check completed 2015-01-15 22:40:48 (8465) INFO : preProcess completed, run time for this step : 0.0531199 seconds 2015-01-15 22:40:48 (8465) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:48 (8465) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:40:48 (8465) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:48 (8465) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:40:50 (8465) INFO : Bulk load completed, total run time : 2.92136 seconds 2015-01-15 22:40:50.660991505 after import 2015-01-15 22:40:50.674903539 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=161 -------------- Query OK, 10000 rows affected (0.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.48 sec) Bye 2015-01-15 22:40:51.925340120 after sql statement 2015-01-15 22:40:51.930405486 before sql statment -------------- update test211_1 set c2=c1 where batch=161 -------------- Query OK, 10000 rows affected (3.17 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:55.103338080 after sql statement 2015-01-15 22:40:55.116789916 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=161 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.33 sec) Bye 2015-01-15 22:40:56.458856279 after sql statement 2015-01-15 22:40:56.507860276 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.61 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:02.158171130 after sql statement 2015-01-15 22:41:02.169872646 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=162 -------------- Query OK, 10000 rows affected (1.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:41:04.374779609 after sql statement 2015-01-15 22:41:04.380805343 before sql statment -------------- update test211_1 set c2=c1 where batch=162 -------------- Query OK, 10000 rows affected (1.88 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:06.279492537 after sql statement 2015-01-15 22:41:06.286928526 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=162 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.44 sec) Bye 2015-01-15 22:41:06.752963736 after sql statement 2015-01-15 22:41:06.760207284 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224107_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:41:07 (20877) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224107_Job_62672.xml 2015-01-15 22:41:07 (20877) INFO : Job file loaded, run time for this step : 0.325456 seconds 2015-01-15 22:41:07 (20877) INFO : PreProcessing check starts 2015-01-15 22:41:07 (20877) INFO : PreProcessing check completed 2015-01-15 22:41:07 (20877) INFO : preProcess completed, run time for this step : 0.0342331 seconds 2015-01-15 22:41:07 (20877) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:07 (20877) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:41:07 (20877) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:07 (20877) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:41:08 (20877) INFO : Bulk load completed, total run time : 1.4005 seconds 2015-01-15 22:41:08.363646055 after import 2015-01-15 22:41:08.383730047 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=163 -------------- Query OK, 10000 rows affected (2.53 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.71 sec) Bye 2015-01-15 22:41:11.648195619 after sql statement 2015-01-15 22:41:11.660757646 before sql statment -------------- update test211_1 set c2=c1 where batch=163 -------------- Query OK, 10000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:14.117162316 after sql statement 2015-01-15 22:41:14.127454092 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=163 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:41:14.639982289 after sql statement 2015-01-15 22:41:14.661925411 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.66 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:20.333016527 after sql statement 2015-01-15 22:41:20.341109387 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=164 -------------- Query OK, 10000 rows affected (3.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.24 sec) Bye 2015-01-15 22:41:23.763991308 after sql statement 2015-01-15 22:41:23.768441273 before sql statment -------------- update test211_1 set c2=c1 where batch=164 -------------- Query OK, 10000 rows affected (1.14 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:24.919359183 after sql statement 2015-01-15 22:41:24.925433448 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=164 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:41:25.439899255 after sql statement 2015-01-15 22:41:25.443454970 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224125_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:41:25 (34399) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224125_Job_62672.xml 2015-01-15 22:41:25 (34399) INFO : Job file loaded, run time for this step : 0.238382 seconds 2015-01-15 22:41:25 (34399) INFO : PreProcessing check starts 2015-01-15 22:41:25 (34399) INFO : PreProcessing check completed 2015-01-15 22:41:25 (34399) INFO : preProcess completed, run time for this step : 0.0208309 seconds 2015-01-15 22:41:25 (34399) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:25 (34399) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:41:25 (34399) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:25 (34399) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:41:26 (34399) INFO : Bulk load completed, total run time : 1.2962 seconds 2015-01-15 22:41:26.910968072 after import 2015-01-15 22:41:26.951063694 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=165 -------------- Query OK, 10000 rows affected (1.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.71 sec) Bye 2015-01-15 22:41:28.983725283 after sql statement 2015-01-15 22:41:28.991473966 before sql statment -------------- update test211_1 set c2=c1 where batch=165 -------------- Query OK, 10000 rows affected (2.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:31.119971188 after sql statement 2015-01-15 22:41:31.128724356 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=165 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.07 sec) Bye 2015-01-15 22:41:32.226262977 after sql statement 2015-01-15 22:41:32.281703864 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.18 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:37.482607769 after sql statement 2015-01-15 22:41:37.492266427 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=166 -------------- Query OK, 10000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.48 sec) Bye 2015-01-15 22:41:39.421478169 after sql statement 2015-01-15 22:41:39.426806010 before sql statment -------------- update test211_1 set c2=c1 where batch=166 -------------- Query OK, 10000 rows affected (0.97 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:40.405827474 after sql statement 2015-01-15 22:41:40.416726000 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=166 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:41:40.857734997 after sql statement 2015-01-15 22:41:40.861947910 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224141_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:41:41 (45415) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224141_Job_62672.xml 2015-01-15 22:41:41 (45415) INFO : Job file loaded, run time for this step : 0.5123 seconds 2015-01-15 22:41:41 (45415) INFO : PreProcessing check starts 2015-01-15 22:41:41 (45415) INFO : PreProcessing check completed 2015-01-15 22:41:41 (45415) INFO : preProcess completed, run time for this step : 0.0506508 seconds 2015-01-15 22:41:41 (45415) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:41 (45415) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:41:41 (45415) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:41 (45415) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:41:42 (45415) INFO : Bulk load completed, total run time : 1.59931 seconds 2015-01-15 22:41:42.643427107 after import 2015-01-15 22:41:42.654481975 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=167 -------------- Query OK, 10000 rows affected (1.57 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.21 sec) Bye 2015-01-15 22:41:44.447372885 after sql statement 2015-01-15 22:41:44.468280522 before sql statment -------------- update test211_1 set c2=c1 where batch=167 -------------- Query OK, 10000 rows affected (2.64 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:47.133837322 after sql statement 2015-01-15 22:41:47.140196998 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=167 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:41:47.711344240 after sql statement 2015-01-15 22:41:47.738475286 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.88 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:52.626929354 after sql statement 2015-01-15 22:41:52.634141944 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=168 -------------- Query OK, 10000 rows affected (1.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:41:54.838434219 after sql statement 2015-01-15 22:41:54.861385543 before sql statment -------------- update test211_1 set c2=c1 where batch=168 -------------- Query OK, 10000 rows affected (1.17 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:56.048620145 after sql statement 2015-01-15 22:41:56.054791709 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=168 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.72 sec) Bye 2015-01-15 22:41:56.782497055 after sql statement 2015-01-15 22:41:56.784548388 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224157_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:41:57 (57059) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224157_Job_62672.xml 2015-01-15 22:41:57 (57059) INFO : Job file loaded, run time for this step : 0.30666 seconds 2015-01-15 22:41:57 (57059) INFO : PreProcessing check starts 2015-01-15 22:41:57 (57059) INFO : PreProcessing check completed 2015-01-15 22:41:57 (57059) INFO : preProcess completed, run time for this step : 0.0691431 seconds 2015-01-15 22:41:57 (57059) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:57 (57059) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:41:57 (57059) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:57 (57059) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:41:58 (57059) INFO : Bulk load completed, total run time : 1.41189 seconds 2015-01-15 22:41:58.558953639 after import 2015-01-15 22:41:58.566936522 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=169 -------------- Query OK, 10000 rows affected (2.03 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.35 sec) Bye 2015-01-15 22:42:00.968119385 after sql statement 2015-01-15 22:42:01.004387138 before sql statment -------------- update test211_1 set c2=c1 where batch=169 -------------- Query OK, 10000 rows affected (2.04 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:03.061924080 after sql statement 2015-01-15 22:42:03.071384756 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=169 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.61 sec) Bye 2015-01-15 22:42:03.686402587 after sql statement 2015-01-15 22:42:03.700353117 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.70 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:07.405882759 after sql statement 2015-01-15 22:42:07.421207793 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=170 -------------- Query OK, 10000 rows affected (0.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.23 sec) Bye 2015-01-15 22:42:08.560544067 after sql statement 2015-01-15 22:42:08.571637023 before sql statment -------------- update test211_1 set c2=c1 where batch=170 -------------- Query OK, 10000 rows affected (2.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:11.316944797 after sql statement 2015-01-15 22:42:11.331756449 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=170 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.33 sec) Bye 2015-01-15 22:42:11.672689780 after sql statement 2015-01-15 22:42:11.675215441 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224212_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:42:12 (4315) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224212_Job_62672.xml 2015-01-15 22:42:12 (4315) INFO : Job file loaded, run time for this step : 0.298267 seconds 2015-01-15 22:42:12 (4315) INFO : PreProcessing check starts 2015-01-15 22:42:12 (4315) INFO : PreProcessing check completed 2015-01-15 22:42:12 (4315) INFO : preProcess completed, run time for this step : 0.0473368 seconds 2015-01-15 22:42:12 (4315) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:12 (4315) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:42:12 (4315) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:12 (4315) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:42:13 (4315) INFO : Bulk load completed, total run time : 1.40185 seconds 2015-01-15 22:42:13.240042137 after import 2015-01-15 22:42:13.250755692 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=171 -------------- Query OK, 10000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:42:15.077029135 after sql statement 2015-01-15 22:42:15.081232439 before sql statment -------------- update test211_1 set c2=c1 where batch=171 -------------- Query OK, 10000 rows affected (1.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:16.716258323 after sql statement 2015-01-15 22:42:16.734209221 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=171 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.03 sec) Bye 2015-01-15 22:42:17.780616395 after sql statement 2015-01-15 22:42:17.800828572 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.01 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:21.818617141 after sql statement 2015-01-15 22:42:21.822427526 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=172 -------------- Query OK, 10000 rows affected (0.98 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.21 sec) Bye 2015-01-15 22:42:23.018359482 after sql statement 2015-01-15 22:42:23.023110842 before sql statment -------------- update test211_1 set c2=c1 where batch=172 -------------- Query OK, 10000 rows affected (2.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:25.758009270 after sql statement 2015-01-15 22:42:25.772005748 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=172 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.65 sec) Bye 2015-01-15 22:42:26.431659362 after sql statement 2015-01-15 22:42:26.433985814 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224227_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:42:27 (15959) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224227_Job_62672.xml 2015-01-15 22:42:27 (15959) INFO : Job file loaded, run time for this step : 0.344949 seconds 2015-01-15 22:42:27 (15959) INFO : PreProcessing check starts 2015-01-15 22:42:27 (15959) INFO : PreProcessing check completed 2015-01-15 22:42:27 (15959) INFO : preProcess completed, run time for this step : 0.0538301 seconds 2015-01-15 22:42:27 (15959) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:27 (15959) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:27 (15959) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:42:27 (15959) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:42:28 (15959) INFO : Bulk load completed, total run time : 1.46423 seconds 2015-01-15 22:42:28.368713611 after import 2015-01-15 22:42:28.378214430 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=173 -------------- Query OK, 10000 rows affected (1.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.76 sec) Bye 2015-01-15 22:42:30.668761136 after sql statement 2015-01-15 22:42:30.752919400 before sql statment -------------- update test211_1 set c2=c1 where batch=173 -------------- Query OK, 10000 rows affected (1.71 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:32.475217844 after sql statement 2015-01-15 22:42:32.488303249 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=173 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:42:33.043322421 after sql statement 2015-01-15 22:42:33.057351010 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.56 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:36.632178804 after sql statement 2015-01-15 22:42:36.639116388 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=174 -------------- Query OK, 10000 rows affected (2.38 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.25 sec) Bye 2015-01-15 22:42:39.287264053 after sql statement 2015-01-15 22:42:39.293802328 before sql statment -------------- update test211_1 set c2=c1 where batch=174 -------------- Query OK, 10000 rows affected (2.06 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:41.366937056 after sql statement 2015-01-15 22:42:41.373905517 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=174 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:42:42.031698498 after sql statement 2015-01-15 22:42:42.038920554 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224242_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:42:42 (28446) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224242_Job_62672.xml 2015-01-15 22:42:42 (28446) INFO : Job file loaded, run time for this step : 0.323083 seconds 2015-01-15 22:42:42 (28446) INFO : PreProcessing check starts 2015-01-15 22:42:42 (28446) INFO : PreProcessing check completed 2015-01-15 22:42:42 (28446) INFO : preProcess completed, run time for this step : 0.0412169 seconds 2015-01-15 22:42:42 (28446) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:42 (28446) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:42 (28446) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:42:43 (28446) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:42:43 (28446) INFO : Bulk load completed, total run time : 1.40497 seconds 2015-01-15 22:42:43.975300883 after import 2015-01-15 22:42:44.002692355 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=175 -------------- Query OK, 10000 rows affected (1.69 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:42:46.363282434 after sql statement 2015-01-15 22:42:46.367462976 before sql statment -------------- update test211_1 set c2=c1 where batch=175 -------------- Query OK, 10000 rows affected (1.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:48.312300758 after sql statement 2015-01-15 22:42:48.326866391 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=175 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:42:48.793374959 after sql statement 2015-01-15 22:42:48.815904463 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.45 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:52.274778082 after sql statement 2015-01-15 22:42:52.282704212 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=176 -------------- Query OK, 10000 rows affected (2.16 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:42:54.845213113 after sql statement 2015-01-15 22:42:54.852704201 before sql statment -------------- update test211_1 set c2=c1 where batch=176 -------------- Query OK, 10000 rows affected (2.20 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:57.081244797 after sql statement 2015-01-15 22:42:57.109205056 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=176 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.72 sec) Bye 2015-01-15 22:42:57.846844551 after sql statement 2015-01-15 22:42:57.849278888 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224258_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:42:58 (40599) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224258_Job_62672.xml 2015-01-15 22:42:58 (40599) INFO : Job file loaded, run time for this step : 0.497873 seconds 2015-01-15 22:42:58 (40599) INFO : PreProcessing check starts 2015-01-15 22:42:58 (40599) INFO : PreProcessing check completed 2015-01-15 22:42:58 (40599) INFO : preProcess completed, run time for this step : 0.098628 seconds 2015-01-15 22:42:58 (40599) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:58 (40599) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:42:58 (40599) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:58 (40599) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:42:59 (40599) INFO : Bulk load completed, total run time : 1.67488 seconds 2015-01-15 22:42:59.742990895 after import 2015-01-15 22:42:59.750389710 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=177 -------------- Query OK, 10000 rows affected (4.42 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:43:04.367688325 after sql statement 2015-01-15 22:43:04.376198820 before sql statment -------------- update test211_1 set c2=c1 where batch=177 -------------- Query OK, 10000 rows affected (1.31 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:05.695968795 after sql statement 2015-01-15 22:43:05.710253151 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=177 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:43:05.957915534 after sql statement 2015-01-15 22:43:05.974510657 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.34 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:10.327116072 after sql statement 2015-01-15 22:43:10.336082306 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=178 -------------- Query OK, 10000 rows affected (2.66 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.49 sec) Bye 2015-01-15 22:43:13.503460619 after sql statement 2015-01-15 22:43:13.509677970 before sql statment -------------- update test211_1 set c2=c1 where batch=178 -------------- Query OK, 10000 rows affected (4.32 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:17.840609795 after sql statement 2015-01-15 22:43:17.852582120 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=178 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:43:18.371024955 after sql statement 2015-01-15 22:43:18.377734337 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224318_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:43:18 (53307) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224318_Job_62672.xml 2015-01-15 22:43:18 (53307) INFO : Job file loaded, run time for this step : 0.355722 seconds 2015-01-15 22:43:18 (53307) INFO : PreProcessing check starts 2015-01-15 22:43:18 (53307) INFO : PreProcessing check completed 2015-01-15 22:43:18 (53307) INFO : preProcess completed, run time for this step : 0.045851 seconds 2015-01-15 22:43:18 (53307) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:18 (53307) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:43:18 (53307) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:19 (53307) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:43:19 (53307) INFO : Bulk load completed, total run time : 1.4266 seconds 2015-01-15 22:43:20.001453869 after import 2015-01-15 22:43:20.017854138 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=179 -------------- Query OK, 10000 rows affected (2.99 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.60 sec) Bye 2015-01-15 22:43:23.615328922 after sql statement 2015-01-15 22:43:23.624780234 before sql statment -------------- update test211_1 set c2=c1 where batch=179 -------------- Query OK, 10000 rows affected (2.04 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:25.682198997 after sql statement 2015-01-15 22:43:25.685926576 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=179 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.57 sec) Bye 2015-01-15 22:43:26.275430689 after sql statement 2015-01-15 22:43:26.293002113 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.48 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:31.780891319 after sql statement 2015-01-15 22:43:31.792627653 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=180 -------------- Query OK, 10000 rows affected (1.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.32 sec) Bye 2015-01-15 22:43:33.920247027 after sql statement 2015-01-15 22:43:33.927587611 before sql statment -------------- update test211_1 set c2=c1 where batch=180 -------------- Query OK, 10000 rows affected (0.93 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:34.865935285 after sql statement 2015-01-15 22:43:34.883016294 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=180 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:43:35.198788206 after sql statement 2015-01-15 22:43:35.201516029 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224335_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:43:35 (919) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224335_Job_62672.xml 2015-01-15 22:43:35 (919) INFO : Job file loaded, run time for this step : 0.587336 seconds 2015-01-15 22:43:35 (919) INFO : PreProcessing check starts 2015-01-15 22:43:36 (919) INFO : PreProcessing check completed 2015-01-15 22:43:36 (919) INFO : preProcess completed, run time for this step : 0.0556428 seconds 2015-01-15 22:43:36 (919) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:36 (919) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:43:36 (919) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:36 (919) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:43:37 (919) INFO : Bulk load completed, total run time : 1.6599 seconds 2015-01-15 22:43:37.042464936 after import 2015-01-15 22:43:37.046664888 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=181 -------------- Query OK, 10000 rows affected (1.80 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:43:39.242608497 after sql statement 2015-01-15 22:43:39.251635033 before sql statment -------------- update test211_1 set c2=c1 where batch=181 -------------- Query OK, 10000 rows affected (1.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:40.994892642 after sql statement 2015-01-15 22:43:40.999702173 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=181 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.81 sec) Bye 2015-01-15 22:43:41.824217657 after sql statement 2015-01-15 22:43:41.839752039 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.26 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:46.110492825 after sql statement 2015-01-15 22:43:46.121669508 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=182 -------------- Query OK, 10000 rows affected (0.87 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.17 sec) Bye 2015-01-15 22:43:48.169115462 after sql statement 2015-01-15 22:43:48.175963201 before sql statment -------------- update test211_1 set c2=c1 where batch=182 -------------- Query OK, 10000 rows affected (1.12 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:49.302847894 after sql statement 2015-01-15 22:43:49.308526897 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=182 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:43:49.413106059 after sql statement 2015-01-15 22:43:49.422036406 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224349_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:43:49 (12564) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224349_Job_62672.xml 2015-01-15 22:43:49 (12564) INFO : Job file loaded, run time for this step : 0.347954 seconds 2015-01-15 22:43:49 (12564) INFO : PreProcessing check starts 2015-01-15 22:43:49 (12564) INFO : PreProcessing check completed 2015-01-15 22:43:49 (12564) INFO : preProcess completed, run time for this step : 0.0627661 seconds 2015-01-15 22:43:49 (12564) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:49 (12564) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:49 (12564) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:43:50 (12564) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:43:51 (12564) INFO : Bulk load completed, total run time : 1.44195 seconds 2015-01-15 22:43:51.019982930 after import 2015-01-15 22:43:51.034798092 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=183 -------------- Query OK, 10000 rows affected (2.94 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.22 sec) Bye 2015-01-15 22:43:54.218557090 after sql statement 2015-01-15 22:43:54.238593047 before sql statment -------------- update test211_1 set c2=c1 where batch=183 -------------- Query OK, 10000 rows affected (2.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:56.916460970 after sql statement 2015-01-15 22:43:56.920687847 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=183 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:43:57.295723231 after sql statement 2015-01-15 22:43:57.318528288 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.86 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:01.194192455 after sql statement 2015-01-15 22:44:01.212045914 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=184 -------------- Query OK, 10000 rows affected (1.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.73 sec) Bye 2015-01-15 22:44:03.428212101 after sql statement 2015-01-15 22:44:03.433522294 before sql statment -------------- update test211_1 set c2=c1 where batch=184 -------------- Query OK, 10000 rows affected (2.58 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:06.029639584 after sql statement 2015-01-15 22:44:06.036561353 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=184 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.00 sec) Bye 2015-01-15 22:44:07.044229381 after sql statement 2015-01-15 22:44:07.056231613 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224407_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:44:07 (25989) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224407_Job_62672.xml 2015-01-15 22:44:07 (25989) INFO : Job file loaded, run time for this step : 0.445691 seconds 2015-01-15 22:44:07 (25989) INFO : PreProcessing check starts 2015-01-15 22:44:07 (25989) INFO : PreProcessing check completed 2015-01-15 22:44:07 (25989) INFO : preProcess completed, run time for this step : 0.0615919 seconds 2015-01-15 22:44:07 (25989) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:07 (25989) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:44:07 (25989) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:07 (25989) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:44:08 (25989) INFO : Bulk load completed, total run time : 1.64654 seconds 2015-01-15 22:44:08.935765153 after import 2015-01-15 22:44:08.953850618 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=185 -------------- Query OK, 10000 rows affected (1.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:44:10.781052295 after sql statement 2015-01-15 22:44:10.785842420 before sql statment -------------- update test211_1 set c2=c1 where batch=185 -------------- Query OK, 10000 rows affected (2.80 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:13.598622537 after sql statement 2015-01-15 22:44:13.605283634 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=185 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:44:13.828744841 after sql statement 2015-01-15 22:44:13.857653263 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.44 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:17.303102087 after sql statement 2015-01-15 22:44:17.310799601 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=186 -------------- Query OK, 10000 rows affected (1.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:44:19.007382648 after sql statement 2015-01-15 22:44:19.015404139 before sql statment -------------- update test211_1 set c2=c1 where batch=186 -------------- Query OK, 10000 rows affected (1.13 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:20.159131815 after sql statement 2015-01-15 22:44:20.192858838 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=186 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.09 sec) Bye 2015-01-15 22:44:21.285157768 after sql statement 2015-01-15 22:44:21.287768638 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224421_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:44:21 (37216) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224421_Job_62672.xml 2015-01-15 22:44:21 (37216) INFO : Job file loaded, run time for this step : 0.520918 seconds 2015-01-15 22:44:21 (37216) INFO : PreProcessing check starts 2015-01-15 22:44:21 (37216) INFO : PreProcessing check completed 2015-01-15 22:44:21 (37216) INFO : preProcess completed, run time for this step : 0.0406702 seconds 2015-01-15 22:44:21 (37216) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:21 (37216) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:44:21 (37216) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:22 (37216) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:44:23 (37216) INFO : Bulk load completed, total run time : 1.62312 seconds 2015-01-15 22:44:23.061838467 after import 2015-01-15 22:44:23.067403406 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=187 -------------- Query OK, 10000 rows affected (1.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:44:25.438784888 after sql statement 2015-01-15 22:44:25.481885266 before sql statment -------------- update test211_1 set c2=c1 where batch=187 -------------- Query OK, 10000 rows affected (2.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:27.678853617 after sql statement 2015-01-15 22:44:27.686419311 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=187 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.55 sec) Bye 2015-01-15 22:44:29.245517969 after sql statement 2015-01-15 22:44:29.265121968 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.15 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:34.438542416 after sql statement 2015-01-15 22:44:34.443384781 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=188 -------------- Query OK, 10000 rows affected (1.05 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:44:36.037401902 after sql statement 2015-01-15 22:44:36.044161338 before sql statment -------------- update test211_1 set c2=c1 where batch=188 -------------- Query OK, 10000 rows affected (2.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:38.783878171 after sql statement 2015-01-15 22:44:38.787518511 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=188 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:44:39.332771712 after sql statement 2015-01-15 22:44:39.343458780 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224439_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:44:39 (50547) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224439_Job_62672.xml 2015-01-15 22:44:39 (50547) INFO : Job file loaded, run time for this step : 0.277794 seconds 2015-01-15 22:44:39 (50547) INFO : PreProcessing check starts 2015-01-15 22:44:39 (50547) INFO : PreProcessing check completed 2015-01-15 22:44:39 (50547) INFO : preProcess completed, run time for this step : 0.0278659 seconds 2015-01-15 22:44:39 (50547) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:39 (50547) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:44:39 (50547) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:39 (50547) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:44:40 (50547) INFO : Bulk load completed, total run time : 1.32501 seconds 2015-01-15 22:44:40.847672151 after import 2015-01-15 22:44:40.853063269 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=189 -------------- Query OK, 10000 rows affected (2.98 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.49 sec) Bye 2015-01-15 22:44:44.349530393 after sql statement 2015-01-15 22:44:44.364721241 before sql statment -------------- update test211_1 set c2=c1 where batch=189 -------------- Query OK, 10000 rows affected (2.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:47.206032168 after sql statement 2015-01-15 22:44:47.211193181 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=189 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:44:47.781255304 after sql statement 2015-01-15 22:44:47.811155869 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.45 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:51.292565785 after sql statement 2015-01-15 22:44:51.305080384 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=190 -------------- Query OK, 10000 rows affected (2.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:44:54.462077827 after sql statement 2015-01-15 22:44:54.469533694 before sql statment -------------- update test211_1 set c2=c1 where batch=190 -------------- Query OK, 10000 rows affected (2.90 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:57.390518055 after sql statement 2015-01-15 22:44:57.405495799 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=190 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:44:57.805028380 after sql statement 2015-01-15 22:44:57.807415469 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224458_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:44:58 (63913) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224458_Job_62672.xml 2015-01-15 22:44:58 (63913) INFO : Job file loaded, run time for this step : 0.360678 seconds 2015-01-15 22:44:58 (63913) INFO : PreProcessing check starts 2015-01-15 22:44:58 (63913) INFO : PreProcessing check completed 2015-01-15 22:44:58 (63913) INFO : preProcess completed, run time for this step : 0.070658 seconds 2015-01-15 22:44:58 (63913) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:58 (63913) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:58 (63913) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:44:58 (63913) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:44:59 (63913) INFO : Bulk load completed, total run time : 1.45714 seconds 2015-01-15 22:44:59.467714392 after import 2015-01-15 22:44:59.477842732 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=191 -------------- Query OK, 10000 rows affected (1.38 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:45:01.482748485 after sql statement 2015-01-15 22:45:01.488226021 before sql statment -------------- update test211_1 set c2=c1 where batch=191 -------------- Query OK, 10000 rows affected (2.10 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:03.621733953 after sql statement 2015-01-15 22:45:03.626471250 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=191 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.02 sec) Bye 2015-01-15 22:45:04.659655221 after sql statement 2015-01-15 22:45:04.679143145 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.66 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:08.354103617 after sql statement 2015-01-15 22:45:08.366604476 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=192 -------------- Query OK, 10000 rows affected (3.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:45:12.161834884 after sql statement 2015-01-15 22:45:12.201777777 before sql statment -------------- update test211_1 set c2=c1 where batch=192 -------------- Query OK, 10000 rows affected (1.40 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:13.615097914 after sql statement 2015-01-15 22:45:13.619333200 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=192 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.35 sec) Bye 2015-01-15 22:45:13.989028846 after sql statement 2015-01-15 22:45:13.991952194 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224514_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:45:14 (10655) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224514_Job_62672.xml 2015-01-15 22:45:14 (10655) INFO : Job file loaded, run time for this step : 0.385515 seconds 2015-01-15 22:45:14 (10655) INFO : PreProcessing check starts 2015-01-15 22:45:14 (10655) INFO : PreProcessing check completed 2015-01-15 22:45:14 (10655) INFO : preProcess completed, run time for this step : 0.046541 seconds 2015-01-15 22:45:14 (10655) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:14 (10655) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:45:14 (10655) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:14 (10655) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:45:15 (10655) INFO : Bulk load completed, total run time : 1.51837 seconds 2015-01-15 22:45:15.787106566 after import 2015-01-15 22:45:15.793204566 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=193 -------------- Query OK, 10000 rows affected (1.18 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.39 sec) Bye 2015-01-15 22:45:17.375534079 after sql statement 2015-01-15 22:45:17.385246925 before sql statment -------------- update test211_1 set c2=c1 where batch=193 -------------- Query OK, 10000 rows affected (1.76 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:19.151666900 after sql statement 2015-01-15 22:45:19.156483261 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=193 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:45:19.331654424 after sql statement 2015-01-15 22:45:19.364790846 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.80 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:23.179244528 after sql statement 2015-01-15 22:45:23.200502296 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=194 -------------- Query OK, 10000 rows affected (1.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:45:24.762323132 after sql statement 2015-01-15 22:45:24.781147294 before sql statment -------------- update test211_1 set c2=c1 where batch=194 -------------- Query OK, 10000 rows affected (0.92 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:25.715756700 after sql statement 2015-01-15 22:45:25.720508929 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=194 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:45:25.865940248 after sql statement 2015-01-15 22:45:25.872002513 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224526_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:45:26 (20711) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224526_Job_62672.xml 2015-01-15 22:45:26 (20711) INFO : Job file loaded, run time for this step : 0.458432 seconds 2015-01-15 22:45:26 (20711) INFO : PreProcessing check starts 2015-01-15 22:45:26 (20711) INFO : PreProcessing check completed 2015-01-15 22:45:26 (20711) INFO : preProcess completed, run time for this step : 0.114438 seconds 2015-01-15 22:45:26 (20711) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:26 (20711) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:45:26 (20711) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:27 (20711) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:45:27 (20711) INFO : Bulk load completed, total run time : 1.60192 seconds 2015-01-15 22:45:27.670599594 after import 2015-01-15 22:45:27.683900113 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=195 -------------- Query OK, 10000 rows affected (1.65 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:45:29.631637734 after sql statement 2015-01-15 22:45:29.637103414 before sql statment -------------- update test211_1 set c2=c1 where batch=195 -------------- Query OK, 10000 rows affected (2.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:32.142021752 after sql statement 2015-01-15 22:45:32.151397919 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=195 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:45:32.525292042 after sql statement 2015-01-15 22:45:32.541387190 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.72 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:36.266334659 after sql statement 2015-01-15 22:45:36.280616146 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=196 -------------- Query OK, 10000 rows affected (4.92 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.63 sec) Bye 2015-01-15 22:45:41.847945920 after sql statement 2015-01-15 22:45:41.855554402 before sql statment -------------- update test211_1 set c2=c1 where batch=196 -------------- Query OK, 10000 rows affected (1.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:43.406156468 after sql statement 2015-01-15 22:45:43.413591783 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=196 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.33 sec) Bye 2015-01-15 22:45:43.757627203 after sql statement 2015-01-15 22:45:43.759800560 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224544_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:45:44 (33413) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224544_Job_62672.xml 2015-01-15 22:45:44 (33413) INFO : Job file loaded, run time for this step : 0.412801 seconds 2015-01-15 22:45:44 (33413) INFO : PreProcessing check starts 2015-01-15 22:45:44 (33413) INFO : PreProcessing check completed 2015-01-15 22:45:44 (33413) INFO : preProcess completed, run time for this step : 0.0785992 seconds 2015-01-15 22:45:44 (33413) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:44 (33413) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:44 (33413) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:45:44 (33413) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:45:45 (33413) INFO : Bulk load completed, total run time : 1.52123 seconds 2015-01-15 22:45:45.464518011 after import 2015-01-15 22:45:45.469426083 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=197 -------------- Query OK, 10000 rows affected (2.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.14 sec) Bye 2015-01-15 22:45:48.873606661 after sql statement 2015-01-15 22:45:48.883123356 before sql statment -------------- update test211_1 set c2=c1 where batch=197 -------------- Query OK, 10000 rows affected (2.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:51.644398708 after sql statement 2015-01-15 22:45:51.667975355 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=197 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:45:51.889081923 after sql statement 2015-01-15 22:45:51.918736416 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.42 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:55.349525387 after sql statement 2015-01-15 22:45:55.355240664 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=198 -------------- Query OK, 10000 rows affected (2.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:45:57.873032000 after sql statement 2015-01-15 22:45:57.879232200 before sql statment -------------- update test211_1 set c2=c1 where batch=198 -------------- Query OK, 10000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:00.332507937 after sql statement 2015-01-15 22:46:00.381032666 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=198 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.69 sec) Bye 2015-01-15 22:46:01.095190983 after sql statement 2015-01-15 22:46:01.098577909 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224601_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:46:01 (46522) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224601_Job_62672.xml 2015-01-15 22:46:01 (46522) INFO : Job file loaded, run time for this step : 0.433848 seconds 2015-01-15 22:46:01 (46522) INFO : PreProcessing check starts 2015-01-15 22:46:01 (46522) INFO : PreProcessing check completed 2015-01-15 22:46:01 (46522) INFO : preProcess completed, run time for this step : 0.0765779 seconds 2015-01-15 22:46:01 (46522) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:01 (46522) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:01 (46522) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:46:01 (46522) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:46:02 (46522) INFO : Bulk load completed, total run time : 1.54234 seconds 2015-01-15 22:46:02.874410397 after import 2015-01-15 22:46:02.879596838 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=199 -------------- Query OK, 10000 rows affected (2.39 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.81 sec) Bye 2015-01-15 22:46:06.080783462 after sql statement 2015-01-15 22:46:06.086742569 before sql statment -------------- update test211_1 set c2=c1 where batch=199 -------------- Query OK, 10000 rows affected (1.87 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:07.963007118 after sql statement 2015-01-15 22:46:07.970197646 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=199 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:46:08.255157357 after sql statement 2015-01-15 22:46:08.269838993 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.66 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:11.941619288 after sql statement 2015-01-15 22:46:11.949844880 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=200 -------------- Query OK, 10000 rows affected (3.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:46:16.060667506 after sql statement 2015-01-15 22:46:16.067943454 before sql statment -------------- update test211_1 set c2=c1 where batch=200 -------------- Query OK, 10000 rows affected (2.87 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:18.945128499 after sql statement 2015-01-15 22:46:18.956761052 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=200 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:46:19.082393234 after sql statement 2015-01-15 22:46:19.085833971 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224619_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:46:19 (59106) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224619_Job_62672.xml 2015-01-15 22:46:19 (59106) INFO : Job file loaded, run time for this step : 0.529588 seconds 2015-01-15 22:46:19 (59106) INFO : PreProcessing check starts 2015-01-15 22:46:20 (59106) INFO : PreProcessing check completed 2015-01-15 22:46:20 (59106) INFO : preProcess completed, run time for this step : 0.719581 seconds 2015-01-15 22:46:20 (59106) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:20 (59106) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:20 (59106) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:46:20 (59106) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:46:21 (59106) INFO : Bulk load completed, total run time : 2.26471 seconds 2015-01-15 22:46:21.495928008 after import 2015-01-15 22:46:21.504366686 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=201 -------------- Query OK, 10000 rows affected (0.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.73 sec) Bye 2015-01-15 22:46:23.209458253 after sql statement 2015-01-15 22:46:23.216252981 before sql statment -------------- update test211_1 set c2=c1 where batch=201 -------------- Query OK, 10000 rows affected (1.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:24.504131481 after sql statement 2015-01-15 22:46:24.509726014 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=201 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (2.05 sec) Bye 2015-01-15 22:46:26.564885467 after sql statement 2015-01-15 22:46:26.606775802 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.74 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:30.357671947 after sql statement 2015-01-15 22:46:30.366075162 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=202 -------------- Query OK, 10000 rows affected (2.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:46:33.154849167 after sql statement 2015-01-15 22:46:33.164270109 before sql statment -------------- update test211_1 set c2=c1 where batch=202 -------------- Query OK, 10000 rows affected (1.30 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:34.478132602 after sql statement 2015-01-15 22:46:34.487288072 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=202 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:46:34.881052435 after sql statement 2015-01-15 22:46:34.883688469 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224635_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:46:35 (5392) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224635_Job_62672.xml 2015-01-15 22:46:35 (5392) INFO : Job file loaded, run time for this step : 0.352555 seconds 2015-01-15 22:46:35 (5392) INFO : PreProcessing check starts 2015-01-15 22:46:35 (5392) INFO : PreProcessing check completed 2015-01-15 22:46:35 (5392) INFO : preProcess completed, run time for this step : 0.0453 seconds 2015-01-15 22:46:35 (5392) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:35 (5392) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:46:35 (5392) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:35 (5392) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:46:36 (5392) INFO : Bulk load completed, total run time : 1.41918 seconds 2015-01-15 22:46:36.472801158 after import 2015-01-15 22:46:36.486414662 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=203 -------------- Query OK, 10000 rows affected (1.39 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:46:38.439820667 after sql statement 2015-01-15 22:46:38.447014976 before sql statment -------------- update test211_1 set c2=c1 where batch=203 -------------- Query OK, 10000 rows affected (1.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:39.680871969 after sql statement 2015-01-15 22:46:39.702692658 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=203 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:46:40.144344092 after sql statement 2015-01-15 22:46:40.159178452 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.78 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:44.949636952 after sql statement 2015-01-15 22:46:44.956570390 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=204 -------------- Query OK, 10000 rows affected (3.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.88 sec) Bye 2015-01-15 22:46:49.144970694 after sql statement 2015-01-15 22:46:49.158974313 before sql statment -------------- update test211_1 set c2=c1 where batch=204 -------------- Query OK, 10000 rows affected (1.93 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:51.095863774 after sql statement 2015-01-15 22:46:51.101162409 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=204 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.42 sec) Bye 2015-01-15 22:46:51.547661209 after sql statement 2015-01-15 22:46:51.559238989 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224652_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:46:52 (18037) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224652_Job_62672.xml 2015-01-15 22:46:52 (18037) INFO : Job file loaded, run time for this step : 0.495089 seconds 2015-01-15 22:46:52 (18037) INFO : PreProcessing check starts 2015-01-15 22:46:52 (18037) INFO : PreProcessing check completed 2015-01-15 22:46:52 (18037) INFO : preProcess completed, run time for this step : 0.0371809 seconds 2015-01-15 22:46:52 (18037) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:52 (18037) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:46:52 (18037) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:52 (18037) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:46:53 (18037) INFO : Bulk load completed, total run time : 1.60418 seconds 2015-01-15 22:46:53.345734875 after import 2015-01-15 22:46:53.355526790 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=205 -------------- Query OK, 10000 rows affected (1.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.73 sec) Bye 2015-01-15 22:46:55.803736363 after sql statement 2015-01-15 22:46:55.811235702 before sql statment -------------- update test211_1 set c2=c1 where batch=205 -------------- Query OK, 10000 rows affected (3.30 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:59.125021418 after sql statement 2015-01-15 22:46:59.138147891 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=205 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.64 sec) Bye 2015-01-15 22:46:59.800780927 after sql statement 2015-01-15 22:46:59.818143548 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.58 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:03.415379990 after sql statement 2015-01-15 22:47:03.421477234 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=206 -------------- Query OK, 10000 rows affected (0.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:47:04.874765927 after sql statement 2015-01-15 22:47:04.892117158 before sql statment -------------- update test211_1 set c2=c1 where batch=206 -------------- Query OK, 10000 rows affected (0.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:05.714703685 after sql statement 2015-01-15 22:47:05.724045079 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=206 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.19 sec) Bye 2015-01-15 22:47:06.934904326 after sql statement 2015-01-15 22:47:06.936853483 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224707_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:47:07 (28988) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224707_Job_62672.xml 2015-01-15 22:47:07 (28988) INFO : Job file loaded, run time for this step : 0.402328 seconds 2015-01-15 22:47:07 (28988) INFO : PreProcessing check starts 2015-01-15 22:47:07 (28988) INFO : PreProcessing check completed 2015-01-15 22:47:07 (28988) INFO : preProcess completed, run time for this step : 0.04195 seconds 2015-01-15 22:47:07 (28988) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:07 (28988) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:47:07 (28988) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:07 (28988) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:47:08 (28988) INFO : Bulk load completed, total run time : 1.46775 seconds 2015-01-15 22:47:08.597915979 after import 2015-01-15 22:47:08.604303492 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=207 -------------- Query OK, 10000 rows affected (2.15 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.53 sec) Bye 2015-01-15 22:47:11.291905848 after sql statement 2015-01-15 22:47:11.298469731 before sql statment -------------- update test211_1 set c2=c1 where batch=207 -------------- Query OK, 10000 rows affected (1.37 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:12.682724527 after sql statement 2015-01-15 22:47:12.690255636 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=207 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.93 sec) Bye 2015-01-15 22:47:13.631897458 after sql statement 2015-01-15 22:47:13.650972708 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.60 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:17.262549654 after sql statement 2015-01-15 22:47:17.275336566 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=208 -------------- Query OK, 10000 rows affected (1.48 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:47:19.250827836 after sql statement 2015-01-15 22:47:19.266600830 before sql statment -------------- update test211_1 set c2=c1 where batch=208 -------------- Query OK, 10000 rows affected (2.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:22.028892959 after sql statement 2015-01-15 22:47:22.061717869 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=208 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.53 sec) Bye 2015-01-15 22:47:23.604025460 after sql statement 2015-01-15 22:47:23.611446894 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224724_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:47:24 (41839) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224724_Job_62672.xml 2015-01-15 22:47:24 (41839) INFO : Job file loaded, run time for this step : 0.297738 seconds 2015-01-15 22:47:24 (41839) INFO : PreProcessing check starts 2015-01-15 22:47:24 (41839) INFO : PreProcessing check completed 2015-01-15 22:47:24 (41839) INFO : preProcess completed, run time for this step : 0.0269811 seconds 2015-01-15 22:47:24 (41839) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:24 (41839) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:47:24 (41839) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:24 (41839) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:47:25 (41839) INFO : Bulk load completed, total run time : 1.35403 seconds 2015-01-15 22:47:25.114209641 after import 2015-01-15 22:47:25.120109136 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=209 -------------- Query OK, 10000 rows affected (3.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:47:29.212318171 after sql statement 2015-01-15 22:47:29.231763533 before sql statment -------------- update test211_1 set c2=c1 where batch=209 -------------- Query OK, 10000 rows affected (2.06 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:31.299507761 after sql statement 2015-01-15 22:47:31.304928469 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=209 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.35 sec) Bye 2015-01-15 22:47:31.662122747 after sql statement 2015-01-15 22:47:31.682270591 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.51 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:36.220488904 after sql statement 2015-01-15 22:47:36.225683645 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=210 -------------- Query OK, 10000 rows affected (1.94 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:47:38.900164100 after sql statement 2015-01-15 22:47:38.910928574 before sql statment -------------- update test211_1 set c2=c1 where batch=210 -------------- Query OK, 10000 rows affected (2.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:41.072861587 after sql statement 2015-01-15 22:47:41.082675166 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=210 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:47:41.608453983 after sql statement 2015-01-15 22:47:41.614802024 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224742_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:47:43 (55899) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224742_Job_62672.xml 2015-01-15 22:47:43 (55899) INFO : Job file loaded, run time for this step : 1.19249 seconds 2015-01-15 22:47:43 (55899) INFO : PreProcessing check starts 2015-01-15 22:47:43 (55899) INFO : PreProcessing check completed 2015-01-15 22:47:43 (55899) INFO : preProcess completed, run time for this step : 0.0519309 seconds 2015-01-15 22:47:43 (55899) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:43 (55899) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:47:43 (55899) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:43 (55899) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:47:44 (55899) INFO : Bulk load completed, total run time : 2.28248 seconds 2015-01-15 22:47:44.123480765 after import 2015-01-15 22:47:44.153655605 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=211 -------------- Query OK, 10000 rows affected (2.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:47:46.664647631 after sql statement 2015-01-15 22:47:46.681248548 before sql statment -------------- update test211_1 set c2=c1 where batch=211 -------------- Query OK, 10000 rows affected (1.93 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:48.619514504 after sql statement 2015-01-15 22:47:48.627348116 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=211 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:47:48.839813356 after sql statement 2015-01-15 22:47:48.855936273 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.54 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:52.433469012 after sql statement 2015-01-15 22:47:52.444090441 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=212 -------------- Query OK, 10000 rows affected (3.40 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.56 sec) Bye 2015-01-15 22:47:56.422282080 after sql statement 2015-01-15 22:47:56.430351222 before sql statment -------------- update test211_1 set c2=c1 where batch=212 -------------- Query OK, 10000 rows affected (2.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:58.832781886 after sql statement 2015-01-15 22:47:58.848738715 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=212 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.02 sec) Bye 2015-01-15 22:47:59.879155689 after sql statement 2015-01-15 22:47:59.882341685 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224800_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:48:00 (3356) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224800_Job_62672.xml 2015-01-15 22:48:00 (3356) INFO : Job file loaded, run time for this step : 0.397385 seconds 2015-01-15 22:48:00 (3356) INFO : PreProcessing check starts 2015-01-15 22:48:00 (3356) INFO : PreProcessing check completed 2015-01-15 22:48:00 (3356) INFO : preProcess completed, run time for this step : 0.0647678 seconds 2015-01-15 22:48:00 (3356) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:00 (3356) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:00 (3356) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:48:00 (3356) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:48:01 (3356) INFO : Bulk load completed, total run time : 1.51879 seconds 2015-01-15 22:48:01.563207757 after import 2015-01-15 22:48:01.567826807 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=213 -------------- Query OK, 10000 rows affected (1.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.34 sec) Bye 2015-01-15 22:48:03.225808411 after sql statement 2015-01-15 22:48:03.229535721 before sql statment -------------- update test211_1 set c2=c1 where batch=213 -------------- Query OK, 10000 rows affected (0.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:04.170727372 after sql statement 2015-01-15 22:48:04.175582203 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=213 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:48:04.416722434 after sql statement 2015-01-15 22:48:04.438207296 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.89 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:09.351554732 after sql statement 2015-01-15 22:48:09.363820274 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=214 -------------- Query OK, 10000 rows affected (2.22 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.28 sec) Bye 2015-01-15 22:48:11.880960003 after sql statement 2015-01-15 22:48:11.889695983 before sql statment -------------- update test211_1 set c2=c1 where batch=214 -------------- Query OK, 10000 rows affected (2.07 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:13.976939088 after sql statement 2015-01-15 22:48:13.980878614 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=214 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.87 sec) Bye 2015-01-15 22:48:14.865464230 after sql statement 2015-01-15 22:48:14.875018150 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224815_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:48:15 (15457) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224815_Job_62672.xml 2015-01-15 22:48:15 (15457) INFO : Job file loaded, run time for this step : 0.536035 seconds 2015-01-15 22:48:15 (15457) INFO : PreProcessing check starts 2015-01-15 22:48:15 (15457) INFO : PreProcessing check completed 2015-01-15 22:48:15 (15457) INFO : preProcess completed, run time for this step : 0.0282688 seconds 2015-01-15 22:48:15 (15457) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:15 (15457) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:48:15 (15457) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:15 (15457) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:48:16 (15457) INFO : Bulk load completed, total run time : 1.58682 seconds 2015-01-15 22:48:16.647415215 after import 2015-01-15 22:48:16.652453947 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=215 -------------- Query OK, 10000 rows affected (2.18 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.01 sec) Bye 2015-01-15 22:48:19.859726733 after sql statement 2015-01-15 22:48:19.884881728 before sql statment -------------- update test211_1 set c2=c1 where batch=215 -------------- Query OK, 10000 rows affected (2.15 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:22.068241597 after sql statement 2015-01-15 22:48:22.076299818 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=215 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.53 sec) Bye 2015-01-15 22:48:22.611266681 after sql statement 2015-01-15 22:48:22.641062128 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.59 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:26.241304712 after sql statement 2015-01-15 22:48:26.253648222 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=216 -------------- Query OK, 10000 rows affected (1.61 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:48:28.234642312 after sql statement 2015-01-15 22:48:28.242981685 before sql statment -------------- update test211_1 set c2=c1 where batch=216 -------------- Query OK, 10000 rows affected (1.12 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:29.388099975 after sql statement 2015-01-15 22:48:29.405750829 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=216 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.73 sec) Bye 2015-01-15 22:48:30.161209043 after sql statement 2015-01-15 22:48:30.164267781 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224830_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:48:30 (27028) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224830_Job_62672.xml 2015-01-15 22:48:30 (27028) INFO : Job file loaded, run time for this step : 0.399182 seconds 2015-01-15 22:48:30 (27028) INFO : PreProcessing check starts 2015-01-15 22:48:30 (27028) INFO : PreProcessing check completed 2015-01-15 22:48:30 (27028) INFO : preProcess completed, run time for this step : 0.037097 seconds 2015-01-15 22:48:30 (27028) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:30 (27028) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:30 (27028) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:48:31 (27028) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:48:31 (27028) INFO : Bulk load completed, total run time : 1.46826 seconds 2015-01-15 22:48:31.834555660 after import 2015-01-15 22:48:31.839312838 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=217 -------------- Query OK, 10000 rows affected (1.24 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:48:33.568003333 after sql statement 2015-01-15 22:48:33.573159256 before sql statment -------------- update test211_1 set c2=c1 where batch=217 -------------- Query OK, 10000 rows affected (2.44 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:36.014554877 after sql statement 2015-01-15 22:48:36.021755003 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=217 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:48:36.229764164 after sql statement 2015-01-15 22:48:36.269084945 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.58 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:39.853169548 after sql statement 2015-01-15 22:48:39.863413724 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=218 -------------- Query OK, 10000 rows affected (1.94 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.81 sec) Bye 2015-01-15 22:48:42.623026889 after sql statement 2015-01-15 22:48:42.628955233 before sql statment -------------- update test211_1 set c2=c1 where batch=218 -------------- Query OK, 10000 rows affected (0.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:43.260158105 after sql statement 2015-01-15 22:48:43.265453121 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=218 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:48:43.623760069 after sql statement 2015-01-15 22:48:43.626463207 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224844_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:48:44 (37503) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224844_Job_62672.xml 2015-01-15 22:48:44 (37503) INFO : Job file loaded, run time for this step : 0.36712 seconds 2015-01-15 22:48:44 (37503) INFO : PreProcessing check starts 2015-01-15 22:48:44 (37503) INFO : PreProcessing check completed 2015-01-15 22:48:44 (37503) INFO : preProcess completed, run time for this step : 0.0184982 seconds 2015-01-15 22:48:44 (37503) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:44 (37503) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:44 (37503) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:48:44 (37503) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:48:45 (37503) INFO : Bulk load completed, total run time : 1.43673 seconds 2015-01-15 22:48:45.214870151 after import 2015-01-15 22:48:45.223254875 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=219 -------------- Query OK, 10000 rows affected (2.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.68 sec) Bye 2015-01-15 22:48:48.095435171 after sql statement 2015-01-15 22:48:48.105673331 before sql statment -------------- update test211_1 set c2=c1 where batch=219 -------------- Query OK, 10000 rows affected (3.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:51.228985113 after sql statement 2015-01-15 22:48:51.233483270 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=219 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:48:51.475212463 after sql statement 2015-01-15 22:48:51.490453142 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.23 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:55.739697403 after sql statement 2015-01-15 22:48:55.743829199 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=220 -------------- Query OK, 10000 rows affected (2.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.35 sec) Bye 2015-01-15 22:48:58.108490950 after sql statement 2015-01-15 22:48:58.113719057 before sql statment -------------- update test211_1 set c2=c1 where batch=220 -------------- Query OK, 10000 rows affected (2.92 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:01.048874690 after sql statement 2015-01-15 22:49:01.078734454 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=220 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.91 sec) Bye 2015-01-15 22:49:02.001209600 after sql statement 2015-01-15 22:49:02.004320990 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224902_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:49:02 (51264) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224902_Job_62672.xml 2015-01-15 22:49:02 (51264) INFO : Job file loaded, run time for this step : 0.395825 seconds 2015-01-15 22:49:02 (51264) INFO : PreProcessing check starts 2015-01-15 22:49:02 (51264) INFO : PreProcessing check completed 2015-01-15 22:49:02 (51264) INFO : preProcess completed, run time for this step : 0.0392401 seconds 2015-01-15 22:49:02 (51264) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:02 (51264) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:02 (51264) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:49:02 (51264) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:49:03 (51264) INFO : Bulk load completed, total run time : 1.4708 seconds 2015-01-15 22:49:03.656388772 after import 2015-01-15 22:49:03.669255372 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=221 -------------- Query OK, 10000 rows affected (1.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:49:05.843979780 after sql statement 2015-01-15 22:49:05.860182639 before sql statment -------------- update test211_1 set c2=c1 where batch=221 -------------- Query OK, 10000 rows affected (1.12 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:07.001751670 after sql statement 2015-01-15 22:49:07.009201923 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=221 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:49:07.179048096 after sql statement 2015-01-15 22:49:07.193069736 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (6.47 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:13.685929231 after sql statement 2015-01-15 22:49:13.691909896 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=222 -------------- Query OK, 10000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:49:15.346426847 after sql statement 2015-01-15 22:49:15.357628008 before sql statment -------------- update test211_1 set c2=c1 where batch=222 -------------- Query OK, 10000 rows affected (1.79 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:17.155521585 after sql statement 2015-01-15 22:49:17.219641908 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=222 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.09 sec) Bye 2015-01-15 22:49:18.324419284 after sql statement 2015-01-15 22:49:18.328333454 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224918_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:49:18 (63127) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224918_Job_62672.xml 2015-01-15 22:49:18 (63127) INFO : Job file loaded, run time for this step : 0.32995 seconds 2015-01-15 22:49:18 (63127) INFO : PreProcessing check starts 2015-01-15 22:49:18 (63127) INFO : PreProcessing check completed 2015-01-15 22:49:18 (63127) INFO : preProcess completed, run time for this step : 0.0518601 seconds 2015-01-15 22:49:18 (63127) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:18 (63127) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:49:18 (63127) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:19 (63127) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:49:19 (63127) INFO : Bulk load completed, total run time : 1.4214 seconds 2015-01-15 22:49:20.005523265 after import 2015-01-15 22:49:20.013937628 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=223 -------------- Query OK, 10000 rows affected (1.39 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.53 sec) Bye 2015-01-15 22:49:22.950215633 after sql statement 2015-01-15 22:49:22.990624539 before sql statment -------------- update test211_1 set c2=c1 where batch=223 -------------- Query OK, 10000 rows affected (0.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:23.703854995 after sql statement 2015-01-15 22:49:23.714562472 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=223 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:49:23.902829802 after sql statement 2015-01-15 22:49:23.920131311 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.52 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:27.458606478 after sql statement 2015-01-15 22:49:27.466947424 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=224 -------------- Query OK, 10000 rows affected (3.68 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.14 sec) Bye 2015-01-15 22:49:31.301622537 after sql statement 2015-01-15 22:49:31.315568982 before sql statment -------------- update test211_1 set c2=c1 where batch=224 -------------- Query OK, 10000 rows affected (2.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:34.044397296 after sql statement 2015-01-15 22:49:34.077652457 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=224 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.93 sec) Bye 2015-01-15 22:49:35.581878804 after sql statement 2015-01-15 22:49:35.585351656 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224936_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:49:36 (9907) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224936_Job_62672.xml 2015-01-15 22:49:36 (9907) INFO : Job file loaded, run time for this step : 0.340497 seconds 2015-01-15 22:49:36 (9907) INFO : PreProcessing check starts 2015-01-15 22:49:36 (9907) INFO : PreProcessing check completed 2015-01-15 22:49:36 (9907) INFO : preProcess completed, run time for this step : 0.026612 seconds 2015-01-15 22:49:36 (9907) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:36 (9907) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:49:36 (9907) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:36 (9907) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:49:37 (9907) INFO : Bulk load completed, total run time : 1.47006 seconds 2015-01-15 22:49:37.241689846 after import 2015-01-15 22:49:37.252803858 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=225 -------------- Query OK, 10000 rows affected (3.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.92 sec) Bye 2015-01-15 22:49:41.513784835 after sql statement 2015-01-15 22:49:41.533797627 before sql statment -------------- update test211_1 set c2=c1 where batch=225 -------------- Query OK, 10000 rows affected (2.95 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:44.504292513 after sql statement 2015-01-15 22:49:44.514435929 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=225 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.77 sec) Bye 2015-01-15 22:49:45.285210104 after sql statement 2015-01-15 22:49:45.320637546 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.58 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:49.915129288 after sql statement 2015-01-15 22:49:49.921332998 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_1 where batch=226 -------------- Query OK, 10000 rows affected (1.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:49:51.676262616 after sql statement 2015-01-15 22:49:51.685907599 before sql statment -------------- update test211_1 set c2=c1 where batch=226 -------------- Query OK, 10000 rows affected (2.36 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:54.059682947 after sql statement 2015-01-15 22:49:54.069028830 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=226 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:49:54.612644219 after sql statement 2015-01-15 22:49:54.615464805 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224954_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:49:55 (23395) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T224954_Job_62672.xml 2015-01-15 22:49:55 (23395) INFO : Job file loaded, run time for this step : 0.263939 seconds 2015-01-15 22:49:55 (23395) INFO : PreProcessing check starts 2015-01-15 22:49:55 (23395) INFO : PreProcessing check completed 2015-01-15 22:49:55 (23395) INFO : preProcess completed, run time for this step : 0.0463619 seconds 2015-01-15 22:49:55 (23395) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:55 (23395) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:49:55 (23395) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:55 (23395) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:49:56 (23395) INFO : Bulk load completed, total run time : 1.33764 seconds 2015-01-15 22:49:56.112677436 after import 2015-01-15 22:49:56.121401086 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=227 -------------- Query OK, 10000 rows affected (3.70 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.64 sec) Bye 2015-01-15 22:50:00.468983304 after sql statement 2015-01-15 22:50:00.487876068 before sql statment -------------- update test211_1 set c2=c1 where batch=227 -------------- Query OK, 10000 rows affected (1.67 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:02.560057743 after sql statement 2015-01-15 22:50:02.575332785 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=227 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.05 sec) Bye 2015-01-15 22:50:03.653784880 after sql statement 2015-01-15 22:50:03.667656344 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (4.05 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:07.741339072 after sql statement 2015-01-15 22:50:07.761203078 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=228 -------------- Query OK, 10000 rows affected (2.57 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.12 sec) Bye 2015-01-15 22:50:11.457132594 after sql statement 2015-01-15 22:50:11.461955296 before sql statment -------------- update test211_1 set c2=c1 where batch=228 -------------- Query OK, 10000 rows affected (1.38 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:12.855488397 after sql statement 2015-01-15 22:50:12.868298060 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=228 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.76 sec) Bye 2015-01-15 22:50:13.672954920 after sql statement 2015-01-15 22:50:13.676840853 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225015_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:50:15 (36146) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225015_Job_62672.xml 2015-01-15 22:50:15 (36146) INFO : Job file loaded, run time for this step : 1.14885 seconds 2015-01-15 22:50:15 (36146) INFO : PreProcessing check starts 2015-01-15 22:50:15 (36146) INFO : PreProcessing check completed 2015-01-15 22:50:15 (36146) INFO : preProcess completed, run time for this step : 0.06475 seconds 2015-01-15 22:50:15 (36146) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:15 (36146) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:50:15 (36146) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:16 (36146) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:50:16 (36146) INFO : Bulk load completed, total run time : 2.23423 seconds 2015-01-15 22:50:16.829487231 after import 2015-01-15 22:50:16.836485616 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=229 -------------- Query OK, 10000 rows affected (1.45 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.22 sec) Bye 2015-01-15 22:50:18.522053722 after sql statement 2015-01-15 22:50:18.526801219 before sql statment -------------- update test211_1 set c2=c1 where batch=229 -------------- Query OK, 10000 rows affected (3.25 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:21.793452329 after sql statement 2015-01-15 22:50:21.799614388 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=229 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:50:22.112521393 after sql statement 2015-01-15 22:50:22.125566840 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.74 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:25.890023110 after sql statement 2015-01-15 22:50:25.899620988 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=230 -------------- Query OK, 10000 rows affected (2.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.75 sec) Bye 2015-01-15 22:50:28.994923507 after sql statement 2015-01-15 22:50:29.002022553 before sql statment -------------- update test211_1 set c2=c1 where batch=230 -------------- Query OK, 10000 rows affected (2.19 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:31.202006626 after sql statement 2015-01-15 22:50:31.206213275 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=230 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.48 sec) Bye 2015-01-15 22:50:31.703448101 after sql statement 2015-01-15 22:50:31.718750512 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225032_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:50:32 (49000) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225032_Job_62672.xml 2015-01-15 22:50:32 (49000) INFO : Job file loaded, run time for this step : 0.589485 seconds 2015-01-15 22:50:32 (49000) INFO : PreProcessing check starts 2015-01-15 22:50:32 (49000) INFO : PreProcessing check completed 2015-01-15 22:50:32 (49000) INFO : preProcess completed, run time for this step : 0.0250361 seconds 2015-01-15 22:50:32 (49000) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:32 (49000) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:32 (49000) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:50:32 (49000) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:50:33 (49000) INFO : Bulk load completed, total run time : 1.69574 seconds 2015-01-15 22:50:33.652257893 after import 2015-01-15 22:50:33.658500917 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=231 -------------- Query OK, 10000 rows affected (1.88 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.05 sec) Bye 2015-01-15 22:50:37.598183190 after sql statement 2015-01-15 22:50:37.607384603 before sql statment -------------- update test211_1 set c2=c1 where batch=231 -------------- Query OK, 10000 rows affected (1.14 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:38.759376240 after sql statement 2015-01-15 22:50:38.766138990 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=231 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:50:38.988458953 after sql statement 2015-01-15 22:50:39.006246375 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.13 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:44.148220265 after sql statement 2015-01-15 22:50:44.157659184 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=232 -------------- Query OK, 10000 rows affected (2.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.03 sec) Bye 2015-01-15 22:50:48.140394895 after sql statement 2015-01-15 22:50:48.158874948 before sql statment -------------- update test211_1 set c2=c1 where batch=232 -------------- Query OK, 10000 rows affected (2.90 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:51.088656177 after sql statement 2015-01-15 22:50:51.099613221 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=232 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.94 sec) Bye 2015-01-15 22:50:52.054459208 after sql statement 2015-01-15 22:50:52.056751275 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225053_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:50:53 (63267) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225053_Job_62672.xml 2015-01-15 22:50:53 (63267) INFO : Job file loaded, run time for this step : 1.22589 seconds 2015-01-15 22:50:53 (63267) INFO : PreProcessing check starts 2015-01-15 22:50:53 (63267) INFO : PreProcessing check completed 2015-01-15 22:50:53 (63267) INFO : preProcess completed, run time for this step : 0.0506258 seconds 2015-01-15 22:50:53 (63267) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:53 (63267) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:50:53 (63267) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:53 (63267) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:50:55 (63267) INFO : Bulk load completed, total run time : 3.08543 seconds 2015-01-15 22:50:55.496351053 after import 2015-01-15 22:50:55.503341587 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=233 -------------- Query OK, 10000 rows affected (2.18 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.35 sec) Bye 2015-01-15 22:50:59.052326325 after sql statement 2015-01-15 22:50:59.066327357 before sql statment -------------- update test211_1 set c2=c1 where batch=233 -------------- Query OK, 10000 rows affected (1.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:00.733179950 after sql statement 2015-01-15 22:51:00.737464138 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=233 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (1.19 sec) Bye 2015-01-15 22:51:01.942135916 after sql statement 2015-01-15 22:51:01.961824635 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (3.88 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:51:05.858729135 after sql statement 2015-01-15 22:51:05.867787383 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=234 -------------- Query OK, 10000 rows affected (1.31 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:51:07.612922662 after sql statement 2015-01-15 22:51:07.637444996 before sql statment -------------- update test211_1 set c2=c1 where batch=234 -------------- Query OK, 10000 rows affected (2.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:10.226103324 after sql statement 2015-01-15 22:51:10.243416508 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=234 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.86 sec) Bye 2015-01-15 22:51:11.129321522 after sql statement 2015-01-15 22:51:11.138876745 before import Locale is : C Using table OID 62672 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225111_Job_62672.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62672.log 2015-01-15 22:51:11 (11262) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62672_D20150115_T225111_Job_62672.xml 2015-01-15 22:51:11 (11262) INFO : Job file loaded, run time for this step : 0.355503 seconds 2015-01-15 22:51:11 (11262) INFO : PreProcessing check starts 2015-01-15 22:51:11 (11262) INFO : PreProcessing check completed 2015-01-15 22:51:11 (11262) INFO : preProcess completed, run time for this step : 0.044662 seconds 2015-01-15 22:51:11 (11262) INFO : No of Read Threads Spawned = 1 2015-01-15 22:51:11 (11262) INFO : Reading input from STDIN to import into table dmlc.test211_1... 2015-01-15 22:51:11 (11262) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:51:11 (11262) INFO : For table dmlc.test211_1: 10000 rows processed and 10000 rows inserted. 2015-01-15 22:51:12 (11262) INFO : Bulk load completed, total run time : 1.45371 seconds 2015-01-15 22:51:12.777742179 after import 2015-01-15 22:51:12.801835164 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=235 -------------- Query OK, 10000 rows affected (1.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:51:14.471527730 after sql statement 2015-01-15 22:51:14.486825640 before sql statment -------------- update test211_1 set c2=c1 where batch=235 -------------- Query OK, 10000 rows affected (2.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:16.781816949 after sql statement 2015-01-15 22:51:16.789314400 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=235 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.77 sec) Bye 2015-01-15 22:51:17.576458731 after sql statement 2015-01-15 22:51:17.599289482 before sql statment -------------- load data infile '/tmp/test211_1.tbl' into table test211_1 fields terminated by '|' -------------- Query OK, 10000 rows affected (5.46 sec) Records: 10000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:51:23.073396146 after sql statement 2015-01-15 22:51:23.077827404 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_1 where batch=236 -------------- Query OK, 10000 rows affected (1.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.16 sec) Bye 2015-01-15 22:51:24.255812581 after sql statement 2015-01-15 22:51:24.265173198 before sql statment -------------- update test211_1 set c2=c1 where batch=236 -------------- Query OK, 10000 rows affected (1.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:25.300423751 after sql statement 2015-01-15 22:51:25.305273309 before sql statment -------------- select count(*), if(count(*)=10000, 'good', 'bad') result from test211_1 where batch=236 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 10000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:51:25.421848632 after sql statement Thu Jan 15 22:51:25 CST 2015 - All done.