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.13.log
2016-01-06 14:08:59 -06:00

9180 lines
270 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.687609677 before sql statment
--------------
drop table if exists test211_13
--------------
Query OK, 0 rows affected (1.68 sec)
--------------
create table test211_13(batch int, c1 int, c2 int)engine=infinidb
--------------
Query OK, 0 rows affected (1.96 sec)
Bye
2015-01-15 22:19:21.341241961 after sql statement
2015-01-15 22:19:21.343878843 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T221921_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:19:21 (23318) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T221921_Job_62664.xml
2015-01-15 22:19:21 (23318) INFO : Job file loaded, run time for this step : 0.366102 seconds
2015-01-15 22:19:21 (23318) INFO : PreProcessing check starts
2015-01-15 22:19:21 (23318) INFO : PreProcessing check completed
2015-01-15 22:19:21 (23318) INFO : preProcess completed, run time for this step : 0.0156832 seconds
2015-01-15 22:19:21 (23318) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:21 (23318) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:19:21 (23318) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:21 (23318) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:19:22 (23318) INFO : Bulk load completed, total run time : 1.38935 seconds
2015-01-15 22:19:22.856424533 after import
2015-01-15 22:19:22.864144385 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=1
--------------
Query OK, 130000 rows affected (3.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.51 sec)
Bye
2015-01-15 22:19:28.147344218 after sql statement
2015-01-15 22:19:28.152039311 before sql statment
--------------
update test211_13 set c2=c1 where batch=1
--------------
Query OK, 130000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:29.759556200 after sql statement
2015-01-15 22:19:29.768296843 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=1
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:19:29.941587816 after sql statement
2015-01-15 22:19:30.048783062 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (5.49 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:35.549495603 after sql statement
2015-01-15 22:19:35.557557582 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=2
--------------
Query OK, 130000 rows affected (4.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.65 sec)
Bye
2015-01-15 22:19:41.560578287 after sql statement
2015-01-15 22:19:41.565269211 before sql statment
--------------
update test211_13 set c2=c1 where batch=2
--------------
Query OK, 130000 rows affected (3.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:45.487397562 after sql statement
2015-01-15 22:19:45.505466121 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=2
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.40 sec)
Bye
2015-01-15 22:19:46.930459325 after sql statement
2015-01-15 22:19:46.933163721 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T221947_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:19:47 (42780) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T221947_Job_62664.xml
2015-01-15 22:19:47 (42780) INFO : Job file loaded, run time for this step : 0.308392 seconds
2015-01-15 22:19:47 (42780) INFO : PreProcessing check starts
2015-01-15 22:19:47 (42780) INFO : PreProcessing check completed
2015-01-15 22:19:47 (42780) INFO : preProcess completed, run time for this step : 0.078249 seconds
2015-01-15 22:19:47 (42780) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:47 (42780) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:47 (42780) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:19:47 (42780) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:19:48 (42780) INFO : Bulk load completed, total run time : 1.40745 seconds
2015-01-15 22:19:48.499616560 after import
2015-01-15 22:19:48.506092222 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=3
--------------
Query OK, 130000 rows affected (4.14 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.48 sec)
Bye
2015-01-15 22:19:54.152461385 after sql statement
2015-01-15 22:19:54.158365338 before sql statment
--------------
update test211_13 set c2=c1 where batch=3
--------------
Query OK, 130000 rows affected (2.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:56.367136197 after sql statement
2015-01-15 22:19:56.374294091 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=3
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:19:57.079258290 after sql statement
2015-01-15 22:19:57.176149526 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.51 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:01.703333766 after sql statement
2015-01-15 22:20:01.709555852 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=4
--------------
Query OK, 130000 rows affected (2.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.34 sec)
Bye
2015-01-15 22:20:04.214459618 after sql statement
2015-01-15 22:20:04.219003814 before sql statment
--------------
update test211_13 set c2=c1 where batch=4
--------------
Query OK, 130000 rows affected (3.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:07.370790660 after sql statement
2015-01-15 22:20:07.375660373 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=4
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.61 sec)
Bye
2015-01-15 22:20:08.005269948 after sql statement
2015-01-15 22:20:08.017816163 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222008_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:20:08 (58482) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222008_Job_62664.xml
2015-01-15 22:20:08 (58482) INFO : Job file loaded, run time for this step : 0.369424 seconds
2015-01-15 22:20:08 (58482) INFO : PreProcessing check starts
2015-01-15 22:20:08 (58482) INFO : PreProcessing check completed
2015-01-15 22:20:08 (58482) INFO : preProcess completed, run time for this step : 0.0992439 seconds
2015-01-15 22:20:08 (58482) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:08 (58482) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:08 (58482) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:20:08 (58482) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:20:09 (58482) INFO : Bulk load completed, total run time : 1.48581 seconds
2015-01-15 22:20:09.704885973 after import
2015-01-15 22:20:09.735505868 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.04 sec)
--------------
delete from test211_13 where batch=5
--------------
Query OK, 130000 rows affected (4.41 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.40 sec)
Bye
2015-01-15 22:20:15.607341880 after sql statement
2015-01-15 22:20:15.611691340 before sql statment
--------------
update test211_13 set c2=c1 where batch=5
--------------
Query OK, 130000 rows affected (2.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:18.275737166 after sql statement
2015-01-15 22:20:18.281026483 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=5
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:20:18.551100275 after sql statement
2015-01-15 22:20:18.630485418 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.07 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:22.708869854 after sql statement
2015-01-15 22:20:22.730260738 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=6
--------------
Query OK, 130000 rows affected (2.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.02 sec)
Bye
2015-01-15 22:20:27.434266437 after sql statement
2015-01-15 22:20:27.445821321 before sql statment
--------------
update test211_13 set c2=c1 where batch=6
--------------
Query OK, 130000 rows affected (2.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:29.821764329 after sql statement
2015-01-15 22:20:29.828765144 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=6
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:20:29.966013122 after sql statement
2015-01-15 22:20:29.968358008 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222034_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:20:34 (10712) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222034_Job_62664.xml
2015-01-15 22:20:34 (10712) INFO : Job file loaded, run time for this step : 0.410424 seconds
2015-01-15 22:20:34 (10712) INFO : PreProcessing check starts
2015-01-15 22:20:34 (10712) INFO : PreProcessing check completed
2015-01-15 22:20:34 (10712) INFO : preProcess completed, run time for this step : 0.044414 seconds
2015-01-15 22:20:34 (10712) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:34 (10712) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:20:34 (10712) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:34 (10712) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:20:35 (10712) INFO : Bulk load completed, total run time : 1.47309 seconds
2015-01-15 22:20:35.284178106 after import
2015-01-15 22:20:35.292753682 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=7
--------------
Query OK, 130000 rows affected (4.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.35 sec)
Bye
2015-01-15 22:20:40.829029496 after sql statement
2015-01-15 22:20:40.834451827 before sql statment
--------------
update test211_13 set c2=c1 where batch=7
--------------
Query OK, 130000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:43.182274850 after sql statement
2015-01-15 22:20:43.210018165 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=7
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:20:43.909814105 after sql statement
2015-01-15 22:20:44.005014496 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.52 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:48.536454127 after sql statement
2015-01-15 22:20:48.543821990 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=8
--------------
Query OK, 130000 rows affected (3.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.40 sec)
Bye
2015-01-15 22:20:54.585267235 after sql statement
2015-01-15 22:20:54.602555549 before sql statment
--------------
update test211_13 set c2=c1 where batch=8
--------------
Query OK, 130000 rows affected (3.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:58.147795717 after sql statement
2015-01-15 22:20:58.168697769 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=8
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:20:58.904014824 after sql statement
2015-01-15 22:20:58.908584062 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222059_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:20:59 (32487) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222059_Job_62664.xml
2015-01-15 22:20:59 (32487) INFO : Job file loaded, run time for this step : 0.335193 seconds
2015-01-15 22:20:59 (32487) INFO : PreProcessing check starts
2015-01-15 22:20:59 (32487) INFO : PreProcessing check completed
2015-01-15 22:20:59 (32487) INFO : preProcess completed, run time for this step : 0.02981 seconds
2015-01-15 22:20:59 (32487) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:59 (32487) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:20:59 (32487) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:59 (32487) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:21:00 (32487) INFO : Bulk load completed, total run time : 1.40315 seconds
2015-01-15 22:21:00.511349092 after import
2015-01-15 22:21:00.518079271 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=9
--------------
Query OK, 130000 rows affected (3.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.60 sec)
Bye
2015-01-15 22:21:04.745966165 after sql statement
2015-01-15 22:21:04.759807098 before sql statment
--------------
update test211_13 set c2=c1 where batch=9
--------------
Query OK, 130000 rows affected (3.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:08.421502025 after sql statement
2015-01-15 22:21:08.429367144 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=9
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:21:09.036435438 after sql statement
2015-01-15 22:21:09.127056965 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.58 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:12.722468252 after sql statement
2015-01-15 22:21:12.743484869 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=10
--------------
Query OK, 130000 rows affected (3.14 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.26 sec)
Bye
2015-01-15 22:21:17.169645539 after sql statement
2015-01-15 22:21:17.183178512 before sql statment
--------------
update test211_13 set c2=c1 where batch=10
--------------
Query OK, 130000 rows affected (3.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:20.753251153 after sql statement
2015-01-15 22:21:20.757372279 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=10
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:21:20.937110094 after sql statement
2015-01-15 22:21:20.940183453 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222121_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:21:21 (50117) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222121_Job_62664.xml
2015-01-15 22:21:21 (50117) INFO : Job file loaded, run time for this step : 0.312181 seconds
2015-01-15 22:21:21 (50117) INFO : PreProcessing check starts
2015-01-15 22:21:21 (50117) INFO : PreProcessing check completed
2015-01-15 22:21:21 (50117) INFO : preProcess completed, run time for this step : 0.0721178 seconds
2015-01-15 22:21:21 (50117) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:21 (50117) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:21 (50117) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:21:21 (50117) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:21:22 (50117) INFO : Bulk load completed, total run time : 1.41137 seconds
2015-01-15 22:21:22.533817492 after import
2015-01-15 22:21:22.539109962 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=11
--------------
Query OK, 130000 rows affected (3.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:21:26.843915985 after sql statement
2015-01-15 22:21:26.850777823 before sql statment
--------------
update test211_13 set c2=c1 where batch=11
--------------
Query OK, 130000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:29.637060109 after sql statement
2015-01-15 22:21:29.645462758 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=11
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:21:29.980276313 after sql statement
2015-01-15 22:21:30.075449745 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.80 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:33.888371308 after sql statement
2015-01-15 22:21:33.895155591 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=12
--------------
Query OK, 130000 rows affected (1.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.36 sec)
Bye
2015-01-15 22:21:35.610458448 after sql statement
2015-01-15 22:21:35.619260731 before sql statment
--------------
update test211_13 set c2=c1 where batch=12
--------------
Query OK, 130000 rows affected (2.86 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:38.489994036 after sql statement
2015-01-15 22:21:38.500593691 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=12
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:21:38.649831920 after sql statement
2015-01-15 22:21:38.652135297 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222139_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:21:39 (65216) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222139_Job_62664.xml
2015-01-15 22:21:39 (65216) INFO : Job file loaded, run time for this step : 0.281073 seconds
2015-01-15 22:21:39 (65216) INFO : PreProcessing check starts
2015-01-15 22:21:39 (65216) INFO : PreProcessing check completed
2015-01-15 22:21:39 (65216) INFO : preProcess completed, run time for this step : 0.0603161 seconds
2015-01-15 22:21:39 (65216) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:39 (65216) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:39 (65216) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:21:39 (65216) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:21:40 (65216) INFO : Bulk load completed, total run time : 1.36033 seconds
2015-01-15 22:21:40.179564504 after import
2015-01-15 22:21:40.185446376 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=13
--------------
Query OK, 130000 rows affected (2.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.93 sec)
Bye
2015-01-15 22:21:45.038514989 after sql statement
2015-01-15 22:21:45.043670493 before sql statment
--------------
update test211_13 set c2=c1 where batch=13
--------------
Query OK, 130000 rows affected (3.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:48.368670144 after sql statement
2015-01-15 22:21:48.396239869 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=13
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:21:48.665558867 after sql statement
2015-01-15 22:21:48.759237027 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.17 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:52.927736392 after sql statement
2015-01-15 22:21:52.946804218 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=14
--------------
Query OK, 130000 rows affected (2.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:21:56.301980871 after sql statement
2015-01-15 22:21:56.305748847 before sql statment
--------------
update test211_13 set c2=c1 where batch=14
--------------
Query OK, 130000 rows affected (3.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:59.947984149 after sql statement
2015-01-15 22:21:59.954279893 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=14
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:22:00.502281332 after sql statement
2015-01-15 22:22:00.504403912 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222201_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:22:01 (18769) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222201_Job_62664.xml
2015-01-15 22:22:01 (18769) INFO : Job file loaded, run time for this step : 0.435243 seconds
2015-01-15 22:22:01 (18769) INFO : PreProcessing check starts
2015-01-15 22:22:01 (18769) INFO : PreProcessing check completed
2015-01-15 22:22:01 (18769) INFO : preProcess completed, run time for this step : 0.0395381 seconds
2015-01-15 22:22:01 (18769) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:01 (18769) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:22:01 (18769) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:01 (18769) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:22:02 (18769) INFO : Bulk load completed, total run time : 1.49516 seconds
2015-01-15 22:22:02.604185620 after import
2015-01-15 22:22:02.614005026 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=15
--------------
Query OK, 130000 rows affected (3.09 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:22:06.800136787 after sql statement
2015-01-15 22:22:06.804384454 before sql statment
--------------
update test211_13 set c2=c1 where batch=15
--------------
Query OK, 130000 rows affected (3.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:10.370088121 after sql statement
2015-01-15 22:22:10.374075242 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=15
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:22:10.518992737 after sql statement
2015-01-15 22:22:10.617698731 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.49 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:14.128774002 after sql statement
2015-01-15 22:22:14.133174602 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=16
--------------
Query OK, 130000 rows affected (6.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.21 sec)
Bye
2015-01-15 22:22:21.612787039 after sql statement
2015-01-15 22:22:21.616658447 before sql statment
--------------
update test211_13 set c2=c1 where batch=16
--------------
Query OK, 130000 rows affected (2.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:24.079698497 after sql statement
2015-01-15 22:22:24.088990601 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=16
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.72 sec)
Bye
2015-01-15 22:22:24.823321162 after sql statement
2015-01-15 22:22:24.825569669 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222225_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:22:25 (38658) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222225_Job_62664.xml
2015-01-15 22:22:25 (38658) INFO : Job file loaded, run time for this step : 0.409006 seconds
2015-01-15 22:22:25 (38658) INFO : PreProcessing check starts
2015-01-15 22:22:25 (38658) INFO : PreProcessing check completed
2015-01-15 22:22:25 (38658) INFO : preProcess completed, run time for this step : 0.0324128 seconds
2015-01-15 22:22:25 (38658) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:25 (38658) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:25 (38658) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:22:25 (38658) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:22:26 (38658) INFO : Bulk load completed, total run time : 1.46316 seconds
2015-01-15 22:22:26.439529566 after import
2015-01-15 22:22:26.450831828 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=17
--------------
Query OK, 130000 rows affected (5.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.74 sec)
Bye
2015-01-15 22:22:33.448732550 after sql statement
2015-01-15 22:22:33.452877351 before sql statment
--------------
update test211_13 set c2=c1 where batch=17
--------------
Query OK, 130000 rows affected (4.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:38.345714076 after sql statement
2015-01-15 22:22:38.350527273 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=17
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:22:38.747614839 after sql statement
2015-01-15 22:22:38.926810076 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.76 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:42.710532043 after sql statement
2015-01-15 22:22:42.725493848 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=18
--------------
Query OK, 130000 rows affected (1.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:22:45.154279904 after sql statement
2015-01-15 22:22:45.163902544 before sql statment
--------------
update test211_13 set c2=c1 where batch=18
--------------
Query OK, 130000 rows affected (2.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:47.271397009 after sql statement
2015-01-15 22:22:47.278334898 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=18
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:22:47.497561005 after sql statement
2015-01-15 22:22:47.500026003 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222247_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:22:48 (56280) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222247_Job_62664.xml
2015-01-15 22:22:48 (56280) INFO : Job file loaded, run time for this step : 0.333104 seconds
2015-01-15 22:22:48 (56280) INFO : PreProcessing check starts
2015-01-15 22:22:48 (56280) INFO : PreProcessing check completed
2015-01-15 22:22:48 (56280) INFO : preProcess completed, run time for this step : 0.0357392 seconds
2015-01-15 22:22:48 (56280) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:48 (56280) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:22:48 (56280) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:48 (56280) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:22:49 (56280) INFO : Bulk load completed, total run time : 1.43902 seconds
2015-01-15 22:22:49.130613966 after import
2015-01-15 22:22:49.134368969 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=19
--------------
Query OK, 130000 rows affected (2.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:22:53.023913596 after sql statement
2015-01-15 22:22:53.030088069 before sql statment
--------------
update test211_13 set c2=c1 where batch=19
--------------
Query OK, 130000 rows affected (2.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:55.782634159 after sql statement
2015-01-15 22:22:55.792652352 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=19
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:22:56.157505321 after sql statement
2015-01-15 22:22:56.255447091 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.41 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:59.680108899 after sql statement
2015-01-15 22:22:59.691822868 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=20
--------------
Query OK, 130000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:23:02.897524175 after sql statement
2015-01-15 22:23:02.901730696 before sql statment
--------------
update test211_13 set c2=c1 where batch=20
--------------
Query OK, 130000 rows affected (3.95 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:06.852409547 after sql statement
2015-01-15 22:23:06.857060648 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=20
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:23:06.996513668 after sql statement
2015-01-15 22:23:06.998972546 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222307_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:23:07 (8239) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222307_Job_62664.xml
2015-01-15 22:23:07 (8239) INFO : Job file loaded, run time for this step : 0.437688 seconds
2015-01-15 22:23:07 (8239) INFO : PreProcessing check starts
2015-01-15 22:23:07 (8239) INFO : PreProcessing check completed
2015-01-15 22:23:07 (8239) INFO : preProcess completed, run time for this step : 0.0368662 seconds
2015-01-15 22:23:07 (8239) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:07 (8239) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:23:07 (8239) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:07 (8239) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:23:08 (8239) INFO : Bulk load completed, total run time : 1.56236 seconds
2015-01-15 22:23:08.737502468 after import
2015-01-15 22:23:08.741407710 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=21
--------------
Query OK, 130000 rows affected (4.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.51 sec)
Bye
2015-01-15 22:23:14.927571701 after sql statement
2015-01-15 22:23:14.935853775 before sql statment
--------------
update test211_13 set c2=c1 where batch=21
--------------
Query OK, 130000 rows affected (2.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:17.224669374 after sql statement
2015-01-15 22:23:17.229657886 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=21
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:23:17.580342719 after sql statement
2015-01-15 22:23:17.655430732 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.01 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:21.675779316 after sql statement
2015-01-15 22:23:21.681596441 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=22
--------------
Query OK, 130000 rows affected (2.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.40 sec)
Bye
2015-01-15 22:23:26.590910541 after sql statement
2015-01-15 22:23:26.594816594 before sql statment
--------------
update test211_13 set c2=c1 where batch=22
--------------
Query OK, 130000 rows affected (2.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:29.418232698 after sql statement
2015-01-15 22:23:29.442522815 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=22
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:23:29.830480380 after sql statement
2015-01-15 22:23:29.835217749 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222330_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:23:30 (26990) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222330_Job_62664.xml
2015-01-15 22:23:30 (26990) INFO : Job file loaded, run time for this step : 0.297989 seconds
2015-01-15 22:23:30 (26990) INFO : PreProcessing check starts
2015-01-15 22:23:30 (26990) INFO : PreProcessing check completed
2015-01-15 22:23:30 (26990) INFO : preProcess completed, run time for this step : 0.086293 seconds
2015-01-15 22:23:30 (26990) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:30 (26990) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:23:30 (26990) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:30 (26990) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:23:31 (26990) INFO : Bulk load completed, total run time : 1.41176 seconds
2015-01-15 22:23:31.431142713 after import
2015-01-15 22:23:31.438999546 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=23
--------------
Query OK, 130000 rows affected (1.69 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.97 sec)
Bye
2015-01-15 22:23:34.122541844 after sql statement
2015-01-15 22:23:34.128244882 before sql statment
--------------
update test211_13 set c2=c1 where batch=23
--------------
Query OK, 130000 rows affected (2.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:36.997554167 after sql statement
2015-01-15 22:23:37.002107843 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=23
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:23:37.381634272 after sql statement
2015-01-15 22:23:37.496309991 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.07 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:41.571707009 after sql statement
2015-01-15 22:23:41.574926635 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=24
--------------
Query OK, 130000 rows affected (3.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:23:45.567422419 after sql statement
2015-01-15 22:23:45.591450073 before sql statment
--------------
update test211_13 set c2=c1 where batch=24
--------------
Query OK, 130000 rows affected (2.84 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:48.455038712 after sql statement
2015-01-15 22:23:48.460435708 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=24
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:23:48.641971208 after sql statement
2015-01-15 22:23:48.644446098 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222349_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:23:49 (43122) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222349_Job_62664.xml
2015-01-15 22:23:49 (43122) INFO : Job file loaded, run time for this step : 0.324743 seconds
2015-01-15 22:23:49 (43122) INFO : PreProcessing check starts
2015-01-15 22:23:49 (43122) INFO : PreProcessing check completed
2015-01-15 22:23:49 (43122) INFO : preProcess completed, run time for this step : 0.052933 seconds
2015-01-15 22:23:49 (43122) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:49 (43122) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:49 (43122) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:23:49 (43122) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:23:50 (43122) INFO : Bulk load completed, total run time : 1.76385 seconds
2015-01-15 22:23:50.780026307 after import
2015-01-15 22:23:50.811530318 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=25
--------------
Query OK, 130000 rows affected (3.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.26 sec)
Bye
2015-01-15 22:23:55.483881322 after sql statement
2015-01-15 22:23:55.491285421 before sql statment
--------------
update test211_13 set c2=c1 where batch=25
--------------
Query OK, 130000 rows affected (2.68 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:58.191711585 after sql statement
2015-01-15 22:23:58.199876038 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=25
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:23:59.305745885 after sql statement
2015-01-15 22:23:59.405305872 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.79 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:03.207093877 after sql statement
2015-01-15 22:24:03.215497500 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=26
--------------
Query OK, 130000 rows affected (2.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.06 sec)
Bye
2015-01-15 22:24:07.221181999 after sql statement
2015-01-15 22:24:07.231654497 before sql statment
--------------
update test211_13 set c2=c1 where batch=26
--------------
Query OK, 130000 rows affected (4.35 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:11.591682736 after sql statement
2015-01-15 22:24:11.604097849 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=26
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:24:12.129546731 after sql statement
2015-01-15 22:24:12.139150085 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222413_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:24:13 (59924) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222413_Job_62664.xml
2015-01-15 22:24:13 (59924) INFO : Job file loaded, run time for this step : 0.324142 seconds
2015-01-15 22:24:13 (59924) INFO : PreProcessing check starts
2015-01-15 22:24:13 (59924) INFO : PreProcessing check completed
2015-01-15 22:24:13 (59924) INFO : preProcess completed, run time for this step : 0.0785341 seconds
2015-01-15 22:24:13 (59924) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:13 (59924) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:24:13 (59924) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:13 (59924) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:24:14 (59924) INFO : Bulk load completed, total run time : 1.43063 seconds
2015-01-15 22:24:14.680418256 after import
2015-01-15 22:24:14.686601279 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=27
--------------
Query OK, 130000 rows affected (2.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.39 sec)
Bye
2015-01-15 22:24:17.159944470 after sql statement
2015-01-15 22:24:17.169494747 before sql statment
--------------
update test211_13 set c2=c1 where batch=27
--------------
Query OK, 130000 rows affected (2.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:19.261759556 after sql statement
2015-01-15 22:24:19.266819032 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=27
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:24:19.412745115 after sql statement
2015-01-15 22:24:19.498469804 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.41 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:22.915720106 after sql statement
2015-01-15 22:24:22.920592558 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=28
--------------
Query OK, 130000 rows affected (4.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:24:28.078397782 after sql statement
2015-01-15 22:24:28.090403223 before sql statment
--------------
update test211_13 set c2=c1 where batch=28
--------------
Query OK, 130000 rows affected (2.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:30.708855040 after sql statement
2015-01-15 22:24:30.720260995 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=28
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:24:31.744086559 after sql statement
2015-01-15 22:24:31.749142189 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222432_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:24:32 (10270) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222432_Job_62664.xml
2015-01-15 22:24:32 (10270) INFO : Job file loaded, run time for this step : 0.295317 seconds
2015-01-15 22:24:32 (10270) INFO : PreProcessing check starts
2015-01-15 22:24:32 (10270) INFO : PreProcessing check completed
2015-01-15 22:24:32 (10270) INFO : preProcess completed, run time for this step : 0.0435998 seconds
2015-01-15 22:24:32 (10270) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:32 (10270) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:24:32 (10270) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:32 (10270) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:24:33 (10270) INFO : Bulk load completed, total run time : 1.35651 seconds
2015-01-15 22:24:33.302930640 after import
2015-01-15 22:24:33.328305637 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=29
--------------
Query OK, 130000 rows affected (2.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.34 sec)
Bye
2015-01-15 22:24:38.021618699 after sql statement
2015-01-15 22:24:38.028740235 before sql statment
--------------
update test211_13 set c2=c1 where batch=29
--------------
Query OK, 130000 rows affected (3.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:41.950483471 after sql statement
2015-01-15 22:24:41.954559492 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=29
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.11 sec)
Bye
2015-01-15 22:24:43.072666308 after sql statement
2015-01-15 22:24:43.175898205 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (5.11 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:48.293708135 after sql statement
2015-01-15 22:24:48.305539748 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=30
--------------
Query OK, 130000 rows affected (4.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.39 sec)
Bye
2015-01-15 22:24:54.945503008 after sql statement
2015-01-15 22:24:54.957063525 before sql statment
--------------
update test211_13 set c2=c1 where batch=30
--------------
Query OK, 130000 rows affected (4.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:59.347150694 after sql statement
2015-01-15 22:24:59.352641157 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=30
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:24:59.692235688 after sql statement
2015-01-15 22:24:59.694944455 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222500_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:25:00 (30465) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222500_Job_62664.xml
2015-01-15 22:25:00 (30465) INFO : Job file loaded, run time for this step : 0.413134 seconds
2015-01-15 22:25:00 (30465) INFO : PreProcessing check starts
2015-01-15 22:25:00 (30465) INFO : PreProcessing check completed
2015-01-15 22:25:00 (30465) INFO : preProcess completed, run time for this step : 0.0937669 seconds
2015-01-15 22:25:00 (30465) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:00 (30465) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:00 (30465) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:25:00 (30465) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:25:01 (30465) INFO : Bulk load completed, total run time : 1.53125 seconds
2015-01-15 22:25:01.425423990 after import
2015-01-15 22:25:01.434418641 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=31
--------------
Query OK, 130000 rows affected (3.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:25:06.043905221 after sql statement
2015-01-15 22:25:06.048734920 before sql statment
--------------
update test211_13 set c2=c1 where batch=31
--------------
Query OK, 130000 rows affected (5.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:11.432734295 after sql statement
2015-01-15 22:25:11.474532392 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=31
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:25:11.775548439 after sql statement
2015-01-15 22:25:11.840469913 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.39 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:15.240860770 after sql statement
2015-01-15 22:25:15.245071325 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=32
--------------
Query OK, 130000 rows affected (2.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.52 sec)
Bye
2015-01-15 22:25:18.358937962 after sql statement
2015-01-15 22:25:18.390321057 before sql statment
--------------
update test211_13 set c2=c1 where batch=32
--------------
Query OK, 130000 rows affected (2.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:21.373927902 after sql statement
2015-01-15 22:25:21.387140804 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=32
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:25:21.537449536 after sql statement
2015-01-15 22:25:21.539988675 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222522_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:25:22 (47674) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222522_Job_62664.xml
2015-01-15 22:25:22 (47674) INFO : Job file loaded, run time for this step : 0.361971 seconds
2015-01-15 22:25:22 (47674) INFO : PreProcessing check starts
2015-01-15 22:25:22 (47674) INFO : PreProcessing check completed
2015-01-15 22:25:22 (47674) INFO : preProcess completed, run time for this step : 0.031096 seconds
2015-01-15 22:25:22 (47674) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:22 (47674) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:22 (47674) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:25:22 (47674) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:25:23 (47674) INFO : Bulk load completed, total run time : 1.41756 seconds
2015-01-15 22:25:23.476477801 after import
2015-01-15 22:25:23.480584973 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=33
--------------
Query OK, 130000 rows affected (3.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:25:27.988736014 after sql statement
2015-01-15 22:25:27.997690156 before sql statment
--------------
update test211_13 set c2=c1 where batch=33
--------------
Query OK, 130000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:30.366158715 after sql statement
2015-01-15 22:25:30.369688280 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=33
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.25 sec)
Bye
2015-01-15 22:25:31.622693622 after sql statement
2015-01-15 22:25:31.772258833 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.69 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:36.472193328 after sql statement
2015-01-15 22:25:36.476744667 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=34
--------------
Query OK, 130000 rows affected (2.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.12 sec)
Bye
2015-01-15 22:25:40.977725305 after sql statement
2015-01-15 22:25:40.983988954 before sql statment
--------------
update test211_13 set c2=c1 where batch=34
--------------
Query OK, 130000 rows affected (2.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:43.437080899 after sql statement
2015-01-15 22:25:43.445803653 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=34
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:25:44.131315185 after sql statement
2015-01-15 22:25:44.133913834 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222544_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:25:44 (881) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222544_Job_62664.xml
2015-01-15 22:25:44 (881) INFO : Job file loaded, run time for this step : 0.337351 seconds
2015-01-15 22:25:44 (881) INFO : PreProcessing check starts
2015-01-15 22:25:44 (881) INFO : PreProcessing check completed
2015-01-15 22:25:44 (881) INFO : preProcess completed, run time for this step : 0.121841 seconds
2015-01-15 22:25:44 (881) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:44 (881) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:44 (881) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:25:45 (881) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:25:45 (881) INFO : Bulk load completed, total run time : 1.53391 seconds
2015-01-15 22:25:45.832045533 after import
2015-01-15 22:25:45.849054188 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=35
--------------
Query OK, 130000 rows affected (2.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:25:49.453965619 after sql statement
2015-01-15 22:25:49.464539663 before sql statment
--------------
update test211_13 set c2=c1 where batch=35
--------------
Query OK, 130000 rows affected (3.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:52.633769805 after sql statement
2015-01-15 22:25:52.639216097 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=35
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:25:52.869880805 after sql statement
2015-01-15 22:25:52.971980609 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.55 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:56.539464441 after sql statement
2015-01-15 22:25:56.551440008 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=36
--------------
Query OK, 130000 rows affected (3.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:26:00.550706705 after sql statement
2015-01-15 22:26:00.569366216 before sql statment
--------------
update test211_13 set c2=c1 where batch=36
--------------
Query OK, 130000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:03.272073276 after sql statement
2015-01-15 22:26:03.285037133 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=36
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:26:03.753938089 after sql statement
2015-01-15 22:26:03.756328040 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222604_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:26:04 (17554) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222604_Job_62664.xml
2015-01-15 22:26:04 (17554) INFO : Job file loaded, run time for this step : 0.380986 seconds
2015-01-15 22:26:04 (17554) INFO : PreProcessing check starts
2015-01-15 22:26:04 (17554) INFO : PreProcessing check completed
2015-01-15 22:26:04 (17554) INFO : preProcess completed, run time for this step : 0.0789049 seconds
2015-01-15 22:26:04 (17554) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:04 (17554) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:26:04 (17554) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:04 (17554) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:26:05 (17554) INFO : Bulk load completed, total run time : 1.4908 seconds
2015-01-15 22:26:05.388705359 after import
2015-01-15 22:26:05.400197387 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=37
--------------
Query OK, 130000 rows affected (3.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.85 sec)
Bye
2015-01-15 22:26:10.545985418 after sql statement
2015-01-15 22:26:10.553980882 before sql statment
--------------
update test211_13 set c2=c1 where batch=37
--------------
Query OK, 130000 rows affected (2.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:12.907019805 after sql statement
2015-01-15 22:26:12.913657261 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=37
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.99 sec)
Bye
2015-01-15 22:26:13.926272445 after sql statement
2015-01-15 22:26:14.073164994 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.69 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:17.800491271 after sql statement
2015-01-15 22:26:17.815771330 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=38
--------------
Query OK, 130000 rows affected (2.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:26:21.564747164 after sql statement
2015-01-15 22:26:21.571091601 before sql statment
--------------
update test211_13 set c2=c1 where batch=38
--------------
Query OK, 130000 rows affected (2.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:24.076176232 after sql statement
2015-01-15 22:26:24.085389109 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=38
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.22 sec)
Bye
2015-01-15 22:26:25.317651268 after sql statement
2015-01-15 22:26:25.320435338 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222625_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:26:25 (35411) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222625_Job_62664.xml
2015-01-15 22:26:25 (35411) INFO : Job file loaded, run time for this step : 0.385708 seconds
2015-01-15 22:26:25 (35411) INFO : PreProcessing check starts
2015-01-15 22:26:25 (35411) INFO : PreProcessing check completed
2015-01-15 22:26:25 (35411) INFO : preProcess completed, run time for this step : 0.0636749 seconds
2015-01-15 22:26:25 (35411) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:25 (35411) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:25 (35411) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:26:26 (35411) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:26:27 (35411) INFO : Bulk load completed, total run time : 1.80331 seconds
2015-01-15 22:26:27.324117233 after import
2015-01-15 22:26:27.328101666 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=39
--------------
Query OK, 130000 rows affected (4.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:26:33.290116078 after sql statement
2015-01-15 22:26:33.297234579 before sql statment
--------------
update test211_13 set c2=c1 where batch=39
--------------
Query OK, 130000 rows affected (2.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:35.347630044 after sql statement
2015-01-15 22:26:35.367758540 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=39
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:26:35.783085994 after sql statement
2015-01-15 22:26:35.884092899 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.53 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:40.425283772 after sql statement
2015-01-15 22:26:40.429762370 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=40
--------------
Query OK, 130000 rows affected (4.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.76 sec)
Bye
2015-01-15 22:26:48.916421644 after sql statement
2015-01-15 22:26:48.929893178 before sql statment
--------------
update test211_13 set c2=c1 where batch=40
--------------
Query OK, 130000 rows affected (2.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:51.227516169 after sql statement
2015-01-15 22:26:51.238258428 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=40
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.27 sec)
Bye
2015-01-15 22:26:52.539353747 after sql statement
2015-01-15 22:26:52.545029282 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222653_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:26:53 (54860) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222653_Job_62664.xml
2015-01-15 22:26:53 (54860) INFO : Job file loaded, run time for this step : 0.451735 seconds
2015-01-15 22:26:53 (54860) INFO : PreProcessing check starts
2015-01-15 22:26:53 (54860) INFO : PreProcessing check completed
2015-01-15 22:26:53 (54860) INFO : preProcess completed, run time for this step : 0.0415459 seconds
2015-01-15 22:26:53 (54860) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:53 (54860) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:53 (54860) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:26:53 (54860) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:26:54 (54860) INFO : Bulk load completed, total run time : 1.50969 seconds
2015-01-15 22:26:54.248234785 after import
2015-01-15 22:26:54.260472480 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=41
--------------
Query OK, 130000 rows affected (3.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.36 sec)
Bye
2015-01-15 22:26:59.492835494 after sql statement
2015-01-15 22:26:59.502353407 before sql statment
--------------
update test211_13 set c2=c1 where batch=41
--------------
Query OK, 130000 rows affected (2.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:02.069786013 after sql statement
2015-01-15 22:27:02.074645929 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=41
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.80 sec)
Bye
2015-01-15 22:27:03.877420816 after sql statement
2015-01-15 22:27:04.070947396 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.67 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:07.767907876 after sql statement
2015-01-15 22:27:07.778188793 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=42
--------------
Query OK, 130000 rows affected (3.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.58 sec)
Bye
2015-01-15 22:27:13.112382510 after sql statement
2015-01-15 22:27:13.123035994 before sql statment
--------------
update test211_13 set c2=c1 where batch=42
--------------
Query OK, 130000 rows affected (1.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:14.672786437 after sql statement
2015-01-15 22:27:14.676792230 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=42
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:27:15.222685031 after sql statement
2015-01-15 22:27:15.225235187 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222715_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:27:15 (7981) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222715_Job_62664.xml
2015-01-15 22:27:15 (7981) INFO : Job file loaded, run time for this step : 0.300487 seconds
2015-01-15 22:27:15 (7981) INFO : PreProcessing check starts
2015-01-15 22:27:15 (7981) INFO : PreProcessing check completed
2015-01-15 22:27:15 (7981) INFO : preProcess completed, run time for this step : 0.0547969 seconds
2015-01-15 22:27:15 (7981) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:15 (7981) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:27:15 (7981) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:15 (7981) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:27:16 (7981) INFO : Bulk load completed, total run time : 1.37592 seconds
2015-01-15 22:27:16.745199957 after import
2015-01-15 22:27:16.752753890 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=43
--------------
Query OK, 130000 rows affected (2.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:27:20.451482931 after sql statement
2015-01-15 22:27:20.456106348 before sql statment
--------------
update test211_13 set c2=c1 where batch=43
--------------
Query OK, 130000 rows affected (3.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:24.274531303 after sql statement
2015-01-15 22:27:24.343757181 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=43
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:27:24.804503544 after sql statement
2015-01-15 22:27:24.914198416 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (5.43 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:30.357006453 after sql statement
2015-01-15 22:27:30.361925481 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=44
--------------
Query OK, 130000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.85 sec)
Bye
2015-01-15 22:27:33.940243356 after sql statement
2015-01-15 22:27:33.945621120 before sql statment
--------------
update test211_13 set c2=c1 where batch=44
--------------
Query OK, 130000 rows affected (3.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:37.259444728 after sql statement
2015-01-15 22:27:37.263391332 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=44
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:27:37.540774142 after sql statement
2015-01-15 22:27:37.543239954 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222738_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:27:38 (25151) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222738_Job_62664.xml
2015-01-15 22:27:38 (25151) INFO : Job file loaded, run time for this step : 0.228558 seconds
2015-01-15 22:27:38 (25151) INFO : PreProcessing check starts
2015-01-15 22:27:39 (25151) INFO : PreProcessing check completed
2015-01-15 22:27:39 (25151) INFO : preProcess completed, run time for this step : 1.04317 seconds
2015-01-15 22:27:39 (25151) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:39 (25151) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:39 (25151) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:27:40 (25151) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:27:40 (25151) INFO : Bulk load completed, total run time : 2.36315 seconds
2015-01-15 22:27:40.532504822 after import
2015-01-15 22:27:40.542462305 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=45
--------------
Query OK, 130000 rows affected (4.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:27:45.976743569 after sql statement
2015-01-15 22:27:45.983344333 before sql statment
--------------
update test211_13 set c2=c1 where batch=45
--------------
Query OK, 130000 rows affected (5.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:51.435783581 after sql statement
2015-01-15 22:27:51.449466225 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=45
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:27:51.757827414 after sql statement
2015-01-15 22:27:51.865708734 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.47 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:55.350786977 after sql statement
2015-01-15 22:27:55.357021952 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=46
--------------
Query OK, 130000 rows affected (3.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:28:00.032811492 after sql statement
2015-01-15 22:28:00.044004352 before sql statment
--------------
update test211_13 set c2=c1 where batch=46
--------------
Query OK, 130000 rows affected (3.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:03.063516684 after sql statement
2015-01-15 22:28:03.071386405 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=46
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:28:03.443552785 after sql statement
2015-01-15 22:28:03.451019144 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222803_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:28:03 (43493) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222803_Job_62664.xml
2015-01-15 22:28:03 (43493) INFO : Job file loaded, run time for this step : 0.248867 seconds
2015-01-15 22:28:03 (43493) INFO : PreProcessing check starts
2015-01-15 22:28:04 (43493) INFO : PreProcessing check completed
2015-01-15 22:28:04 (43493) INFO : preProcess completed, run time for this step : 0.039643 seconds
2015-01-15 22:28:04 (43493) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:04 (43493) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:04 (43493) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:28:04 (43493) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:28:05 (43493) INFO : Bulk load completed, total run time : 1.88745 seconds
2015-01-15 22:28:05.618234420 after import
2015-01-15 22:28:05.630719836 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=47
--------------
Query OK, 130000 rows affected (3.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.04 sec)
Bye
2015-01-15 22:28:10.675738201 after sql statement
2015-01-15 22:28:10.682244303 before sql statment
--------------
update test211_13 set c2=c1 where batch=47
--------------
Query OK, 130000 rows affected (2.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:13.114140859 after sql statement
2015-01-15 22:28:13.139461960 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=47
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.43 sec)
Bye
2015-01-15 22:28:13.575522985 after sql statement
2015-01-15 22:28:13.700731992 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.54 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:17.236308583 after sql statement
2015-01-15 22:28:17.244524179 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=48
--------------
Query OK, 130000 rows affected (4.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.11 sec)
Bye
2015-01-15 22:28:23.211952111 after sql statement
2015-01-15 22:28:23.218017255 before sql statment
--------------
update test211_13 set c2=c1 where batch=48
--------------
Query OK, 130000 rows affected (1.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:24.535708196 after sql statement
2015-01-15 22:28:24.539528155 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=48
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:28:24.760717701 after sql statement
2015-01-15 22:28:24.774307252 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222825_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:28:25 (61257) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222825_Job_62664.xml
2015-01-15 22:28:25 (61257) INFO : Job file loaded, run time for this step : 0.519875 seconds
2015-01-15 22:28:25 (61257) INFO : PreProcessing check starts
2015-01-15 22:28:25 (61257) INFO : PreProcessing check completed
2015-01-15 22:28:25 (61257) INFO : preProcess completed, run time for this step : 0.054409 seconds
2015-01-15 22:28:25 (61257) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:25 (61257) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:28:25 (61257) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:25 (61257) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:28:26 (61257) INFO : Bulk load completed, total run time : 1.60442 seconds
2015-01-15 22:28:26.597885859 after import
2015-01-15 22:28:26.622544242 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=49
--------------
Query OK, 130000 rows affected (1.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:28:29.724467278 after sql statement
2015-01-15 22:28:29.728569386 before sql statment
--------------
update test211_13 set c2=c1 where batch=49
--------------
Query OK, 130000 rows affected (2.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:32.175355363 after sql statement
2015-01-15 22:28:32.179695123 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=49
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:28:32.562285234 after sql statement
2015-01-15 22:28:32.662140854 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.38 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:37.066059276 after sql statement
2015-01-15 22:28:37.072657942 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=50
--------------
Query OK, 130000 rows affected (2.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.58 sec)
Bye
2015-01-15 22:28:39.720675755 after sql statement
2015-01-15 22:28:39.724691417 before sql statment
--------------
update test211_13 set c2=c1 where batch=50
--------------
Query OK, 130000 rows affected (4.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:43.849809534 after sql statement
2015-01-15 22:28:43.865186493 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=50
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:28:44.400793362 after sql statement
2015-01-15 22:28:44.408283071 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222845_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:28:46 (12697) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222845_Job_62664.xml
2015-01-15 22:28:46 (12697) INFO : Job file loaded, run time for this step : 0.612818 seconds
2015-01-15 22:28:46 (12697) INFO : PreProcessing check starts
2015-01-15 22:28:46 (12697) INFO : PreProcessing check completed
2015-01-15 22:28:46 (12697) INFO : preProcess completed, run time for this step : 0.025399 seconds
2015-01-15 22:28:46 (12697) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:46 (12697) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:46 (12697) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:28:46 (12697) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:28:47 (12697) INFO : Bulk load completed, total run time : 1.67242 seconds
2015-01-15 22:28:47.079078143 after import
2015-01-15 22:28:47.088589349 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=51
--------------
Query OK, 130000 rows affected (2.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:28:49.989934814 after sql statement
2015-01-15 22:28:49.999031811 before sql statment
--------------
update test211_13 set c2=c1 where batch=51
--------------
Query OK, 130000 rows affected (1.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:51.222422211 after sql statement
2015-01-15 22:28:51.229936887 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=51
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.22 sec)
Bye
2015-01-15 22:28:52.458643611 after sql statement
2015-01-15 22:28:52.576899501 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.59 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:56.179054979 after sql statement
2015-01-15 22:28:56.186730488 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=52
--------------
Query OK, 130000 rows affected (2.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.42 sec)
Bye
2015-01-15 22:29:00.509665131 after sql statement
2015-01-15 22:29:00.516213945 before sql statment
--------------
update test211_13 set c2=c1 where batch=52
--------------
Query OK, 130000 rows affected (2.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:03.359807537 after sql statement
2015-01-15 22:29:03.367558147 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=52
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.91 sec)
Bye
2015-01-15 22:29:04.286483267 after sql statement
2015-01-15 22:29:04.289543654 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222904_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:29:05 (29014) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222904_Job_62664.xml
2015-01-15 22:29:05 (29014) INFO : Job file loaded, run time for this step : 0.682669 seconds
2015-01-15 22:29:05 (29014) INFO : PreProcessing check starts
2015-01-15 22:29:05 (29014) INFO : PreProcessing check completed
2015-01-15 22:29:05 (29014) INFO : preProcess completed, run time for this step : 0.038564 seconds
2015-01-15 22:29:05 (29014) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:05 (29014) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:29:05 (29014) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:05 (29014) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:29:06 (29014) INFO : Bulk load completed, total run time : 1.78411 seconds
2015-01-15 22:29:06.272601841 after import
2015-01-15 22:29:06.280431389 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=53
--------------
Query OK, 130000 rows affected (5.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.75 sec)
Bye
2015-01-15 22:29:13.125673008 after sql statement
2015-01-15 22:29:13.131716175 before sql statment
--------------
update test211_13 set c2=c1 where batch=53
--------------
Query OK, 130000 rows affected (1.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:14.499906085 after sql statement
2015-01-15 22:29:14.508787653 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=53
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.00 sec)
Bye
2015-01-15 22:29:15.525745281 after sql statement
2015-01-15 22:29:15.637155794 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.85 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:20.506823183 after sql statement
2015-01-15 22:29:20.513611610 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=54
--------------
Query OK, 130000 rows affected (5.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.05 sec)
Bye
2015-01-15 22:29:28.339830567 after sql statement
2015-01-15 22:29:28.346214711 before sql statment
--------------
update test211_13 set c2=c1 where batch=54
--------------
Query OK, 130000 rows affected (2.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:30.694845773 after sql statement
2015-01-15 22:29:30.698353706 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=54
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:29:31.481636377 after sql statement
2015-01-15 22:29:31.484361435 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222931_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:29:31 (49132) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222931_Job_62664.xml
2015-01-15 22:29:31 (49132) INFO : Job file loaded, run time for this step : 0.35334 seconds
2015-01-15 22:29:31 (49132) INFO : PreProcessing check starts
2015-01-15 22:29:32 (49132) INFO : PreProcessing check completed
2015-01-15 22:29:32 (49132) INFO : preProcess completed, run time for this step : 0.050436 seconds
2015-01-15 22:29:32 (49132) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:32 (49132) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:29:32 (49132) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:32 (49132) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:29:33 (49132) INFO : Bulk load completed, total run time : 1.43537 seconds
2015-01-15 22:29:33.087628412 after import
2015-01-15 22:29:33.101975393 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=55
--------------
Query OK, 130000 rows affected (3.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.73 sec)
Bye
2015-01-15 22:29:38.147406863 after sql statement
2015-01-15 22:29:38.152469172 before sql statment
--------------
update test211_13 set c2=c1 where batch=55
--------------
Query OK, 130000 rows affected (2.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:41.000291124 after sql statement
2015-01-15 22:29:41.011577884 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=55
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:29:41.853968521 after sql statement
2015-01-15 22:29:41.967600532 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.89 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:46.886615314 after sql statement
2015-01-15 22:29:46.894300524 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=56
--------------
Query OK, 130000 rows affected (1.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:29:49.816490074 after sql statement
2015-01-15 22:29:49.822693320 before sql statment
--------------
update test211_13 set c2=c1 where batch=56
--------------
Query OK, 130000 rows affected (3.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:53.435071166 after sql statement
2015-01-15 22:29:53.446517782 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=56
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.85 sec)
Bye
2015-01-15 22:29:54.303196690 after sql statement
2015-01-15 22:29:54.306896240 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222954_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:29:54 (3438) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T222954_Job_62664.xml
2015-01-15 22:29:54 (3438) INFO : Job file loaded, run time for this step : 0.297398 seconds
2015-01-15 22:29:54 (3438) INFO : PreProcessing check starts
2015-01-15 22:29:54 (3438) INFO : PreProcessing check completed
2015-01-15 22:29:54 (3438) INFO : preProcess completed, run time for this step : 0.036787 seconds
2015-01-15 22:29:54 (3438) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:54 (3438) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:29:54 (3438) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:54 (3438) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:29:55 (3438) INFO : Bulk load completed, total run time : 1.36153 seconds
2015-01-15 22:29:55.829544013 after import
2015-01-15 22:29:55.859327602 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.02 sec)
--------------
delete from test211_13 where batch=57
--------------
Query OK, 130000 rows affected (3.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.86 sec)
Bye
2015-01-15 22:30:00.368432735 after sql statement
2015-01-15 22:30:00.384577900 before sql statment
--------------
update test211_13 set c2=c1 where batch=57
--------------
Query OK, 130000 rows affected (2.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:02.745191946 after sql statement
2015-01-15 22:30:02.757524099 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=57
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:30:03.477275592 after sql statement
2015-01-15 22:30:03.580819930 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.57 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:08.215485581 after sql statement
2015-01-15 22:30:08.225264235 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=58
--------------
Query OK, 130000 rows affected (4.26 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.77 sec)
Bye
2015-01-15 22:30:13.271669437 after sql statement
2015-01-15 22:30:13.282320372 before sql statment
--------------
update test211_13 set c2=c1 where batch=58
--------------
Query OK, 130000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:15.984331957 after sql statement
2015-01-15 22:30:15.989895127 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=58
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:30:16.305706420 after sql statement
2015-01-15 22:30:16.309989365 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223016_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:30:16 (18969) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223016_Job_62664.xml
2015-01-15 22:30:16 (18969) INFO : Job file loaded, run time for this step : 0.312935 seconds
2015-01-15 22:30:16 (18969) INFO : PreProcessing check starts
2015-01-15 22:30:16 (18969) INFO : PreProcessing check completed
2015-01-15 22:30:16 (18969) INFO : preProcess completed, run time for this step : 0.0700889 seconds
2015-01-15 22:30:16 (18969) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:16 (18969) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:30:16 (18969) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:17 (18969) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:30:17 (18969) INFO : Bulk load completed, total run time : 1.40322 seconds
2015-01-15 22:30:17.930849421 after import
2015-01-15 22:30:17.948256591 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=59
--------------
Query OK, 130000 rows affected (4.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:30:22.661882552 after sql statement
2015-01-15 22:30:22.670173511 before sql statment
--------------
update test211_13 set c2=c1 where batch=59
--------------
Query OK, 130000 rows affected (2.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:25.449641550 after sql statement
2015-01-15 22:30:25.472780355 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=59
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:30:26.451877882 after sql statement
2015-01-15 22:30:26.593187189 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.70 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:30.296205972 after sql statement
2015-01-15 22:30:30.299493617 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=60
--------------
Query OK, 130000 rows affected (2.81 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.14 sec)
Bye
2015-01-15 22:30:35.255810794 after sql statement
2015-01-15 22:30:35.272313041 before sql statment
--------------
update test211_13 set c2=c1 where batch=60
--------------
Query OK, 130000 rows affected (5.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:40.744573044 after sql statement
2015-01-15 22:30:40.778835070 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=60
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:30:41.074937314 after sql statement
2015-01-15 22:30:41.078604274 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223041_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:30:41 (38027) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223041_Job_62664.xml
2015-01-15 22:30:41 (38027) INFO : Job file loaded, run time for this step : 0.382651 seconds
2015-01-15 22:30:41 (38027) INFO : PreProcessing check starts
2015-01-15 22:30:41 (38027) INFO : PreProcessing check completed
2015-01-15 22:30:41 (38027) INFO : preProcess completed, run time for this step : 0.0989101 seconds
2015-01-15 22:30:41 (38027) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:41 (38027) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:41 (38027) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:30:42 (38027) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:30:42 (38027) INFO : Bulk load completed, total run time : 1.50638 seconds
2015-01-15 22:30:42.850466594 after import
2015-01-15 22:30:42.873477830 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=61
--------------
Query OK, 130000 rows affected (4.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.34 sec)
Bye
2015-01-15 22:30:48.844031575 after sql statement
2015-01-15 22:30:48.852654237 before sql statment
--------------
update test211_13 set c2=c1 where batch=61
--------------
Query OK, 130000 rows affected (3.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:52.411483385 after sql statement
2015-01-15 22:30:52.416316647 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=61
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.47 sec)
Bye
2015-01-15 22:30:53.899232103 after sql statement
2015-01-15 22:30:54.046909326 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.45 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:58.519005305 after sql statement
2015-01-15 22:30:58.556946892 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=62
--------------
Query OK, 130000 rows affected (5.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.29 sec)
Bye
2015-01-15 22:31:06.748069687 after sql statement
2015-01-15 22:31:06.762745472 before sql statment
--------------
update test211_13 set c2=c1 where batch=62
--------------
Query OK, 130000 rows affected (1.98 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:08.756755085 after sql statement
2015-01-15 22:31:08.761271566 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=62
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:31:09.358875625 after sql statement
2015-01-15 22:31:09.367440168 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223109_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:31:09 (59912) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223109_Job_62664.xml
2015-01-15 22:31:09 (59912) INFO : Job file loaded, run time for this step : 0.259865 seconds
2015-01-15 22:31:09 (59912) INFO : PreProcessing check starts
2015-01-15 22:31:09 (59912) INFO : PreProcessing check completed
2015-01-15 22:31:09 (59912) INFO : preProcess completed, run time for this step : 0.071208 seconds
2015-01-15 22:31:09 (59912) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:09 (59912) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:31:09 (59912) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:10 (59912) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:31:10 (59912) INFO : Bulk load completed, total run time : 1.34821 seconds
2015-01-15 22:31:10.928467624 after import
2015-01-15 22:31:10.936349204 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=63
--------------
Query OK, 130000 rows affected (2.41 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:31:14.100476318 after sql statement
2015-01-15 22:31:14.105087956 before sql statment
--------------
update test211_13 set c2=c1 where batch=63
--------------
Query OK, 130000 rows affected (3.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:18.021580206 after sql statement
2015-01-15 22:31:18.026065585 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=63
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:31:18.750330314 after sql statement
2015-01-15 22:31:18.933303106 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.61 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:23.560329531 after sql statement
2015-01-15 22:31:23.569722590 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=64
--------------
Query OK, 130000 rows affected (4.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.78 sec)
Bye
2015-01-15 22:31:30.240383449 after sql statement
2015-01-15 22:31:30.255584921 before sql statment
--------------
update test211_13 set c2=c1 where batch=64
--------------
Query OK, 130000 rows affected (3.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:33.439811234 after sql statement
2015-01-15 22:31:33.451079011 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=64
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.39 sec)
Bye
2015-01-15 22:31:34.855407369 after sql statement
2015-01-15 22:31:34.858141982 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223135_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:31:35 (14142) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223135_Job_62664.xml
2015-01-15 22:31:35 (14142) INFO : Job file loaded, run time for this step : 0.579418 seconds
2015-01-15 22:31:35 (14142) INFO : PreProcessing check starts
2015-01-15 22:31:35 (14142) INFO : PreProcessing check completed
2015-01-15 22:31:35 (14142) INFO : preProcess completed, run time for this step : 0.022419 seconds
2015-01-15 22:31:35 (14142) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:35 (14142) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:31:35 (14142) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:35 (14142) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:31:36 (14142) INFO : Bulk load completed, total run time : 1.64091 seconds
2015-01-15 22:31:36.704799700 after import
2015-01-15 22:31:36.794056987 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=65
--------------
Query OK, 130000 rows affected (4.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:31:42.177987519 after sql statement
2015-01-15 22:31:42.184541722 before sql statment
--------------
update test211_13 set c2=c1 where batch=65
--------------
Query OK, 130000 rows affected (3.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:45.994492538 after sql statement
2015-01-15 22:31:45.999131001 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=65
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:31:47.023362451 after sql statement
2015-01-15 22:31:47.113991066 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.84 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:50.965490245 after sql statement
2015-01-15 22:31:51.005025167 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=66
--------------
Query OK, 130000 rows affected (3.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:31:55.715383738 after sql statement
2015-01-15 22:31:55.726032364 before sql statment
--------------
update test211_13 set c2=c1 where batch=66
--------------
Query OK, 130000 rows affected (4.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:00.274449669 after sql statement
2015-01-15 22:32:00.312539931 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=66
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.66 sec)
Bye
2015-01-15 22:32:00.985544511 after sql statement
2015-01-15 22:32:00.987849579 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223201_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:32:01 (33027) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223201_Job_62664.xml
2015-01-15 22:32:01 (33027) INFO : Job file loaded, run time for this step : 0.320534 seconds
2015-01-15 22:32:01 (33027) INFO : PreProcessing check starts
2015-01-15 22:32:01 (33027) INFO : PreProcessing check completed
2015-01-15 22:32:01 (33027) INFO : preProcess completed, run time for this step : 0.04668 seconds
2015-01-15 22:32:01 (33027) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:01 (33027) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:32:01 (33027) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:01 (33027) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:32:02 (33027) INFO : Bulk load completed, total run time : 1.74144 seconds
2015-01-15 22:32:02.989641641 after import
2015-01-15 22:32:02.995570338 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=67
--------------
Query OK, 130000 rows affected (4.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:32:08.437708418 after sql statement
2015-01-15 22:32:08.442489666 before sql statment
--------------
update test211_13 set c2=c1 where batch=67
--------------
Query OK, 130000 rows affected (3.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:12.049452915 after sql statement
2015-01-15 22:32:12.054822859 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=67
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:32:12.419583632 after sql statement
2015-01-15 22:32:12.589941124 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.13 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:16.730562248 after sql statement
2015-01-15 22:32:16.738102376 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=68
--------------
Query OK, 130000 rows affected (3.09 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.60 sec)
Bye
2015-01-15 22:32:20.449158542 after sql statement
2015-01-15 22:32:20.453548700 before sql statment
--------------
update test211_13 set c2=c1 where batch=68
--------------
Query OK, 130000 rows affected (3.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:24.106466405 after sql statement
2015-01-15 22:32:24.111364654 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=68
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:32:24.307619218 after sql statement
2015-01-15 22:32:24.310473647 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223224_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:32:24 (50493) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223224_Job_62664.xml
2015-01-15 22:32:24 (50493) INFO : Job file loaded, run time for this step : 0.434908 seconds
2015-01-15 22:32:24 (50493) INFO : PreProcessing check starts
2015-01-15 22:32:24 (50493) INFO : PreProcessing check completed
2015-01-15 22:32:24 (50493) INFO : preProcess completed, run time for this step : 0.094676 seconds
2015-01-15 22:32:24 (50493) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:24 (50493) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:32:24 (50493) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:25 (50493) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:32:26 (50493) INFO : Bulk load completed, total run time : 1.57959 seconds
2015-01-15 22:32:26.038705592 after import
2015-01-15 22:32:26.057071558 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=69
--------------
Query OK, 130000 rows affected (3.87 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.12 sec)
Bye
2015-01-15 22:32:31.076248893 after sql statement
2015-01-15 22:32:31.083436949 before sql statment
--------------
update test211_13 set c2=c1 where batch=69
--------------
Query OK, 130000 rows affected (3.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:34.267651689 after sql statement
2015-01-15 22:32:34.275168235 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=69
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:32:34.727475101 after sql statement
2015-01-15 22:32:34.808163824 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.62 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:38.441341548 after sql statement
2015-01-15 22:32:38.447775640 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=70
--------------
Query OK, 130000 rows affected (2.30 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.48 sec)
Bye
2015-01-15 22:32:43.267603420 after sql statement
2015-01-15 22:32:43.276794794 before sql statment
--------------
update test211_13 set c2=c1 where batch=70
--------------
Query OK, 130000 rows affected (3.29 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:46.586420571 after sql statement
2015-01-15 22:32:46.593863831 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=70
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:32:47.102009884 after sql statement
2015-01-15 22:32:47.106896538 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223247_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:32:47 (1881) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223247_Job_62664.xml
2015-01-15 22:32:47 (1881) INFO : Job file loaded, run time for this step : 0.329704 seconds
2015-01-15 22:32:47 (1881) INFO : PreProcessing check starts
2015-01-15 22:32:47 (1881) INFO : PreProcessing check completed
2015-01-15 22:32:47 (1881) INFO : preProcess completed, run time for this step : 0.0506759 seconds
2015-01-15 22:32:47 (1881) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:47 (1881) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:32:47 (1881) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:47 (1881) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:32:48 (1881) INFO : Bulk load completed, total run time : 1.45043 seconds
2015-01-15 22:32:48.721417210 after import
2015-01-15 22:32:48.828671046 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=71
--------------
Query OK, 130000 rows affected (4.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.82 sec)
Bye
2015-01-15 22:32:55.352109607 after sql statement
2015-01-15 22:32:55.372626461 before sql statment
--------------
update test211_13 set c2=c1 where batch=71
--------------
Query OK, 130000 rows affected (3.84 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:59.224324148 after sql statement
2015-01-15 22:32:59.233902164 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=71
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:32:59.842527606 after sql statement
2015-01-15 22:32:59.958623093 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.03 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:03.990864822 after sql statement
2015-01-15 22:33:03.995956069 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=72
--------------
Query OK, 130000 rows affected (3.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.30 sec)
Bye
2015-01-15 22:33:08.754323582 after sql statement
2015-01-15 22:33:08.758812626 before sql statment
--------------
update test211_13 set c2=c1 where batch=72
--------------
Query OK, 130000 rows affected (3.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:12.149106146 after sql statement
2015-01-15 22:33:12.154213424 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=72
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.43 sec)
Bye
2015-01-15 22:33:12.588315872 after sql statement
2015-01-15 22:33:12.590274568 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223313_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:33:13 (22067) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223313_Job_62664.xml
2015-01-15 22:33:13 (22067) INFO : Job file loaded, run time for this step : 0.347588 seconds
2015-01-15 22:33:13 (22067) INFO : PreProcessing check starts
2015-01-15 22:33:13 (22067) INFO : PreProcessing check completed
2015-01-15 22:33:13 (22067) INFO : preProcess completed, run time for this step : 0.034441 seconds
2015-01-15 22:33:13 (22067) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:13 (22067) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:33:13 (22067) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:13 (22067) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:33:14 (22067) INFO : Bulk load completed, total run time : 1.43234 seconds
2015-01-15 22:33:14.181632750 after import
2015-01-15 22:33:14.215270090 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=73
--------------
Query OK, 130000 rows affected (3.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.33 sec)
Bye
2015-01-15 22:33:20.169188617 after sql statement
2015-01-15 22:33:20.173417804 before sql statment
--------------
update test211_13 set c2=c1 where batch=73
--------------
Query OK, 130000 rows affected (2.98 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:23.167745423 after sql statement
2015-01-15 22:33:23.180337653 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=73
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.85 sec)
Bye
2015-01-15 22:33:24.044903274 after sql statement
2015-01-15 22:33:24.176215391 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.75 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:27.942947536 after sql statement
2015-01-15 22:33:27.946874439 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=74
--------------
Query OK, 130000 rows affected (3.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.34 sec)
Bye
2015-01-15 22:33:34.552342119 after sql statement
2015-01-15 22:33:34.668651881 before sql statment
--------------
update test211_13 set c2=c1 where batch=74
--------------
Query OK, 130000 rows affected (5.29 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:39.981842720 after sql statement
2015-01-15 22:33:39.985823437 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=74
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:33:40.689020463 after sql statement
2015-01-15 22:33:40.696390692 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223341_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:33:41 (41528) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223341_Job_62664.xml
2015-01-15 22:33:41 (41528) INFO : Job file loaded, run time for this step : 0.278551 seconds
2015-01-15 22:33:41 (41528) INFO : PreProcessing check starts
2015-01-15 22:33:41 (41528) INFO : PreProcessing check completed
2015-01-15 22:33:41 (41528) INFO : preProcess completed, run time for this step : 0.0582869 seconds
2015-01-15 22:33:41 (41528) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:41 (41528) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:33:41 (41528) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:41 (41528) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:33:42 (41528) INFO : Bulk load completed, total run time : 1.3558 seconds
2015-01-15 22:33:42.258399125 after import
2015-01-15 22:33:42.270138459 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=75
--------------
Query OK, 130000 rows affected (6.57 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:33:49.997737439 after sql statement
2015-01-15 22:33:50.040404970 before sql statment
--------------
update test211_13 set c2=c1 where batch=75
--------------
Query OK, 130000 rows affected (3.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:53.091310877 after sql statement
2015-01-15 22:33:53.107954344 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=75
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.25 sec)
Bye
2015-01-15 22:33:54.371952581 after sql statement
2015-01-15 22:33:54.469797801 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.55 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:58.037525285 after sql statement
2015-01-15 22:33:58.042356078 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=76
--------------
Query OK, 130000 rows affected (3.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.37 sec)
Bye
2015-01-15 22:34:02.797804298 after sql statement
2015-01-15 22:34:02.810730146 before sql statment
--------------
update test211_13 set c2=c1 where batch=76
--------------
Query OK, 130000 rows affected (5.25 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:08.083619031 after sql statement
2015-01-15 22:34:08.092042825 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=76
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.97 sec)
Bye
2015-01-15 22:34:10.071468704 after sql statement
2015-01-15 22:34:10.075008061 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223410_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:34:10 (59217) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223410_Job_62664.xml
2015-01-15 22:34:10 (59217) INFO : Job file loaded, run time for this step : 0.490403 seconds
2015-01-15 22:34:10 (59217) INFO : PreProcessing check starts
2015-01-15 22:34:10 (59217) INFO : PreProcessing check completed
2015-01-15 22:34:10 (59217) INFO : preProcess completed, run time for this step : 0.0678208 seconds
2015-01-15 22:34:10 (59217) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:10 (59217) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:34:10 (59217) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:11 (59217) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:34:11 (59217) INFO : Bulk load completed, total run time : 1.61144 seconds
2015-01-15 22:34:11.897694057 after import
2015-01-15 22:34:11.907104374 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=77
--------------
Query OK, 130000 rows affected (8.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.75 sec)
Bye
2015-01-15 22:34:21.718055412 after sql statement
2015-01-15 22:34:21.727583697 before sql statment
--------------
update test211_13 set c2=c1 where batch=77
--------------
Query OK, 130000 rows affected (5.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:27.429378768 after sql statement
2015-01-15 22:34:27.441456918 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=77
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.30 sec)
Bye
2015-01-15 22:34:28.760583362 after sql statement
2015-01-15 22:34:28.855892346 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.81 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:32.677086393 after sql statement
2015-01-15 22:34:32.685050693 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=78
--------------
Query OK, 130000 rows affected (5.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.25 sec)
Bye
2015-01-15 22:34:40.498300273 after sql statement
2015-01-15 22:34:40.523306454 before sql statment
--------------
update test211_13 set c2=c1 where batch=78
--------------
Query OK, 130000 rows affected (6.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:46.637700167 after sql statement
2015-01-15 22:34:46.644637262 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=78
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:34:46.950177464 after sql statement
2015-01-15 22:34:46.975679619 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223447_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:34:47 (14278) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223447_Job_62664.xml
2015-01-15 22:34:47 (14278) INFO : Job file loaded, run time for this step : 0.316823 seconds
2015-01-15 22:34:47 (14278) INFO : PreProcessing check starts
2015-01-15 22:34:47 (14278) INFO : PreProcessing check completed
2015-01-15 22:34:47 (14278) INFO : preProcess completed, run time for this step : 0.0498929 seconds
2015-01-15 22:34:47 (14278) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:47 (14278) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:34:47 (14278) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:47 (14278) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:34:48 (14278) INFO : Bulk load completed, total run time : 1.39325 seconds
2015-01-15 22:34:48.521276794 after import
2015-01-15 22:34:48.532721483 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=79
--------------
Query OK, 130000 rows affected (6.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:34:56.148534349 after sql statement
2015-01-15 22:34:56.171114034 before sql statment
--------------
update test211_13 set c2=c1 where batch=79
--------------
Query OK, 130000 rows affected (5.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:01.894546877 after sql statement
2015-01-15 22:35:01.924176961 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=79
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.79 sec)
Bye
2015-01-15 22:35:03.767744403 after sql statement
2015-01-15 22:35:03.866892486 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.71 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:08.587552395 after sql statement
2015-01-15 22:35:08.617845405 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=80
--------------
Query OK, 130000 rows affected (8.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.20 sec)
Bye
2015-01-15 22:35:20.392086044 after sql statement
2015-01-15 22:35:20.396051462 before sql statment
--------------
update test211_13 set c2=c1 where batch=80
--------------
Query OK, 130000 rows affected (3.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:24.364345578 after sql statement
2015-01-15 22:35:24.404137638 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=80
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:35:24.685864010 after sql statement
2015-01-15 22:35:24.690720746 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223525_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:35:25 (33824) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223525_Job_62664.xml
2015-01-15 22:35:25 (33824) INFO : Job file loaded, run time for this step : 0.328927 seconds
2015-01-15 22:35:25 (33824) INFO : PreProcessing check starts
2015-01-15 22:35:25 (33824) INFO : PreProcessing check completed
2015-01-15 22:35:25 (33824) INFO : preProcess completed, run time for this step : 0.0484331 seconds
2015-01-15 22:35:25 (33824) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:25 (33824) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:35:25 (33824) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:25 (33824) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:35:26 (33824) INFO : Bulk load completed, total run time : 1.41461 seconds
2015-01-15 22:35:26.270508504 after import
2015-01-15 22:35:26.293777469 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=81
--------------
Query OK, 130000 rows affected (6.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.50 sec)
Bye
2015-01-15 22:35:32.797958357 after sql statement
2015-01-15 22:35:32.805001152 before sql statment
--------------
update test211_13 set c2=c1 where batch=81
--------------
Query OK, 130000 rows affected (4.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:37.451882712 after sql statement
2015-01-15 22:35:37.498979813 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=81
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:35:37.909250485 after sql statement
2015-01-15 22:35:38.003491118 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.42 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:41.431091759 after sql statement
2015-01-15 22:35:41.435682088 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=82
--------------
Query OK, 130000 rows affected (6.65 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:35:49.144580091 after sql statement
2015-01-15 22:35:49.153726222 before sql statment
--------------
update test211_13 set c2=c1 where batch=82
--------------
Query OK, 130000 rows affected (3.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:52.602730254 after sql statement
2015-01-15 22:35:52.612408906 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=82
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.48 sec)
Bye
2015-01-15 22:35:53.108116087 after sql statement
2015-01-15 22:35:53.126808312 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223553_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:35:53 (51090) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223553_Job_62664.xml
2015-01-15 22:35:53 (51090) INFO : Job file loaded, run time for this step : 0.218735 seconds
2015-01-15 22:35:53 (51090) INFO : PreProcessing check starts
2015-01-15 22:35:53 (51090) INFO : PreProcessing check completed
2015-01-15 22:35:53 (51090) INFO : preProcess completed, run time for this step : 0.100826 seconds
2015-01-15 22:35:53 (51090) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:53 (51090) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:35:53 (51090) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:53 (51090) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:35:54 (51090) INFO : Bulk load completed, total run time : 1.36586 seconds
2015-01-15 22:35:54.658758800 after import
2015-01-15 22:35:54.662981046 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=83
--------------
Query OK, 130000 rows affected (6.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.37 sec)
Bye
2015-01-15 22:36:02.095523525 after sql statement
2015-01-15 22:36:02.102938655 before sql statment
--------------
update test211_13 set c2=c1 where batch=83
--------------
Query OK, 130000 rows affected (3.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:05.712785078 after sql statement
2015-01-15 22:36:05.740528692 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=83
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:36:06.098461423 after sql statement
2015-01-15 22:36:06.196356919 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.47 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:09.676530610 after sql statement
2015-01-15 22:36:09.682882951 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=84
--------------
Query OK, 130000 rows affected (3.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:36:14.426682224 after sql statement
2015-01-15 22:36:14.441213066 before sql statment
--------------
update test211_13 set c2=c1 where batch=84
--------------
Query OK, 130000 rows affected (3.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:18.219787320 after sql statement
2015-01-15 22:36:18.239623080 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=84
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.04 sec)
Bye
2015-01-15 22:36:19.282262416 after sql statement
2015-01-15 22:36:19.286271399 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223619_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:36:19 (5384) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223619_Job_62664.xml
2015-01-15 22:36:19 (5384) INFO : Job file loaded, run time for this step : 0.438681 seconds
2015-01-15 22:36:19 (5384) INFO : PreProcessing check starts
2015-01-15 22:36:19 (5384) INFO : PreProcessing check completed
2015-01-15 22:36:19 (5384) INFO : preProcess completed, run time for this step : 0.038779 seconds
2015-01-15 22:36:19 (5384) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:19 (5384) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:36:19 (5384) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:20 (5384) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:36:20 (5384) INFO : Bulk load completed, total run time : 1.49335 seconds
2015-01-15 22:36:20.956470829 after import
2015-01-15 22:36:20.964160115 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=85
--------------
Query OK, 130000 rows affected (5.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:36:26.880311926 after sql statement
2015-01-15 22:36:26.890737547 before sql statment
--------------
update test211_13 set c2=c1 where batch=85
--------------
Query OK, 130000 rows affected (4.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:31.031037942 after sql statement
2015-01-15 22:36:31.036306835 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=85
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:36:31.386570230 after sql statement
2015-01-15 22:36:31.496696254 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (6.37 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:37.878228276 after sql statement
2015-01-15 22:36:37.887145391 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=86
--------------
Query OK, 130000 rows affected (4.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:36:43.692826516 after sql statement
2015-01-15 22:36:43.711101368 before sql statment
--------------
update test211_13 set c2=c1 where batch=86
--------------
Query OK, 130000 rows affected (2.57 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:46.299448052 after sql statement
2015-01-15 22:36:46.306194082 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=86
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.90 sec)
Bye
2015-01-15 22:36:47.227775882 after sql statement
2015-01-15 22:36:47.231186795 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223647_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:36:47 (25505) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223647_Job_62664.xml
2015-01-15 22:36:47 (25505) INFO : Job file loaded, run time for this step : 0.350386 seconds
2015-01-15 22:36:47 (25505) INFO : PreProcessing check starts
2015-01-15 22:36:47 (25505) INFO : PreProcessing check completed
2015-01-15 22:36:47 (25505) INFO : preProcess completed, run time for this step : 0.0856709 seconds
2015-01-15 22:36:47 (25505) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:47 (25505) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:47 (25505) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:36:48 (25505) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:36:48 (25505) INFO : Bulk load completed, total run time : 1.46403 seconds
2015-01-15 22:36:48.890720659 after import
2015-01-15 22:36:48.902765520 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=87
--------------
Query OK, 130000 rows affected (2.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.40 sec)
Bye
2015-01-15 22:36:53.065131598 after sql statement
2015-01-15 22:36:53.070347383 before sql statment
--------------
update test211_13 set c2=c1 where batch=87
--------------
Query OK, 130000 rows affected (4.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:57.560500797 after sql statement
2015-01-15 22:36:57.582787285 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=87
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.00 sec)
Bye
2015-01-15 22:36:58.604351673 after sql statement
2015-01-15 22:36:58.737652622 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.91 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:02.665995089 after sql statement
2015-01-15 22:37:02.673128702 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=88
--------------
Query OK, 130000 rows affected (4.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:37:08.533305133 after sql statement
2015-01-15 22:37:08.540876565 before sql statment
--------------
update test211_13 set c2=c1 where batch=88
--------------
Query OK, 130000 rows affected (3.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:11.592536730 after sql statement
2015-01-15 22:37:11.612790280 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=88
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.14 sec)
Bye
2015-01-15 22:37:12.759889755 after sql statement
2015-01-15 22:37:12.767736841 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223713_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:37:13 (44571) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223713_Job_62664.xml
2015-01-15 22:37:13 (44571) INFO : Job file loaded, run time for this step : 0.322729 seconds
2015-01-15 22:37:13 (44571) INFO : PreProcessing check starts
2015-01-15 22:37:13 (44571) INFO : PreProcessing check completed
2015-01-15 22:37:13 (44571) INFO : preProcess completed, run time for this step : 0.027631 seconds
2015-01-15 22:37:13 (44571) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:13 (44571) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:13 (44571) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:37:13 (44571) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:37:15 (44571) INFO : Bulk load completed, total run time : 2.51636 seconds
2015-01-15 22:37:15.525492371 after import
2015-01-15 22:37:16.190151328 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=89
--------------
Query OK, 130000 rows affected (3.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:37:20.330499691 after sql statement
2015-01-15 22:37:20.342134060 before sql statment
--------------
update test211_13 set c2=c1 where batch=89
--------------
Query OK, 130000 rows affected (3.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:23.846631244 after sql statement
2015-01-15 22:37:23.856916550 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=89
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.21 sec)
Bye
2015-01-15 22:37:25.087488463 after sql statement
2015-01-15 22:37:25.343008118 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.63 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:28.997867553 after sql statement
2015-01-15 22:37:29.010801955 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=90
--------------
Query OK, 130000 rows affected (3.45 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:37:33.492133575 after sql statement
2015-01-15 22:37:33.508403755 before sql statment
--------------
update test211_13 set c2=c1 where batch=90
--------------
Query OK, 130000 rows affected (2.93 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:36.471987022 after sql statement
2015-01-15 22:37:36.490343207 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=90
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:37:37.284648405 after sql statement
2015-01-15 22:37:37.301296866 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223737_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:37:37 (63201) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223737_Job_62664.xml
2015-01-15 22:37:37 (63201) INFO : Job file loaded, run time for this step : 0.315597 seconds
2015-01-15 22:37:37 (63201) INFO : PreProcessing check starts
2015-01-15 22:37:37 (63201) INFO : PreProcessing check completed
2015-01-15 22:37:37 (63201) INFO : preProcess completed, run time for this step : 0.031781 seconds
2015-01-15 22:37:37 (63201) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:37 (63201) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:37:37 (63201) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:38 (63201) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:37:38 (63201) INFO : Bulk load completed, total run time : 1.39686 seconds
2015-01-15 22:37:38.892982168 after import
2015-01-15 22:37:38.907861293 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=91
--------------
Query OK, 130000 rows affected (5.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:37:45.757961747 after sql statement
2015-01-15 22:37:45.774929571 before sql statment
--------------
update test211_13 set c2=c1 where batch=91
--------------
Query OK, 130000 rows affected (3.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:49.695135503 after sql statement
2015-01-15 22:37:49.701626431 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=91
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.23 sec)
Bye
2015-01-15 22:37:50.954794636 after sql statement
2015-01-15 22:37:51.076266344 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.18 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:55.275147614 after sql statement
2015-01-15 22:37:55.282155812 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=92
--------------
Query OK, 130000 rows affected (3.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.59 sec)
Bye
2015-01-15 22:38:00.058480586 after sql statement
2015-01-15 22:38:00.115765119 before sql statment
--------------
update test211_13 set c2=c1 where batch=92
--------------
Query OK, 130000 rows affected (2.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:03.024032338 after sql statement
2015-01-15 22:38:03.029456179 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=92
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:38:03.513376111 after sql statement
2015-01-15 22:38:03.534190148 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223803_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:38:04 (15201) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223803_Job_62664.xml
2015-01-15 22:38:04 (15201) INFO : Job file loaded, run time for this step : 0.501145 seconds
2015-01-15 22:38:04 (15201) INFO : PreProcessing check starts
2015-01-15 22:38:04 (15201) INFO : PreProcessing check completed
2015-01-15 22:38:04 (15201) INFO : preProcess completed, run time for this step : 0.454955 seconds
2015-01-15 22:38:04 (15201) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:04 (15201) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:38:04 (15201) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:04 (15201) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:38:05 (15201) INFO : Bulk load completed, total run time : 1.9947 seconds
2015-01-15 22:38:05.691845740 after import
2015-01-15 22:38:05.695731951 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=93
--------------
Query OK, 130000 rows affected (5.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.88 sec)
Bye
2015-01-15 22:38:13.352918742 after sql statement
2015-01-15 22:38:13.359534399 before sql statment
--------------
update test211_13 set c2=c1 where batch=93
--------------
Query OK, 130000 rows affected (4.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:18.113226953 after sql statement
2015-01-15 22:38:18.121339865 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=93
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:38:18.435344893 after sql statement
2015-01-15 22:38:18.558194312 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.52 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:23.091056450 after sql statement
2015-01-15 22:38:23.098262586 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=94
--------------
Query OK, 130000 rows affected (4.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.29 sec)
Bye
2015-01-15 22:38:28.830265426 after sql statement
2015-01-15 22:38:28.842821398 before sql statment
--------------
update test211_13 set c2=c1 where batch=94
--------------
Query OK, 130000 rows affected (1.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:30.660247181 after sql statement
2015-01-15 22:38:30.666781646 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=94
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:38:31.076062096 after sql statement
2015-01-15 22:38:31.079245247 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223831_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:38:31 (35119) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223831_Job_62664.xml
2015-01-15 22:38:31 (35119) INFO : Job file loaded, run time for this step : 0.422547 seconds
2015-01-15 22:38:31 (35119) INFO : PreProcessing check starts
2015-01-15 22:38:31 (35119) INFO : PreProcessing check completed
2015-01-15 22:38:31 (35119) INFO : preProcess completed, run time for this step : 0.043468 seconds
2015-01-15 22:38:31 (35119) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:31 (35119) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:38:31 (35119) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:31 (35119) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:38:32 (35119) INFO : Bulk load completed, total run time : 1.49204 seconds
2015-01-15 22:38:32.800531638 after import
2015-01-15 22:38:32.806144051 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=95
--------------
Query OK, 130000 rows affected (4.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.57 sec)
Bye
2015-01-15 22:38:38.703904392 after sql statement
2015-01-15 22:38:38.715681553 before sql statment
--------------
update test211_13 set c2=c1 where batch=95
--------------
Query OK, 130000 rows affected (3.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:42.271852698 after sql statement
2015-01-15 22:38:42.277220676 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=95
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:38:42.667361196 after sql statement
2015-01-15 22:38:42.769102558 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (6.58 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:49.359324256 after sql statement
2015-01-15 22:38:49.365961610 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=96
--------------
Query OK, 130000 rows affected (4.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.20 sec)
Bye
2015-01-15 22:38:55.973663950 after sql statement
2015-01-15 22:38:55.979954068 before sql statment
--------------
update test211_13 set c2=c1 where batch=96
--------------
Query OK, 130000 rows affected (3.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:59.369074147 after sql statement
2015-01-15 22:38:59.383745223 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=96
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:38:59.810313996 after sql statement
2015-01-15 22:38:59.813407495 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223901_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:39:01 (57690) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223901_Job_62664.xml
2015-01-15 22:39:01 (57690) INFO : Job file loaded, run time for this step : 1.38578 seconds
2015-01-15 22:39:01 (57690) INFO : PreProcessing check starts
2015-01-15 22:39:01 (57690) INFO : PreProcessing check completed
2015-01-15 22:39:01 (57690) INFO : preProcess completed, run time for this step : 0.039274 seconds
2015-01-15 22:39:01 (57690) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:01 (57690) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:39:01 (57690) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:01 (57690) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:39:02 (57690) INFO : Bulk load completed, total run time : 2.44618 seconds
2015-01-15 22:39:02.430929033 after import
2015-01-15 22:39:02.443584340 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=97
--------------
Query OK, 130000 rows affected (5.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.99 sec)
Bye
2015-01-15 22:39:09.625056650 after sql statement
2015-01-15 22:39:09.629090541 before sql statment
--------------
update test211_13 set c2=c1 where batch=97
--------------
Query OK, 130000 rows affected (1.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:11.470903598 after sql statement
2015-01-15 22:39:11.476602884 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=97
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.63 sec)
Bye
2015-01-15 22:39:12.106680817 after sql statement
2015-01-15 22:39:12.258167716 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.74 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:16.004340198 after sql statement
2015-01-15 22:39:16.007680726 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=98
--------------
Query OK, 130000 rows affected (3.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:39:20.782981728 after sql statement
2015-01-15 22:39:20.787439163 before sql statment
--------------
update test211_13 set c2=c1 where batch=98
--------------
Query OK, 130000 rows affected (2.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:23.307534579 after sql statement
2015-01-15 22:39:23.313117352 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=98
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.89 sec)
Bye
2015-01-15 22:39:24.208589351 after sql statement
2015-01-15 22:39:24.213509518 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223926_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:39:26 (11739) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223926_Job_62664.xml
2015-01-15 22:39:26 (11739) INFO : Job file loaded, run time for this step : 1.1851 seconds
2015-01-15 22:39:26 (11739) INFO : PreProcessing check starts
2015-01-15 22:39:26 (11739) INFO : PreProcessing check completed
2015-01-15 22:39:26 (11739) INFO : preProcess completed, run time for this step : 0.0397689 seconds
2015-01-15 22:39:26 (11739) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:26 (11739) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:39:26 (11739) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:27 (11739) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:39:27 (11739) INFO : Bulk load completed, total run time : 2.27385 seconds
2015-01-15 22:39:27.462377172 after import
2015-01-15 22:39:27.486251178 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=99
--------------
Query OK, 130000 rows affected (5.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.28 sec)
Bye
2015-01-15 22:39:34.971294659 after sql statement
2015-01-15 22:39:34.982267717 before sql statment
--------------
update test211_13 set c2=c1 where batch=99
--------------
Query OK, 130000 rows affected (2.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:37.388893735 after sql statement
2015-01-15 22:39:37.393911554 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=99
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.16 sec)
Bye
2015-01-15 22:39:38.571367993 after sql statement
2015-01-15 22:39:38.720150808 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.90 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:43.627381584 after sql statement
2015-01-15 22:39:43.632642481 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=100
--------------
Query OK, 130000 rows affected (4.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.26 sec)
Bye
2015-01-15 22:39:51.626358371 after sql statement
2015-01-15 22:39:51.650449573 before sql statment
--------------
update test211_13 set c2=c1 where batch=100
--------------
Query OK, 130000 rows affected (4.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:55.656190646 after sql statement
2015-01-15 22:39:55.661702051 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=100
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.72 sec)
Bye
2015-01-15 22:39:56.387976096 after sql statement
2015-01-15 22:39:56.391556889 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223956_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:39:56 (35187) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T223956_Job_62664.xml
2015-01-15 22:39:56 (35187) INFO : Job file loaded, run time for this step : 0.345826 seconds
2015-01-15 22:39:56 (35187) INFO : PreProcessing check starts
2015-01-15 22:39:56 (35187) INFO : PreProcessing check completed
2015-01-15 22:39:56 (35187) INFO : preProcess completed, run time for this step : 0.036113 seconds
2015-01-15 22:39:56 (35187) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:56 (35187) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:39:56 (35187) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:57 (35187) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:39:57 (35187) INFO : Bulk load completed, total run time : 1.41803 seconds
2015-01-15 22:39:57.990722802 after import
2015-01-15 22:39:58.011327801 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=101
--------------
Query OK, 130000 rows affected (5.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.26 sec)
Bye
2015-01-15 22:40:05.410915491 after sql statement
2015-01-15 22:40:05.415890252 before sql statment
--------------
update test211_13 set c2=c1 where batch=101
--------------
Query OK, 130000 rows affected (2.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:07.750585890 after sql statement
2015-01-15 22:40:07.756011329 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=101
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.66 sec)
Bye
2015-01-15 22:40:08.416012335 after sql statement
2015-01-15 22:40:08.508932252 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.55 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:12.072898328 after sql statement
2015-01-15 22:40:12.080178417 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=102
--------------
Query OK, 130000 rows affected (3.81 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.50 sec)
Bye
2015-01-15 22:40:17.419946042 after sql statement
2015-01-15 22:40:17.431803700 before sql statment
--------------
update test211_13 set c2=c1 where batch=102
--------------
Query OK, 130000 rows affected (3.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:21.093805925 after sql statement
2015-01-15 22:40:21.102064672 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=102
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:40:21.362459348 after sql statement
2015-01-15 22:40:21.364757501 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224023_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:40:23 (54987) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224023_Job_62664.xml
2015-01-15 22:40:23 (54987) INFO : Job file loaded, run time for this step : 0.41919 seconds
2015-01-15 22:40:23 (54987) INFO : PreProcessing check starts
2015-01-15 22:40:23 (54987) INFO : PreProcessing check completed
2015-01-15 22:40:23 (54987) INFO : preProcess completed, run time for this step : 0.03684 seconds
2015-01-15 22:40:23 (54987) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:23 (54987) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:23 (54987) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:40:23 (54987) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:40:24 (54987) INFO : Bulk load completed, total run time : 1.47123 seconds
2015-01-15 22:40:24.374535007 after import
2015-01-15 22:40:24.388912468 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=103
--------------
Query OK, 130000 rows affected (8.41 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.09 sec)
Bye
2015-01-15 22:40:35.906072186 after sql statement
2015-01-15 22:40:35.915965163 before sql statment
--------------
update test211_13 set c2=c1 where batch=103
--------------
Query OK, 130000 rows affected (3.88 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:39.806637529 after sql statement
2015-01-15 22:40:39.814501855 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=103
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:40:40.147088815 after sql statement
2015-01-15 22:40:40.307062519 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.68 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:44.003202339 after sql statement
2015-01-15 22:40:44.006624075 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=104
--------------
Query OK, 130000 rows affected (6.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.16 sec)
Bye
2015-01-15 22:40:52.879467759 after sql statement
2015-01-15 22:40:52.885594857 before sql statment
--------------
update test211_13 set c2=c1 where batch=104
--------------
Query OK, 130000 rows affected (3.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:55.987696394 after sql statement
2015-01-15 22:40:55.992536965 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=104
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (3.36 sec)
Bye
2015-01-15 22:40:59.355193957 after sql statement
2015-01-15 22:40:59.358184880 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224059_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:41:00 (14423) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224059_Job_62664.xml
2015-01-15 22:41:00 (14423) INFO : Job file loaded, run time for this step : 0.521464 seconds
2015-01-15 22:41:00 (14423) INFO : PreProcessing check starts
2015-01-15 22:41:00 (14423) INFO : PreProcessing check completed
2015-01-15 22:41:00 (14423) INFO : preProcess completed, run time for this step : 0.0280552 seconds
2015-01-15 22:41:00 (14423) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:00 (14423) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:00 (14423) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:41:00 (14423) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:41:01 (14423) INFO : Bulk load completed, total run time : 1.57391 seconds
2015-01-15 22:41:01.104224033 after import
2015-01-15 22:41:01.111854195 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=105
--------------
Query OK, 130000 rows affected (3.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:41:05.069720433 after sql statement
2015-01-15 22:41:05.074793734 before sql statment
--------------
update test211_13 set c2=c1 where batch=105
--------------
Query OK, 130000 rows affected (3.92 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:09.005240770 after sql statement
2015-01-15 22:41:09.011892283 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=105
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:41:09.415278833 after sql statement
2015-01-15 22:41:09.524668220 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.67 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:13.215744435 after sql statement
2015-01-15 22:41:13.222558582 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=106
--------------
Query OK, 130000 rows affected (2.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:41:16.304562824 after sql statement
2015-01-15 22:41:16.322895819 before sql statment
--------------
update test211_13 set c2=c1 where batch=106
--------------
Query OK, 130000 rows affected (3.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:20.105046068 after sql statement
2015-01-15 22:41:20.112460234 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=106
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:41:20.808702455 after sql statement
2015-01-15 22:41:20.811916972 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224121_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:41:21 (30978) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224121_Job_62664.xml
2015-01-15 22:41:21 (30978) INFO : Job file loaded, run time for this step : 0.330004 seconds
2015-01-15 22:41:21 (30978) INFO : PreProcessing check starts
2015-01-15 22:41:21 (30978) INFO : PreProcessing check completed
2015-01-15 22:41:21 (30978) INFO : preProcess completed, run time for this step : 0.0303681 seconds
2015-01-15 22:41:21 (30978) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:21 (30978) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:41:21 (30978) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:22 (30978) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:41:23 (30978) INFO : Bulk load completed, total run time : 2.37573 seconds
2015-01-15 22:41:23.340971368 after import
2015-01-15 22:41:23.346016610 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=107
--------------
Query OK, 130000 rows affected (3.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.37 sec)
Bye
2015-01-15 22:41:28.917474699 after sql statement
2015-01-15 22:41:28.922887076 before sql statment
--------------
update test211_13 set c2=c1 where batch=107
--------------
Query OK, 130000 rows affected (2.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:31.053770844 after sql statement
2015-01-15 22:41:31.070478794 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=107
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.44 sec)
Bye
2015-01-15 22:41:32.534905970 after sql statement
2015-01-15 22:41:32.681362833 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (6.16 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:38.864569435 after sql statement
2015-01-15 22:41:38.870454051 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=108
--------------
Query OK, 130000 rows affected (3.09 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.36 sec)
Bye
2015-01-15 22:41:43.327625490 after sql statement
2015-01-15 22:41:43.339901735 before sql statment
--------------
update test211_13 set c2=c1 where batch=108
--------------
Query OK, 130000 rows affected (4.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:47.622112756 after sql statement
2015-01-15 22:41:47.628596356 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=108
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:41:48.027261529 after sql statement
2015-01-15 22:41:48.029379495 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224148_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:41:49 (51095) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224148_Job_62664.xml
2015-01-15 22:41:49 (51095) INFO : Job file loaded, run time for this step : 1.34867 seconds
2015-01-15 22:41:49 (51095) INFO : PreProcessing check starts
2015-01-15 22:41:49 (51095) INFO : PreProcessing check completed
2015-01-15 22:41:49 (51095) INFO : preProcess completed, run time for this step : 0.0864961 seconds
2015-01-15 22:41:49 (51095) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:49 (51095) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:49 (51095) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:41:50 (51095) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:41:50 (51095) INFO : Bulk load completed, total run time : 2.45707 seconds
2015-01-15 22:41:50.672462214 after import
2015-01-15 22:41:50.679152800 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=109
--------------
Query OK, 130000 rows affected (4.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.17 sec)
Bye
2015-01-15 22:41:57.861416267 after sql statement
2015-01-15 22:41:57.874475222 before sql statment
--------------
update test211_13 set c2=c1 where batch=109
--------------
Query OK, 130000 rows affected (2.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:00.406989665 after sql statement
2015-01-15 22:42:00.414631441 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=109
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.78 sec)
Bye
2015-01-15 22:42:01.224379241 after sql statement
2015-01-15 22:42:01.313928030 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.00 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:05.327164734 after sql statement
2015-01-15 22:42:05.333965900 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=110
--------------
Query OK, 130000 rows affected (3.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.41 sec)
Bye
2015-01-15 22:42:11.066031355 after sql statement
2015-01-15 22:42:11.075329506 before sql statment
--------------
update test211_13 set c2=c1 where batch=110
--------------
Query OK, 130000 rows affected (3.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:14.208796826 after sql statement
2015-01-15 22:42:14.218605325 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=110
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:42:14.692992644 after sql statement
2015-01-15 22:42:14.695571108 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224215_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:42:15 (6801) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224215_Job_62664.xml
2015-01-15 22:42:15 (6801) INFO : Job file loaded, run time for this step : 0.346657 seconds
2015-01-15 22:42:15 (6801) INFO : PreProcessing check starts
2015-01-15 22:42:15 (6801) INFO : PreProcessing check completed
2015-01-15 22:42:15 (6801) INFO : preProcess completed, run time for this step : 0.0642371 seconds
2015-01-15 22:42:15 (6801) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:15 (6801) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:15 (6801) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:42:15 (6801) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:42:16 (6801) INFO : Bulk load completed, total run time : 1.43013 seconds
2015-01-15 22:42:16.685796601 after import
2015-01-15 22:42:16.692644488 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=111
--------------
Query OK, 130000 rows affected (4.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.82 sec)
Bye
2015-01-15 22:42:23.509790751 after sql statement
2015-01-15 22:42:23.514804085 before sql statment
--------------
update test211_13 set c2=c1 where batch=111
--------------
Query OK, 130000 rows affected (4.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:28.253348771 after sql statement
2015-01-15 22:42:28.266987351 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=111
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.66 sec)
Bye
2015-01-15 22:42:28.943020487 after sql statement
2015-01-15 22:42:29.052160475 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.60 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:33.662027565 after sql statement
2015-01-15 22:42:33.702518682 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=112
--------------
Query OK, 130000 rows affected (4.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.99 sec)
Bye
2015-01-15 22:42:40.231218887 after sql statement
2015-01-15 22:42:40.248479444 before sql statment
--------------
update test211_13 set c2=c1 where batch=112
--------------
Query OK, 130000 rows affected (2.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:42.815722610 after sql statement
2015-01-15 22:42:42.820409244 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=112
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:42:43.199134793 after sql statement
2015-01-15 22:42:43.203241593 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224243_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:42:43 (29333) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224243_Job_62664.xml
2015-01-15 22:42:43 (29333) INFO : Job file loaded, run time for this step : 0.284342 seconds
2015-01-15 22:42:43 (29333) INFO : PreProcessing check starts
2015-01-15 22:42:43 (29333) INFO : PreProcessing check completed
2015-01-15 22:42:43 (29333) INFO : preProcess completed, run time for this step : 0.0502222 seconds
2015-01-15 22:42:43 (29333) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:43 (29333) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:42:43 (29333) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:43 (29333) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:42:44 (29333) INFO : Bulk load completed, total run time : 1.38826 seconds
2015-01-15 22:42:44.745818898 after import
2015-01-15 22:42:44.752646357 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=113
--------------
Query OK, 130000 rows affected (3.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.13 sec)
Bye
2015-01-15 22:42:50.018427657 after sql statement
2015-01-15 22:42:50.080813820 before sql statment
--------------
update test211_13 set c2=c1 where batch=113
--------------
Query OK, 130000 rows affected (2.39 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:52.507826302 after sql statement
2015-01-15 22:42:52.512926143 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=113
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.50 sec)
Bye
2015-01-15 22:42:54.026120395 after sql statement
2015-01-15 22:42:54.160375581 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.84 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:58.016500580 after sql statement
2015-01-15 22:42:58.040185963 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=114
--------------
Query OK, 130000 rows affected (6.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.56 sec)
Bye
2015-01-15 22:43:05.938091668 after sql statement
2015-01-15 22:43:05.947229672 before sql statment
--------------
update test211_13 set c2=c1 where batch=114
--------------
Query OK, 130000 rows affected (3.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:09.368793136 after sql statement
2015-01-15 22:43:09.394904037 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=114
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.26 sec)
Bye
2015-01-15 22:43:10.665927050 after sql statement
2015-01-15 22:43:10.669445296 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224311_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:43:11 (47997) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224311_Job_62664.xml
2015-01-15 22:43:11 (47997) INFO : Job file loaded, run time for this step : 0.285903 seconds
2015-01-15 22:43:11 (47997) INFO : PreProcessing check starts
2015-01-15 22:43:11 (47997) INFO : PreProcessing check completed
2015-01-15 22:43:11 (47997) INFO : preProcess completed, run time for this step : 0.022958 seconds
2015-01-15 22:43:11 (47997) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:11 (47997) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:43:11 (47997) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:11 (47997) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:43:12 (47997) INFO : Bulk load completed, total run time : 1.33509 seconds
2015-01-15 22:43:12.160047150 after import
2015-01-15 22:43:12.170009845 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=115
--------------
Query OK, 130000 rows affected (4.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.79 sec)
Bye
2015-01-15 22:43:18.995026969 after sql statement
2015-01-15 22:43:19.005927300 before sql statment
--------------
update test211_13 set c2=c1 where batch=115
--------------
Query OK, 130000 rows affected (4.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:23.264894702 after sql statement
2015-01-15 22:43:23.304272660 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=115
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:43:23.984732937 after sql statement
2015-01-15 22:43:24.067926049 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.60 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:27.675580478 after sql statement
2015-01-15 22:43:27.690514497 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=116
--------------
Query OK, 130000 rows affected (2.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.24 sec)
Bye
2015-01-15 22:43:30.424787097 after sql statement
2015-01-15 22:43:30.429453475 before sql statment
--------------
update test211_13 set c2=c1 where batch=116
--------------
Query OK, 130000 rows affected (3.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:33.995435667 after sql statement
2015-01-15 22:43:34.001319800 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=116
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:43:34.261488734 after sql statement
2015-01-15 22:43:34.264893205 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224334_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:43:34 (65336) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224334_Job_62664.xml
2015-01-15 22:43:34 (65336) INFO : Job file loaded, run time for this step : 0.327321 seconds
2015-01-15 22:43:34 (65336) INFO : PreProcessing check starts
2015-01-15 22:43:34 (65336) INFO : PreProcessing check completed
2015-01-15 22:43:34 (65336) INFO : preProcess completed, run time for this step : 0.0450239 seconds
2015-01-15 22:43:34 (65336) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:34 (65336) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:43:34 (65336) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:35 (65336) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:43:35 (65336) INFO : Bulk load completed, total run time : 1.415 seconds
2015-01-15 22:43:35.818116827 after import
2015-01-15 22:43:35.822088665 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=117
--------------
Query OK, 130000 rows affected (3.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.83 sec)
Bye
2015-01-15 22:43:40.837205899 after sql statement
2015-01-15 22:43:40.843626101 before sql statment
--------------
update test211_13 set c2=c1 where batch=117
--------------
Query OK, 130000 rows affected (2.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:43.079857459 after sql statement
2015-01-15 22:43:43.110194944 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=117
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.43 sec)
Bye
2015-01-15 22:43:44.552401469 after sql statement
2015-01-15 22:43:44.732049239 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.69 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:48.432432527 after sql statement
2015-01-15 22:43:48.438425269 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=118
--------------
Query OK, 130000 rows affected (3.87 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.50 sec)
Bye
2015-01-15 22:43:53.821188929 after sql statement
2015-01-15 22:43:53.824726276 before sql statment
--------------
update test211_13 set c2=c1 where batch=118
--------------
Query OK, 130000 rows affected (3.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:57.216154084 after sql statement
2015-01-15 22:43:57.227286448 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=118
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:43:57.795686099 after sql statement
2015-01-15 22:43:57.806082076 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224358_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:43:58 (18900) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224358_Job_62664.xml
2015-01-15 22:43:58 (18900) INFO : Job file loaded, run time for this step : 0.354445 seconds
2015-01-15 22:43:58 (18900) INFO : PreProcessing check starts
2015-01-15 22:43:58 (18900) INFO : PreProcessing check completed
2015-01-15 22:43:58 (18900) INFO : preProcess completed, run time for this step : 0.18304 seconds
2015-01-15 22:43:58 (18900) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:58 (18900) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:43:58 (18900) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:59 (18900) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:43:59 (18900) INFO : Bulk load completed, total run time : 1.55137 seconds
2015-01-15 22:43:59.599263450 after import
2015-01-15 22:43:59.612352861 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=119
--------------
Query OK, 130000 rows affected (3.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.42 sec)
Bye
2015-01-15 22:44:04.823660617 after sql statement
2015-01-15 22:44:04.834280571 before sql statment
--------------
update test211_13 set c2=c1 where batch=119
--------------
Query OK, 130000 rows affected (3.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:07.951073340 after sql statement
2015-01-15 22:44:07.964159907 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=119
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:44:08.380113324 after sql statement
2015-01-15 22:44:08.494658763 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.55 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:12.051695565 after sql statement
2015-01-15 22:44:12.068552559 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=120
--------------
Query OK, 130000 rows affected (5.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.45 sec)
Bye
2015-01-15 22:44:19.595575895 after sql statement
2015-01-15 22:44:19.607794474 before sql statment
--------------
update test211_13 set c2=c1 where batch=120
--------------
Query OK, 130000 rows affected (4.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:24.316168221 after sql statement
2015-01-15 22:44:24.323691955 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=120
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:44:24.904551229 after sql statement
2015-01-15 22:44:24.907137859 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224426_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:44:26 (39962) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224426_Job_62664.xml
2015-01-15 22:44:26 (39962) INFO : Job file loaded, run time for this step : 1.14995 seconds
2015-01-15 22:44:26 (39962) INFO : PreProcessing check starts
2015-01-15 22:44:26 (39962) INFO : PreProcessing check completed
2015-01-15 22:44:26 (39962) INFO : preProcess completed, run time for this step : 0.0540102 seconds
2015-01-15 22:44:26 (39962) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:26 (39962) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:44:26 (39962) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:26 (39962) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:44:27 (39962) INFO : Bulk load completed, total run time : 2.22769 seconds
2015-01-15 22:44:27.579855604 after import
2015-01-15 22:44:27.587198004 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=121
--------------
Query OK, 130000 rows affected (6.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.82 sec)
Bye
2015-01-15 22:44:35.901464610 after sql statement
2015-01-15 22:44:35.906183435 before sql statment
--------------
update test211_13 set c2=c1 where batch=121
--------------
Query OK, 130000 rows affected (1.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:37.883096960 after sql statement
2015-01-15 22:44:37.895310414 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=121
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.94 sec)
Bye
2015-01-15 22:44:38.845333192 after sql statement
2015-01-15 22:44:38.987707014 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.74 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:42.751363845 after sql statement
2015-01-15 22:44:42.765839749 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=122
--------------
Query OK, 130000 rows affected (3.81 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.89 sec)
Bye
2015-01-15 22:44:48.472095269 after sql statement
2015-01-15 22:44:48.476386727 before sql statment
--------------
update test211_13 set c2=c1 where batch=122
--------------
Query OK, 130000 rows affected (3.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:51.512433848 after sql statement
2015-01-15 22:44:51.517129115 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=122
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:44:51.910564538 after sql statement
2015-01-15 22:44:51.920144923 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224452_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:44:52 (60229) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224452_Job_62664.xml
2015-01-15 22:44:52 (60229) INFO : Job file loaded, run time for this step : 0.410755 seconds
2015-01-15 22:44:52 (60229) INFO : PreProcessing check starts
2015-01-15 22:44:52 (60229) INFO : PreProcessing check completed
2015-01-15 22:44:52 (60229) INFO : preProcess completed, run time for this step : 0.0357311 seconds
2015-01-15 22:44:52 (60229) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:52 (60229) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:52 (60229) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:44:52 (60229) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:44:53 (60229) INFO : Bulk load completed, total run time : 1.48756 seconds
2015-01-15 22:44:53.631923836 after import
2015-01-15 22:44:53.644548345 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=123
--------------
Query OK, 130000 rows affected (3.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.65 sec)
Bye
2015-01-15 22:44:58.771607323 after sql statement
2015-01-15 22:44:58.778663356 before sql statment
--------------
update test211_13 set c2=c1 where batch=123
--------------
Query OK, 130000 rows affected (2.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:01.080730779 after sql statement
2015-01-15 22:45:01.100822295 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=123
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:45:01.381943093 after sql statement
2015-01-15 22:45:01.461788847 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.54 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:05.022321140 after sql statement
2015-01-15 22:45:05.033521447 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=124
--------------
Query OK, 130000 rows affected (2.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.90 sec)
Bye
2015-01-15 22:45:08.739594969 after sql statement
2015-01-15 22:45:08.762115487 before sql statment
--------------
update test211_13 set c2=c1 where batch=124
--------------
Query OK, 130000 rows affected (3.92 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:12.686653314 after sql statement
2015-01-15 22:45:12.719166330 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=124
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:45:13.031257987 after sql statement
2015-01-15 22:45:13.034703631 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224514_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:45:14 (9926) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224514_Job_62664.xml
2015-01-15 22:45:14 (9926) INFO : Job file loaded, run time for this step : 0.601504 seconds
2015-01-15 22:45:14 (9926) INFO : PreProcessing check starts
2015-01-15 22:45:14 (9926) INFO : PreProcessing check completed
2015-01-15 22:45:14 (9926) INFO : preProcess completed, run time for this step : 0.103835 seconds
2015-01-15 22:45:14 (9926) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:14 (9926) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:14 (9926) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:45:14 (9926) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:45:15 (9926) INFO : Bulk load completed, total run time : 1.73442 seconds
2015-01-15 22:45:15.568092617 after import
2015-01-15 22:45:15.583045832 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=125
--------------
Query OK, 130000 rows affected (4.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.94 sec)
Bye
2015-01-15 22:45:21.880153475 after sql statement
2015-01-15 22:45:21.885121753 before sql statment
--------------
update test211_13 set c2=c1 where batch=125
--------------
Query OK, 130000 rows affected (2.02 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:23.926912991 after sql statement
2015-01-15 22:45:23.931929823 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=125
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:45:24.404218011 after sql statement
2015-01-15 22:45:24.489396526 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.61 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:29.118020306 after sql statement
2015-01-15 22:45:29.133127391 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=126
--------------
Query OK, 130000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:45:33.145748624 after sql statement
2015-01-15 22:45:33.149454694 before sql statment
--------------
update test211_13 set c2=c1 where batch=126
--------------
Query OK, 130000 rows affected (3.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:36.629719502 after sql statement
2015-01-15 22:45:36.635662311 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=126
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (3.28 sec)
Bye
2015-01-15 22:45:39.926655516 after sql statement
2015-01-15 22:45:39.928863381 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224540_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:45:40 (30189) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224540_Job_62664.xml
2015-01-15 22:45:40 (30189) INFO : Job file loaded, run time for this step : 0.433877 seconds
2015-01-15 22:45:40 (30189) INFO : PreProcessing check starts
2015-01-15 22:45:40 (30189) INFO : PreProcessing check completed
2015-01-15 22:45:40 (30189) INFO : preProcess completed, run time for this step : 0.038975 seconds
2015-01-15 22:45:40 (30189) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:40 (30189) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:45:40 (30189) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:40 (30189) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:45:41 (30189) INFO : Bulk load completed, total run time : 1.49489 seconds
2015-01-15 22:45:41.795450399 after import
2015-01-15 22:45:41.802143551 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=127
--------------
Query OK, 130000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.16 sec)
Bye
2015-01-15 22:45:45.398367707 after sql statement
2015-01-15 22:45:45.404587338 before sql statment
--------------
update test211_13 set c2=c1 where batch=127
--------------
Query OK, 130000 rows affected (2.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:47.937455435 after sql statement
2015-01-15 22:45:47.944328373 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=127
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:45:48.957767594 after sql statement
2015-01-15 22:45:49.083962456 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.62 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:53.722636227 after sql statement
2015-01-15 22:45:53.744172331 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=128
--------------
Query OK, 130000 rows affected (3.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.73 sec)
Bye
2015-01-15 22:45:57.639752061 after sql statement
2015-01-15 22:45:57.645128810 before sql statment
--------------
update test211_13 set c2=c1 where batch=128
--------------
Query OK, 130000 rows affected (3.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:01.159250606 after sql statement
2015-01-15 22:46:01.174076524 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=128
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:46:01.771982051 after sql statement
2015-01-15 22:46:01.783259137 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224602_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:46:02 (47213) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224602_Job_62664.xml
2015-01-15 22:46:02 (47213) INFO : Job file loaded, run time for this step : 0.550083 seconds
2015-01-15 22:46:02 (47213) INFO : PreProcessing check starts
2015-01-15 22:46:02 (47213) INFO : PreProcessing check completed
2015-01-15 22:46:02 (47213) INFO : preProcess completed, run time for this step : 0.020015 seconds
2015-01-15 22:46:02 (47213) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:02 (47213) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:46:02 (47213) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:02 (47213) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:46:03 (47213) INFO : Bulk load completed, total run time : 1.58625 seconds
2015-01-15 22:46:03.554122629 after import
2015-01-15 22:46:03.562501884 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=129
--------------
Query OK, 130000 rows affected (4.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:46:08.764745701 after sql statement
2015-01-15 22:46:08.769882719 before sql statment
--------------
update test211_13 set c2=c1 where batch=129
--------------
Query OK, 130000 rows affected (2.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:11.320616288 after sql statement
2015-01-15 22:46:11.328498203 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=129
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:46:12.005660948 after sql statement
2015-01-15 22:46:12.122092144 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (6.66 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:18.802424346 after sql statement
2015-01-15 22:46:18.808261156 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=130
--------------
Query OK, 130000 rows affected (3.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.94 sec)
Bye
2015-01-15 22:46:24.118689271 after sql statement
2015-01-15 22:46:24.125392966 before sql statment
--------------
update test211_13 set c2=c1 where batch=130
--------------
Query OK, 130000 rows affected (4.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:28.542843652 after sql statement
2015-01-15 22:46:28.550160077 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=130
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:46:28.762103349 after sql statement
2015-01-15 22:46:28.777237350 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224629_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:46:29 (725) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224629_Job_62664.xml
2015-01-15 22:46:29 (725) INFO : Job file loaded, run time for this step : 0.471282 seconds
2015-01-15 22:46:29 (725) INFO : PreProcessing check starts
2015-01-15 22:46:29 (725) INFO : PreProcessing check completed
2015-01-15 22:46:29 (725) INFO : preProcess completed, run time for this step : 0.0829029 seconds
2015-01-15 22:46:29 (725) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:29 (725) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:46:29 (725) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:29 (725) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:46:30 (725) INFO : Bulk load completed, total run time : 1.58376 seconds
2015-01-15 22:46:30.522619094 after import
2015-01-15 22:46:30.527738104 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=131
--------------
Query OK, 130000 rows affected (4.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.63 sec)
Bye
2015-01-15 22:46:36.505442691 after sql statement
2015-01-15 22:46:36.511166252 before sql statment
--------------
update test211_13 set c2=c1 where batch=131
--------------
Query OK, 130000 rows affected (2.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:38.795985295 after sql statement
2015-01-15 22:46:38.806329233 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=131
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.78 sec)
Bye
2015-01-15 22:46:39.597351133 after sql statement
2015-01-15 22:46:39.670650153 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.80 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:43.478891744 after sql statement
2015-01-15 22:46:43.513165342 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=132
--------------
Query OK, 130000 rows affected (5.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.17 sec)
Bye
2015-01-15 22:46:51.183463382 after sql statement
2015-01-15 22:46:51.197799947 before sql statment
--------------
update test211_13 set c2=c1 where batch=132
--------------
Query OK, 130000 rows affected (2.92 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:54.133527970 after sql statement
2015-01-15 22:46:54.147587313 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=132
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.58 sec)
Bye
2015-01-15 22:46:54.746389302 after sql statement
2015-01-15 22:46:54.765185245 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224655_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:46:55 (20876) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224655_Job_62664.xml
2015-01-15 22:46:55 (20876) INFO : Job file loaded, run time for this step : 0.43537 seconds
2015-01-15 22:46:55 (20876) INFO : PreProcessing check starts
2015-01-15 22:46:55 (20876) INFO : PreProcessing check completed
2015-01-15 22:46:55 (20876) INFO : preProcess completed, run time for this step : 0.0826979 seconds
2015-01-15 22:46:55 (20876) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:55 (20876) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:46:55 (20876) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:55 (20876) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:46:56 (20876) INFO : Bulk load completed, total run time : 1.54789 seconds
2015-01-15 22:46:56.485985596 after import
2015-01-15 22:46:56.491442608 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=133
--------------
Query OK, 130000 rows affected (3.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.92 sec)
Bye
2015-01-15 22:47:03.015322416 after sql statement
2015-01-15 22:47:03.021630167 before sql statment
--------------
update test211_13 set c2=c1 where batch=133
--------------
Query OK, 130000 rows affected (2.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:05.305135911 after sql statement
2015-01-15 22:47:05.309844673 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=133
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.09 sec)
Bye
2015-01-15 22:47:05.416720227 after sql statement
2015-01-15 22:47:05.501792643 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.52 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:09.037648537 after sql statement
2015-01-15 22:47:09.053512327 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=134
--------------
Query OK, 130000 rows affected (2.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.12 sec)
Bye
2015-01-15 22:47:12.429675435 after sql statement
2015-01-15 22:47:12.435660254 before sql statment
--------------
update test211_13 set c2=c1 where batch=134
--------------
Query OK, 130000 rows affected (3.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:16.404589830 after sql statement
2015-01-15 22:47:16.414979844 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=134
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:47:16.829644259 after sql statement
2015-01-15 22:47:16.834706919 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224717_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:47:17 (36748) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224717_Job_62664.xml
2015-01-15 22:47:17 (36748) INFO : Job file loaded, run time for this step : 0.601454 seconds
2015-01-15 22:47:17 (36748) INFO : PreProcessing check starts
2015-01-15 22:47:17 (36748) INFO : PreProcessing check completed
2015-01-15 22:47:17 (36748) INFO : preProcess completed, run time for this step : 0.0593162 seconds
2015-01-15 22:47:17 (36748) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:17 (36748) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:17 (36748) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:47:17 (36748) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:47:18 (36748) INFO : Bulk load completed, total run time : 1.68778 seconds
2015-01-15 22:47:18.826891357 after import
2015-01-15 22:47:18.832680947 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=135
--------------
Query OK, 130000 rows affected (3.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:47:22.763375563 after sql statement
2015-01-15 22:47:22.771273025 before sql statment
--------------
update test211_13 set c2=c1 where batch=135
--------------
Query OK, 130000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:25.786096856 after sql statement
2015-01-15 22:47:25.795507584 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=135
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.58 sec)
Bye
2015-01-15 22:47:27.383603410 after sql statement
2015-01-15 22:47:27.482520014 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.74 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:31.224694254 after sql statement
2015-01-15 22:47:31.232605663 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=136
--------------
Query OK, 130000 rows affected (2.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:47:34.958417060 after sql statement
2015-01-15 22:47:34.966444834 before sql statment
--------------
update test211_13 set c2=c1 where batch=136
--------------
Query OK, 130000 rows affected (4.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:39.147666751 after sql statement
2015-01-15 22:47:39.152541371 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=136
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.30 sec)
Bye
2015-01-15 22:47:40.462109532 after sql statement
2015-01-15 22:47:40.466621662 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224743_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:47:43 (54740) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224743_Job_62664.xml
2015-01-15 22:47:43 (54740) INFO : Job file loaded, run time for this step : 1.91797 seconds
2015-01-15 22:47:43 (54740) INFO : PreProcessing check starts
2015-01-15 22:47:43 (54740) INFO : PreProcessing check completed
2015-01-15 22:47:43 (54740) INFO : preProcess completed, run time for this step : 0.048358 seconds
2015-01-15 22:47:43 (54740) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:43 (54740) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:43 (54740) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:47:44 (54740) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:47:44 (54740) INFO : Bulk load completed, total run time : 3.02245 seconds
2015-01-15 22:47:44.884088686 after import
2015-01-15 22:47:44.888699436 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=137
--------------
Query OK, 130000 rows affected (4.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.84 sec)
Bye
2015-01-15 22:47:50.861578460 after sql statement
2015-01-15 22:47:50.869473155 before sql statment
--------------
update test211_13 set c2=c1 where batch=137
--------------
Query OK, 130000 rows affected (4.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:55.102700104 after sql statement
2015-01-15 22:47:55.118679683 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=137
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:47:55.739791331 after sql statement
2015-01-15 22:47:55.917926863 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.62 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:59.542621551 after sql statement
2015-01-15 22:47:59.546923117 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=138
--------------
Query OK, 130000 rows affected (2.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.72 sec)
Bye
2015-01-15 22:48:04.266531561 after sql statement
2015-01-15 22:48:04.270325057 before sql statment
--------------
update test211_13 set c2=c1 where batch=138
--------------
Query OK, 130000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:07.061867814 after sql statement
2015-01-15 22:48:07.072652329 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=138
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:48:07.440099043 after sql statement
2015-01-15 22:48:07.442958195 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224807_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:48:07 (9999) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224807_Job_62664.xml
2015-01-15 22:48:07 (9999) INFO : Job file loaded, run time for this step : 0.297227 seconds
2015-01-15 22:48:07 (9999) INFO : PreProcessing check starts
2015-01-15 22:48:07 (9999) INFO : PreProcessing check completed
2015-01-15 22:48:07 (9999) INFO : preProcess completed, run time for this step : 0.040427 seconds
2015-01-15 22:48:07 (9999) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:07 (9999) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:48:07 (9999) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:08 (9999) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:48:09 (9999) INFO : Bulk load completed, total run time : 1.42951 seconds
2015-01-15 22:48:09.032714637 after import
2015-01-15 22:48:09.042698454 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=139
--------------
Query OK, 130000 rows affected (2.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.85 sec)
Bye
2015-01-15 22:48:12.108629272 after sql statement
2015-01-15 22:48:12.121068623 before sql statment
--------------
update test211_13 set c2=c1 where batch=139
--------------
Query OK, 130000 rows affected (3.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:15.417331528 after sql statement
2015-01-15 22:48:15.425943582 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=139
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:48:16.510169085 after sql statement
2015-01-15 22:48:16.594557715 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.79 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:20.401798898 after sql statement
2015-01-15 22:48:20.440962380 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=140
--------------
Query OK, 130000 rows affected (4.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.73 sec)
Bye
2015-01-15 22:48:26.613106700 after sql statement
2015-01-15 22:48:26.628476845 before sql statment
--------------
update test211_13 set c2=c1 where batch=140
--------------
Query OK, 130000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:29.326004135 after sql statement
2015-01-15 22:48:29.331654299 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=140
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.29 sec)
Bye
2015-01-15 22:48:30.643230965 after sql statement
2015-01-15 22:48:30.652165239 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224831_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:48:31 (27234) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224831_Job_62664.xml
2015-01-15 22:48:31 (27234) INFO : Job file loaded, run time for this step : 0.434589 seconds
2015-01-15 22:48:31 (27234) INFO : PreProcessing check starts
2015-01-15 22:48:31 (27234) INFO : PreProcessing check completed
2015-01-15 22:48:31 (27234) INFO : preProcess completed, run time for this step : 0.054523 seconds
2015-01-15 22:48:31 (27234) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:31 (27234) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:48:31 (27234) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:31 (27234) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:48:32 (27234) INFO : Bulk load completed, total run time : 1.50848 seconds
2015-01-15 22:48:32.384519132 after import
2015-01-15 22:48:32.389367975 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=141
--------------
Query OK, 130000 rows affected (2.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:48:35.650746636 after sql statement
2015-01-15 22:48:35.657466467 before sql statment
--------------
update test211_13 set c2=c1 where batch=141
--------------
Query OK, 130000 rows affected (2.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:37.819140093 after sql statement
2015-01-15 22:48:37.828205074 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=141
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.90 sec)
Bye
2015-01-15 22:48:38.748067017 after sql statement
2015-01-15 22:48:38.849465896 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.98 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:42.845844294 after sql statement
2015-01-15 22:48:42.861086981 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=142
--------------
Query OK, 130000 rows affected (2.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.61 sec)
Bye
2015-01-15 22:48:47.088782522 after sql statement
2015-01-15 22:48:47.094353101 before sql statment
--------------
update test211_13 set c2=c1 where batch=142
--------------
Query OK, 130000 rows affected (3.86 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:50.973113400 after sql statement
2015-01-15 22:48:50.984461426 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=142
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:48:51.169470907 after sql statement
2015-01-15 22:48:51.173425191 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224852_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:48:52 (43152) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224852_Job_62664.xml
2015-01-15 22:48:52 (43152) INFO : Job file loaded, run time for this step : 1.244 seconds
2015-01-15 22:48:52 (43152) INFO : PreProcessing check starts
2015-01-15 22:48:52 (43152) INFO : PreProcessing check completed
2015-01-15 22:48:52 (43152) INFO : preProcess completed, run time for this step : 0.0481479 seconds
2015-01-15 22:48:52 (43152) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:52 (43152) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:48:52 (43152) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:52 (43152) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:48:53 (43152) INFO : Bulk load completed, total run time : 2.32498 seconds
2015-01-15 22:48:54.304808853 after import
2015-01-15 22:48:54.354896755 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=143
--------------
Query OK, 130000 rows affected (3.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:48:59.022020757 after sql statement
2015-01-15 22:48:59.027173608 before sql statment
--------------
update test211_13 set c2=c1 where batch=143
--------------
Query OK, 130000 rows affected (3.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:02.853603480 after sql statement
2015-01-15 22:49:02.887369797 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=143
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:49:03.261716375 after sql statement
2015-01-15 22:49:03.356695076 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (8.36 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:11.724857216 after sql statement
2015-01-15 22:49:11.728539679 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=144
--------------
Query OK, 130000 rows affected (2.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.40 sec)
Bye
2015-01-15 22:49:15.163383460 after sql statement
2015-01-15 22:49:15.171998100 before sql statment
--------------
update test211_13 set c2=c1 where batch=144
--------------
Query OK, 130000 rows affected (2.84 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:18.021727145 after sql statement
2015-01-15 22:49:18.038712902 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=144
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.97 sec)
Bye
2015-01-15 22:49:19.028151969 after sql statement
2015-01-15 22:49:19.032434397 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224919_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:49:19 (63551) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224919_Job_62664.xml
2015-01-15 22:49:19 (63551) INFO : Job file loaded, run time for this step : 0.306082 seconds
2015-01-15 22:49:19 (63551) INFO : PreProcessing check starts
2015-01-15 22:49:19 (63551) INFO : PreProcessing check completed
2015-01-15 22:49:19 (63551) INFO : preProcess completed, run time for this step : 0.0551128 seconds
2015-01-15 22:49:19 (63551) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:19 (63551) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:49:19 (63551) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:19 (63551) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:49:20 (63551) INFO : Bulk load completed, total run time : 1.38134 seconds
2015-01-15 22:49:20.592868103 after import
2015-01-15 22:49:20.599743341 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=145
--------------
Query OK, 130000 rows affected (4.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:49:26.745108590 after sql statement
2015-01-15 22:49:26.771090661 before sql statment
--------------
update test211_13 set c2=c1 where batch=145
--------------
Query OK, 130000 rows affected (4.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:30.883372236 after sql statement
2015-01-15 22:49:30.891539201 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=145
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.54 sec)
Bye
2015-01-15 22:49:32.454857136 after sql statement
2015-01-15 22:49:32.552199299 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (3.84 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:36.410235715 after sql statement
2015-01-15 22:49:36.423154390 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=146
--------------
Query OK, 130000 rows affected (2.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.71 sec)
Bye
2015-01-15 22:49:42.063221793 after sql statement
2015-01-15 22:49:42.074822862 before sql statment
--------------
update test211_13 set c2=c1 where batch=146
--------------
Query OK, 130000 rows affected (4.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:46.721614340 after sql statement
2015-01-15 22:49:46.726461229 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=146
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.15 sec)
Bye
2015-01-15 22:49:46.889935640 after sql statement
2015-01-15 22:49:46.892508743 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224947_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:49:47 (17333) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T224947_Job_62664.xml
2015-01-15 22:49:47 (17333) INFO : Job file loaded, run time for this step : 0.330669 seconds
2015-01-15 22:49:47 (17333) INFO : PreProcessing check starts
2015-01-15 22:49:47 (17333) INFO : PreProcessing check completed
2015-01-15 22:49:47 (17333) INFO : preProcess completed, run time for this step : 0.0194039 seconds
2015-01-15 22:49:47 (17333) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:47 (17333) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:49:47 (17333) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:47 (17333) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:49:48 (17333) INFO : Bulk load completed, total run time : 1.37074 seconds
2015-01-15 22:49:48.457155034 after import
2015-01-15 22:49:48.462930906 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=147
--------------
Query OK, 130000 rows affected (2.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.90 sec)
Bye
2015-01-15 22:49:53.346040870 after sql statement
2015-01-15 22:49:53.373999950 before sql statment
--------------
update test211_13 set c2=c1 where batch=147
--------------
Query OK, 130000 rows affected (4.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:57.616764850 after sql statement
2015-01-15 22:49:57.626278979 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=147
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.66 sec)
Bye
2015-01-15 22:49:58.296779346 after sql statement
2015-01-15 22:49:58.407948095 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.86 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:03.277880579 after sql statement
2015-01-15 22:50:03.288628592 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=148
--------------
Query OK, 130000 rows affected (4.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.45 sec)
Bye
2015-01-15 22:50:10.384837655 after sql statement
2015-01-15 22:50:10.393678195 before sql statment
--------------
update test211_13 set c2=c1 where batch=148
--------------
Query OK, 130000 rows affected (3.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:13.532679129 after sql statement
2015-01-15 22:50:13.538954918 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=148
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.14 sec)
Bye
2015-01-15 22:50:14.683184190 after sql statement
2015-01-15 22:50:14.697561344 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T225016_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:50:16 (36899) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T225016_Job_62664.xml
2015-01-15 22:50:16 (36899) INFO : Job file loaded, run time for this step : 0.427474 seconds
2015-01-15 22:50:16 (36899) INFO : PreProcessing check starts
2015-01-15 22:50:16 (36899) INFO : PreProcessing check completed
2015-01-15 22:50:16 (36899) INFO : preProcess completed, run time for this step : 0.042037 seconds
2015-01-15 22:50:16 (36899) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:16 (36899) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:50:16 (36899) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:16 (36899) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:50:17 (36899) INFO : Bulk load completed, total run time : 1.51194 seconds
2015-01-15 22:50:17.250626698 after import
2015-01-15 22:50:17.310236977 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=149
--------------
Query OK, 130000 rows affected (2.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.15 sec)
Bye
2015-01-15 22:50:21.466158527 after sql statement
2015-01-15 22:50:21.471582300 before sql statment
--------------
update test211_13 set c2=c1 where batch=149
--------------
Query OK, 130000 rows affected (3.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:25.236885849 after sql statement
2015-01-15 22:50:25.242997449 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=149
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:50:25.563482071 after sql statement
2015-01-15 22:50:25.757473941 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.54 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:30.320576475 after sql statement
2015-01-15 22:50:30.327810940 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=150
--------------
Query OK, 130000 rows affected (2.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:50:33.355883833 after sql statement
2015-01-15 22:50:33.365962503 before sql statment
--------------
update test211_13 set c2=c1 where batch=150
--------------
Query OK, 130000 rows affected (2.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:35.425251067 after sql statement
2015-01-15 22:50:35.432282672 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=150
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:50:35.684844239 after sql statement
2015-01-15 22:50:35.688210120 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T225037_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:50:37 (52562) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T225037_Job_62664.xml
2015-01-15 22:50:37 (52562) INFO : Job file loaded, run time for this step : 1.34414 seconds
2015-01-15 22:50:37 (52562) INFO : PreProcessing check starts
2015-01-15 22:50:37 (52562) INFO : PreProcessing check completed
2015-01-15 22:50:37 (52562) INFO : preProcess completed, run time for this step : 0.0750289 seconds
2015-01-15 22:50:37 (52562) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:37 (52562) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:50:37 (52562) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:37 (52562) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:50:38 (52562) INFO : Bulk load completed, total run time : 2.44574 seconds
2015-01-15 22:50:38.330865986 after import
2015-01-15 22:50:38.338647474 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=151
--------------
Query OK, 130000 rows affected (2.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.98 sec)
Bye
2015-01-15 22:50:42.601094610 after sql statement
2015-01-15 22:50:42.604678319 before sql statment
--------------
update test211_13 set c2=c1 where batch=151
--------------
Query OK, 130000 rows affected (3.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:45.810530271 after sql statement
2015-01-15 22:50:45.817885893 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=151
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.82 sec)
Bye
2015-01-15 22:50:46.650804121 after sql statement
2015-01-15 22:50:46.796053150 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (4.80 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:51.621511194 after sql statement
2015-01-15 22:50:51.631432593 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=152
--------------
Query OK, 130000 rows affected (7.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.34 sec)
Bye
2015-01-15 22:51:00.485655793 after sql statement
2015-01-15 22:51:00.510232303 before sql statment
--------------
update test211_13 set c2=c1 where batch=152
--------------
Query OK, 130000 rows affected (3.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:03.822662746 after sql statement
2015-01-15 22:51:03.826576248 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=152
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (1.19 sec)
Bye
2015-01-15 22:51:05.019712435 after sql statement
2015-01-15 22:51:05.023098974 before import
Locale is : C
Using table OID 62664 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T225106_Job_62664.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62664.log
2015-01-15 22:51:06 (6745) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62664_D20150115_T225106_Job_62664.xml
2015-01-15 22:51:06 (6745) INFO : Job file loaded, run time for this step : 0.388987 seconds
2015-01-15 22:51:06 (6745) INFO : PreProcessing check starts
2015-01-15 22:51:06 (6745) INFO : PreProcessing check completed
2015-01-15 22:51:06 (6745) INFO : preProcess completed, run time for this step : 0.0623441 seconds
2015-01-15 22:51:06 (6745) INFO : No of Read Threads Spawned = 1
2015-01-15 22:51:06 (6745) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:51:06 (6745) INFO : Reading input from STDIN to import into table dmlc.test211_13...
2015-01-15 22:51:06 (6745) INFO : For table dmlc.test211_13: 130000 rows processed and 130000 rows inserted.
2015-01-15 22:51:07 (6745) INFO : Bulk load completed, total run time : 1.47501 seconds
2015-01-15 22:51:07.364581794 after import
2015-01-15 22:51:07.377049669 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_13 where batch=153
--------------
Query OK, 130000 rows affected (3.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:51:11.319654772 after sql statement
2015-01-15 22:51:11.333873860 before sql statment
--------------
update test211_13 set c2=c1 where batch=153
--------------
Query OK, 130000 rows affected (2.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:14.023879494 after sql statement
2015-01-15 22:51:14.032398788 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=153
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:51:14.749727163 after sql statement
2015-01-15 22:51:15.005942794 before sql statment
--------------
load data infile '/tmp/test211_13.tbl' into table test211_13 fields terminated by '|'
--------------
Query OK, 130000 rows affected (5.82 sec)
Records: 130000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:51:20.836431358 after sql statement
2015-01-15 22:51:20.926226641 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_13 where batch=154
--------------
Query OK, 130000 rows affected (2.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:51:24.075207708 after sql statement
2015-01-15 22:51:24.082627711 before sql statment
--------------
update test211_13 set c2=c1 where batch=154
--------------
Query OK, 130000 rows affected (1.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:25.763140725 after sql statement
2015-01-15 22:51:25.770282044 before sql statment
--------------
select count(*), if(count(*)=130000, 'good', 'bad') result from test211_13 where batch=154
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 130000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:51:25.923735549 after sql statement
Thu Jan 15 22:51:25 CST 2015 - All done.