1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test211/thread.15.log
2016-01-06 14:08:59 -06:00

8585 lines
252 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2015-01-15 22:19:17.682266128 before sql statment
--------------
drop table if exists test211_15
--------------
Query OK, 0 rows affected (0.23 sec)
--------------
create table test211_15(batch int, c1 int, c2 int)engine=infinidb
--------------
Query OK, 0 rows affected (3.92 sec)
Bye
2015-01-15 22:19:21.836310591 after sql statement
2015-01-15 22:19:21.840272616 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T221922_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:19:22 (23555) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T221922_Job_62676.xml
2015-01-15 22:19:22 (23555) INFO : Job file loaded, run time for this step : 0.282321 seconds
2015-01-15 22:19:22 (23555) INFO : PreProcessing check starts
2015-01-15 22:19:22 (23555) INFO : PreProcessing check completed
2015-01-15 22:19:22 (23555) INFO : preProcess completed, run time for this step : 0.0121069 seconds
2015-01-15 22:19:22 (23555) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:22 (23555) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:19:22 (23555) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:22 (23555) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:19:23 (23555) INFO : Bulk load completed, total run time : 1.30008 seconds
2015-01-15 22:19:23.277833328 after import
2015-01-15 22:19:23.281549594 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=1
--------------
Query OK, 150000 rows affected (5.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.04 sec)
Bye
2015-01-15 22:19:30.116282248 after sql statement
2015-01-15 22:19:30.131197865 before sql statment
--------------
update test211_15 set c2=c1 where batch=1
--------------
Query OK, 150000 rows affected (2.88 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:33.032333737 after sql statement
2015-01-15 22:19:33.042035068 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=1
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:19:33.323710037 after sql statement
2015-01-15 22:19:34.154572598 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.39 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:38.552990334 after sql statement
2015-01-15 22:19:38.560025617 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=2
--------------
Query OK, 150000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.74 sec)
Bye
2015-01-15 22:19:44.027511626 after sql statement
2015-01-15 22:19:44.032420281 before sql statment
--------------
update test211_15 set c2=c1 where batch=2
--------------
Query OK, 150000 rows affected (4.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:48.867339261 after sql statement
2015-01-15 22:19:48.891184310 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=2
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.72 sec)
Bye
2015-01-15 22:19:50.611418355 after sql statement
2015-01-15 22:19:50.614850313 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T221951_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:19:51 (45362) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T221951_Job_62676.xml
2015-01-15 22:19:51 (45362) INFO : Job file loaded, run time for this step : 0.299401 seconds
2015-01-15 22:19:51 (45362) INFO : PreProcessing check starts
2015-01-15 22:19:51 (45362) INFO : PreProcessing check completed
2015-01-15 22:19:51 (45362) INFO : preProcess completed, run time for this step : 0.038327 seconds
2015-01-15 22:19:51 (45362) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:51 (45362) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:51 (45362) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:19:51 (45362) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:19:52 (45362) INFO : Bulk load completed, total run time : 1.885 seconds
2015-01-15 22:19:52.677064905 after import
2015-01-15 22:19:52.681386611 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=3
--------------
Query OK, 150000 rows affected (3.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:19:57.298682717 after sql statement
2015-01-15 22:19:57.311882521 before sql statment
--------------
update test211_15 set c2=c1 where batch=3
--------------
Query OK, 150000 rows affected (4.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:01.508801993 after sql statement
2015-01-15 22:20:01.516736611 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=3
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:20:01.707372051 after sql statement
2015-01-15 22:20:01.845811329 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.60 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:05.463644558 after sql statement
2015-01-15 22:20:05.472269323 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=4
--------------
Query OK, 150000 rows affected (2.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:20:08.977304528 after sql statement
2015-01-15 22:20:08.990410644 before sql statment
--------------
update test211_15 set c2=c1 where batch=4
--------------
Query OK, 150000 rows affected (3.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:12.173194330 after sql statement
2015-01-15 22:20:12.179045840 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=4
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.21 sec)
Bye
2015-01-15 22:20:13.398971773 after sql statement
2015-01-15 22:20:13.401352469 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222013_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:20:13 (62257) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222013_Job_62676.xml
2015-01-15 22:20:13 (62257) INFO : Job file loaded, run time for this step : 0.29337 seconds
2015-01-15 22:20:13 (62257) INFO : PreProcessing check starts
2015-01-15 22:20:13 (62257) INFO : PreProcessing check completed
2015-01-15 22:20:13 (62257) INFO : preProcess completed, run time for this step : 0.109045 seconds
2015-01-15 22:20:13 (62257) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:13 (62257) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:20:13 (62257) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:14 (62257) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:20:14 (62257) INFO : Bulk load completed, total run time : 1.41664 seconds
2015-01-15 22:20:15.002465987 after import
2015-01-15 22:20:15.006955930 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=5
--------------
Query OK, 150000 rows affected (2.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:20:18.121643231 after sql statement
2015-01-15 22:20:18.125258188 before sql statment
--------------
update test211_15 set c2=c1 where batch=5
--------------
Query OK, 150000 rows affected (1.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:19.466155869 after sql statement
2015-01-15 22:20:19.484533173 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=5
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:20:20.039761675 after sql statement
2015-01-15 22:20:20.209103580 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (5.70 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:25.920059809 after sql statement
2015-01-15 22:20:25.934375424 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=6
--------------
Query OK, 150000 rows affected (2.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:20:29.490032114 after sql statement
2015-01-15 22:20:29.495260712 before sql statment
--------------
update test211_15 set c2=c1 where batch=6
--------------
Query OK, 150000 rows affected (2.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:31.748983800 after sql statement
2015-01-15 22:20:31.781571152 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=6
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.85 sec)
Bye
2015-01-15 22:20:32.666183889 after sql statement
2015-01-15 22:20:32.670217814 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222033_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:20:33 (11912) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222033_Job_62676.xml
2015-01-15 22:20:33 (11912) INFO : Job file loaded, run time for this step : 0.447546 seconds
2015-01-15 22:20:33 (11912) INFO : PreProcessing check starts
2015-01-15 22:20:33 (11912) INFO : PreProcessing check completed
2015-01-15 22:20:33 (11912) INFO : preProcess completed, run time for this step : 0.0649512 seconds
2015-01-15 22:20:33 (11912) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:33 (11912) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:33 (11912) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:20:34 (11912) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:20:34 (11912) INFO : Bulk load completed, total run time : 1.54078 seconds
2015-01-15 22:20:34.770929929 after import
2015-01-15 22:20:34.786540422 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=7
--------------
Query OK, 150000 rows affected (3.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.58 sec)
Bye
2015-01-15 22:20:40.307742223 after sql statement
2015-01-15 22:20:40.347525762 before sql statment
--------------
update test211_15 set c2=c1 where batch=7
--------------
Query OK, 150000 rows affected (2.35 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:42.725150926 after sql statement
2015-01-15 22:20:42.733096161 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=7
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:20:42.954850071 after sql statement
2015-01-15 22:20:43.094281288 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.41 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:47.507482509 after sql statement
2015-01-15 22:20:47.511191804 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=8
--------------
Query OK, 150000 rows affected (2.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:20:51.267235427 after sql statement
2015-01-15 22:20:51.272182118 before sql statment
--------------
update test211_15 set c2=c1 where batch=8
--------------
Query OK, 150000 rows affected (3.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:55.102706464 after sql statement
2015-01-15 22:20:55.111791696 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=8
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.61 sec)
Bye
2015-01-15 22:20:55.748993453 after sql statement
2015-01-15 22:20:55.785857961 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222056_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:20:56 (30067) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222056_Job_62676.xml
2015-01-15 22:20:56 (30067) INFO : Job file loaded, run time for this step : 0.381821 seconds
2015-01-15 22:20:56 (30067) INFO : PreProcessing check starts
2015-01-15 22:20:56 (30067) INFO : PreProcessing check completed
2015-01-15 22:20:56 (30067) INFO : preProcess completed, run time for this step : 0.052525 seconds
2015-01-15 22:20:56 (30067) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:56 (30067) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:56 (30067) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:20:56 (30067) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:20:57 (30067) INFO : Bulk load completed, total run time : 1.45418 seconds
2015-01-15 22:20:57.417447898 after import
2015-01-15 22:20:57.434736649 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=9
--------------
Query OK, 150000 rows affected (4.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.72 sec)
Bye
2015-01-15 22:21:04.082625706 after sql statement
2015-01-15 22:21:04.092091766 before sql statment
--------------
update test211_15 set c2=c1 where batch=9
--------------
Query OK, 150000 rows affected (4.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:08.266291805 after sql statement
2015-01-15 22:21:08.283756183 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=9
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:21:08.884984435 after sql statement
2015-01-15 22:21:08.998651014 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.63 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:12.650662223 after sql statement
2015-01-15 22:21:12.654423442 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=10
--------------
Query OK, 150000 rows affected (3.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.37 sec)
Bye
2015-01-15 22:21:17.155721769 after sql statement
2015-01-15 22:21:17.166413614 before sql statment
--------------
update test211_15 set c2=c1 where batch=10
--------------
Query OK, 150000 rows affected (3.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:20.954603357 after sql statement
2015-01-15 22:21:20.960761762 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=10
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:21:21.328436413 after sql statement
2015-01-15 22:21:21.332065251 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222121_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:21:21 (50631) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222121_Job_62676.xml
2015-01-15 22:21:21 (50631) INFO : Job file loaded, run time for this step : 0.411974 seconds
2015-01-15 22:21:21 (50631) INFO : PreProcessing check starts
2015-01-15 22:21:22 (50631) INFO : PreProcessing check completed
2015-01-15 22:21:22 (50631) INFO : preProcess completed, run time for this step : 0.114569 seconds
2015-01-15 22:21:22 (50631) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:22 (50631) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:21:22 (50631) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:22 (50631) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:21:23 (50631) INFO : Bulk load completed, total run time : 1.55995 seconds
2015-01-15 22:21:23.069272881 after import
2015-01-15 22:21:23.073773890 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=11
--------------
Query OK, 150000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.28 sec)
Bye
2015-01-15 22:21:27.715614266 after sql statement
2015-01-15 22:21:27.732007562 before sql statment
--------------
update test211_15 set c2=c1 where batch=11
--------------
Query OK, 150000 rows affected (3.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:31.586152353 after sql statement
2015-01-15 22:21:31.590325108 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=11
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:21:31.732322381 after sql statement
2015-01-15 22:21:31.977578202 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.52 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:35.527704820 after sql statement
2015-01-15 22:21:35.535079131 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=12
--------------
Query OK, 150000 rows affected (3.57 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.84 sec)
Bye
2015-01-15 22:21:39.953048695 after sql statement
2015-01-15 22:21:39.958892241 before sql statment
--------------
update test211_15 set c2=c1 where batch=12
--------------
Query OK, 150000 rows affected (3.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:42.985567831 after sql statement
2015-01-15 22:21:42.989304356 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=12
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:21:43.146429883 after sql statement
2015-01-15 22:21:43.164291054 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222143_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:21:43 (3960) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222143_Job_62676.xml
2015-01-15 22:21:43 (3960) INFO : Job file loaded, run time for this step : 0.357801 seconds
2015-01-15 22:21:43 (3960) INFO : PreProcessing check starts
2015-01-15 22:21:43 (3960) INFO : PreProcessing check completed
2015-01-15 22:21:43 (3960) INFO : preProcess completed, run time for this step : 0.0694461 seconds
2015-01-15 22:21:43 (3960) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:43 (3960) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:43 (3960) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:21:44 (3960) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:21:44 (3960) INFO : Bulk load completed, total run time : 1.45462 seconds
2015-01-15 22:21:44.794466213 after import
2015-01-15 22:21:44.799201915 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=13
--------------
Query OK, 150000 rows affected (3.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:21:49.640506906 after sql statement
2015-01-15 22:21:49.673170343 before sql statment
--------------
update test211_15 set c2=c1 where batch=13
--------------
Query OK, 150000 rows affected (2.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:52.058539874 after sql statement
2015-01-15 22:21:52.064211802 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=13
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:21:52.359866298 after sql statement
2015-01-15 22:21:52.453952705 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.43 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:55.896559331 after sql statement
2015-01-15 22:21:55.901722926 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=14
--------------
Query OK, 150000 rows affected (4.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.15 sec)
Bye
2015-01-15 22:22:01.289353437 after sql statement
2015-01-15 22:22:01.312649551 before sql statment
--------------
update test211_15 set c2=c1 where batch=14
--------------
Query OK, 150000 rows affected (2.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:03.824566783 after sql statement
2015-01-15 22:22:03.829721333 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=14
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:22:04.358026248 after sql statement
2015-01-15 22:22:04.368366677 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222204_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:22:05 (22441) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222204_Job_62676.xml
2015-01-15 22:22:05 (22441) INFO : Job file loaded, run time for this step : 0.559422 seconds
2015-01-15 22:22:05 (22441) INFO : PreProcessing check starts
2015-01-15 22:22:05 (22441) INFO : PreProcessing check completed
2015-01-15 22:22:05 (22441) INFO : preProcess completed, run time for this step : 0.0503118 seconds
2015-01-15 22:22:05 (22441) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:05 (22441) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:22:05 (22441) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:05 (22441) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:22:06 (22441) INFO : Bulk load completed, total run time : 1.62706 seconds
2015-01-15 22:22:06.176332391 after import
2015-01-15 22:22:06.180913454 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=15
--------------
Query OK, 150000 rows affected (4.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:22:11.578594296 after sql statement
2015-01-15 22:22:11.599194161 before sql statment
--------------
update test211_15 set c2=c1 where batch=15
--------------
Query OK, 150000 rows affected (3.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:15.076067524 after sql statement
2015-01-15 22:22:15.082076614 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=15
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.54 sec)
Bye
2015-01-15 22:22:16.622243979 after sql statement
2015-01-15 22:22:16.723543126 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.03 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:20.776697659 after sql statement
2015-01-15 22:22:20.782817759 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=16
--------------
Query OK, 150000 rows affected (2.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:22:24.473767294 after sql statement
2015-01-15 22:22:24.487169637 before sql statment
--------------
update test211_15 set c2=c1 where batch=16
--------------
Query OK, 150000 rows affected (4.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:29.125684904 after sql statement
2015-01-15 22:22:29.132599820 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=16
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:22:29.396389531 after sql statement
2015-01-15 22:22:29.398663645 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222231_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:22:31 (41329) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222231_Job_62676.xml
2015-01-15 22:22:31 (41329) INFO : Job file loaded, run time for this step : 1.02804 seconds
2015-01-15 22:22:31 (41329) INFO : PreProcessing check starts
2015-01-15 22:22:31 (41329) INFO : PreProcessing check completed
2015-01-15 22:22:31 (41329) INFO : preProcess completed, run time for this step : 0.0322421 seconds
2015-01-15 22:22:31 (41329) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:31 (41329) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:22:31 (41329) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:31 (41329) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:22:32 (41329) INFO : Bulk load completed, total run time : 2.09696 seconds
2015-01-15 22:22:32.761407751 after import
2015-01-15 22:22:32.768176327 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=17
--------------
Query OK, 150000 rows affected (4.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.48 sec)
Bye
2015-01-15 22:22:38.483896595 after sql statement
2015-01-15 22:22:38.496821484 before sql statment
--------------
update test211_15 set c2=c1 where batch=17
--------------
Query OK, 150000 rows affected (3.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:41.658638666 after sql statement
2015-01-15 22:22:41.664530954 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=17
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:22:41.837210058 after sql statement
2015-01-15 22:22:41.969422024 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.46 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:45.445649469 after sql statement
2015-01-15 22:22:45.452689216 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=18
--------------
Query OK, 150000 rows affected (2.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.24 sec)
Bye
2015-01-15 22:22:49.408637364 after sql statement
2015-01-15 22:22:49.417345883 before sql statment
--------------
update test211_15 set c2=c1 where batch=18
--------------
Query OK, 150000 rows affected (3.02 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:52.445599293 after sql statement
2015-01-15 22:22:52.457862045 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=18
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.91 sec)
Bye
2015-01-15 22:22:53.398030077 after sql statement
2015-01-15 22:22:53.401931208 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222253_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:22:53 (61204) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222253_Job_62676.xml
2015-01-15 22:22:53 (61204) INFO : Job file loaded, run time for this step : 0.33603 seconds
2015-01-15 22:22:53 (61204) INFO : PreProcessing check starts
2015-01-15 22:22:54 (61204) INFO : PreProcessing check completed
2015-01-15 22:22:54 (61204) INFO : preProcess completed, run time for this step : 0.0716832 seconds
2015-01-15 22:22:54 (61204) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:54 (61204) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:54 (61204) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:22:54 (61204) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:22:55 (61204) INFO : Bulk load completed, total run time : 1.42212 seconds
2015-01-15 22:22:55.035282501 after import
2015-01-15 22:22:55.040419294 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=19
--------------
Query OK, 150000 rows affected (3.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:22:58.761075608 after sql statement
2015-01-15 22:22:58.770202125 before sql statment
--------------
update test211_15 set c2=c1 where batch=19
--------------
Query OK, 150000 rows affected (2.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:01.738618397 after sql statement
2015-01-15 22:23:01.745983355 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=19
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:23:02.301325748 after sql statement
2015-01-15 22:23:02.446995634 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.06 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:06.509189327 after sql statement
2015-01-15 22:23:06.513469827 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=20
--------------
Query OK, 150000 rows affected (2.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.33 sec)
Bye
2015-01-15 22:23:10.237299897 after sql statement
2015-01-15 22:23:10.247320050 before sql statment
--------------
update test211_15 set c2=c1 where batch=20
--------------
Query OK, 150000 rows affected (2.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:12.514307274 after sql statement
2015-01-15 22:23:12.519910741 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=20
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:23:12.936232541 after sql statement
2015-01-15 22:23:12.939013872 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222313_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:23:13 (12706) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222313_Job_62676.xml
2015-01-15 22:23:13 (12706) INFO : Job file loaded, run time for this step : 0.293699 seconds
2015-01-15 22:23:13 (12706) INFO : PreProcessing check starts
2015-01-15 22:23:13 (12706) INFO : PreProcessing check completed
2015-01-15 22:23:13 (12706) INFO : preProcess completed, run time for this step : 0.043098 seconds
2015-01-15 22:23:13 (12706) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:13 (12706) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:13 (12706) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:23:13 (12706) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:23:14 (12706) INFO : Bulk load completed, total run time : 1.35667 seconds
2015-01-15 22:23:14.460760709 after import
2015-01-15 22:23:14.466097412 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=21
--------------
Query OK, 150000 rows affected (2.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.91 sec)
Bye
2015-01-15 22:23:19.384405479 after sql statement
2015-01-15 22:23:19.447194185 before sql statment
--------------
update test211_15 set c2=c1 where batch=21
--------------
Query OK, 150000 rows affected (3.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:22.824878003 after sql statement
2015-01-15 22:23:22.839121657 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=21
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.22 sec)
Bye
2015-01-15 22:23:24.067055888 after sql statement
2015-01-15 22:23:24.180136516 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.20 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:28.399802187 after sql statement
2015-01-15 22:23:28.403568644 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=22
--------------
Query OK, 150000 rows affected (2.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:23:31.984407218 after sql statement
2015-01-15 22:23:31.991585964 before sql statment
--------------
update test211_15 set c2=c1 where batch=22
--------------
Query OK, 150000 rows affected (1.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:33.970209370 after sql statement
2015-01-15 22:23:33.976018994 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=22
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.76 sec)
Bye
2015-01-15 22:23:34.751867976 after sql statement
2015-01-15 22:23:34.755293267 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222335_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:23:35 (32024) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222335_Job_62676.xml
2015-01-15 22:23:35 (32024) INFO : Job file loaded, run time for this step : 0.410963 seconds
2015-01-15 22:23:35 (32024) INFO : PreProcessing check starts
2015-01-15 22:23:35 (32024) INFO : PreProcessing check completed
2015-01-15 22:23:35 (32024) INFO : preProcess completed, run time for this step : 0.347547 seconds
2015-01-15 22:23:35 (32024) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:35 (32024) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:35 (32024) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:23:35 (32024) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:23:36 (32024) INFO : Bulk load completed, total run time : 1.76923 seconds
2015-01-15 22:23:36.695331745 after import
2015-01-15 22:23:36.723120442 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=23
--------------
Query OK, 150000 rows affected (2.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:23:39.358362923 after sql statement
2015-01-15 22:23:39.372821845 before sql statment
--------------
update test211_15 set c2=c1 where batch=23
--------------
Query OK, 150000 rows affected (3.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:43.209875796 after sql statement
2015-01-15 22:23:43.232957458 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=23
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.79 sec)
Bye
2015-01-15 22:23:44.043481258 after sql statement
2015-01-15 22:23:44.217425552 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.72 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:47.963214502 after sql statement
2015-01-15 22:23:47.967069711 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=24
--------------
Query OK, 150000 rows affected (3.81 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.02 sec)
Bye
2015-01-15 22:23:53.800351633 after sql statement
2015-01-15 22:23:53.807313164 before sql statment
--------------
update test211_15 set c2=c1 where batch=24
--------------
Query OK, 150000 rows affected (4.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:58.182302797 after sql statement
2015-01-15 22:23:58.187004537 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=24
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.86 sec)
Bye
2015-01-15 22:23:59.065806706 after sql statement
2015-01-15 22:23:59.083031447 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222359_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:23:59 (50369) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222359_Job_62676.xml
2015-01-15 22:23:59 (50369) INFO : Job file loaded, run time for this step : 0.374297 seconds
2015-01-15 22:23:59 (50369) INFO : PreProcessing check starts
2015-01-15 22:23:59 (50369) INFO : PreProcessing check completed
2015-01-15 22:23:59 (50369) INFO : preProcess completed, run time for this step : 0.0517871 seconds
2015-01-15 22:23:59 (50369) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:23:59 (50369) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:59 (50369) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:00 (50369) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:24:00 (50369) INFO : Bulk load completed, total run time : 1.44942 seconds
2015-01-15 22:24:00.721010849 after import
2015-01-15 22:24:00.729548580 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=25
--------------
Query OK, 150000 rows affected (4.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.93 sec)
Bye
2015-01-15 22:24:06.415915868 after sql statement
2015-01-15 22:24:06.427621513 before sql statment
--------------
update test211_15 set c2=c1 where batch=25
--------------
Query OK, 150000 rows affected (4.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:11.419162340 after sql statement
2015-01-15 22:24:11.424252087 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=25
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:24:12.005382876 after sql statement
2015-01-15 22:24:12.113739676 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.57 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:16.702490594 after sql statement
2015-01-15 22:24:16.783122525 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=26
--------------
Query OK, 150000 rows affected (4.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.41 sec)
Bye
2015-01-15 22:24:23.913526779 after sql statement
2015-01-15 22:24:23.918002353 before sql statment
--------------
update test211_15 set c2=c1 where batch=26
--------------
Query OK, 150000 rows affected (5.06 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:28.989219770 after sql statement
2015-01-15 22:24:28.993758742 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=26
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.15 sec)
Bye
2015-01-15 22:24:29.159826555 after sql statement
2015-01-15 22:24:29.168748808 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222429_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:24:29 (8388) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222429_Job_62676.xml
2015-01-15 22:24:29 (8388) INFO : Job file loaded, run time for this step : 0.501961 seconds
2015-01-15 22:24:29 (8388) INFO : PreProcessing check starts
2015-01-15 22:24:29 (8388) INFO : PreProcessing check completed
2015-01-15 22:24:29 (8388) INFO : preProcess completed, run time for this step : 0.101502 seconds
2015-01-15 22:24:29 (8388) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:29 (8388) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:29 (8388) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:24:30 (8388) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:24:30 (8388) INFO : Bulk load completed, total run time : 1.62543 seconds
2015-01-15 22:24:30.963024414 after import
2015-01-15 22:24:30.967853401 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=27
--------------
Query OK, 150000 rows affected (4.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.11 sec)
Bye
2015-01-15 22:24:38.608729750 after sql statement
2015-01-15 22:24:38.644860040 before sql statment
--------------
update test211_15 set c2=c1 where batch=27
--------------
Query OK, 150000 rows affected (3.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:42.037688427 after sql statement
2015-01-15 22:24:42.042287243 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=27
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.37 sec)
Bye
2015-01-15 22:24:43.417001742 after sql statement
2015-01-15 22:24:43.545164390 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.73 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:48.308069943 after sql statement
2015-01-15 22:24:48.316292261 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=28
--------------
Query OK, 150000 rows affected (6.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.27 sec)
Bye
2015-01-15 22:24:56.091763776 after sql statement
2015-01-15 22:24:56.100536763 before sql statment
--------------
update test211_15 set c2=c1 where batch=28
--------------
Query OK, 150000 rows affected (5.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:01.277468815 after sql statement
2015-01-15 22:25:01.287498119 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=28
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.88 sec)
Bye
2015-01-15 22:25:02.169374200 after sql statement
2015-01-15 22:25:02.171732394 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222503_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:25:03 (32603) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222503_Job_62676.xml
2015-01-15 22:25:03 (32603) INFO : Job file loaded, run time for this step : 0.416209 seconds
2015-01-15 22:25:03 (32603) INFO : PreProcessing check starts
2015-01-15 22:25:03 (32603) INFO : PreProcessing check completed
2015-01-15 22:25:03 (32603) INFO : preProcess completed, run time for this step : 0.034569 seconds
2015-01-15 22:25:03 (32603) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:03 (32603) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:25:03 (32603) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:03 (32603) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:25:04 (32603) INFO : Bulk load completed, total run time : 1.47138 seconds
2015-01-15 22:25:04.631721577 after import
2015-01-15 22:25:04.639613146 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=29
--------------
Query OK, 150000 rows affected (5.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.90 sec)
Bye
2015-01-15 22:25:13.299538647 after sql statement
2015-01-15 22:25:13.306014164 before sql statment
--------------
update test211_15 set c2=c1 where batch=29
--------------
Query OK, 150000 rows affected (2.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:15.814035647 after sql statement
2015-01-15 22:25:15.818260384 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=29
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:25:16.368569231 after sql statement
2015-01-15 22:25:16.529141328 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.66 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:20.206287766 after sql statement
2015-01-15 22:25:20.212643934 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=30
--------------
Query OK, 150000 rows affected (3.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.42 sec)
Bye
2015-01-15 22:25:26.628731655 after sql statement
2015-01-15 22:25:26.632964216 before sql statment
--------------
update test211_15 set c2=c1 where batch=30
--------------
Query OK, 150000 rows affected (3.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:30.197232306 after sql statement
2015-01-15 22:25:30.218161528 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=30
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.40 sec)
Bye
2015-01-15 22:25:31.632705752 after sql statement
2015-01-15 22:25:31.662026228 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222532_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:25:32 (55982) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222532_Job_62676.xml
2015-01-15 22:25:32 (55982) INFO : Job file loaded, run time for this step : 0.270709 seconds
2015-01-15 22:25:32 (55982) INFO : PreProcessing check starts
2015-01-15 22:25:32 (55982) INFO : PreProcessing check completed
2015-01-15 22:25:32 (55982) INFO : preProcess completed, run time for this step : 0.04176 seconds
2015-01-15 22:25:32 (55982) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:32 (55982) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:32 (55982) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:25:32 (55982) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:25:33 (55982) INFO : Bulk load completed, total run time : 1.36837 seconds
2015-01-15 22:25:33.251586448 after import
2015-01-15 22:25:33.269526311 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=31
--------------
Query OK, 150000 rows affected (3.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.58 sec)
Bye
2015-01-15 22:25:38.745186224 after sql statement
2015-01-15 22:25:38.755327298 before sql statment
--------------
update test211_15 set c2=c1 where batch=31
--------------
Query OK, 150000 rows affected (4.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:42.848353344 after sql statement
2015-01-15 22:25:42.871911540 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=31
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.28 sec)
Bye
2015-01-15 22:25:44.171753907 after sql statement
2015-01-15 22:25:44.303806691 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.08 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:48.396834484 after sql statement
2015-01-15 22:25:48.405023675 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=32
--------------
Query OK, 150000 rows affected (5.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.89 sec)
Bye
2015-01-15 22:25:56.254947361 after sql statement
2015-01-15 22:25:56.271626964 before sql statment
--------------
update test211_15 set c2=c1 where batch=32
--------------
Query OK, 150000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:58.611218448 after sql statement
2015-01-15 22:25:58.619179411 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=32
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:25:59.233180295 after sql statement
2015-01-15 22:25:59.236003897 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222600_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:26:00 (13381) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222600_Job_62676.xml
2015-01-15 22:26:00 (13381) INFO : Job file loaded, run time for this step : 0.525039 seconds
2015-01-15 22:26:00 (13381) INFO : PreProcessing check starts
2015-01-15 22:26:00 (13381) INFO : PreProcessing check completed
2015-01-15 22:26:00 (13381) INFO : preProcess completed, run time for this step : 0.0652049 seconds
2015-01-15 22:26:00 (13381) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:00 (13381) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:26:00 (13381) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:00 (13381) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:26:01 (13381) INFO : Bulk load completed, total run time : 1.60995 seconds
2015-01-15 22:26:01.429120836 after import
2015-01-15 22:26:01.438480648 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=33
--------------
Query OK, 150000 rows affected (4.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.22 sec)
Bye
2015-01-15 22:26:07.937073149 after sql statement
2015-01-15 22:26:07.940886578 before sql statment
--------------
update test211_15 set c2=c1 where batch=33
--------------
Query OK, 150000 rows affected (1.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:09.672399855 after sql statement
2015-01-15 22:26:09.685593822 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=33
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:26:10.019264278 after sql statement
2015-01-15 22:26:10.115781387 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.91 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:15.037189061 after sql statement
2015-01-15 22:26:15.055269403 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=34
--------------
Query OK, 150000 rows affected (4.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.77 sec)
Bye
2015-01-15 22:26:21.527985471 after sql statement
2015-01-15 22:26:21.538303984 before sql statment
--------------
update test211_15 set c2=c1 where batch=34
--------------
Query OK, 150000 rows affected (2.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:24.439296114 after sql statement
2015-01-15 22:26:24.443571204 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=34
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.45 sec)
Bye
2015-01-15 22:26:25.915582662 after sql statement
2015-01-15 22:26:25.927543238 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222626_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:26:26 (35650) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222626_Job_62676.xml
2015-01-15 22:26:26 (35650) INFO : Job file loaded, run time for this step : 0.352984 seconds
2015-01-15 22:26:26 (35650) INFO : PreProcessing check starts
2015-01-15 22:26:26 (35650) INFO : PreProcessing check completed
2015-01-15 22:26:26 (35650) INFO : preProcess completed, run time for this step : 0.0520179 seconds
2015-01-15 22:26:26 (35650) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:26 (35650) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:26:26 (35650) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:26 (35650) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:26:27 (35650) INFO : Bulk load completed, total run time : 1.41969 seconds
2015-01-15 22:26:27.521393572 after import
2015-01-15 22:26:27.531831983 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=35
--------------
Query OK, 150000 rows affected (5.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.18 sec)
Bye
2015-01-15 22:26:33.900568434 after sql statement
2015-01-15 22:26:33.906392805 before sql statment
--------------
update test211_15 set c2=c1 where batch=35
--------------
Query OK, 150000 rows affected (2.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:36.377246224 after sql statement
2015-01-15 22:26:36.388310965 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=35
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:26:37.423692656 after sql statement
2015-01-15 22:26:37.523215298 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.79 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:41.331457384 after sql statement
2015-01-15 22:26:41.343104111 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=36
--------------
Query OK, 150000 rows affected (4.13 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.21 sec)
Bye
2015-01-15 22:26:46.691827785 after sql statement
2015-01-15 22:26:46.699104933 before sql statment
--------------
update test211_15 set c2=c1 where batch=36
--------------
Query OK, 150000 rows affected (4.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:51.266118915 after sql statement
2015-01-15 22:26:51.274264039 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=36
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.26 sec)
Bye
2015-01-15 22:26:52.535617250 after sql statement
2015-01-15 22:26:52.546966914 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222653_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:26:53 (54863) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222653_Job_62676.xml
2015-01-15 22:26:53 (54863) INFO : Job file loaded, run time for this step : 0.434239 seconds
2015-01-15 22:26:53 (54863) INFO : PreProcessing check starts
2015-01-15 22:26:53 (54863) INFO : PreProcessing check completed
2015-01-15 22:26:53 (54863) INFO : preProcess completed, run time for this step : 0.04246 seconds
2015-01-15 22:26:53 (54863) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:53 (54863) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:53 (54863) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:26:53 (54863) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:26:54 (54863) INFO : Bulk load completed, total run time : 1.49215 seconds
2015-01-15 22:26:54.229834795 after import
2015-01-15 22:26:54.236425866 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=37
--------------
Query OK, 150000 rows affected (3.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.92 sec)
Bye
2015-01-15 22:26:59.685651154 after sql statement
2015-01-15 22:26:59.689327258 before sql statment
--------------
update test211_15 set c2=c1 where batch=37
--------------
Query OK, 150000 rows affected (4.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:04.202448275 after sql statement
2015-01-15 22:27:04.209828679 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=37
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.62 sec)
Bye
2015-01-15 22:27:04.844455177 after sql statement
2015-01-15 22:27:05.013034137 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.63 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:09.658859394 after sql statement
2015-01-15 22:27:09.667505888 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=38
--------------
Query OK, 150000 rows affected (4.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.96 sec)
Bye
2015-01-15 22:27:15.933190584 after sql statement
2015-01-15 22:27:15.944063488 before sql statment
--------------
update test211_15 set c2=c1 where batch=38
--------------
Query OK, 150000 rows affected (2.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:18.922803736 after sql statement
2015-01-15 22:27:18.937462212 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=38
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:27:19.384066409 after sql statement
2015-01-15 22:27:19.391031413 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222719_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:27:19 (11862) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222719_Job_62676.xml
2015-01-15 22:27:19 (11862) INFO : Job file loaded, run time for this step : 0.358053 seconds
2015-01-15 22:27:19 (11862) INFO : PreProcessing check starts
2015-01-15 22:27:19 (11862) INFO : PreProcessing check completed
2015-01-15 22:27:19 (11862) INFO : preProcess completed, run time for this step : 0.06319 seconds
2015-01-15 22:27:19 (11862) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:19 (11862) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:27:19 (11862) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:20 (11862) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:27:21 (11862) INFO : Bulk load completed, total run time : 1.44342 seconds
2015-01-15 22:27:21.015598111 after import
2015-01-15 22:27:21.020470556 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=39
--------------
Query OK, 150000 rows affected (3.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:27:25.226847924 after sql statement
2015-01-15 22:27:25.233050869 before sql statment
--------------
update test211_15 set c2=c1 where batch=39
--------------
Query OK, 150000 rows affected (6.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:31.767720653 after sql statement
2015-01-15 22:27:31.771424513 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=39
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:27:32.281184722 after sql statement
2015-01-15 22:27:32.376532547 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.61 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:36.003472831 after sql statement
2015-01-15 22:27:36.011237270 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=40
--------------
Query OK, 150000 rows affected (4.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:27:41.837877283 after sql statement
2015-01-15 22:27:41.849183822 before sql statment
--------------
update test211_15 set c2=c1 where batch=40
--------------
Query OK, 150000 rows affected (3.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:45.273206551 after sql statement
2015-01-15 22:27:45.277682692 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=40
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.89 sec)
Bye
2015-01-15 22:27:47.179043946 after sql statement
2015-01-15 22:27:47.181927674 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222747_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:27:48 (31278) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222747_Job_62676.xml
2015-01-15 22:27:48 (31278) INFO : Job file loaded, run time for this step : 0.515722 seconds
2015-01-15 22:27:48 (31278) INFO : PreProcessing check starts
2015-01-15 22:27:48 (31278) INFO : PreProcessing check completed
2015-01-15 22:27:48 (31278) INFO : preProcess completed, run time for this step : 0.0649369 seconds
2015-01-15 22:27:48 (31278) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:48 (31278) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:48 (31278) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:27:48 (31278) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:27:49 (31278) INFO : Bulk load completed, total run time : 2.06267 seconds
2015-01-15 22:27:49.563557135 after import
2015-01-15 22:27:49.582984659 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_15 where batch=41
--------------
Query OK, 150000 rows affected (5.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.20 sec)
Bye
2015-01-15 22:27:56.151068607 after sql statement
2015-01-15 22:27:56.156805606 before sql statment
--------------
update test211_15 set c2=c1 where batch=41
--------------
Query OK, 150000 rows affected (3.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:59.306922410 after sql statement
2015-01-15 22:27:59.313471220 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=41
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:28:00.092243436 after sql statement
2015-01-15 22:28:00.273192321 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.64 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:03.919521841 after sql statement
2015-01-15 22:28:03.924131072 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=42
--------------
Query OK, 150000 rows affected (3.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.38 sec)
Bye
2015-01-15 22:28:08.421580973 after sql statement
2015-01-15 22:28:08.426144322 before sql statment
--------------
update test211_15 set c2=c1 where batch=42
--------------
Query OK, 150000 rows affected (2.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:11.169065951 after sql statement
2015-01-15 22:28:11.183466112 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=42
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:28:11.409941934 after sql statement
2015-01-15 22:28:11.413075038 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222812_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:28:12 (49875) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222812_Job_62676.xml
2015-01-15 22:28:12 (49875) INFO : Job file loaded, run time for this step : 1.07367 seconds
2015-01-15 22:28:12 (49875) INFO : PreProcessing check starts
2015-01-15 22:28:12 (49875) INFO : PreProcessing check completed
2015-01-15 22:28:12 (49875) INFO : preProcess completed, run time for this step : 0.0195889 seconds
2015-01-15 22:28:12 (49875) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:12 (49875) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:28:12 (49875) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:12 (49875) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:28:13 (49875) INFO : Bulk load completed, total run time : 2.12165 seconds
2015-01-15 22:28:13.780935415 after import
2015-01-15 22:28:13.788935338 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=43
--------------
Query OK, 150000 rows affected (2.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:28:17.540662563 after sql statement
2015-01-15 22:28:17.550994815 before sql statment
--------------
update test211_15 set c2=c1 where batch=43
--------------
Query OK, 150000 rows affected (4.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:21.750220976 after sql statement
2015-01-15 22:28:21.756011640 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=43
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:28:22.074217549 after sql statement
2015-01-15 22:28:22.197174307 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (5.74 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:27.948923077 after sql statement
2015-01-15 22:28:27.954016350 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=44
--------------
Query OK, 150000 rows affected (4.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.76 sec)
Bye
2015-01-15 22:28:34.489286931 after sql statement
2015-01-15 22:28:34.497990385 before sql statment
--------------
update test211_15 set c2=c1 where batch=44
--------------
Query OK, 150000 rows affected (2.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:37.424822082 after sql statement
2015-01-15 22:28:37.436464226 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=44
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.92 sec)
Bye
2015-01-15 22:28:38.359690849 after sql statement
2015-01-15 22:28:38.363369894 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222838_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:28:39 (8317) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222838_Job_62676.xml
2015-01-15 22:28:39 (8317) INFO : Job file loaded, run time for this step : 0.529689 seconds
2015-01-15 22:28:39 (8317) INFO : PreProcessing check starts
2015-01-15 22:28:39 (8317) INFO : PreProcessing check completed
2015-01-15 22:28:39 (8317) INFO : preProcess completed, run time for this step : 0.0820498 seconds
2015-01-15 22:28:39 (8317) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:39 (8317) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:28:39 (8317) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:39 (8317) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:28:40 (8317) INFO : Bulk load completed, total run time : 1.63959 seconds
2015-01-15 22:28:40.207494555 after import
2015-01-15 22:28:40.212256087 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=45
--------------
Query OK, 150000 rows affected (3.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.53 sec)
Bye
2015-01-15 22:28:45.491947167 after sql statement
2015-01-15 22:28:45.498597376 before sql statment
--------------
update test211_15 set c2=c1 where batch=45
--------------
Query OK, 150000 rows affected (3.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:49.008107461 after sql statement
2015-01-15 22:28:49.012925679 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=45
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:28:49.573551413 after sql statement
2015-01-15 22:28:49.720302424 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.51 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:53.275535055 after sql statement
2015-01-15 22:28:53.359126885 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=46
--------------
Query OK, 150000 rows affected (3.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.84 sec)
Bye
2015-01-15 22:28:59.328323613 after sql statement
2015-01-15 22:28:59.339204171 before sql statment
--------------
update test211_15 set c2=c1 where batch=46
--------------
Query OK, 150000 rows affected (3.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:02.983050834 after sql statement
2015-01-15 22:29:03.034863186 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=46
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:29:03.490667651 after sql statement
2015-01-15 22:29:03.494502006 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222904_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:29:04 (28407) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222904_Job_62676.xml
2015-01-15 22:29:04 (28407) INFO : Job file loaded, run time for this step : 0.377475 seconds
2015-01-15 22:29:04 (28407) INFO : PreProcessing check starts
2015-01-15 22:29:04 (28407) INFO : PreProcessing check completed
2015-01-15 22:29:04 (28407) INFO : preProcess completed, run time for this step : 0.0440998 seconds
2015-01-15 22:29:04 (28407) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:04 (28407) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:29:04 (28407) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:04 (28407) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:29:05 (28407) INFO : Bulk load completed, total run time : 1.44683 seconds
2015-01-15 22:29:05.212722572 after import
2015-01-15 22:29:05.216992968 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=47
--------------
Query OK, 150000 rows affected (6.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.64 sec)
Bye
2015-01-15 22:29:13.086910658 after sql statement
2015-01-15 22:29:13.119028555 before sql statment
--------------
update test211_15 set c2=c1 where batch=47
--------------
Query OK, 150000 rows affected (1.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:14.692626350 after sql statement
2015-01-15 22:29:14.705156103 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=47
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.99 sec)
Bye
2015-01-15 22:29:15.709510104 after sql statement
2015-01-15 22:29:15.830533566 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.32 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:20.172819177 after sql statement
2015-01-15 22:29:20.195631767 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=48
--------------
Query OK, 150000 rows affected (6.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.04 sec)
Bye
2015-01-15 22:29:28.840779347 after sql statement
2015-01-15 22:29:28.848291658 before sql statment
--------------
update test211_15 set c2=c1 where batch=48
--------------
Query OK, 150000 rows affected (3.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:32.179775516 after sql statement
2015-01-15 22:29:32.191507272 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=48
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.76 sec)
Bye
2015-01-15 22:29:32.960490706 after sql statement
2015-01-15 22:29:32.964335818 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222933_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:29:33 (50525) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222933_Job_62676.xml
2015-01-15 22:29:33 (50525) INFO : Job file loaded, run time for this step : 0.345216 seconds
2015-01-15 22:29:33 (50525) INFO : PreProcessing check starts
2015-01-15 22:29:33 (50525) INFO : PreProcessing check completed
2015-01-15 22:29:33 (50525) INFO : preProcess completed, run time for this step : 0.054018 seconds
2015-01-15 22:29:33 (50525) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:33 (50525) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:29:33 (50525) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:33 (50525) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:29:34 (50525) INFO : Bulk load completed, total run time : 1.43606 seconds
2015-01-15 22:29:34.591649918 after import
2015-01-15 22:29:34.602674640 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=49
--------------
Query OK, 150000 rows affected (3.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.72 sec)
Bye
2015-01-15 22:29:39.827125410 after sql statement
2015-01-15 22:29:39.833311514 before sql statment
--------------
update test211_15 set c2=c1 where batch=49
--------------
Query OK, 150000 rows affected (3.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:42.882339326 after sql statement
2015-01-15 22:29:42.890810026 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=49
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.38 sec)
Bye
2015-01-15 22:29:44.299858467 after sql statement
2015-01-15 22:29:44.425998811 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.67 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:48.115749277 after sql statement
2015-01-15 22:29:48.178126206 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=50
--------------
Query OK, 150000 rows affected (2.30 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:29:51.165473616 after sql statement
2015-01-15 22:29:51.181727864 before sql statment
--------------
update test211_15 set c2=c1 where batch=50
--------------
Query OK, 150000 rows affected (2.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:53.804421549 after sql statement
2015-01-15 22:29:53.810557770 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=50
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.33 sec)
Bye
2015-01-15 22:29:55.153459797 after sql statement
2015-01-15 22:29:55.157987745 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222955_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:29:55 (4303) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T222955_Job_62676.xml
2015-01-15 22:29:55 (4303) INFO : Job file loaded, run time for this step : 0.437925 seconds
2015-01-15 22:29:55 (4303) INFO : PreProcessing check starts
2015-01-15 22:29:55 (4303) INFO : PreProcessing check completed
2015-01-15 22:29:55 (4303) INFO : preProcess completed, run time for this step : 0.069263 seconds
2015-01-15 22:29:55 (4303) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:55 (4303) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:55 (4303) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:29:56 (4303) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:29:56 (4303) INFO : Bulk load completed, total run time : 1.61795 seconds
2015-01-15 22:29:56.941825304 after import
2015-01-15 22:29:56.950431781 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=51
--------------
Query OK, 150000 rows affected (4.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.43 sec)
Bye
2015-01-15 22:30:03.310798947 after sql statement
2015-01-15 22:30:03.331402087 before sql statment
--------------
update test211_15 set c2=c1 where batch=51
--------------
Query OK, 150000 rows affected (8.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:11.390000949 after sql statement
2015-01-15 22:30:11.396603379 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=51
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:30:11.766155110 after sql statement
2015-01-15 22:30:11.877150935 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.50 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:16.394410900 after sql statement
2015-01-15 22:30:16.408021351 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=52
--------------
Query OK, 150000 rows affected (2.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.42 sec)
Bye
2015-01-15 22:30:20.257245001 after sql statement
2015-01-15 22:30:20.262948542 before sql statment
--------------
update test211_15 set c2=c1 where batch=52
--------------
Query OK, 150000 rows affected (2.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:22.952493008 after sql statement
2015-01-15 22:30:22.960818632 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=52
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:30:23.641733381 after sql statement
2015-01-15 22:30:23.644261235 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223024_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:30:24 (25316) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223024_Job_62676.xml
2015-01-15 22:30:24 (25316) INFO : Job file loaded, run time for this step : 0.592212 seconds
2015-01-15 22:30:24 (25316) INFO : PreProcessing check starts
2015-01-15 22:30:24 (25316) INFO : PreProcessing check completed
2015-01-15 22:30:24 (25316) INFO : preProcess completed, run time for this step : 0.0333011 seconds
2015-01-15 22:30:24 (25316) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:24 (25316) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:24 (25316) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:30:24 (25316) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:30:25 (25316) INFO : Bulk load completed, total run time : 1.65141 seconds
2015-01-15 22:30:25.454213277 after import
2015-01-15 22:30:25.471154314 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=53
--------------
Query OK, 150000 rows affected (5.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.83 sec)
Bye
2015-01-15 22:30:32.437625497 after sql statement
2015-01-15 22:30:32.446117257 before sql statment
--------------
update test211_15 set c2=c1 where batch=53
--------------
Query OK, 150000 rows affected (3.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:36.189070760 after sql statement
2015-01-15 22:30:36.195705005 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=53
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.52 sec)
Bye
2015-01-15 22:30:37.730355665 after sql statement
2015-01-15 22:30:37.878094535 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.93 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:41.842444176 after sql statement
2015-01-15 22:30:41.856250545 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=54
--------------
Query OK, 150000 rows affected (2.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:30:45.799731672 after sql statement
2015-01-15 22:30:45.813057010 before sql statment
--------------
update test211_15 set c2=c1 where batch=54
--------------
Query OK, 150000 rows affected (2.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:48.358163809 after sql statement
2015-01-15 22:30:48.364270366 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=54
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:30:48.901003694 after sql statement
2015-01-15 22:30:48.903631045 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223050_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:30:50 (44211) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223050_Job_62676.xml
2015-01-15 22:30:50 (44211) INFO : Job file loaded, run time for this step : 0.401195 seconds
2015-01-15 22:30:50 (44211) INFO : PreProcessing check starts
2015-01-15 22:30:50 (44211) INFO : PreProcessing check completed
2015-01-15 22:30:50 (44211) INFO : preProcess completed, run time for this step : 0.174008 seconds
2015-01-15 22:30:50 (44211) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:50 (44211) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:30:50 (44211) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:50 (44211) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:30:51 (44211) INFO : Bulk load completed, total run time : 1.596 seconds
2015-01-15 22:30:51.415340490 after import
2015-01-15 22:30:51.420060097 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=55
--------------
Query OK, 150000 rows affected (2.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.51 sec)
Bye
2015-01-15 22:30:54.685798422 after sql statement
2015-01-15 22:30:54.694186749 before sql statment
--------------
update test211_15 set c2=c1 where batch=55
--------------
Query OK, 150000 rows affected (3.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:58.038904174 after sql statement
2015-01-15 22:30:58.051407362 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=55
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:30:58.748840139 after sql statement
2015-01-15 22:30:58.942731726 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.00 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:02.962523658 after sql statement
2015-01-15 22:31:02.969178544 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=56
--------------
Query OK, 150000 rows affected (5.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.64 sec)
Bye
2015-01-15 22:31:09.990470540 after sql statement
2015-01-15 22:31:10.005272582 before sql statment
--------------
update test211_15 set c2=c1 where batch=56
--------------
Query OK, 150000 rows affected (3.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:13.141363201 after sql statement
2015-01-15 22:31:13.155647369 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=56
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:31:13.953919714 after sql statement
2015-01-15 22:31:13.964403367 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223114_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:31:14 (63866) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223114_Job_62676.xml
2015-01-15 22:31:14 (63866) INFO : Job file loaded, run time for this step : 0.342099 seconds
2015-01-15 22:31:14 (63866) INFO : PreProcessing check starts
2015-01-15 22:31:14 (63866) INFO : PreProcessing check completed
2015-01-15 22:31:14 (63866) INFO : preProcess completed, run time for this step : 0.078356 seconds
2015-01-15 22:31:14 (63866) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:14 (63866) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:31:14 (63866) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:14 (63866) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:31:15 (63866) INFO : Bulk load completed, total run time : 1.44691 seconds
2015-01-15 22:31:15.643283309 after import
2015-01-15 22:31:15.648190775 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=57
--------------
Query OK, 150000 rows affected (6.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:31:23.181645335 after sql statement
2015-01-15 22:31:23.185741802 before sql statment
--------------
update test211_15 set c2=c1 where batch=57
--------------
Query OK, 150000 rows affected (2.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:25.821364149 after sql statement
2015-01-15 22:31:25.827417591 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=57
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:31:26.148693360 after sql statement
2015-01-15 22:31:26.224019258 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.67 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:29.896565982 after sql statement
2015-01-15 22:31:29.901286632 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_15 where batch=58
--------------
Query OK, 150000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.20 sec)
Bye
2015-01-15 22:31:33.550903448 after sql statement
2015-01-15 22:31:33.554136260 before sql statment
--------------
update test211_15 set c2=c1 where batch=58
--------------
Query OK, 150000 rows affected (3.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:37.173988755 after sql statement
2015-01-15 22:31:37.178804724 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=58
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:31:38.155483353 after sql statement
2015-01-15 22:31:38.160085360 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223141_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:31:41 (16368) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223141_Job_62676.xml
2015-01-15 22:31:41 (16368) INFO : Job file loaded, run time for this step : 1.44357 seconds
2015-01-15 22:31:41 (16368) INFO : PreProcessing check starts
2015-01-15 22:31:41 (16368) INFO : PreProcessing check completed
2015-01-15 22:31:41 (16368) INFO : preProcess completed, run time for this step : 0.10903 seconds
2015-01-15 22:31:41 (16368) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:41 (16368) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:41 (16368) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:31:41 (16368) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:31:42 (16368) INFO : Bulk load completed, total run time : 2.60372 seconds
2015-01-15 22:31:42.826569422 after import
2015-01-15 22:31:42.833707752 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=59
--------------
Query OK, 150000 rows affected (3.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:31:47.552730267 after sql statement
2015-01-15 22:31:47.557185989 before sql statment
--------------
update test211_15 set c2=c1 where batch=59
--------------
Query OK, 150000 rows affected (3.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:51.013450199 after sql statement
2015-01-15 22:31:51.022818812 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=59
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:31:51.170193016 after sql statement
2015-01-15 22:31:51.286566147 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.49 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:54.783849586 after sql statement
2015-01-15 22:31:54.791832669 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=60
--------------
Query OK, 150000 rows affected (3.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.32 sec)
Bye
2015-01-15 22:31:59.681224668 after sql statement
2015-01-15 22:31:59.688765955 before sql statment
--------------
update test211_15 set c2=c1 where batch=60
--------------
Query OK, 150000 rows affected (3.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:03.298034183 after sql statement
2015-01-15 22:32:03.303531239 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=60
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:32:03.648939392 after sql statement
2015-01-15 22:32:03.651230713 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223205_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:32:05 (34819) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223205_Job_62676.xml
2015-01-15 22:32:05 (34819) INFO : Job file loaded, run time for this step : 1.05254 seconds
2015-01-15 22:32:05 (34819) INFO : PreProcessing check starts
2015-01-15 22:32:05 (34819) INFO : PreProcessing check completed
2015-01-15 22:32:05 (34819) INFO : preProcess completed, run time for this step : 0.0400159 seconds
2015-01-15 22:32:05 (34819) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:05 (34819) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:32:05 (34819) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:06 (34819) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:32:06 (34819) INFO : Bulk load completed, total run time : 2.14136 seconds
2015-01-15 22:32:06.830594560 after import
2015-01-15 22:32:06.859641434 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=61
--------------
Query OK, 150000 rows affected (4.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.81 sec)
Bye
2015-01-15 22:32:13.098033296 after sql statement
2015-01-15 22:32:13.103572744 before sql statment
--------------
update test211_15 set c2=c1 where batch=61
--------------
Query OK, 150000 rows affected (3.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:16.710670185 after sql statement
2015-01-15 22:32:16.726841298 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=61
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:32:17.150858141 after sql statement
2015-01-15 22:32:17.303259015 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.43 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:21.754789457 after sql statement
2015-01-15 22:32:21.798951249 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=62
--------------
Query OK, 150000 rows affected (5.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.87 sec)
Bye
2015-01-15 22:32:29.049211843 after sql statement
2015-01-15 22:32:29.053770599 before sql statment
--------------
update test211_15 set c2=c1 where batch=62
--------------
Query OK, 150000 rows affected (2.86 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:31.934907947 after sql statement
2015-01-15 22:32:31.940087221 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=62
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.82 sec)
Bye
2015-01-15 22:32:32.774809454 after sql statement
2015-01-15 22:32:32.779116519 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223233_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:32:33 (56764) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223233_Job_62676.xml
2015-01-15 22:32:33 (56764) INFO : Job file loaded, run time for this step : 0.349791 seconds
2015-01-15 22:32:33 (56764) INFO : PreProcessing check starts
2015-01-15 22:32:33 (56764) INFO : PreProcessing check completed
2015-01-15 22:32:33 (56764) INFO : preProcess completed, run time for this step : 0.120449 seconds
2015-01-15 22:32:33 (56764) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:33 (56764) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:33 (56764) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:32:33 (56764) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:32:34 (56764) INFO : Bulk load completed, total run time : 1.49916 seconds
2015-01-15 22:32:34.418476553 after import
2015-01-15 22:32:34.429517503 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=63
--------------
Query OK, 150000 rows affected (5.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.20 sec)
Bye
2015-01-15 22:32:43.607124268 after sql statement
2015-01-15 22:32:43.617904179 before sql statment
--------------
update test211_15 set c2=c1 where batch=63
--------------
Query OK, 150000 rows affected (3.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:47.319382513 after sql statement
2015-01-15 22:32:47.342200984 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=63
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.32 sec)
Bye
2015-01-15 22:32:47.680349639 after sql statement
2015-01-15 22:32:47.834763137 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.54 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:51.389200939 after sql statement
2015-01-15 22:32:51.430912360 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=64
--------------
Query OK, 150000 rows affected (4.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.26 sec)
Bye
2015-01-15 22:32:58.105353040 after sql statement
2015-01-15 22:32:58.110164482 before sql statment
--------------
update test211_15 set c2=c1 where batch=64
--------------
Query OK, 150000 rows affected (4.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:02.320005677 after sql statement
2015-01-15 22:33:02.332971632 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=64
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.88 sec)
Bye
2015-01-15 22:33:03.222409176 after sql statement
2015-01-15 22:33:03.231360513 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223303_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:33:03 (14433) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223303_Job_62676.xml
2015-01-15 22:33:03 (14433) INFO : Job file loaded, run time for this step : 0.354814 seconds
2015-01-15 22:33:03 (14433) INFO : PreProcessing check starts
2015-01-15 22:33:03 (14433) INFO : PreProcessing check completed
2015-01-15 22:33:03 (14433) INFO : preProcess completed, run time for this step : 0.0635409 seconds
2015-01-15 22:33:03 (14433) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:03 (14433) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:33:03 (14433) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:04 (14433) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:33:04 (14433) INFO : Bulk load completed, total run time : 1.46057 seconds
2015-01-15 22:33:04.852920133 after import
2015-01-15 22:33:04.860946495 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=65
--------------
Query OK, 150000 rows affected (3.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.67 sec)
Bye
2015-01-15 22:33:10.148360336 after sql statement
2015-01-15 22:33:10.156091575 before sql statment
--------------
update test211_15 set c2=c1 where batch=65
--------------
Query OK, 150000 rows affected (2.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:12.284331880 after sql statement
2015-01-15 22:33:12.298878725 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=65
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:33:12.624144065 after sql statement
2015-01-15 22:33:12.759735554 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.66 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:16.435135806 after sql statement
2015-01-15 22:33:16.440717395 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=66
--------------
Query OK, 150000 rows affected (3.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.89 sec)
Bye
2015-01-15 22:33:22.269193314 after sql statement
2015-01-15 22:33:22.275881289 before sql statment
--------------
update test211_15 set c2=c1 where batch=66
--------------
Query OK, 150000 rows affected (2.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:25.202574452 after sql statement
2015-01-15 22:33:25.208893439 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=66
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.34 sec)
Bye
2015-01-15 22:33:26.572221519 after sql statement
2015-01-15 22:33:26.575196601 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223327_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:33:27 (33574) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223327_Job_62676.xml
2015-01-15 22:33:27 (33574) INFO : Job file loaded, run time for this step : 0.437084 seconds
2015-01-15 22:33:27 (33574) INFO : PreProcessing check starts
2015-01-15 22:33:27 (33574) INFO : PreProcessing check completed
2015-01-15 22:33:27 (33574) INFO : preProcess completed, run time for this step : 0.040554 seconds
2015-01-15 22:33:27 (33574) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:27 (33574) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:27 (33574) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:33:27 (33574) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:33:28 (33574) INFO : Bulk load completed, total run time : 1.53723 seconds
2015-01-15 22:33:28.432095815 after import
2015-01-15 22:33:28.462174451 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=67
--------------
Query OK, 150000 rows affected (5.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (4.14 sec)
Bye
2015-01-15 22:33:38.085960077 after sql statement
2015-01-15 22:33:38.095524168 before sql statment
--------------
update test211_15 set c2=c1 where batch=67
--------------
Query OK, 150000 rows affected (5.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:43.834862065 after sql statement
2015-01-15 22:33:43.858467138 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=67
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.74 sec)
Bye
2015-01-15 22:33:45.604048266 after sql statement
2015-01-15 22:33:45.838283781 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.04 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:49.974544415 after sql statement
2015-01-15 22:33:49.988660695 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_15 where batch=68
--------------
Query OK, 150000 rows affected (6.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.38 sec)
Bye
2015-01-15 22:33:59.882454864 after sql statement
2015-01-15 22:33:59.890634424 before sql statment
--------------
update test211_15 set c2=c1 where batch=68
--------------
Query OK, 150000 rows affected (4.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:04.721796229 after sql statement
2015-01-15 22:34:04.740378950 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=68
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.17 sec)
Bye
2015-01-15 22:34:05.936400034 after sql statement
2015-01-15 22:34:05.939477286 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223406_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:34:06 (56348) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223406_Job_62676.xml
2015-01-15 22:34:06 (56348) INFO : Job file loaded, run time for this step : 0.380689 seconds
2015-01-15 22:34:06 (56348) INFO : PreProcessing check starts
2015-01-15 22:34:06 (56348) INFO : PreProcessing check completed
2015-01-15 22:34:06 (56348) INFO : preProcess completed, run time for this step : 0.0486479 seconds
2015-01-15 22:34:06 (56348) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:06 (56348) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:06 (56348) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:34:06 (56348) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:34:07 (56348) INFO : Bulk load completed, total run time : 1.50725 seconds
2015-01-15 22:34:07.606469004 after import
2015-01-15 22:34:07.625423769 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=69
--------------
Query OK, 150000 rows affected (6.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.60 sec)
Bye
2015-01-15 22:34:15.305398945 after sql statement
2015-01-15 22:34:15.315651183 before sql statment
--------------
update test211_15 set c2=c1 where batch=69
--------------
Query OK, 150000 rows affected (6.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:21.874010779 after sql statement
2015-01-15 22:34:21.882967389 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=69
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:34:22.586273065 after sql statement
2015-01-15 22:34:22.744190649 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.67 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:26.436791512 after sql statement
2015-01-15 22:34:26.446662148 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=70
--------------
Query OK, 150000 rows affected (7.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.22 sec)
Bye
2015-01-15 22:34:36.860735985 after sql statement
2015-01-15 22:34:36.865307107 before sql statment
--------------
update test211_15 set c2=c1 where batch=70
--------------
Query OK, 150000 rows affected (5.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:42.818720195 after sql statement
2015-01-15 22:34:42.829309814 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=70
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.98 sec)
Bye
2015-01-15 22:34:43.821216913 after sql statement
2015-01-15 22:34:43.843012819 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223444_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:34:44 (12723) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223444_Job_62676.xml
2015-01-15 22:34:44 (12723) INFO : Job file loaded, run time for this step : 0.422737 seconds
2015-01-15 22:34:44 (12723) INFO : PreProcessing check starts
2015-01-15 22:34:44 (12723) INFO : PreProcessing check completed
2015-01-15 22:34:44 (12723) INFO : preProcess completed, run time for this step : 0.0501401 seconds
2015-01-15 22:34:44 (12723) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:44 (12723) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:34:44 (12723) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:44 (12723) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:34:45 (12723) INFO : Bulk load completed, total run time : 1.54138 seconds
2015-01-15 22:34:45.584682711 after import
2015-01-15 22:34:45.608579609 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=71
--------------
Query OK, 150000 rows affected (7.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.97 sec)
Bye
2015-01-15 22:34:55.136454526 after sql statement
2015-01-15 22:34:55.142167677 before sql statment
--------------
update test211_15 set c2=c1 where batch=71
--------------
Query OK, 150000 rows affected (6.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:01.622096116 after sql statement
2015-01-15 22:35:01.691296449 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=71
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (2.10 sec)
Bye
2015-01-15 22:35:03.800279895 after sql statement
2015-01-15 22:35:03.923680577 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.09 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:08.021087237 after sql statement
2015-01-15 22:35:08.046377627 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=72
--------------
Query OK, 150000 rows affected (6.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (5.37 sec)
Bye
2015-01-15 22:35:20.408135937 after sql statement
2015-01-15 22:35:20.414862144 before sql statment
--------------
update test211_15 set c2=c1 where batch=72
--------------
Query OK, 150000 rows affected (4.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:25.364913668 after sql statement
2015-01-15 22:35:25.379644310 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=72
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (2.23 sec)
Bye
2015-01-15 22:35:27.612870299 after sql statement
2015-01-15 22:35:27.617965423 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223528_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:35:28 (35546) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223528_Job_62676.xml
2015-01-15 22:35:28 (35546) INFO : Job file loaded, run time for this step : 0.469256 seconds
2015-01-15 22:35:28 (35546) INFO : PreProcessing check starts
2015-01-15 22:35:28 (35546) INFO : PreProcessing check completed
2015-01-15 22:35:28 (35546) INFO : preProcess completed, run time for this step : 0.0567811 seconds
2015-01-15 22:35:28 (35546) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:28 (35546) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:35:28 (35546) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:28 (35546) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:35:29 (35546) INFO : Bulk load completed, total run time : 1.58594 seconds
2015-01-15 22:35:29.380972570 after import
2015-01-15 22:35:29.385636534 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=73
--------------
Query OK, 150000 rows affected (8.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (4.33 sec)
Bye
2015-01-15 22:35:41.753843228 after sql statement
2015-01-15 22:35:41.767010420 before sql statment
--------------
update test211_15 set c2=c1 where batch=73
--------------
Query OK, 150000 rows affected (6.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:47.912184296 after sql statement
2015-01-15 22:35:47.919341602 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=73
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:35:48.496836877 after sql statement
2015-01-15 22:35:48.630779461 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.47 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:52.122375470 after sql statement
2015-01-15 22:35:52.126700743 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=74
--------------
Query OK, 150000 rows affected (3.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:35:56.786600055 after sql statement
2015-01-15 22:35:56.797890811 before sql statment
--------------
update test211_15 set c2=c1 where batch=74
--------------
Query OK, 150000 rows affected (4.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:01.287699952 after sql statement
2015-01-15 22:36:01.294532161 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=74
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.94 sec)
Bye
2015-01-15 22:36:02.242599171 after sql statement
2015-01-15 22:36:02.245040438 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223603_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:36:03 (57556) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223603_Job_62676.xml
2015-01-15 22:36:03 (57556) INFO : Job file loaded, run time for this step : 0.80648 seconds
2015-01-15 22:36:03 (57556) INFO : PreProcessing check starts
2015-01-15 22:36:03 (57556) INFO : PreProcessing check completed
2015-01-15 22:36:03 (57556) INFO : preProcess completed, run time for this step : 0.0719969 seconds
2015-01-15 22:36:03 (57556) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:03 (57556) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:36:03 (57556) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:03 (57556) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:36:04 (57556) INFO : Bulk load completed, total run time : 1.90561 seconds
2015-01-15 22:36:04.355347658 after import
2015-01-15 22:36:04.362060345 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=75
--------------
Query OK, 150000 rows affected (2.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:36:08.313053293 after sql statement
2015-01-15 22:36:08.339132787 before sql statment
--------------
update test211_15 set c2=c1 where batch=75
--------------
Query OK, 150000 rows affected (2.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:11.175066509 after sql statement
2015-01-15 22:36:11.183405909 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=75
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:36:11.416890051 after sql statement
2015-01-15 22:36:11.590878386 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.46 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:15.055624018 after sql statement
2015-01-15 22:36:15.094469866 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=76
--------------
Query OK, 150000 rows affected (4.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.42 sec)
Bye
2015-01-15 22:36:20.866869819 after sql statement
2015-01-15 22:36:20.871777125 before sql statment
--------------
update test211_15 set c2=c1 where batch=76
--------------
Query OK, 150000 rows affected (3.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:24.036261028 after sql statement
2015-01-15 22:36:24.050508996 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=76
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.04 sec)
Bye
2015-01-15 22:36:25.094815526 after sql statement
2015-01-15 22:36:25.101187259 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223625_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:36:25 (9936) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223625_Job_62676.xml
2015-01-15 22:36:25 (9936) INFO : Job file loaded, run time for this step : 0.666572 seconds
2015-01-15 22:36:25 (9936) INFO : PreProcessing check starts
2015-01-15 22:36:25 (9936) INFO : PreProcessing check completed
2015-01-15 22:36:25 (9936) INFO : preProcess completed, run time for this step : 0.0481238 seconds
2015-01-15 22:36:25 (9936) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:25 (9936) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:36:25 (9936) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:26 (9936) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:36:27 (9936) INFO : Bulk load completed, total run time : 1.73396 seconds
2015-01-15 22:36:27.013202736 after import
2015-01-15 22:36:27.020123565 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=77
--------------
Query OK, 150000 rows affected (5.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.01 sec)
Bye
2015-01-15 22:36:35.733413192 after sql statement
2015-01-15 22:36:35.743467161 before sql statment
--------------
update test211_15 set c2=c1 where batch=77
--------------
Query OK, 150000 rows affected (3.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:39.402682416 after sql statement
2015-01-15 22:36:39.458499139 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=77
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.27 sec)
Bye
2015-01-15 22:36:40.748726532 after sql statement
2015-01-15 22:36:40.916292351 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.77 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:44.694864310 after sql statement
2015-01-15 22:36:44.698983543 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=78
--------------
Query OK, 150000 rows affected (2.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.44 sec)
Bye
2015-01-15 22:36:47.708786674 after sql statement
2015-01-15 22:36:47.728357159 before sql statment
--------------
update test211_15 set c2=c1 where batch=78
--------------
Query OK, 150000 rows affected (3.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:50.930356869 after sql statement
2015-01-15 22:36:50.934013124 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=78
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:36:51.115012883 after sql statement
2015-01-15 22:36:51.117810838 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223652_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:36:52 (28404) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223652_Job_62676.xml
2015-01-15 22:36:52 (28404) INFO : Job file loaded, run time for this step : 0.285136 seconds
2015-01-15 22:36:52 (28404) INFO : PreProcessing check starts
2015-01-15 22:36:52 (28404) INFO : PreProcessing check completed
2015-01-15 22:36:52 (28404) INFO : preProcess completed, run time for this step : 0.0268672 seconds
2015-01-15 22:36:52 (28404) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:52 (28404) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:36:52 (28404) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:52 (28404) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:36:53 (28404) INFO : Bulk load completed, total run time : 1.37956 seconds
2015-01-15 22:36:53.313241530 after import
2015-01-15 22:36:53.334767644 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=79
--------------
Query OK, 150000 rows affected (5.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.54 sec)
Bye
2015-01-15 22:36:59.102994525 after sql statement
2015-01-15 22:36:59.107339158 before sql statment
--------------
update test211_15 set c2=c1 where batch=79
--------------
Query OK, 150000 rows affected (2.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:01.266424910 after sql statement
2015-01-15 22:37:01.280928304 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=79
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.74 sec)
Bye
2015-01-15 22:37:02.033098851 after sql statement
2015-01-15 22:37:02.130289362 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (5.05 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:07.190643848 after sql statement
2015-01-15 22:37:07.196480452 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=80
--------------
Query OK, 150000 rows affected (5.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.25 sec)
Bye
2015-01-15 22:37:13.768591735 after sql statement
2015-01-15 22:37:13.779238674 before sql statment
--------------
update test211_15 set c2=c1 where batch=80
--------------
Query OK, 150000 rows affected (4.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:17.922321145 after sql statement
2015-01-15 22:37:17.927684961 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=80
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.21 sec)
Bye
2015-01-15 22:37:19.159314273 after sql statement
2015-01-15 22:37:19.179553486 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223720_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:37:20 (48864) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223720_Job_62676.xml
2015-01-15 22:37:20 (48864) INFO : Job file loaded, run time for this step : 0.458024 seconds
2015-01-15 22:37:20 (48864) INFO : PreProcessing check starts
2015-01-15 22:37:20 (48864) INFO : PreProcessing check completed
2015-01-15 22:37:20 (48864) INFO : preProcess completed, run time for this step : 0.0578279 seconds
2015-01-15 22:37:20 (48864) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:20 (48864) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:37:20 (48864) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:20 (48864) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:37:21 (48864) INFO : Bulk load completed, total run time : 1.53727 seconds
2015-01-15 22:37:21.488063300 after import
2015-01-15 22:37:21.493165540 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=81
--------------
Query OK, 150000 rows affected (3.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.78 sec)
Bye
2015-01-15 22:37:25.501476266 after sql statement
2015-01-15 22:37:25.534687633 before sql statment
--------------
update test211_15 set c2=c1 where batch=81
--------------
Query OK, 150000 rows affected (3.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:29.052339767 after sql statement
2015-01-15 22:37:29.062623108 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=81
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.86 sec)
Bye
2015-01-15 22:37:29.923753885 after sql statement
2015-01-15 22:37:30.045344972 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (5.67 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:35.726943731 after sql statement
2015-01-15 22:37:35.742188083 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=82
--------------
Query OK, 150000 rows affected (3.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.08 sec)
Bye
2015-01-15 22:37:40.076217743 after sql statement
2015-01-15 22:37:40.081144743 before sql statment
--------------
update test211_15 set c2=c1 where batch=82
--------------
Query OK, 150000 rows affected (4.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:45.024272039 after sql statement
2015-01-15 22:37:45.029152561 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=82
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:37:45.840055074 after sql statement
2015-01-15 22:37:45.848638276 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223746_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:37:46 (4284) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223746_Job_62676.xml
2015-01-15 22:37:46 (4284) INFO : Job file loaded, run time for this step : 0.754106 seconds
2015-01-15 22:37:46 (4284) INFO : PreProcessing check starts
2015-01-15 22:37:46 (4284) INFO : PreProcessing check completed
2015-01-15 22:37:46 (4284) INFO : preProcess completed, run time for this step : 0.0476608 seconds
2015-01-15 22:37:46 (4284) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:46 (4284) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:46 (4284) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:37:47 (4284) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:37:47 (4284) INFO : Bulk load completed, total run time : 1.88 seconds
2015-01-15 22:37:47.874795868 after import
2015-01-15 22:37:47.919897542 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=83
--------------
Query OK, 150000 rows affected (4.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.57 sec)
Bye
2015-01-15 22:37:54.057670764 after sql statement
2015-01-15 22:37:54.064148682 before sql statment
--------------
update test211_15 set c2=c1 where batch=83
--------------
Query OK, 150000 rows affected (4.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:58.527453940 after sql statement
2015-01-15 22:37:58.555238719 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=83
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.44 sec)
Bye
2015-01-15 22:38:00.025300531 after sql statement
2015-01-15 22:38:00.146963899 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (5.16 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:05.319692449 after sql statement
2015-01-15 22:38:05.331276678 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=84
--------------
Query OK, 150000 rows affected (6.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.94 sec)
Bye
2015-01-15 22:38:13.523791668 after sql statement
2015-01-15 22:38:13.529261836 before sql statment
--------------
update test211_15 set c2=c1 where batch=84
--------------
Query OK, 150000 rows affected (4.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:18.164776938 after sql statement
2015-01-15 22:38:18.172384269 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=84
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:38:18.576181770 after sql statement
2015-01-15 22:38:18.621951959 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223819_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:38:20 (25634) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223819_Job_62676.xml
2015-01-15 22:38:20 (25634) INFO : Job file loaded, run time for this step : 0.333435 seconds
2015-01-15 22:38:20 (25634) INFO : PreProcessing check starts
2015-01-15 22:38:20 (25634) INFO : PreProcessing check completed
2015-01-15 22:38:20 (25634) INFO : preProcess completed, run time for this step : 0.0609391 seconds
2015-01-15 22:38:20 (25634) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:20 (25634) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:20 (25634) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:38:20 (25634) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:38:21 (25634) INFO : Bulk load completed, total run time : 1.43154 seconds
2015-01-15 22:38:21.203530180 after import
2015-01-15 22:38:21.213708048 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=85
--------------
Query OK, 150000 rows affected (4.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:38:26.364320278 after sql statement
2015-01-15 22:38:26.371402384 before sql statment
--------------
update test211_15 set c2=c1 where batch=85
--------------
Query OK, 150000 rows affected (3.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:29.707733742 after sql statement
2015-01-15 22:38:29.711695170 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=85
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:38:29.924363721 after sql statement
2015-01-15 22:38:30.061966187 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.51 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:33.577295519 after sql statement
2015-01-15 22:38:33.597645640 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=86
--------------
Query OK, 150000 rows affected (4.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.59 sec)
Bye
2015-01-15 22:38:39.192678429 after sql statement
2015-01-15 22:38:39.199100527 before sql statment
--------------
update test211_15 set c2=c1 where batch=86
--------------
Query OK, 150000 rows affected (3.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:42.901948953 after sql statement
2015-01-15 22:38:42.906846655 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=86
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:38:43.430291229 after sql statement
2015-01-15 22:38:43.448401732 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223844_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:38:44 (44920) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223844_Job_62676.xml
2015-01-15 22:38:44 (44920) INFO : Job file loaded, run time for this step : 0.472348 seconds
2015-01-15 22:38:44 (44920) INFO : PreProcessing check starts
2015-01-15 22:38:44 (44920) INFO : PreProcessing check completed
2015-01-15 22:38:44 (44920) INFO : preProcess completed, run time for this step : 0.0594459 seconds
2015-01-15 22:38:44 (44920) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:44 (44920) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:38:44 (44920) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:44 (44920) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:38:45 (44920) INFO : Bulk load completed, total run time : 1.57449 seconds
2015-01-15 22:38:45.233027366 after import
2015-01-15 22:38:45.239111642 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=87
--------------
Query OK, 150000 rows affected (4.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:38:50.197903850 after sql statement
2015-01-15 22:38:50.208728248 before sql statment
--------------
update test211_15 set c2=c1 where batch=87
--------------
Query OK, 150000 rows affected (3.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:53.781772574 after sql statement
2015-01-15 22:38:53.785777942 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=87
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:38:54.310389187 after sql statement
2015-01-15 22:38:54.416985414 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.69 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:58.122668898 after sql statement
2015-01-15 22:38:58.129996714 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=88
--------------
Query OK, 150000 rows affected (3.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:39:02.701270406 after sql statement
2015-01-15 22:39:02.707175041 before sql statment
--------------
update test211_15 set c2=c1 where batch=88
--------------
Query OK, 150000 rows affected (4.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:07.423085119 after sql statement
2015-01-15 22:39:07.427139454 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=88
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:39:07.665121468 after sql statement
2015-01-15 22:39:07.668369129 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223908_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:39:08 (63381) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223908_Job_62676.xml
2015-01-15 22:39:08 (63381) INFO : Job file loaded, run time for this step : 0.308268 seconds
2015-01-15 22:39:08 (63381) INFO : PreProcessing check starts
2015-01-15 22:39:08 (63381) INFO : PreProcessing check completed
2015-01-15 22:39:08 (63381) INFO : preProcess completed, run time for this step : 0.07743 seconds
2015-01-15 22:39:08 (63381) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:08 (63381) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:39:08 (63381) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:08 (63381) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:39:09 (63381) INFO : Bulk load completed, total run time : 1.41387 seconds
2015-01-15 22:39:09.286413475 after import
2015-01-15 22:39:09.290103781 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=89
--------------
Query OK, 150000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.24 sec)
Bye
2015-01-15 22:39:13.248054367 after sql statement
2015-01-15 22:39:13.252095293 before sql statment
--------------
update test211_15 set c2=c1 where batch=89
--------------
Query OK, 150000 rows affected (1.93 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:15.195280236 after sql statement
2015-01-15 22:39:15.200793406 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=89
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.74 sec)
Bye
2015-01-15 22:39:16.952857747 after sql statement
2015-01-15 22:39:17.114163529 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.83 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:20.962265654 after sql statement
2015-01-15 22:39:20.987292750 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=90
--------------
Query OK, 150000 rows affected (3.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.22 sec)
Bye
2015-01-15 22:39:27.212720556 after sql statement
2015-01-15 22:39:27.227293218 before sql statment
--------------
update test211_15 set c2=c1 where batch=90
--------------
Query OK, 150000 rows affected (4.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:32.144516464 after sql statement
2015-01-15 22:39:32.152782845 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=90
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:39:32.452103640 after sql statement
2015-01-15 22:39:32.455203243 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223932_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:39:32 (17624) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223932_Job_62676.xml
2015-01-15 22:39:32 (17624) INFO : Job file loaded, run time for this step : 0.266396 seconds
2015-01-15 22:39:32 (17624) INFO : PreProcessing check starts
2015-01-15 22:39:32 (17624) INFO : PreProcessing check completed
2015-01-15 22:39:32 (17624) INFO : preProcess completed, run time for this step : 0.0267179 seconds
2015-01-15 22:39:32 (17624) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:32 (17624) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:39:32 (17624) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:33 (17624) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:39:33 (17624) INFO : Bulk load completed, total run time : 1.31163 seconds
2015-01-15 22:39:33.943201941 after import
2015-01-15 22:39:34.027249589 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=91
--------------
Query OK, 150000 rows affected (1.96 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.95 sec)
Bye
2015-01-15 22:39:37.942661671 after sql statement
2015-01-15 22:39:37.958202564 before sql statment
--------------
update test211_15 set c2=c1 where batch=91
--------------
Query OK, 150000 rows affected (3.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:41.496508447 after sql statement
2015-01-15 22:39:41.503049435 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=91
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:39:41.932017168 after sql statement
2015-01-15 22:39:42.039936955 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.63 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:46.674874925 after sql statement
2015-01-15 22:39:46.686199488 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=92
--------------
Query OK, 150000 rows affected (4.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.79 sec)
Bye
2015-01-15 22:39:51.649944885 after sql statement
2015-01-15 22:39:51.658844036 before sql statment
--------------
update test211_15 set c2=c1 where batch=92
--------------
Query OK, 150000 rows affected (4.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:56.326770041 after sql statement
2015-01-15 22:39:56.333410942 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=92
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.20 sec)
Bye
2015-01-15 22:39:57.540109446 after sql statement
2015-01-15 22:39:57.542575578 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223958_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:39:58 (35985) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T223958_Job_62676.xml
2015-01-15 22:39:58 (35985) INFO : Job file loaded, run time for this step : 0.388454 seconds
2015-01-15 22:39:58 (35985) INFO : PreProcessing check starts
2015-01-15 22:39:58 (35985) INFO : PreProcessing check completed
2015-01-15 22:39:58 (35985) INFO : preProcess completed, run time for this step : 0.056015 seconds
2015-01-15 22:39:58 (35985) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:58 (35985) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:39:58 (35985) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:58 (35985) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:39:59 (35985) INFO : Bulk load completed, total run time : 1.46532 seconds
2015-01-15 22:39:59.185347226 after import
2015-01-15 22:39:59.193270569 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=93
--------------
Query OK, 150000 rows affected (5.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.02 sec)
Bye
2015-01-15 22:40:06.335684292 after sql statement
2015-01-15 22:40:06.357995235 before sql statment
--------------
update test211_15 set c2=c1 where batch=93
--------------
Query OK, 150000 rows affected (3.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:09.711995870 after sql statement
2015-01-15 22:40:09.732764239 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=93
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.90 sec)
Bye
2015-01-15 22:40:10.663261825 after sql statement
2015-01-15 22:40:10.743769226 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (5.01 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:15.763957839 after sql statement
2015-01-15 22:40:15.772048736 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=94
--------------
Query OK, 150000 rows affected (2.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:40:18.648124992 after sql statement
2015-01-15 22:40:18.652901690 before sql statment
--------------
update test211_15 set c2=c1 where batch=94
--------------
Query OK, 150000 rows affected (4.21 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:22.870502237 after sql statement
2015-01-15 22:40:22.882446982 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=94
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:40:23.421143366 after sql statement
2015-01-15 22:40:23.437900840 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224023_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:40:23 (56609) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224023_Job_62676.xml
2015-01-15 22:40:23 (56609) INFO : Job file loaded, run time for this step : 0.296852 seconds
2015-01-15 22:40:23 (56609) INFO : PreProcessing check starts
2015-01-15 22:40:23 (56609) INFO : PreProcessing check completed
2015-01-15 22:40:23 (56609) INFO : preProcess completed, run time for this step : 0.061419 seconds
2015-01-15 22:40:23 (56609) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:23 (56609) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:40:23 (56609) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:24 (56609) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:40:24 (56609) INFO : Bulk load completed, total run time : 1.3877 seconds
2015-01-15 22:40:24.981920230 after import
2015-01-15 22:40:25.003337162 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_15 where batch=95
--------------
Query OK, 150000 rows affected (7.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.11 sec)
Bye
2015-01-15 22:40:34.434890712 after sql statement
2015-01-15 22:40:34.442467884 before sql statment
--------------
update test211_15 set c2=c1 where batch=95
--------------
Query OK, 150000 rows affected (2.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:37.278126522 after sql statement
2015-01-15 22:40:37.310433330 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=95
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.32 sec)
Bye
2015-01-15 22:40:38.637234498 after sql statement
2015-01-15 22:40:38.759837612 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.62 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:42.383277778 after sql statement
2015-01-15 22:40:42.389101921 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=96
--------------
Query OK, 150000 rows affected (4.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.76 sec)
Bye
2015-01-15 22:40:50.797166368 after sql statement
2015-01-15 22:40:50.803057006 before sql statment
--------------
update test211_15 set c2=c1 where batch=96
--------------
Query OK, 150000 rows affected (4.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:55.079333332 after sql statement
2015-01-15 22:40:55.089200637 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=96
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.36 sec)
Bye
2015-01-15 22:40:56.462623146 after sql statement
2015-01-15 22:40:56.478955459 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224056_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:40:57 (13843) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224056_Job_62676.xml
2015-01-15 22:40:57 (13843) INFO : Job file loaded, run time for this step : 0.469964 seconds
2015-01-15 22:40:57 (13843) INFO : PreProcessing check starts
2015-01-15 22:40:57 (13843) INFO : PreProcessing check completed
2015-01-15 22:40:57 (13843) INFO : preProcess completed, run time for this step : 0.0541098 seconds
2015-01-15 22:40:57 (13843) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:57 (13843) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:40:57 (13843) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:59 (13843) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:41:00 (13843) INFO : Bulk load completed, total run time : 3.51982 seconds
2015-01-15 22:41:00.171777731 after import
2015-01-15 22:41:00.177034096 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=97
--------------
Query OK, 150000 rows affected (4.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.32 sec)
Bye
2015-01-15 22:41:05.539991835 after sql statement
2015-01-15 22:41:05.545200667 before sql statment
--------------
update test211_15 set c2=c1 where batch=97
--------------
Query OK, 150000 rows affected (3.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:09.151655407 after sql statement
2015-01-15 22:41:09.156249080 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=97
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.58 sec)
Bye
2015-01-15 22:41:09.742298782 after sql statement
2015-01-15 22:41:09.884230648 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.55 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:13.436960598 after sql statement
2015-01-15 22:41:13.472853004 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=98
--------------
Query OK, 150000 rows affected (2.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:41:16.945336792 after sql statement
2015-01-15 22:41:16.976619154 before sql statment
--------------
update test211_15 set c2=c1 where batch=98
--------------
Query OK, 150000 rows affected (3.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:20.405989774 after sql statement
2015-01-15 22:41:20.417293367 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=98
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.79 sec)
Bye
2015-01-15 22:41:21.226827471 after sql statement
2015-01-15 22:41:21.260633145 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224122_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:41:22 (31372) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224122_Job_62676.xml
2015-01-15 22:41:22 (31372) INFO : Job file loaded, run time for this step : 1.34391 seconds
2015-01-15 22:41:22 (31372) INFO : PreProcessing check starts
2015-01-15 22:41:22 (31372) INFO : PreProcessing check completed
2015-01-15 22:41:22 (31372) INFO : preProcess completed, run time for this step : 0.0585229 seconds
2015-01-15 22:41:22 (31372) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:22 (31372) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:41:22 (31372) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:23 (31372) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:41:23 (31372) INFO : Bulk load completed, total run time : 2.43934 seconds
2015-01-15 22:41:23.938777896 after import
2015-01-15 22:41:23.945777199 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=99
--------------
Query OK, 150000 rows affected (3.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.67 sec)
Bye
2015-01-15 22:41:29.412959494 after sql statement
2015-01-15 22:41:29.422262723 before sql statment
--------------
update test211_15 set c2=c1 where batch=99
--------------
Query OK, 150000 rows affected (5.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:34.614930239 after sql statement
2015-01-15 22:41:34.662437803 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=99
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.72 sec)
Bye
2015-01-15 22:41:35.445281853 after sql statement
2015-01-15 22:41:35.625037271 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.57 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:39.200904857 after sql statement
2015-01-15 22:41:39.207366444 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=100
--------------
Query OK, 150000 rows affected (2.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.24 sec)
Bye
2015-01-15 22:41:43.356784789 after sql statement
2015-01-15 22:41:43.361132593 before sql statment
--------------
update test211_15 set c2=c1 where batch=100
--------------
Query OK, 150000 rows affected (2.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:45.746096489 after sql statement
2015-01-15 22:41:45.753820716 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=100
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:41:46.118328821 after sql statement
2015-01-15 22:41:46.128085724 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224146_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:41:46 (49963) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224146_Job_62676.xml
2015-01-15 22:41:46 (49963) INFO : Job file loaded, run time for this step : 0.316236 seconds
2015-01-15 22:41:46 (49963) INFO : PreProcessing check starts
2015-01-15 22:41:46 (49963) INFO : PreProcessing check completed
2015-01-15 22:41:46 (49963) INFO : preProcess completed, run time for this step : 0.0473011 seconds
2015-01-15 22:41:46 (49963) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:46 (49963) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:41:46 (49963) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:47 (49963) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:41:47 (49963) INFO : Bulk load completed, total run time : 1.39378 seconds
2015-01-15 22:41:47.710594121 after import
2015-01-15 22:41:47.721251989 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=101
--------------
Query OK, 150000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:41:51.846125569 after sql statement
2015-01-15 22:41:51.859982963 before sql statment
--------------
update test211_15 set c2=c1 where batch=101
--------------
Query OK, 150000 rows affected (3.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:55.350355543 after sql statement
2015-01-15 22:41:55.358651627 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=101
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:41:55.895650318 after sql statement
2015-01-15 22:41:55.984107362 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.44 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:00.434973999 after sql statement
2015-01-15 22:42:00.451104810 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=102
--------------
Query OK, 150000 rows affected (2.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:42:03.897180162 after sql statement
2015-01-15 22:42:03.922256568 before sql statment
--------------
update test211_15 set c2=c1 where batch=102
--------------
Query OK, 150000 rows affected (2.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:06.172482720 after sql statement
2015-01-15 22:42:06.189689742 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=102
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:42:06.491401431 after sql statement
2015-01-15 22:42:06.499548826 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224207_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:42:07 (65331) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224207_Job_62676.xml
2015-01-15 22:42:07 (65331) INFO : Job file loaded, run time for this step : 0.377097 seconds
2015-01-15 22:42:07 (65331) INFO : PreProcessing check starts
2015-01-15 22:42:07 (65331) INFO : PreProcessing check completed
2015-01-15 22:42:07 (65331) INFO : preProcess completed, run time for this step : 0.035573 seconds
2015-01-15 22:42:07 (65331) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:07 (65331) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:07 (65331) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:42:07 (65331) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:42:08 (65331) INFO : Bulk load completed, total run time : 1.4496 seconds
2015-01-15 22:42:08.166144618 after import
2015-01-15 22:42:08.200273311 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_15 where batch=103
--------------
Query OK, 150000 rows affected (4.65 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.05 sec)
Bye
2015-01-15 22:42:15.917845275 after sql statement
2015-01-15 22:42:15.924559109 before sql statment
--------------
update test211_15 set c2=c1 where batch=103
--------------
Query OK, 150000 rows affected (1.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:17.623802129 after sql statement
2015-01-15 22:42:17.629793939 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=103
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.28 sec)
Bye
2015-01-15 22:42:18.915361216 after sql statement
2015-01-15 22:42:19.186306734 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.73 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:22.926009470 after sql statement
2015-01-15 22:42:22.931241998 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=104
--------------
Query OK, 150000 rows affected (4.96 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:42:29.093383644 after sql statement
2015-01-15 22:42:29.104371089 before sql statment
--------------
update test211_15 set c2=c1 where batch=104
--------------
Query OK, 150000 rows affected (3.57 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:32.696260031 after sql statement
2015-01-15 22:42:32.710066696 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=104
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:42:33.242831833 after sql statement
2015-01-15 22:42:33.249032467 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224233_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:42:33 (21622) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224233_Job_62676.xml
2015-01-15 22:42:33 (21622) INFO : Job file loaded, run time for this step : 0.328838 seconds
2015-01-15 22:42:33 (21622) INFO : PreProcessing check starts
2015-01-15 22:42:33 (21622) INFO : PreProcessing check completed
2015-01-15 22:42:33 (21622) INFO : preProcess completed, run time for this step : 0.0309548 seconds
2015-01-15 22:42:33 (21622) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:33 (21622) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:42:33 (21622) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:33 (21622) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:42:34 (21622) INFO : Bulk load completed, total run time : 1.38148 seconds
2015-01-15 22:42:34.818305682 after import
2015-01-15 22:42:34.825968470 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=105
--------------
Query OK, 150000 rows affected (4.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.68 sec)
Bye
2015-01-15 22:42:40.590033168 after sql statement
2015-01-15 22:42:40.595161752 before sql statment
--------------
update test211_15 set c2=c1 where batch=105
--------------
Query OK, 150000 rows affected (3.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:44.360236945 after sql statement
2015-01-15 22:42:44.381210075 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=105
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.98 sec)
Bye
2015-01-15 22:42:45.383353541 after sql statement
2015-01-15 22:42:45.496539766 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.53 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:49.030835729 after sql statement
2015-01-15 22:42:49.035001647 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=106
--------------
Query OK, 150000 rows affected (4.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:42:53.878750080 after sql statement
2015-01-15 22:42:53.910601965 before sql statment
--------------
update test211_15 set c2=c1 where batch=106
--------------
Query OK, 150000 rows affected (3.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:57.679471561 after sql statement
2015-01-15 22:42:57.686405628 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=106
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.97 sec)
Bye
2015-01-15 22:42:58.676770406 after sql statement
2015-01-15 22:42:58.687391661 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224259_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:42:59 (41152) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224259_Job_62676.xml
2015-01-15 22:42:59 (41152) INFO : Job file loaded, run time for this step : 0.309444 seconds
2015-01-15 22:42:59 (41152) INFO : PreProcessing check starts
2015-01-15 22:42:59 (41152) INFO : PreProcessing check completed
2015-01-15 22:42:59 (41152) INFO : preProcess completed, run time for this step : 0.0546598 seconds
2015-01-15 22:42:59 (41152) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:59 (41152) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:42:59 (41152) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:59 (41152) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:43:02 (41152) INFO : Bulk load completed, total run time : 3.97633 seconds
2015-01-15 22:43:02.881338225 after import
2015-01-15 22:43:02.887171344 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=107
--------------
Query OK, 150000 rows affected (2.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.20 sec)
Bye
2015-01-15 22:43:06.115570133 after sql statement
2015-01-15 22:43:06.120445897 before sql statment
--------------
update test211_15 set c2=c1 where batch=107
--------------
Query OK, 150000 rows affected (4.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:10.307153099 after sql statement
2015-01-15 22:43:10.316193919 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=107
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.43 sec)
Bye
2015-01-15 22:43:11.755942993 after sql statement
2015-01-15 22:43:11.903248027 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.55 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:15.474940497 after sql statement
2015-01-15 22:43:15.481469884 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=108
--------------
Query OK, 150000 rows affected (5.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.68 sec)
Bye
2015-01-15 22:43:22.398137382 after sql statement
2015-01-15 22:43:22.409943499 before sql statment
--------------
update test211_15 set c2=c1 where batch=108
--------------
Query OK, 150000 rows affected (3.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:25.917083178 after sql statement
2015-01-15 22:43:25.920976465 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=108
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.93 sec)
Bye
2015-01-15 22:43:26.856197423 after sql statement
2015-01-15 22:43:26.858454015 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224328_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:43:28 (59702) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224328_Job_62676.xml
2015-01-15 22:43:28 (59702) INFO : Job file loaded, run time for this step : 0.463113 seconds
2015-01-15 22:43:28 (59702) INFO : PreProcessing check starts
2015-01-15 22:43:28 (59702) INFO : PreProcessing check completed
2015-01-15 22:43:28 (59702) INFO : preProcess completed, run time for this step : 0.244521 seconds
2015-01-15 22:43:28 (59702) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:28 (59702) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:43:28 (59702) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:29 (59702) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:43:29 (59702) INFO : Bulk load completed, total run time : 1.75793 seconds
2015-01-15 22:43:29.740308660 after import
2015-01-15 22:43:29.755497317 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=109
--------------
Query OK, 150000 rows affected (6.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.86 sec)
Bye
2015-01-15 22:43:37.898158712 after sql statement
2015-01-15 22:43:37.912215980 before sql statment
--------------
update test211_15 set c2=c1 where batch=109
--------------
Query OK, 150000 rows affected (3.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:41.058783771 after sql statement
2015-01-15 22:43:41.065894237 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=109
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.19 sec)
Bye
2015-01-15 22:43:42.260732049 after sql statement
2015-01-15 22:43:42.395880893 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.79 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:46.193010249 after sql statement
2015-01-15 22:43:46.199112868 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=110
--------------
Query OK, 150000 rows affected (4.85 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.83 sec)
Bye
2015-01-15 22:43:53.894449836 after sql statement
2015-01-15 22:43:53.898806251 before sql statment
--------------
update test211_15 set c2=c1 where batch=110
--------------
Query OK, 150000 rows affected (3.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:57.241916703 after sql statement
2015-01-15 22:43:57.251182789 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=110
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:43:58.355311107 after sql statement
2015-01-15 22:43:58.358960036 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224358_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:43:58 (19378) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224358_Job_62676.xml
2015-01-15 22:43:58 (19378) INFO : Job file loaded, run time for this step : 0.345118 seconds
2015-01-15 22:43:58 (19378) INFO : PreProcessing check starts
2015-01-15 22:43:58 (19378) INFO : PreProcessing check completed
2015-01-15 22:43:58 (19378) INFO : preProcess completed, run time for this step : 0.0474839 seconds
2015-01-15 22:43:58 (19378) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:58 (19378) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:43:58 (19378) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:00 (19378) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:44:00 (19378) INFO : Bulk load completed, total run time : 2.41495 seconds
2015-01-15 22:44:00.978484448 after import
2015-01-15 22:44:01.002318111 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=111
--------------
Query OK, 150000 rows affected (3.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:44:05.423538215 after sql statement
2015-01-15 22:44:05.429300158 before sql statment
--------------
update test211_15 set c2=c1 where batch=111
--------------
Query OK, 150000 rows affected (3.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:09.242420422 after sql statement
2015-01-15 22:44:09.251654245 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=111
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.74 sec)
Bye
2015-01-15 22:44:10.063383424 after sql statement
2015-01-15 22:44:10.194143026 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.86 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:14.052096791 after sql statement
2015-01-15 22:44:14.060187372 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=112
--------------
Query OK, 150000 rows affected (4.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.45 sec)
Bye
2015-01-15 22:44:20.131478474 after sql statement
2015-01-15 22:44:20.139921624 before sql statment
--------------
update test211_15 set c2=c1 where batch=112
--------------
Query OK, 150000 rows affected (4.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:24.295068574 after sql statement
2015-01-15 22:44:24.306149654 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=112
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:44:24.837499032 after sql statement
2015-01-15 22:44:24.845730323 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224426_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:44:26 (39876) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224426_Job_62676.xml
2015-01-15 22:44:26 (39876) INFO : Job file loaded, run time for this step : 1.1354 seconds
2015-01-15 22:44:26 (39876) INFO : PreProcessing check starts
2015-01-15 22:44:26 (39876) INFO : PreProcessing check completed
2015-01-15 22:44:26 (39876) INFO : preProcess completed, run time for this step : 0.0665669 seconds
2015-01-15 22:44:26 (39876) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:26 (39876) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:44:26 (39876) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:26 (39876) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:44:27 (39876) INFO : Bulk load completed, total run time : 2.21882 seconds
2015-01-15 22:44:27.547615529 after import
2015-01-15 22:44:27.552327979 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=113
--------------
Query OK, 150000 rows affected (6.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.82 sec)
Bye
2015-01-15 22:44:36.058492123 after sql statement
2015-01-15 22:44:36.071611129 before sql statment
--------------
update test211_15 set c2=c1 where batch=113
--------------
Query OK, 150000 rows affected (3.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:39.478384421 after sql statement
2015-01-15 22:44:39.486197021 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=113
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:44:39.677638914 after sql statement
2015-01-15 22:44:39.860028060 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.52 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:43.389842967 after sql statement
2015-01-15 22:44:43.396921993 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=114
--------------
Query OK, 150000 rows affected (3.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.63 sec)
Bye
2015-01-15 22:44:48.495771779 after sql statement
2015-01-15 22:44:48.506333979 before sql statment
--------------
update test211_15 set c2=c1 where batch=114
--------------
Query OK, 150000 rows affected (3.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:51.886288499 after sql statement
2015-01-15 22:44:51.901480232 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=114
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.95 sec)
Bye
2015-01-15 22:44:52.861893600 after sql statement
2015-01-15 22:44:52.872102020 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224453_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:44:53 (60595) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224453_Job_62676.xml
2015-01-15 22:44:53 (60595) INFO : Job file loaded, run time for this step : 0.638695 seconds
2015-01-15 22:44:53 (60595) INFO : PreProcessing check starts
2015-01-15 22:44:53 (60595) INFO : PreProcessing check completed
2015-01-15 22:44:53 (60595) INFO : preProcess completed, run time for this step : 0.074239 seconds
2015-01-15 22:44:53 (60595) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:53 (60595) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:44:53 (60595) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:54 (60595) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:44:54 (60595) INFO : Bulk load completed, total run time : 1.74871 seconds
2015-01-15 22:44:54.796761681 after import
2015-01-15 22:44:54.801887337 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=115
--------------
Query OK, 150000 rows affected (5.57 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.59 sec)
Bye
2015-01-15 22:45:02.981200149 after sql statement
2015-01-15 22:45:02.985425497 before sql statment
--------------
update test211_15 set c2=c1 where batch=115
--------------
Query OK, 150000 rows affected (3.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:06.695092189 after sql statement
2015-01-15 22:45:06.710953509 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=115
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.34 sec)
Bye
2015-01-15 22:45:08.089810755 after sql statement
2015-01-15 22:45:08.225166833 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.53 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:11.764203520 after sql statement
2015-01-15 22:45:11.777064248 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=116
--------------
Query OK, 150000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.51 sec)
Bye
2015-01-15 22:45:15.138253665 after sql statement
2015-01-15 22:45:15.142822245 before sql statment
--------------
update test211_15 set c2=c1 where batch=116
--------------
Query OK, 150000 rows affected (3.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:18.168351084 after sql statement
2015-01-15 22:45:18.173930585 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=116
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:45:18.963526708 after sql statement
2015-01-15 22:45:18.970468031 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224519_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:45:19 (14810) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224519_Job_62676.xml
2015-01-15 22:45:19 (14810) INFO : Job file loaded, run time for this step : 0.283446 seconds
2015-01-15 22:45:19 (14810) INFO : PreProcessing check starts
2015-01-15 22:45:19 (14810) INFO : PreProcessing check completed
2015-01-15 22:45:19 (14810) INFO : preProcess completed, run time for this step : 0.393682 seconds
2015-01-15 22:45:19 (14810) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:19 (14810) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:45:19 (14810) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:20 (14810) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:45:20 (14810) INFO : Bulk load completed, total run time : 1.72006 seconds
2015-01-15 22:45:20.815780789 after import
2015-01-15 22:45:20.820511711 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=117
--------------
Query OK, 150000 rows affected (3.57 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.56 sec)
Bye
2015-01-15 22:45:25.963119994 after sql statement
2015-01-15 22:45:25.996366778 before sql statment
--------------
update test211_15 set c2=c1 where batch=117
--------------
Query OK, 150000 rows affected (2.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:28.718792827 after sql statement
2015-01-15 22:45:28.724716384 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=117
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:45:29.073362060 after sql statement
2015-01-15 22:45:29.195353729 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.49 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:33.694700634 after sql statement
2015-01-15 22:45:33.734194339 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=118
--------------
Query OK, 150000 rows affected (5.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.92 sec)
Bye
2015-01-15 22:45:41.578877554 after sql statement
2015-01-15 22:45:41.583962030 before sql statment
--------------
update test211_15 set c2=c1 where batch=118
--------------
Query OK, 150000 rows affected (2.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:43.752936871 after sql statement
2015-01-15 22:45:43.759703744 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=118
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.09 sec)
Bye
2015-01-15 22:45:43.864274511 after sql statement
2015-01-15 22:45:43.866231441 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224544_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:45:44 (33482) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224544_Job_62676.xml
2015-01-15 22:45:44 (33482) INFO : Job file loaded, run time for this step : 0.417766 seconds
2015-01-15 22:45:44 (33482) INFO : PreProcessing check starts
2015-01-15 22:45:44 (33482) INFO : PreProcessing check completed
2015-01-15 22:45:44 (33482) INFO : preProcess completed, run time for this step : 0.0710249 seconds
2015-01-15 22:45:44 (33482) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:44 (33482) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:45:44 (33482) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:44 (33482) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:45:45 (33482) INFO : Bulk load completed, total run time : 1.52776 seconds
2015-01-15 22:45:45.574442604 after import
2015-01-15 22:45:45.578071263 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=119
--------------
Query OK, 150000 rows affected (5.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.41 sec)
Bye
2015-01-15 22:45:53.920936336 after sql statement
2015-01-15 22:45:53.929739064 before sql statment
--------------
update test211_15 set c2=c1 where batch=119
--------------
Query OK, 150000 rows affected (3.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:57.062999029 after sql statement
2015-01-15 22:45:57.071373146 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=119
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.28 sec)
Bye
2015-01-15 22:45:58.361517984 after sql statement
2015-01-15 22:45:58.560557095 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.19 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:02.763921955 after sql statement
2015-01-15 22:46:02.774333451 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=120
--------------
Query OK, 150000 rows affected (5.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.86 sec)
Bye
2015-01-15 22:46:09.964160701 after sql statement
2015-01-15 22:46:09.968925910 before sql statment
--------------
update test211_15 set c2=c1 where batch=120
--------------
Query OK, 150000 rows affected (2.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:12.747589440 after sql statement
2015-01-15 22:46:12.761778518 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=120
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:46:13.221477755 after sql statement
2015-01-15 22:46:13.229321044 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224613_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:46:13 (55595) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224613_Job_62676.xml
2015-01-15 22:46:13 (55595) INFO : Job file loaded, run time for this step : 0.502598 seconds
2015-01-15 22:46:13 (55595) INFO : PreProcessing check starts
2015-01-15 22:46:14 (55595) INFO : PreProcessing check completed
2015-01-15 22:46:14 (55595) INFO : preProcess completed, run time for this step : 0.082057 seconds
2015-01-15 22:46:14 (55595) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:14 (55595) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:46:14 (55595) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:14 (55595) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:46:15 (55595) INFO : Bulk load completed, total run time : 2.25308 seconds
2015-01-15 22:46:15.719805493 after import
2015-01-15 22:46:16.181955621 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=121
--------------
Query OK, 150000 rows affected (5.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.05 sec)
Bye
2015-01-15 22:46:24.188204415 after sql statement
2015-01-15 22:46:24.193325380 before sql statment
--------------
update test211_15 set c2=c1 where batch=121
--------------
Query OK, 150000 rows affected (4.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:29.085125490 after sql statement
2015-01-15 22:46:29.104386975 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=121
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.21 sec)
Bye
2015-01-15 22:46:29.346061125 after sql statement
2015-01-15 22:46:29.518429824 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.69 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:33.220750805 after sql statement
2015-01-15 22:46:33.226373002 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=122
--------------
Query OK, 150000 rows affected (3.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:46:37.527358208 after sql statement
2015-01-15 22:46:37.555129411 before sql statment
--------------
update test211_15 set c2=c1 where batch=122
--------------
Query OK, 150000 rows affected (3.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:41.063525777 after sql statement
2015-01-15 22:46:41.075425600 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=122
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:46:41.587854456 after sql statement
2015-01-15 22:46:41.592253333 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224642_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:46:42 (10967) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224642_Job_62676.xml
2015-01-15 22:46:42 (10967) INFO : Job file loaded, run time for this step : 0.328356 seconds
2015-01-15 22:46:42 (10967) INFO : PreProcessing check starts
2015-01-15 22:46:42 (10967) INFO : PreProcessing check completed
2015-01-15 22:46:42 (10967) INFO : preProcess completed, run time for this step : 0.030303 seconds
2015-01-15 22:46:42 (10967) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:42 (10967) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:46:42 (10967) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:42 (10967) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:46:43 (10967) INFO : Bulk load completed, total run time : 1.37532 seconds
2015-01-15 22:46:43.117066236 after import
2015-01-15 22:46:43.137120078 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=123
--------------
Query OK, 150000 rows affected (5.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.41 sec)
Bye
2015-01-15 22:46:51.531254184 after sql statement
2015-01-15 22:46:51.537152603 before sql statment
--------------
update test211_15 set c2=c1 where batch=123
--------------
Query OK, 150000 rows affected (3.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:55.528065009 after sql statement
2015-01-15 22:46:55.542507831 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=123
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.33 sec)
Bye
2015-01-15 22:46:56.890431101 after sql statement
2015-01-15 22:46:57.003613956 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (6.47 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:03.498287986 after sql statement
2015-01-15 22:47:03.503134994 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=124
--------------
Query OK, 150000 rows affected (5.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.64 sec)
Bye
2015-01-15 22:47:10.304644762 after sql statement
2015-01-15 22:47:10.331043262 before sql statment
--------------
update test211_15 set c2=c1 where batch=124
--------------
Query OK, 150000 rows affected (3.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:13.656742091 after sql statement
2015-01-15 22:47:13.661588106 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=124
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:47:14.094954116 after sql statement
2015-01-15 22:47:14.098722154 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224714_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:47:14 (34701) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224714_Job_62676.xml
2015-01-15 22:47:14 (34701) INFO : Job file loaded, run time for this step : 0.337475 seconds
2015-01-15 22:47:14 (34701) INFO : PreProcessing check starts
2015-01-15 22:47:14 (34701) INFO : PreProcessing check completed
2015-01-15 22:47:14 (34701) INFO : preProcess completed, run time for this step : 0.064013 seconds
2015-01-15 22:47:14 (34701) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:14 (34701) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:47:14 (34701) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:15 (34701) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:47:15 (34701) INFO : Bulk load completed, total run time : 1.42196 seconds
2015-01-15 22:47:15.670019768 after import
2015-01-15 22:47:15.681686201 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=125
--------------
Query OK, 150000 rows affected (3.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:47:19.808129261 after sql statement
2015-01-15 22:47:19.815684919 before sql statment
--------------
update test211_15 set c2=c1 where batch=125
--------------
Query OK, 150000 rows affected (3.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:22.852715345 after sql statement
2015-01-15 22:47:22.862508399 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=125
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.94 sec)
Bye
2015-01-15 22:47:23.816082305 after sql statement
2015-01-15 22:47:23.994582885 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.57 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:27.577952640 after sql statement
2015-01-15 22:47:27.584898535 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=126
--------------
Query OK, 150000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:47:31.187461170 after sql statement
2015-01-15 22:47:31.193773953 before sql statment
--------------
update test211_15 set c2=c1 where batch=126
--------------
Query OK, 150000 rows affected (2.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:34.004288586 after sql statement
2015-01-15 22:47:34.008375481 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=126
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.81 sec)
Bye
2015-01-15 22:47:34.840046651 after sql statement
2015-01-15 22:47:34.842925843 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224735_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:47:35 (50566) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224735_Job_62676.xml
2015-01-15 22:47:35 (50566) INFO : Job file loaded, run time for this step : 0.356637 seconds
2015-01-15 22:47:35 (50566) INFO : PreProcessing check starts
2015-01-15 22:47:35 (50566) INFO : PreProcessing check completed
2015-01-15 22:47:35 (50566) INFO : preProcess completed, run time for this step : 0.075928 seconds
2015-01-15 22:47:35 (50566) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:35 (50566) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:35 (50566) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:47:35 (50566) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:47:36 (50566) INFO : Bulk load completed, total run time : 1.45832 seconds
2015-01-15 22:47:36.469293292 after import
2015-01-15 22:47:36.473109773 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=127
--------------
Query OK, 150000 rows affected (3.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.40 sec)
Bye
2015-01-15 22:47:41.489833067 after sql statement
2015-01-15 22:47:41.497716334 before sql statment
--------------
update test211_15 set c2=c1 where batch=127
--------------
Query OK, 150000 rows affected (3.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:44.772123831 after sql statement
2015-01-15 22:47:44.787884308 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=127
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:47:45.635184446 after sql statement
2015-01-15 22:47:45.766502775 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.96 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:49.737242496 after sql statement
2015-01-15 22:47:49.751428785 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=128
--------------
Query OK, 150000 rows affected (6.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:47:57.044067835 after sql statement
2015-01-15 22:47:57.089897819 before sql statment
--------------
update test211_15 set c2=c1 where batch=128
--------------
Query OK, 150000 rows affected (2.95 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:00.062178439 after sql statement
2015-01-15 22:48:00.077943978 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=128
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:48:00.541173855 after sql statement
2015-01-15 22:48:00.545392789 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224800_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:48:01 (3874) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224800_Job_62676.xml
2015-01-15 22:48:01 (3874) INFO : Job file loaded, run time for this step : 0.314483 seconds
2015-01-15 22:48:01 (3874) INFO : PreProcessing check starts
2015-01-15 22:48:01 (3874) INFO : PreProcessing check completed
2015-01-15 22:48:01 (3874) INFO : preProcess completed, run time for this step : 0.0664411 seconds
2015-01-15 22:48:01 (3874) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:01 (3874) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:01 (3874) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:48:01 (3874) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:48:02 (3874) INFO : Bulk load completed, total run time : 1.40689 seconds
2015-01-15 22:48:02.112647269 after import
2015-01-15 22:48:02.126887279 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=129
--------------
Query OK, 150000 rows affected (3.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.91 sec)
Bye
2015-01-15 22:48:07.161473042 after sql statement
2015-01-15 22:48:07.227408778 before sql statment
--------------
update test211_15 set c2=c1 where batch=129
--------------
Query OK, 150000 rows affected (2.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:09.766220493 after sql statement
2015-01-15 22:48:09.770915556 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=129
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.94 sec)
Bye
2015-01-15 22:48:10.725576997 after sql statement
2015-01-15 22:48:10.919337120 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.91 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:14.852108067 after sql statement
2015-01-15 22:48:14.866779927 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=130
--------------
Query OK, 150000 rows affected (4.30 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.17 sec)
Bye
2015-01-15 22:48:21.374215592 after sql statement
2015-01-15 22:48:21.382794032 before sql statment
--------------
update test211_15 set c2=c1 where batch=130
--------------
Query OK, 150000 rows affected (3.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:24.967437136 after sql statement
2015-01-15 22:48:24.979607493 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=130
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:48:25.217605780 after sql statement
2015-01-15 22:48:25.226807763 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224825_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:48:25 (22978) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224825_Job_62676.xml
2015-01-15 22:48:25 (22978) INFO : Job file loaded, run time for this step : 0.467761 seconds
2015-01-15 22:48:25 (22978) INFO : PreProcessing check starts
2015-01-15 22:48:25 (22978) INFO : PreProcessing check completed
2015-01-15 22:48:25 (22978) INFO : preProcess completed, run time for this step : 0.0332222 seconds
2015-01-15 22:48:25 (22978) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:25 (22978) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:25 (22978) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:48:26 (22978) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:48:26 (22978) INFO : Bulk load completed, total run time : 1.53079 seconds
2015-01-15 22:48:26.958046201 after import
2015-01-15 22:48:26.967208936 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=131
--------------
Query OK, 150000 rows affected (4.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.61 sec)
Bye
2015-01-15 22:48:33.121208605 after sql statement
2015-01-15 22:48:33.131490588 before sql statment
--------------
update test211_15 set c2=c1 where batch=131
--------------
Query OK, 150000 rows affected (3.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:36.178277813 after sql statement
2015-01-15 22:48:36.187768565 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=131
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.21 sec)
Bye
2015-01-15 22:48:36.401300647 after sql statement
2015-01-15 22:48:36.508023498 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.56 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:41.078487613 after sql statement
2015-01-15 22:48:41.087264985 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=132
--------------
Query OK, 150000 rows affected (2.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.86 sec)
Bye
2015-01-15 22:48:45.690002652 after sql statement
2015-01-15 22:48:45.697803041 before sql statment
--------------
update test211_15 set c2=c1 where batch=132
--------------
Query OK, 150000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:48.412246348 after sql statement
2015-01-15 22:48:48.419982807 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=132
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.45 sec)
Bye
2015-01-15 22:48:49.884110941 after sql statement
2015-01-15 22:48:49.888008441 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224850_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:48:50 (42007) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224850_Job_62676.xml
2015-01-15 22:48:50 (42007) INFO : Job file loaded, run time for this step : 0.403011 seconds
2015-01-15 22:48:50 (42007) INFO : PreProcessing check starts
2015-01-15 22:48:50 (42007) INFO : PreProcessing check completed
2015-01-15 22:48:50 (42007) INFO : preProcess completed, run time for this step : 0.0765681 seconds
2015-01-15 22:48:50 (42007) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:50 (42007) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:50 (42007) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:48:50 (42007) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:48:51 (42007) INFO : Bulk load completed, total run time : 1.50087 seconds
2015-01-15 22:48:51.595349436 after import
2015-01-15 22:48:51.617217403 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=133
--------------
Query OK, 150000 rows affected (4.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.33 sec)
Bye
2015-01-15 22:48:57.554998074 after sql statement
2015-01-15 22:48:57.568136993 before sql statment
--------------
update test211_15 set c2=c1 where batch=133
--------------
Query OK, 150000 rows affected (2.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:00.283873467 after sql statement
2015-01-15 22:49:00.289749455 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=133
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.12 sec)
Bye
2015-01-15 22:49:01.418253474 after sql statement
2015-01-15 22:49:01.573049313 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.81 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:05.389476510 after sql statement
2015-01-15 22:49:05.403131074 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=134
--------------
Query OK, 150000 rows affected (6.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.55 sec)
Bye
2015-01-15 22:49:14.695767626 after sql statement
2015-01-15 22:49:14.704086142 before sql statment
--------------
update test211_15 set c2=c1 where batch=134
--------------
Query OK, 150000 rows affected (2.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:17.219330859 after sql statement
2015-01-15 22:49:17.241669257 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=134
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.13 sec)
Bye
2015-01-15 22:49:18.396351614 after sql statement
2015-01-15 22:49:18.404137144 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224918_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:49:18 (63192) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224918_Job_62676.xml
2015-01-15 22:49:18 (63192) INFO : Job file loaded, run time for this step : 0.344224 seconds
2015-01-15 22:49:18 (63192) INFO : PreProcessing check starts
2015-01-15 22:49:19 (63192) INFO : PreProcessing check completed
2015-01-15 22:49:19 (63192) INFO : preProcess completed, run time for this step : 0.03442 seconds
2015-01-15 22:49:19 (63192) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:19 (63192) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:49:19 (63192) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:19 (63192) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:49:20 (63192) INFO : Bulk load completed, total run time : 1.39993 seconds
2015-01-15 22:49:20.061943997 after import
2015-01-15 22:49:20.068372230 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=135
--------------
Query OK, 150000 rows affected (5.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.47 sec)
Bye
2015-01-15 22:49:26.974098635 after sql statement
2015-01-15 22:49:26.985893836 before sql statment
--------------
update test211_15 set c2=c1 where batch=135
--------------
Query OK, 150000 rows affected (4.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:31.371959063 after sql statement
2015-01-15 22:49:31.388594013 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=135
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.18 sec)
Bye
2015-01-15 22:49:32.575821332 after sql statement
2015-01-15 22:49:32.695884056 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.97 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:36.672266828 after sql statement
2015-01-15 22:49:36.678890075 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=136
--------------
Query OK, 150000 rows affected (5.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:49:42.778716150 after sql statement
2015-01-15 22:49:42.783583170 before sql statment
--------------
update test211_15 set c2=c1 where batch=136
--------------
Query OK, 150000 rows affected (5.29 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:48.077237712 after sql statement
2015-01-15 22:49:48.083377691 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=136
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.64 sec)
Bye
2015-01-15 22:49:48.736307165 after sql statement
2015-01-15 22:49:48.740554950 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224950_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:49:50 (18895) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T224950_Job_62676.xml
2015-01-15 22:49:50 (18895) INFO : Job file loaded, run time for this step : 1.07739 seconds
2015-01-15 22:49:50 (18895) INFO : PreProcessing check starts
2015-01-15 22:49:50 (18895) INFO : PreProcessing check completed
2015-01-15 22:49:50 (18895) INFO : preProcess completed, run time for this step : 0.129479 seconds
2015-01-15 22:49:50 (18895) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:50 (18895) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:50 (18895) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:49:51 (18895) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:49:51 (18895) INFO : Bulk load completed, total run time : 2.22599 seconds
2015-01-15 22:49:51.765736010 after import
2015-01-15 22:49:51.773077047 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=137
--------------
Query OK, 150000 rows affected (3.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.42 sec)
Bye
2015-01-15 22:49:56.671457502 after sql statement
2015-01-15 22:49:56.678539242 before sql statment
--------------
update test211_15 set c2=c1 where batch=137
--------------
Query OK, 150000 rows affected (5.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:01.741351884 after sql statement
2015-01-15 22:50:01.751852326 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=137
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.74 sec)
Bye
2015-01-15 22:50:02.511468079 after sql statement
2015-01-15 22:50:02.650723240 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.74 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:06.409644936 after sql statement
2015-01-15 22:50:06.415075894 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=138
--------------
Query OK, 150000 rows affected (1.87 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.14 sec)
Bye
2015-01-15 22:50:11.444833559 after sql statement
2015-01-15 22:50:11.449788238 before sql statment
--------------
update test211_15 set c2=c1 where batch=138
--------------
Query OK, 150000 rows affected (2.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:13.550793095 after sql statement
2015-01-15 22:50:13.556173220 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=138
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.10 sec)
Bye
2015-01-15 22:50:14.656367059 after sql statement
2015-01-15 22:50:14.666071445 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T225016_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:50:16 (36863) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T225016_Job_62676.xml
2015-01-15 22:50:16 (36863) INFO : Job file loaded, run time for this step : 0.456944 seconds
2015-01-15 22:50:16 (36863) INFO : PreProcessing check starts
2015-01-15 22:50:16 (36863) INFO : PreProcessing check completed
2015-01-15 22:50:16 (36863) INFO : preProcess completed, run time for this step : 0.083252 seconds
2015-01-15 22:50:16 (36863) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:16 (36863) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:50:16 (36863) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:16 (36863) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:50:17 (36863) INFO : Bulk load completed, total run time : 1.58977 seconds
2015-01-15 22:50:17.338507884 after import
2015-01-15 22:50:17.345086439 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=139
--------------
Query OK, 150000 rows affected (4.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.99 sec)
Bye
2015-01-15 22:50:25.218976713 after sql statement
2015-01-15 22:50:25.224506632 before sql statment
--------------
update test211_15 set c2=c1 where batch=139
--------------
Query OK, 150000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:27.595012277 after sql statement
2015-01-15 22:50:27.601819517 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=139
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.74 sec)
Bye
2015-01-15 22:50:28.421941650 after sql statement
2015-01-15 22:50:28.605335370 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (3.98 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:32.606662725 after sql statement
2015-01-15 22:50:32.618386680 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=140
--------------
Query OK, 150000 rows affected (2.42 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.18 sec)
Bye
2015-01-15 22:50:37.233958890 after sql statement
2015-01-15 22:50:37.240755058 before sql statment
--------------
update test211_15 set c2=c1 where batch=140
--------------
Query OK, 150000 rows affected (2.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:39.728343742 after sql statement
2015-01-15 22:50:39.732118156 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=140
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.43 sec)
Bye
2015-01-15 22:50:40.178856508 after sql statement
2015-01-15 22:50:40.183312162 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T225041_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:50:41 (55634) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T225041_Job_62676.xml
2015-01-15 22:50:41 (55634) INFO : Job file loaded, run time for this step : 0.392007 seconds
2015-01-15 22:50:41 (55634) INFO : PreProcessing check starts
2015-01-15 22:50:41 (55634) INFO : PreProcessing check completed
2015-01-15 22:50:41 (55634) INFO : preProcess completed, run time for this step : 0.0538409 seconds
2015-01-15 22:50:41 (55634) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:41 (55634) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:41 (55634) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:50:41 (55634) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:50:42 (55634) INFO : Bulk load completed, total run time : 1.47533 seconds
2015-01-15 22:50:42.520653430 after import
2015-01-15 22:50:42.527705914 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=141
--------------
Query OK, 150000 rows affected (6.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.31 sec)
Bye
2015-01-15 22:50:49.908595166 after sql statement
2015-01-15 22:50:49.917374123 before sql statment
--------------
update test211_15 set c2=c1 where batch=141
--------------
Query OK, 150000 rows affected (3.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:53.201489282 after sql statement
2015-01-15 22:50:53.205257957 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=141
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (1.07 sec)
Bye
2015-01-15 22:50:55.459340909 after sql statement
2015-01-15 22:50:55.574392585 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (4.16 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:59.737183680 after sql statement
2015-01-15 22:50:59.743728216 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=142
--------------
Query OK, 150000 rows affected (1.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.57 sec)
Bye
2015-01-15 22:51:02.065518999 after sql statement
2015-01-15 22:51:02.069677442 before sql statment
--------------
update test211_15 set c2=c1 where batch=142
--------------
Query OK, 150000 rows affected (3.25 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:05.331917591 after sql statement
2015-01-15 22:51:05.353319944 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=142
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:51:05.669886643 after sql statement
2015-01-15 22:51:05.673393495 before import
Locale is : C
Using table OID 62676 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T225106_Job_62676.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62676.log
2015-01-15 22:51:06 (7375) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62676_D20150115_T225106_Job_62676.xml
2015-01-15 22:51:06 (7375) INFO : Job file loaded, run time for this step : 0.453814 seconds
2015-01-15 22:51:06 (7375) INFO : PreProcessing check starts
2015-01-15 22:51:06 (7375) INFO : PreProcessing check completed
2015-01-15 22:51:06 (7375) INFO : preProcess completed, run time for this step : 0.131024 seconds
2015-01-15 22:51:06 (7375) INFO : No of Read Threads Spawned = 1
2015-01-15 22:51:06 (7375) INFO : Reading input from STDIN to import into table dmlc.test211_15...
2015-01-15 22:51:06 (7375) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:51:06 (7375) INFO : For table dmlc.test211_15: 150000 rows processed and 150000 rows inserted.
2015-01-15 22:51:07 (7375) INFO : Bulk load completed, total run time : 1.60715 seconds
2015-01-15 22:51:07.488159782 after import
2015-01-15 22:51:07.507132528 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_15 where batch=143
--------------
Query OK, 150000 rows affected (4.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:51:12.946504251 after sql statement
2015-01-15 22:51:12.954149608 before sql statment
--------------
update test211_15 set c2=c1 where batch=143
--------------
Query OK, 150000 rows affected (3.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:16.684869217 after sql statement
2015-01-15 22:51:16.691011416 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=143
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:51:17.399356636 after sql statement
2015-01-15 22:51:17.558059898 before sql statment
--------------
load data infile '/tmp/test211_15.tbl' into table test211_15 fields terminated by '|'
--------------
Query OK, 150000 rows affected (5.38 sec)
Records: 150000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:51:22.951748531 after sql statement
2015-01-15 22:51:22.958923778 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_15 where batch=144
--------------
Query OK, 150000 rows affected (2.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:51:26.145369880 after sql statement
2015-01-15 22:51:26.150188603 before sql statment
--------------
update test211_15 set c2=c1 where batch=144
--------------
Query OK, 150000 rows affected (0.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:27.057034673 after sql statement
2015-01-15 22:51:27.061456494 before sql statment
--------------
select count(*), if(count(*)=150000, 'good', 'bad') result from test211_15 where batch=144
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 150000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:51:27.276588169 after sql statement
Thu Jan 15 22:51:27 CST 2015 - All done.