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

11505 lines
337 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.684833479 before sql statment
--------------
drop table if exists test211_5
--------------
Query OK, 0 rows affected (1.89 sec)
--------------
create table test211_5(batch int, c1 int, c2 int)engine=infinidb
--------------
Query OK, 0 rows affected (2.94 sec)
Bye
2015-01-15 22:19:22.528930005 after sql statement
2015-01-15 22:19:22.532259120 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T221922_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:19:23 (23980) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T221922_Job_62684.xml
2015-01-15 22:19:23 (23980) INFO : Job file loaded, run time for this step : 0.394624 seconds
2015-01-15 22:19:23 (23980) INFO : PreProcessing check starts
2015-01-15 22:19:23 (23980) INFO : PreProcessing check completed
2015-01-15 22:19:23 (23980) INFO : preProcess completed, run time for this step : 0.016633 seconds
2015-01-15 22:19:23 (23980) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:23 (23980) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:19:23 (23980) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:23 (23980) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:19:24 (23980) INFO : Bulk load completed, total run time : 1.42672 seconds
2015-01-15 22:19:24.103429863 after import
2015-01-15 22:19:24.108698089 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=1
--------------
Query OK, 50000 rows affected (3.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:19:28.427960944 after sql statement
2015-01-15 22:19:28.431941710 before sql statment
--------------
update test211_5 set c2=c1 where batch=1
--------------
Query OK, 50000 rows affected (1.21 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:29.660761431 after sql statement
2015-01-15 22:19:29.682392484 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=1
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.15 sec)
Bye
2015-01-15 22:19:29.843699341 after sql statement
2015-01-15 22:19:29.891628613 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.42 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:33.321531774 after sql statement
2015-01-15 22:19:33.334033272 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=2
--------------
Query OK, 50000 rows affected (1.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.51 sec)
Bye
2015-01-15 22:19:35.452997747 after sql statement
2015-01-15 22:19:35.462714477 before sql statment
--------------
update test211_5 set c2=c1 where batch=2
--------------
Query OK, 50000 rows affected (2.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:37.893038383 after sql statement
2015-01-15 22:19:37.909607719 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=2
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:19:38.151335494 after sql statement
2015-01-15 22:19:38.153722276 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T221938_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:19:38 (37198) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T221938_Job_62684.xml
2015-01-15 22:19:38 (37198) INFO : Job file loaded, run time for this step : 0.382695 seconds
2015-01-15 22:19:38 (37198) INFO : PreProcessing check starts
2015-01-15 22:19:38 (37198) INFO : PreProcessing check completed
2015-01-15 22:19:38 (37198) INFO : preProcess completed, run time for this step : 0.0715611 seconds
2015-01-15 22:19:38 (37198) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:38 (37198) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:38 (37198) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:19:38 (37198) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:19:39 (37198) INFO : Bulk load completed, total run time : 1.47174 seconds
2015-01-15 22:19:39.786317046 after import
2015-01-15 22:19:39.790351185 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=3
--------------
Query OK, 50000 rows affected (1.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.79 sec)
Bye
2015-01-15 22:19:41.720996550 after sql statement
2015-01-15 22:19:41.726270861 before sql statment
--------------
update test211_5 set c2=c1 where batch=3
--------------
Query OK, 50000 rows affected (1.29 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:43.019598570 after sql statement
2015-01-15 22:19:43.030916535 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=3
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.76 sec)
Bye
2015-01-15 22:19:43.819420876 after sql statement
2015-01-15 22:19:43.938465704 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.84 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:49.815581642 after sql statement
2015-01-15 22:19:49.825971413 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=4
--------------
Query OK, 50000 rows affected (3.81 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:19:54.328102279 after sql statement
2015-01-15 22:19:54.338082198 before sql statment
--------------
update test211_5 set c2=c1 where batch=4
--------------
Query OK, 50000 rows affected (1.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:55.611408997 after sql statement
2015-01-15 22:19:55.615970614 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=4
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.11 sec)
Bye
2015-01-15 22:19:55.737908692 after sql statement
2015-01-15 22:19:55.743765110 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T221956_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:19:56 (49305) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T221956_Job_62684.xml
2015-01-15 22:19:56 (49305) INFO : Job file loaded, run time for this step : 0.666925 seconds
2015-01-15 22:19:56 (49305) INFO : PreProcessing check starts
2015-01-15 22:19:56 (49305) INFO : PreProcessing check completed
2015-01-15 22:19:56 (49305) INFO : preProcess completed, run time for this step : 0.0568509 seconds
2015-01-15 22:19:56 (49305) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:56 (49305) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:56 (49305) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:19:57 (49305) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:19:57 (49305) INFO : Bulk load completed, total run time : 1.73996 seconds
2015-01-15 22:19:57.708700380 after import
2015-01-15 22:19:57.718851495 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=5
--------------
Query OK, 50000 rows affected (3.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:20:02.313179155 after sql statement
2015-01-15 22:20:02.322275216 before sql statment
--------------
update test211_5 set c2=c1 where batch=5
--------------
Query OK, 50000 rows affected (3.21 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:05.540141674 after sql statement
2015-01-15 22:20:05.545524379 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=5
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:20:05.793793251 after sql statement
2015-01-15 22:20:05.884409655 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.10 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:10.993554939 after sql statement
2015-01-15 22:20:11.005696088 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=6
--------------
Query OK, 50000 rows affected (3.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:20:15.515243420 after sql statement
2015-01-15 22:20:15.521477336 before sql statment
--------------
update test211_5 set c2=c1 where batch=6
--------------
Query OK, 50000 rows affected (1.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:17.501852683 after sql statement
2015-01-15 22:20:17.506299306 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=6
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.10 sec)
Bye
2015-01-15 22:20:17.620138297 after sql statement
2015-01-15 22:20:17.622646839 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222021_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:20:21 (725) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222021_Job_62684.xml
2015-01-15 22:20:21 (725) INFO : Job file loaded, run time for this step : 0.549636 seconds
2015-01-15 22:20:21 (725) INFO : PreProcessing check starts
2015-01-15 22:20:21 (725) INFO : PreProcessing check completed
2015-01-15 22:20:21 (725) INFO : preProcess completed, run time for this step : 0.0630281 seconds
2015-01-15 22:20:21 (725) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:21 (725) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:21 (725) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:20:21 (725) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:20:22 (725) INFO : Bulk load completed, total run time : 1.6431 seconds
2015-01-15 22:20:22.519418610 after import
2015-01-15 22:20:22.524468092 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=7
--------------
Query OK, 50000 rows affected (1.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.68 sec)
Bye
2015-01-15 22:20:26.057725077 after sql statement
2015-01-15 22:20:26.062138244 before sql statment
--------------
update test211_5 set c2=c1 where batch=7
--------------
Query OK, 50000 rows affected (2.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:29.031201160 after sql statement
2015-01-15 22:20:29.039908487 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=7
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:20:29.318817613 after sql statement
2015-01-15 22:20:29.361706463 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.66 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:35.028829338 after sql statement
2015-01-15 22:20:35.034487131 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=8
--------------
Query OK, 50000 rows affected (2.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.04 sec)
Bye
2015-01-15 22:20:38.319735194 after sql statement
2015-01-15 22:20:38.331079796 before sql statment
--------------
update test211_5 set c2=c1 where batch=8
--------------
Query OK, 50000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:40.454054539 after sql statement
2015-01-15 22:20:40.462544193 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=8
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:20:41.280068663 after sql statement
2015-01-15 22:20:41.289392863 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222041_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:20:41 (18778) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222041_Job_62684.xml
2015-01-15 22:20:41 (18778) INFO : Job file loaded, run time for this step : 0.422149 seconds
2015-01-15 22:20:41 (18778) INFO : PreProcessing check starts
2015-01-15 22:20:41 (18778) INFO : PreProcessing check completed
2015-01-15 22:20:41 (18778) INFO : preProcess completed, run time for this step : 0.0282431 seconds
2015-01-15 22:20:41 (18778) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:41 (18778) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:20:41 (18778) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:42 (18778) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:20:42 (18778) INFO : Bulk load completed, total run time : 1.49364 seconds
2015-01-15 22:20:42.978204398 after import
2015-01-15 22:20:42.989249841 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=9
--------------
Query OK, 50000 rows affected (2.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.22 sec)
Bye
2015-01-15 22:20:45.507486320 after sql statement
2015-01-15 22:20:45.520778237 before sql statment
--------------
update test211_5 set c2=c1 where batch=9
--------------
Query OK, 50000 rows affected (1.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:46.785978523 after sql statement
2015-01-15 22:20:46.797003119 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=9
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:20:47.067392322 after sql statement
2015-01-15 22:20:47.105994021 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.86 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:50.978218539 after sql statement
2015-01-15 22:20:50.982682844 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=10
--------------
Query OK, 50000 rows affected (3.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:20:55.057675886 after sql statement
2015-01-15 22:20:55.063408883 before sql statment
--------------
update test211_5 set c2=c1 where batch=10
--------------
Query OK, 50000 rows affected (2.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:57.335128928 after sql statement
2015-01-15 22:20:57.350104750 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=10
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.25 sec)
Bye
2015-01-15 22:20:58.605646576 after sql statement
2015-01-15 22:20:58.616661909 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222059_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:20:59 (32361) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222059_Job_62684.xml
2015-01-15 22:20:59 (32361) INFO : Job file loaded, run time for this step : 0.438117 seconds
2015-01-15 22:20:59 (32361) INFO : PreProcessing check starts
2015-01-15 22:20:59 (32361) INFO : PreProcessing check completed
2015-01-15 22:20:59 (32361) INFO : preProcess completed, run time for this step : 0.0639811 seconds
2015-01-15 22:20:59 (32361) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:59 (32361) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:20:59 (32361) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:59 (32361) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:21:00 (32361) INFO : Bulk load completed, total run time : 1.53923 seconds
2015-01-15 22:21:00.368144668 after import
2015-01-15 22:21:00.377042330 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=11
--------------
Query OK, 50000 rows affected (2.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.63 sec)
Bye
2015-01-15 22:21:04.121727280 after sql statement
2015-01-15 22:21:04.135755529 before sql statment
--------------
update test211_5 set c2=c1 where batch=11
--------------
Query OK, 50000 rows affected (3.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:07.763223663 after sql statement
2015-01-15 22:21:07.766919438 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=11
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:21:08.322277008 after sql statement
2015-01-15 22:21:08.389126727 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.49 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:11.889727666 after sql statement
2015-01-15 22:21:11.910873883 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=12
--------------
Query OK, 50000 rows affected (1.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.49 sec)
Bye
2015-01-15 22:21:14.405604253 after sql statement
2015-01-15 22:21:14.414662763 before sql statment
--------------
update test211_5 set c2=c1 where batch=12
--------------
Query OK, 50000 rows affected (1.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:16.192648960 after sql statement
2015-01-15 22:21:16.200200000 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=12
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.11 sec)
Bye
2015-01-15 22:21:16.313966097 after sql statement
2015-01-15 22:21:16.317332722 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222117_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:21:17 (45949) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222117_Job_62684.xml
2015-01-15 22:21:17 (45949) INFO : Job file loaded, run time for this step : 0.3752 seconds
2015-01-15 22:21:17 (45949) INFO : PreProcessing check starts
2015-01-15 22:21:17 (45949) INFO : PreProcessing check completed
2015-01-15 22:21:17 (45949) INFO : preProcess completed, run time for this step : 0.0483768 seconds
2015-01-15 22:21:17 (45949) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:17 (45949) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:17 (45949) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:21:17 (45949) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:21:18 (45949) INFO : Bulk load completed, total run time : 1.43733 seconds
2015-01-15 22:21:18.475687391 after import
2015-01-15 22:21:18.484131750 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=13
--------------
Query OK, 50000 rows affected (2.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:21:21.237711614 after sql statement
2015-01-15 22:21:21.253376907 before sql statment
--------------
update test211_5 set c2=c1 where batch=13
--------------
Query OK, 50000 rows affected (2.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:23.440045585 after sql statement
2015-01-15 22:21:23.446825877 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=13
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.76 sec)
Bye
2015-01-15 22:21:24.220720743 after sql statement
2015-01-15 22:21:24.263625330 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.59 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:27.870795937 after sql statement
2015-01-15 22:21:27.877426434 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=14
--------------
Query OK, 50000 rows affected (2.45 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:21:31.514179475 after sql statement
2015-01-15 22:21:31.525414292 before sql statment
--------------
update test211_5 set c2=c1 where batch=14
--------------
Query OK, 50000 rows affected (1.93 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:33.480807096 after sql statement
2015-01-15 22:21:33.489172773 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=14
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:21:33.727261319 after sql statement
2015-01-15 22:21:33.729243837 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222134_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:21:34 (60483) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222134_Job_62684.xml
2015-01-15 22:21:34 (60483) INFO : Job file loaded, run time for this step : 0.378102 seconds
2015-01-15 22:21:34 (60483) INFO : PreProcessing check starts
2015-01-15 22:21:34 (60483) INFO : PreProcessing check completed
2015-01-15 22:21:34 (60483) INFO : preProcess completed, run time for this step : 0.0632129 seconds
2015-01-15 22:21:34 (60483) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:34 (60483) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:21:34 (60483) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:34 (60483) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:21:35 (60483) INFO : Bulk load completed, total run time : 1.45171 seconds
2015-01-15 22:21:35.346859048 after import
2015-01-15 22:21:35.353905761 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=15
--------------
Query OK, 50000 rows affected (2.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:21:38.259295525 after sql statement
2015-01-15 22:21:38.270937551 before sql statment
--------------
update test211_5 set c2=c1 where batch=15
--------------
Query OK, 50000 rows affected (1.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:39.707178080 after sql statement
2015-01-15 22:21:39.710649182 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=15
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:21:39.945799974 after sql statement
2015-01-15 22:21:40.000732983 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.44 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:43.450596992 after sql statement
2015-01-15 22:21:43.454532421 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=16
--------------
Query OK, 50000 rows affected (3.01 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.98 sec)
Bye
2015-01-15 22:21:47.467004198 after sql statement
2015-01-15 22:21:47.472015705 before sql statment
--------------
update test211_5 set c2=c1 where batch=16
--------------
Query OK, 50000 rows affected (1.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:49.062680660 after sql statement
2015-01-15 22:21:49.067236975 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=16
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.43 sec)
Bye
2015-01-15 22:21:49.511705265 after sql statement
2015-01-15 22:21:49.528743863 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222149_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:21:50 (9156) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222149_Job_62684.xml
2015-01-15 22:21:50 (9156) INFO : Job file loaded, run time for this step : 0.346863 seconds
2015-01-15 22:21:50 (9156) INFO : PreProcessing check starts
2015-01-15 22:21:50 (9156) INFO : PreProcessing check completed
2015-01-15 22:21:50 (9156) INFO : preProcess completed, run time for this step : 0.0590439 seconds
2015-01-15 22:21:50 (9156) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:50 (9156) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:21:50 (9156) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:50 (9156) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:21:51 (9156) INFO : Bulk load completed, total run time : 1.42737 seconds
2015-01-15 22:21:51.130701913 after import
2015-01-15 22:21:51.137452434 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=17
--------------
Query OK, 50000 rows affected (2.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:21:54.679052702 after sql statement
2015-01-15 22:21:54.709898692 before sql statment
--------------
update test211_5 set c2=c1 where batch=17
--------------
Query OK, 50000 rows affected (2.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:57.179656768 after sql statement
2015-01-15 22:21:57.190458037 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=17
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:21:57.379696047 after sql statement
2015-01-15 22:21:57.478373648 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.60 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:01.107578951 after sql statement
2015-01-15 22:22:01.122450326 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=18
--------------
Query OK, 50000 rows affected (2.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:22:03.533634130 after sql statement
2015-01-15 22:22:03.538027008 before sql statment
--------------
update test211_5 set c2=c1 where batch=18
--------------
Query OK, 50000 rows affected (1.98 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:05.526914922 after sql statement
2015-01-15 22:22:05.530459874 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=18
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:22:05.669013986 after sql statement
2015-01-15 22:22:05.671168693 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222206_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:22:06 (23687) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222206_Job_62684.xml
2015-01-15 22:22:06 (23687) INFO : Job file loaded, run time for this step : 0.283453 seconds
2015-01-15 22:22:06 (23687) INFO : PreProcessing check starts
2015-01-15 22:22:06 (23687) INFO : PreProcessing check completed
2015-01-15 22:22:06 (23687) INFO : preProcess completed, run time for this step : 0.0404792 seconds
2015-01-15 22:22:06 (23687) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:06 (23687) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:22:06 (23687) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:06 (23687) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:22:08 (23687) INFO : Bulk load completed, total run time : 2.36367 seconds
2015-01-15 22:22:08.200242253 after import
2015-01-15 22:22:08.204562638 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=19
--------------
Query OK, 50000 rows affected (1.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.50 sec)
Bye
2015-01-15 22:22:10.488658188 after sql statement
2015-01-15 22:22:10.501368939 before sql statment
--------------
update test211_5 set c2=c1 where batch=19
--------------
Query OK, 50000 rows affected (2.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:12.645644560 after sql statement
2015-01-15 22:22:12.660843151 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=19
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:22:12.887938882 after sql statement
2015-01-15 22:22:12.933757590 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.98 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:17.946192313 after sql statement
2015-01-15 22:22:17.959528748 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=20
--------------
Query OK, 50000 rows affected (2.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.54 sec)
Bye
2015-01-15 22:22:20.899105276 after sql statement
2015-01-15 22:22:20.905447269 before sql statment
--------------
update test211_5 set c2=c1 where batch=20
--------------
Query OK, 50000 rows affected (1.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:22.252280833 after sql statement
2015-01-15 22:22:22.258916810 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=20
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:22:22.511869473 after sql statement
2015-01-15 22:22:22.526324829 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222223_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:22:23 (36987) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222223_Job_62684.xml
2015-01-15 22:22:23 (36987) INFO : Job file loaded, run time for this step : 0.408707 seconds
2015-01-15 22:22:23 (36987) INFO : PreProcessing check starts
2015-01-15 22:22:23 (36987) INFO : PreProcessing check completed
2015-01-15 22:22:23 (36987) INFO : preProcess completed, run time for this step : 0.162994 seconds
2015-01-15 22:22:23 (36987) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:23 (36987) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:22:23 (36987) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:23 (36987) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:22:24 (36987) INFO : Bulk load completed, total run time : 1.58403 seconds
2015-01-15 22:22:24.486567289 after import
2015-01-15 22:22:24.493942759 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=21
--------------
Query OK, 50000 rows affected (3.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.22 sec)
Bye
2015-01-15 22:22:31.122102404 after sql statement
2015-01-15 22:22:31.126583053 before sql statment
--------------
update test211_5 set c2=c1 where batch=21
--------------
Query OK, 50000 rows affected (1.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:32.582619543 after sql statement
2015-01-15 22:22:32.587686476 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=21
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:22:32.891261602 after sql statement
2015-01-15 22:22:32.929883974 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.95 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:36.896682432 after sql statement
2015-01-15 22:22:36.904795892 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=22
--------------
Query OK, 50000 rows affected (1.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.41 sec)
Bye
2015-01-15 22:22:39.227290750 after sql statement
2015-01-15 22:22:39.239250784 before sql statment
--------------
update test211_5 set c2=c1 where batch=22
--------------
Query OK, 50000 rows affected (2.29 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:41.544138180 after sql statement
2015-01-15 22:22:41.548632723 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=22
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:22:41.733512007 after sql statement
2015-01-15 22:22:41.735766255 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222242_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:22:42 (50672) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222242_Job_62684.xml
2015-01-15 22:22:42 (50672) INFO : Job file loaded, run time for this step : 0.374316 seconds
2015-01-15 22:22:42 (50672) INFO : PreProcessing check starts
2015-01-15 22:22:42 (50672) INFO : PreProcessing check completed
2015-01-15 22:22:42 (50672) INFO : preProcess completed, run time for this step : 0.038476 seconds
2015-01-15 22:22:42 (50672) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:42 (50672) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:22:42 (50672) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:42 (50672) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:22:43 (50672) INFO : Bulk load completed, total run time : 1.43472 seconds
2015-01-15 22:22:43.344697539 after import
2015-01-15 22:22:43.359262940 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=23
--------------
Query OK, 50000 rows affected (1.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:22:46.343334772 after sql statement
2015-01-15 22:22:46.354225244 before sql statment
--------------
update test211_5 set c2=c1 where batch=23
--------------
Query OK, 50000 rows affected (1.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:48.277798139 after sql statement
2015-01-15 22:22:48.292503441 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=23
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.65 sec)
Bye
2015-01-15 22:22:48.948327337 after sql statement
2015-01-15 22:22:49.135842785 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.23 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:53.372981150 after sql statement
2015-01-15 22:22:53.380427112 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=24
--------------
Query OK, 50000 rows affected (2.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.93 sec)
Bye
2015-01-15 22:22:57.555159336 after sql statement
2015-01-15 22:22:57.563043963 before sql statment
--------------
update test211_5 set c2=c1 where batch=24
--------------
Query OK, 50000 rows affected (2.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:00.538775051 after sql statement
2015-01-15 22:23:00.548127875 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=24
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:23:00.820849612 after sql statement
2015-01-15 22:23:00.823693492 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222301_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:23:01 (2339) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222301_Job_62684.xml
2015-01-15 22:23:01 (2339) INFO : Job file loaded, run time for this step : 0.363716 seconds
2015-01-15 22:23:01 (2339) INFO : PreProcessing check starts
2015-01-15 22:23:01 (2339) INFO : PreProcessing check completed
2015-01-15 22:23:01 (2339) INFO : preProcess completed, run time for this step : 0.04545 seconds
2015-01-15 22:23:01 (2339) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:01 (2339) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:01 (2339) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:23:01 (2339) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:23:02 (2339) INFO : Bulk load completed, total run time : 1.4324 seconds
2015-01-15 22:23:02.429731756 after import
2015-01-15 22:23:02.441752753 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=25
--------------
Query OK, 50000 rows affected (2.81 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:23:05.818272269 after sql statement
2015-01-15 22:23:05.824947662 before sql statment
--------------
update test211_5 set c2=c1 where batch=25
--------------
Query OK, 50000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:07.436972480 after sql statement
2015-01-15 22:23:07.448307805 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=25
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:23:08.215489978 after sql statement
2015-01-15 22:23:08.248975627 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.67 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:11.919807769 after sql statement
2015-01-15 22:23:11.956155967 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=26
--------------
Query OK, 50000 rows affected (1.87 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:23:14.853937861 after sql statement
2015-01-15 22:23:14.860500669 before sql statment
--------------
update test211_5 set c2=c1 where batch=26
--------------
Query OK, 50000 rows affected (1.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:16.268662538 after sql statement
2015-01-15 22:23:16.278480809 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=26
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:23:16.623435550 after sql statement
2015-01-15 22:23:16.626087050 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222316_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:23:16 (16529) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222316_Job_62684.xml
2015-01-15 22:23:16 (16529) INFO : Job file loaded, run time for this step : 0.234432 seconds
2015-01-15 22:23:16 (16529) INFO : PreProcessing check starts
2015-01-15 22:23:16 (16529) INFO : PreProcessing check completed
2015-01-15 22:23:16 (16529) INFO : preProcess completed, run time for this step : 0.023278 seconds
2015-01-15 22:23:16 (16529) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:16 (16529) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:23:16 (16529) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:17 (16529) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:23:18 (16529) INFO : Bulk load completed, total run time : 1.28688 seconds
2015-01-15 22:23:18.033712307 after import
2015-01-15 22:23:18.038663946 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=27
--------------
Query OK, 50000 rows affected (1.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.43 sec)
Bye
2015-01-15 22:23:20.275124161 after sql statement
2015-01-15 22:23:20.293248486 before sql statment
--------------
update test211_5 set c2=c1 where batch=27
--------------
Query OK, 50000 rows affected (2.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:22.504864149 after sql statement
2015-01-15 22:23:22.515876891 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=27
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.32 sec)
Bye
2015-01-15 22:23:23.856319229 after sql statement
2015-01-15 22:23:23.909670623 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.61 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:27.529080111 after sql statement
2015-01-15 22:23:27.536412450 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=28
--------------
Query OK, 50000 rows affected (1.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:23:30.173806385 after sql statement
2015-01-15 22:23:30.182379882 before sql statment
--------------
update test211_5 set c2=c1 where batch=28
--------------
Query OK, 50000 rows affected (1.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:31.940140638 after sql statement
2015-01-15 22:23:31.948941029 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=28
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:23:32.468207922 after sql statement
2015-01-15 22:23:32.479346725 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222333_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:23:33 (29793) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222333_Job_62684.xml
2015-01-15 22:23:33 (29793) INFO : Job file loaded, run time for this step : 0.369508 seconds
2015-01-15 22:23:33 (29793) INFO : PreProcessing check starts
2015-01-15 22:23:33 (29793) INFO : PreProcessing check completed
2015-01-15 22:23:33 (29793) INFO : preProcess completed, run time for this step : 0.0609 seconds
2015-01-15 22:23:33 (29793) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:33 (29793) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:33 (29793) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:23:33 (29793) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:23:34 (29793) INFO : Bulk load completed, total run time : 1.46594 seconds
2015-01-15 22:23:34.147326608 after import
2015-01-15 22:23:34.153351770 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=29
--------------
Query OK, 50000 rows affected (2.57 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.85 sec)
Bye
2015-01-15 22:23:37.586748189 after sql statement
2015-01-15 22:23:37.597860114 before sql statment
--------------
update test211_5 set c2=c1 where batch=29
--------------
Query OK, 50000 rows affected (3.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:41.137216088 after sql statement
2015-01-15 22:23:41.150277546 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=29
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:23:41.331202451 after sql statement
2015-01-15 22:23:41.372378582 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.80 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:45.192557112 after sql statement
2015-01-15 22:23:45.210293794 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=30
--------------
Query OK, 50000 rows affected (1.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:23:47.886213912 after sql statement
2015-01-15 22:23:47.900212616 before sql statment
--------------
update test211_5 set c2=c1 where batch=30
--------------
Query OK, 50000 rows affected (1.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:49.177254158 after sql statement
2015-01-15 22:23:49.182509900 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=30
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:23:49.504677334 after sql statement
2015-01-15 22:23:49.507447011 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222349_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:23:49 (43925) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222349_Job_62684.xml
2015-01-15 22:23:49 (43925) INFO : Job file loaded, run time for this step : 0.276253 seconds
2015-01-15 22:23:49 (43925) INFO : PreProcessing check starts
2015-01-15 22:23:49 (43925) INFO : PreProcessing check completed
2015-01-15 22:23:49 (43925) INFO : preProcess completed, run time for this step : 0.0400901 seconds
2015-01-15 22:23:49 (43925) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:49 (43925) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:49 (43925) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:23:50 (43925) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:23:51 (43925) INFO : Bulk load completed, total run time : 1.33508 seconds
2015-01-15 22:23:51.021764426 after import
2015-01-15 22:23:51.046825567 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=31
--------------
Query OK, 50000 rows affected (2.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.93 sec)
Bye
2015-01-15 22:23:54.938312585 after sql statement
2015-01-15 22:23:54.942828913 before sql statment
--------------
update test211_5 set c2=c1 where batch=31
--------------
Query OK, 50000 rows affected (3.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:58.210401458 after sql statement
2015-01-15 22:23:58.217723382 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=31
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.09 sec)
Bye
2015-01-15 22:23:59.322346022 after sql statement
2015-01-15 22:23:59.413334428 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.93 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:03.348570349 after sql statement
2015-01-15 22:24:03.354400883 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=32
--------------
Query OK, 50000 rows affected (1.96 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:24:06.316371705 after sql statement
2015-01-15 22:24:06.352285173 before sql statment
--------------
update test211_5 set c2=c1 where batch=32
--------------
Query OK, 50000 rows affected (1.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:07.841743102 after sql statement
2015-01-15 22:24:07.860063022 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=32
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:24:08.416138754 after sql statement
2015-01-15 22:24:08.418916257 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222408_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:24:08 (57851) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222408_Job_62684.xml
2015-01-15 22:24:08 (57851) INFO : Job file loaded, run time for this step : 0.233695 seconds
2015-01-15 22:24:08 (57851) INFO : PreProcessing check starts
2015-01-15 22:24:08 (57851) INFO : PreProcessing check completed
2015-01-15 22:24:08 (57851) INFO : preProcess completed, run time for this step : 0.0372241 seconds
2015-01-15 22:24:08 (57851) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:08 (57851) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:24:08 (57851) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:08 (57851) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:24:09 (57851) INFO : Bulk load completed, total run time : 1.30069 seconds
2015-01-15 22:24:09.867025351 after import
2015-01-15 22:24:09.915525352 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=33
--------------
Query OK, 50000 rows affected (3.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.36 sec)
Bye
2015-01-15 22:24:13.523277617 after sql statement
2015-01-15 22:24:13.532620005 before sql statment
--------------
update test211_5 set c2=c1 where batch=33
--------------
Query OK, 50000 rows affected (1.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:15.463333533 after sql statement
2015-01-15 22:24:15.468977040 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=33
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:24:15.970794683 after sql statement
2015-01-15 22:24:16.126076438 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.94 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:20.083705657 after sql statement
2015-01-15 22:24:20.093304719 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=34
--------------
Query OK, 50000 rows affected (2.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.08 sec)
Bye
2015-01-15 22:24:23.855784410 after sql statement
2015-01-15 22:24:23.866829768 before sql statment
--------------
update test211_5 set c2=c1 where batch=34
--------------
Query OK, 50000 rows affected (4.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:28.312988212 after sql statement
2015-01-15 22:24:28.318328287 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=34
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:24:28.576743236 after sql statement
2015-01-15 22:24:28.583372475 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222429_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:24:29 (7746) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222429_Job_62684.xml
2015-01-15 22:24:29 (7746) INFO : Job file loaded, run time for this step : 0.510008 seconds
2015-01-15 22:24:29 (7746) INFO : PreProcessing check starts
2015-01-15 22:24:29 (7746) INFO : PreProcessing check completed
2015-01-15 22:24:29 (7746) INFO : preProcess completed, run time for this step : 0.101659 seconds
2015-01-15 22:24:29 (7746) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:29 (7746) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:29 (7746) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:24:30 (7746) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:24:30 (7746) INFO : Bulk load completed, total run time : 1.63986 seconds
2015-01-15 22:24:30.942485270 after import
2015-01-15 22:24:30.948558798 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=35
--------------
Query OK, 50000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.12 sec)
Bye
2015-01-15 22:24:34.920516959 after sql statement
2015-01-15 22:24:34.924752141 before sql statment
--------------
update test211_5 set c2=c1 where batch=35
--------------
Query OK, 50000 rows affected (1.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:36.339380220 after sql statement
2015-01-15 22:24:36.349978195 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=35
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:24:36.928504869 after sql statement
2015-01-15 22:24:36.979037339 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.41 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:40.396973501 after sql statement
2015-01-15 22:24:40.406130882 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=36
--------------
Query OK, 50000 rows affected (2.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.24 sec)
Bye
2015-01-15 22:24:43.250954945 after sql statement
2015-01-15 22:24:43.264846630 before sql statment
--------------
update test211_5 set c2=c1 where batch=36
--------------
Query OK, 50000 rows affected (2.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:45.601387138 after sql statement
2015-01-15 22:24:45.607085662 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=36
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:24:46.062235030 after sql statement
2015-01-15 22:24:46.064435330 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222447_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:24:47 (21773) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222447_Job_62684.xml
2015-01-15 22:24:47 (21773) INFO : Job file loaded, run time for this step : 1.39658 seconds
2015-01-15 22:24:47 (21773) INFO : PreProcessing check starts
2015-01-15 22:24:47 (21773) INFO : PreProcessing check completed
2015-01-15 22:24:47 (21773) INFO : preProcess completed, run time for this step : 0.064991 seconds
2015-01-15 22:24:47 (21773) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:47 (21773) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:47 (21773) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:24:47 (21773) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:24:48 (21773) INFO : Bulk load completed, total run time : 2.47951 seconds
2015-01-15 22:24:48.691170595 after import
2015-01-15 22:24:48.714751821 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=37
--------------
Query OK, 50000 rows affected (3.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.21 sec)
Bye
2015-01-15 22:24:54.192119632 after sql statement
2015-01-15 22:24:54.198399074 before sql statment
--------------
update test211_5 set c2=c1 where batch=37
--------------
Query OK, 50000 rows affected (4.02 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:58.232805461 after sql statement
2015-01-15 22:24:58.248697962 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=37
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:24:58.802271987 after sql statement
2015-01-15 22:24:58.862212906 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.15 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:03.023612168 after sql statement
2015-01-15 22:25:03.027118387 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=38
--------------
Query OK, 50000 rows affected (1.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.93 sec)
Bye
2015-01-15 22:25:05.859454009 after sql statement
2015-01-15 22:25:05.863695338 before sql statment
--------------
update test211_5 set c2=c1 where batch=38
--------------
Query OK, 50000 rows affected (4.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:10.364123886 after sql statement
2015-01-15 22:25:10.375141118 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=38
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:25:10.562092264 after sql statement
2015-01-15 22:25:10.564946442 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222510_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:25:11 (38806) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222510_Job_62684.xml
2015-01-15 22:25:11 (38806) INFO : Job file loaded, run time for this step : 0.289454 seconds
2015-01-15 22:25:11 (38806) INFO : PreProcessing check starts
2015-01-15 22:25:11 (38806) INFO : PreProcessing check completed
2015-01-15 22:25:11 (38806) INFO : preProcess completed, run time for this step : 0.0339 seconds
2015-01-15 22:25:11 (38806) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:11 (38806) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:25:11 (38806) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:11 (38806) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:25:12 (38806) INFO : Bulk load completed, total run time : 1.35458 seconds
2015-01-15 22:25:12.095330145 after import
2015-01-15 22:25:12.101099340 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=39
--------------
Query OK, 50000 rows affected (2.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:25:14.967507404 after sql statement
2015-01-15 22:25:14.983510723 before sql statment
--------------
update test211_5 set c2=c1 where batch=39
--------------
Query OK, 50000 rows affected (2.07 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:17.086611880 after sql statement
2015-01-15 22:25:17.105846301 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=39
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.10 sec)
Bye
2015-01-15 22:25:18.220449988 after sql statement
2015-01-15 22:25:18.303983237 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.90 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:22.232281754 after sql statement
2015-01-15 22:25:22.238069592 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=40
--------------
Query OK, 50000 rows affected (1.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.31 sec)
Bye
2015-01-15 22:25:25.535488017 after sql statement
2015-01-15 22:25:25.568065481 before sql statment
--------------
update test211_5 set c2=c1 where batch=40
--------------
Query OK, 50000 rows affected (2.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:28.072972718 after sql statement
2015-01-15 22:25:28.091595244 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=40
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:25:28.438922527 after sql statement
2015-01-15 22:25:28.441744015 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222528_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:25:28 (53339) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222528_Job_62684.xml
2015-01-15 22:25:28 (53339) INFO : Job file loaded, run time for this step : 0.324862 seconds
2015-01-15 22:25:28 (53339) INFO : PreProcessing check starts
2015-01-15 22:25:29 (53339) INFO : PreProcessing check completed
2015-01-15 22:25:29 (53339) INFO : preProcess completed, run time for this step : 0.128769 seconds
2015-01-15 22:25:29 (53339) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:29 (53339) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:29 (53339) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:25:29 (53339) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:25:30 (53339) INFO : Bulk load completed, total run time : 1.47688 seconds
2015-01-15 22:25:30.082566532 after import
2015-01-15 22:25:30.087390781 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=41
--------------
Query OK, 50000 rows affected (3.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:25:35.051531483 after sql statement
2015-01-15 22:25:35.056578472 before sql statment
--------------
update test211_5 set c2=c1 where batch=41
--------------
Query OK, 50000 rows affected (1.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:36.634970098 after sql statement
2015-01-15 22:25:36.641477206 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=41
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:25:36.917154923 after sql statement
2015-01-15 22:25:36.958485402 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.50 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:40.471274617 after sql statement
2015-01-15 22:25:40.478639039 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=42
--------------
Query OK, 50000 rows affected (2.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.64 sec)
Bye
2015-01-15 22:25:43.299545910 after sql statement
2015-01-15 22:25:43.305850618 before sql statment
--------------
update test211_5 set c2=c1 where batch=42
--------------
Query OK, 50000 rows affected (3.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:46.630480111 after sql statement
2015-01-15 22:25:46.636236939 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=42
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:25:46.963777603 after sql statement
2015-01-15 22:25:46.966276931 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222547_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:25:47 (3106) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222547_Job_62684.xml
2015-01-15 22:25:47 (3106) INFO : Job file loaded, run time for this step : 0.344274 seconds
2015-01-15 22:25:47 (3106) INFO : PreProcessing check starts
2015-01-15 22:25:48 (3106) INFO : PreProcessing check completed
2015-01-15 22:25:48 (3106) INFO : preProcess completed, run time for this step : 0.0799401 seconds
2015-01-15 22:25:48 (3106) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:48 (3106) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:48 (3106) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:25:48 (3106) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:25:49 (3106) INFO : Bulk load completed, total run time : 1.4693 seconds
2015-01-15 22:25:49.092845817 after import
2015-01-15 22:25:49.106487404 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=43
--------------
Query OK, 50000 rows affected (3.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.31 sec)
Bye
2015-01-15 22:25:53.444970190 after sql statement
2015-01-15 22:25:53.452378790 before sql statment
--------------
update test211_5 set c2=c1 where batch=43
--------------
Query OK, 50000 rows affected (2.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:56.178330168 after sql statement
2015-01-15 22:25:56.205828028 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=43
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:25:56.451803596 after sql statement
2015-01-15 22:25:56.486737116 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.59 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:00.097739457 after sql statement
2015-01-15 22:26:00.112472861 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=44
--------------
Query OK, 50000 rows affected (1.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.26 sec)
Bye
2015-01-15 22:26:02.008655811 after sql statement
2015-01-15 22:26:02.016737273 before sql statment
--------------
update test211_5 set c2=c1 where batch=44
--------------
Query OK, 50000 rows affected (1.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:03.464206757 after sql statement
2015-01-15 22:26:03.469473030 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=44
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:26:04.034126571 after sql statement
2015-01-15 22:26:04.036300584 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222604_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:26:04 (17833) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222604_Job_62684.xml
2015-01-15 22:26:04 (17833) INFO : Job file loaded, run time for this step : 0.399111 seconds
2015-01-15 22:26:04 (17833) INFO : PreProcessing check starts
2015-01-15 22:26:04 (17833) INFO : PreProcessing check completed
2015-01-15 22:26:04 (17833) INFO : preProcess completed, run time for this step : 0.0928869 seconds
2015-01-15 22:26:04 (17833) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:04 (17833) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:26:04 (17833) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:05 (17833) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:26:05 (17833) INFO : Bulk load completed, total run time : 1.51088 seconds
2015-01-15 22:26:05.779314337 after import
2015-01-15 22:26:05.805680479 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=45
--------------
Query OK, 50000 rows affected (2.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:26:09.238160267 after sql statement
2015-01-15 22:26:09.249055426 before sql statment
--------------
update test211_5 set c2=c1 where batch=45
--------------
Query OK, 50000 rows affected (1.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:10.815489962 after sql statement
2015-01-15 22:26:10.828558569 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=45
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.97 sec)
Bye
2015-01-15 22:26:11.798186586 after sql statement
2015-01-15 22:26:11.853643903 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.90 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:15.760361229 after sql statement
2015-01-15 22:26:15.771103771 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=46
--------------
Query OK, 50000 rows affected (2.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.46 sec)
Bye
2015-01-15 22:26:18.474160193 after sql statement
2015-01-15 22:26:18.489377541 before sql statment
--------------
update test211_5 set c2=c1 where batch=46
--------------
Query OK, 50000 rows affected (1.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:20.266280084 after sql statement
2015-01-15 22:26:20.276773231 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=46
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:26:21.054581571 after sql statement
2015-01-15 22:26:21.057801862 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222621_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:26:21 (31938) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222621_Job_62684.xml
2015-01-15 22:26:21 (31938) INFO : Job file loaded, run time for this step : 0.290274 seconds
2015-01-15 22:26:21 (31938) INFO : PreProcessing check starts
2015-01-15 22:26:21 (31938) INFO : PreProcessing check completed
2015-01-15 22:26:21 (31938) INFO : preProcess completed, run time for this step : 0.036483 seconds
2015-01-15 22:26:21 (31938) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:21 (31938) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:26:21 (31938) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:21 (31938) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:26:22 (31938) INFO : Bulk load completed, total run time : 1.3845 seconds
2015-01-15 22:26:22.594675311 after import
2015-01-15 22:26:22.602166561 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=47
--------------
Query OK, 50000 rows affected (1.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:26:25.194213266 after sql statement
2015-01-15 22:26:25.198388983 before sql statment
--------------
update test211_5 set c2=c1 where batch=47
--------------
Query OK, 50000 rows affected (3.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:28.246547582 after sql statement
2015-01-15 22:26:28.251590271 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=47
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:26:29.038932597 after sql statement
2015-01-15 22:26:29.155222614 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.54 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:34.708010507 after sql statement
2015-01-15 22:26:34.713005787 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=48
--------------
Query OK, 50000 rows affected (2.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:26:37.306345436 after sql statement
2015-01-15 22:26:37.310523960 before sql statment
--------------
update test211_5 set c2=c1 where batch=48
--------------
Query OK, 50000 rows affected (2.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:40.284220152 after sql statement
2015-01-15 22:26:40.293227654 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=48
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:26:41.051038049 after sql statement
2015-01-15 22:26:41.054430026 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222641_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:26:41 (46585) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222641_Job_62684.xml
2015-01-15 22:26:41 (46585) INFO : Job file loaded, run time for this step : 0.495391 seconds
2015-01-15 22:26:41 (46585) INFO : PreProcessing check starts
2015-01-15 22:26:41 (46585) INFO : PreProcessing check completed
2015-01-15 22:26:41 (46585) INFO : preProcess completed, run time for this step : 0.051141 seconds
2015-01-15 22:26:41 (46585) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:41 (46585) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:26:41 (46585) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:42 (46585) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:26:42 (46585) INFO : Bulk load completed, total run time : 1.56164 seconds
2015-01-15 22:26:42.829015694 after import
2015-01-15 22:26:42.833514020 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=49
--------------
Query OK, 50000 rows affected (2.14 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:26:46.152613058 after sql statement
2015-01-15 22:26:46.156783041 before sql statment
--------------
update test211_5 set c2=c1 where batch=49
--------------
Query OK, 50000 rows affected (2.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:48.865483876 after sql statement
2015-01-15 22:26:48.876535938 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=49
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:26:49.690290941 after sql statement
2015-01-15 22:26:49.749562543 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.49 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:53.250043047 after sql statement
2015-01-15 22:26:53.326357344 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=50
--------------
Query OK, 50000 rows affected (1.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.46 sec)
Bye
2015-01-15 22:26:55.231682397 after sql statement
2015-01-15 22:26:55.239199402 before sql statment
--------------
update test211_5 set c2=c1 where batch=50
--------------
Query OK, 50000 rows affected (1.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:56.837699174 after sql statement
2015-01-15 22:26:56.853133544 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=50
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:26:57.022079817 after sql statement
2015-01-15 22:26:57.024669072 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222657_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:26:57 (58879) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222657_Job_62684.xml
2015-01-15 22:26:57 (58879) INFO : Job file loaded, run time for this step : 0.430823 seconds
2015-01-15 22:26:57 (58879) INFO : PreProcessing check starts
2015-01-15 22:26:57 (58879) INFO : PreProcessing check completed
2015-01-15 22:26:57 (58879) INFO : preProcess completed, run time for this step : 0.0521061 seconds
2015-01-15 22:26:57 (58879) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:57 (58879) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:26:57 (58879) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:57 (58879) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:26:58 (58879) INFO : Bulk load completed, total run time : 1.53903 seconds
2015-01-15 22:26:58.737176924 after import
2015-01-15 22:26:58.755345961 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=51
--------------
Query OK, 50000 rows affected (2.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.88 sec)
Bye
2015-01-15 22:27:03.547892517 after sql statement
2015-01-15 22:27:03.558566147 before sql statment
--------------
update test211_5 set c2=c1 where batch=51
--------------
Query OK, 50000 rows affected (3.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:07.153685772 after sql statement
2015-01-15 22:27:07.173923762 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=51
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:27:07.426135288 after sql statement
2015-01-15 22:27:07.506953979 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.16 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:11.669554514 after sql statement
2015-01-15 22:27:11.674074759 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=52
--------------
Query OK, 50000 rows affected (1.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:27:13.999734561 after sql statement
2015-01-15 22:27:14.004970117 before sql statment
--------------
update test211_5 set c2=c1 where batch=52
--------------
Query OK, 50000 rows affected (1.98 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:15.991755471 after sql statement
2015-01-15 22:27:15.996251916 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=52
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.98 sec)
Bye
2015-01-15 22:27:16.983068790 after sql statement
2015-01-15 22:27:16.985341035 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222718_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:27:18 (9691) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222718_Job_62684.xml
2015-01-15 22:27:18 (9691) INFO : Job file loaded, run time for this step : 0.453859 seconds
2015-01-15 22:27:18 (9691) INFO : PreProcessing check starts
2015-01-15 22:27:18 (9691) INFO : PreProcessing check completed
2015-01-15 22:27:18 (9691) INFO : preProcess completed, run time for this step : 0.052902 seconds
2015-01-15 22:27:18 (9691) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:18 (9691) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:27:18 (9691) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:18 (9691) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:27:19 (9691) INFO : Bulk load completed, total run time : 1.52759 seconds
2015-01-15 22:27:19.459785745 after import
2015-01-15 22:27:19.470007525 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=53
--------------
Query OK, 50000 rows affected (1.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.40 sec)
Bye
2015-01-15 22:27:21.752976623 after sql statement
2015-01-15 22:27:21.758275024 before sql statment
--------------
update test211_5 set c2=c1 where batch=53
--------------
Query OK, 50000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:24.132792065 after sql statement
2015-01-15 22:27:24.174689307 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=53
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.62 sec)
Bye
2015-01-15 22:27:24.801639741 after sql statement
2015-01-15 22:27:24.852772858 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.47 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:30.333592539 after sql statement
2015-01-15 22:27:30.343155779 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=54
--------------
Query OK, 50000 rows affected (1.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:27:32.958267679 after sql statement
2015-01-15 22:27:32.980399192 before sql statment
--------------
update test211_5 set c2=c1 where batch=54
--------------
Query OK, 50000 rows affected (1.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:34.920112115 after sql statement
2015-01-15 22:27:34.927336950 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=54
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:27:35.738376124 after sql statement
2015-01-15 22:27:35.741001795 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222737_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:27:37 (23468) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222737_Job_62684.xml
2015-01-15 22:27:37 (23468) INFO : Job file loaded, run time for this step : 1.06243 seconds
2015-01-15 22:27:37 (23468) INFO : PreProcessing check starts
2015-01-15 22:27:39 (23468) INFO : PreProcessing check completed
2015-01-15 22:27:39 (23468) INFO : preProcess completed, run time for this step : 1.59315 seconds
2015-01-15 22:27:39 (23468) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:39 (23468) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:39 (23468) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:27:39 (23468) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:27:40 (23468) INFO : Bulk load completed, total run time : 3.68757 seconds
2015-01-15 22:27:40.444731075 after import
2015-01-15 22:27:40.450658102 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=55
--------------
Query OK, 50000 rows affected (2.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.16 sec)
Bye
2015-01-15 22:27:44.174781465 after sql statement
2015-01-15 22:27:44.181530616 before sql statment
--------------
update test211_5 set c2=c1 where batch=55
--------------
Query OK, 50000 rows affected (2.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:46.986171965 after sql statement
2015-01-15 22:27:46.990928661 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=55
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.40 sec)
Bye
2015-01-15 22:27:48.399977082 after sql statement
2015-01-15 22:27:48.452339210 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.44 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:52.895907646 after sql statement
2015-01-15 22:27:52.910781787 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=56
--------------
Query OK, 50000 rows affected (3.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.57 sec)
Bye
2015-01-15 22:27:56.796025444 after sql statement
2015-01-15 22:27:56.805401199 before sql statment
--------------
update test211_5 set c2=c1 where batch=56
--------------
Query OK, 50000 rows affected (2.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:59.281690589 after sql statement
2015-01-15 22:27:59.285879701 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=56
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:27:59.996047593 after sql statement
2015-01-15 22:28:00.007017485 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222800_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:28:00 (40377) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222800_Job_62684.xml
2015-01-15 22:28:00 (40377) INFO : Job file loaded, run time for this step : 0.352778 seconds
2015-01-15 22:28:00 (40377) INFO : PreProcessing check starts
2015-01-15 22:28:00 (40377) INFO : PreProcessing check completed
2015-01-15 22:28:00 (40377) INFO : preProcess completed, run time for this step : 0.0344551 seconds
2015-01-15 22:28:00 (40377) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:00 (40377) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:28:00 (40377) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:00 (40377) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:28:01 (40377) INFO : Bulk load completed, total run time : 1.41521 seconds
2015-01-15 22:28:01.589973830 after import
2015-01-15 22:28:01.602032994 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=57
--------------
Query OK, 50000 rows affected (2.57 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.92 sec)
Bye
2015-01-15 22:28:06.129776021 after sql statement
2015-01-15 22:28:06.136872792 before sql statment
--------------
update test211_5 set c2=c1 where batch=57
--------------
Query OK, 50000 rows affected (1.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:07.769159890 after sql statement
2015-01-15 22:28:07.791648323 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=57
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:28:08.136575036 after sql statement
2015-01-15 22:28:08.184921984 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.55 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:12.771024240 after sql statement
2015-01-15 22:28:12.793918875 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=58
--------------
Query OK, 50000 rows affected (1.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:28:15.064212981 after sql statement
2015-01-15 22:28:15.074302084 before sql statment
--------------
update test211_5 set c2=c1 where batch=58
--------------
Query OK, 50000 rows affected (3.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:18.543848652 after sql statement
2015-01-15 22:28:18.548702314 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=58
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:28:18.907395900 after sql statement
2015-01-15 22:28:18.910803811 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222819_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:28:19 (56506) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222819_Job_62684.xml
2015-01-15 22:28:19 (56506) INFO : Job file loaded, run time for this step : 0.332669 seconds
2015-01-15 22:28:19 (56506) INFO : PreProcessing check starts
2015-01-15 22:28:19 (56506) INFO : PreProcessing check completed
2015-01-15 22:28:19 (56506) INFO : preProcess completed, run time for this step : 0.0683219 seconds
2015-01-15 22:28:19 (56506) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:19 (56506) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:28:19 (56506) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:19 (56506) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:28:20 (56506) INFO : Bulk load completed, total run time : 1.47406 seconds
2015-01-15 22:28:20.600378295 after import
2015-01-15 22:28:20.604712832 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=59
--------------
Query OK, 50000 rows affected (2.26 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.42 sec)
Bye
2015-01-15 22:28:23.291284436 after sql statement
2015-01-15 22:28:23.296558646 before sql statment
--------------
update test211_5 set c2=c1 where batch=59
--------------
Query OK, 50000 rows affected (0.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:24.263152016 after sql statement
2015-01-15 22:28:24.267602372 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=59
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:28:24.412902307 after sql statement
2015-01-15 22:28:24.454907079 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.56 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:29.039565083 after sql statement
2015-01-15 22:28:29.051339135 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=60
--------------
Query OK, 50000 rows affected (1.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:28:31.614023154 after sql statement
2015-01-15 22:28:31.631005931 before sql statment
--------------
update test211_5 set c2=c1 where batch=60
--------------
Query OK, 50000 rows affected (1.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:33.211590460 after sql statement
2015-01-15 22:28:33.226322065 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=60
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:28:33.653586582 after sql statement
2015-01-15 22:28:33.659229735 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222834_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:28:34 (3399) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222834_Job_62684.xml
2015-01-15 22:28:34 (3399) INFO : Job file loaded, run time for this step : 0.309866 seconds
2015-01-15 22:28:34 (3399) INFO : PreProcessing check starts
2015-01-15 22:28:34 (3399) INFO : PreProcessing check completed
2015-01-15 22:28:34 (3399) INFO : preProcess completed, run time for this step : 0.053441 seconds
2015-01-15 22:28:34 (3399) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:34 (3399) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:34 (3399) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:28:34 (3399) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:28:35 (3399) INFO : Bulk load completed, total run time : 1.41003 seconds
2015-01-15 22:28:35.336368557 after import
2015-01-15 22:28:35.361350593 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=61
--------------
Query OK, 50000 rows affected (1.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.64 sec)
Bye
2015-01-15 22:28:37.802834256 after sql statement
2015-01-15 22:28:37.823159296 before sql statment
--------------
update test211_5 set c2=c1 where batch=61
--------------
Query OK, 50000 rows affected (2.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:40.724216449 after sql statement
2015-01-15 22:28:40.732455953 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=61
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.15 sec)
Bye
2015-01-15 22:28:41.890587294 after sql statement
2015-01-15 22:28:41.928398177 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.55 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:45.488682144 after sql statement
2015-01-15 22:28:45.494494251 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=62
--------------
Query OK, 50000 rows affected (3.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:28:50.022280544 after sql statement
2015-01-15 22:28:50.036081228 before sql statment
--------------
update test211_5 set c2=c1 where batch=62
--------------
Query OK, 50000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:51.644821246 after sql statement
2015-01-15 22:28:51.654093242 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=62
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.97 sec)
Bye
2015-01-15 22:28:52.633105609 after sql statement
2015-01-15 22:28:52.638611874 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222853_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:28:53 (19874) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222853_Job_62684.xml
2015-01-15 22:28:53 (19874) INFO : Job file loaded, run time for this step : 0.609491 seconds
2015-01-15 22:28:53 (19874) INFO : PreProcessing check starts
2015-01-15 22:28:53 (19874) INFO : PreProcessing check completed
2015-01-15 22:28:53 (19874) INFO : preProcess completed, run time for this step : 0.074024 seconds
2015-01-15 22:28:53 (19874) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:53 (19874) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:28:53 (19874) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:53 (19874) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:28:54 (19874) INFO : Bulk load completed, total run time : 1.70401 seconds
2015-01-15 22:28:54.582078961 after import
2015-01-15 22:28:54.586475440 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=63
--------------
Query OK, 50000 rows affected (2.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:28:57.620109553 after sql statement
2015-01-15 22:28:57.625500961 before sql statment
--------------
update test211_5 set c2=c1 where batch=63
--------------
Query OK, 50000 rows affected (3.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:01.201218606 after sql statement
2015-01-15 22:29:01.216897385 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=63
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:29:01.977261451 after sql statement
2015-01-15 22:29:02.034933172 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.53 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:05.574060925 after sql statement
2015-01-15 22:29:05.578490534 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=64
--------------
Query OK, 50000 rows affected (3.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:29:10.008696484 after sql statement
2015-01-15 22:29:10.015191683 before sql statment
--------------
update test211_5 set c2=c1 where batch=64
--------------
Query OK, 50000 rows affected (1.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:11.332908103 after sql statement
2015-01-15 22:29:11.338465614 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=64
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:29:11.647556806 after sql statement
2015-01-15 22:29:11.658340156 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222912_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:29:12 (34228) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222912_Job_62684.xml
2015-01-15 22:29:12 (34228) INFO : Job file loaded, run time for this step : 0.34138 seconds
2015-01-15 22:29:12 (34228) INFO : PreProcessing check starts
2015-01-15 22:29:13 (34228) INFO : PreProcessing check completed
2015-01-15 22:29:13 (34228) INFO : preProcess completed, run time for this step : 0.070636 seconds
2015-01-15 22:29:13 (34228) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:13 (34228) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:29:13 (34228) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:13 (34228) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:29:14 (34228) INFO : Bulk load completed, total run time : 1.43513 seconds
2015-01-15 22:29:14.052441816 after import
2015-01-15 22:29:14.065135252 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=65
--------------
Query OK, 50000 rows affected (2.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.52 sec)
Bye
2015-01-15 22:29:17.025190796 after sql statement
2015-01-15 22:29:17.035691508 before sql statment
--------------
update test211_5 set c2=c1 where batch=65
--------------
Query OK, 50000 rows affected (2.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:19.805837241 after sql statement
2015-01-15 22:29:19.811465672 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=65
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:29:20.111128064 after sql statement
2015-01-15 22:29:20.151812337 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.86 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:24.026309813 after sql statement
2015-01-15 22:29:24.031001573 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=66
--------------
Query OK, 50000 rows affected (4.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.44 sec)
Bye
2015-01-15 22:29:28.763213747 after sql statement
2015-01-15 22:29:28.774757522 before sql statment
--------------
update test211_5 set c2=c1 where batch=66
--------------
Query OK, 50000 rows affected (2.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:31.409054216 after sql statement
2015-01-15 22:29:31.419278862 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=66
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:29:31.984867475 after sql statement
2015-01-15 22:29:31.988540144 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222932_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:29:32 (49632) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222932_Job_62684.xml
2015-01-15 22:29:32 (49632) INFO : Job file loaded, run time for this step : 0.301149 seconds
2015-01-15 22:29:32 (49632) INFO : PreProcessing check starts
2015-01-15 22:29:32 (49632) INFO : PreProcessing check completed
2015-01-15 22:29:32 (49632) INFO : preProcess completed, run time for this step : 0.0511458 seconds
2015-01-15 22:29:32 (49632) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:32 (49632) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:32 (49632) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:29:32 (49632) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:29:33 (49632) INFO : Bulk load completed, total run time : 1.38033 seconds
2015-01-15 22:29:33.590966314 after import
2015-01-15 22:29:33.595389035 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=67
--------------
Query OK, 50000 rows affected (2.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.78 sec)
Bye
2015-01-15 22:29:36.466467054 after sql statement
2015-01-15 22:29:36.479375468 before sql statment
--------------
update test211_5 set c2=c1 where batch=67
--------------
Query OK, 50000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:38.504718079 after sql statement
2015-01-15 22:29:38.511666653 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=67
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:29:38.810820436 after sql statement
2015-01-15 22:29:38.875878994 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.05 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:42.929915818 after sql statement
2015-01-15 22:29:42.938614185 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=68
--------------
Query OK, 50000 rows affected (2.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:29:45.635290804 after sql statement
2015-01-15 22:29:45.641512567 before sql statment
--------------
update test211_5 set c2=c1 where batch=68
--------------
Query OK, 50000 rows affected (1.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:47.464199159 after sql statement
2015-01-15 22:29:47.468326222 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=68
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:29:47.984065656 after sql statement
2015-01-15 22:29:47.986300766 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222948_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:29:48 (63620) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T222948_Job_62684.xml
2015-01-15 22:29:48 (63620) INFO : Job file loaded, run time for this step : 0.570331 seconds
2015-01-15 22:29:48 (63620) INFO : PreProcessing check starts
2015-01-15 22:29:48 (63620) INFO : PreProcessing check completed
2015-01-15 22:29:48 (63620) INFO : preProcess completed, run time for this step : 0.0513899 seconds
2015-01-15 22:29:48 (63620) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:48 (63620) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:48 (63620) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:29:49 (63620) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:29:49 (63620) INFO : Bulk load completed, total run time : 1.66428 seconds
2015-01-15 22:29:49.942936012 after import
2015-01-15 22:29:49.948970220 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=69
--------------
Query OK, 50000 rows affected (3.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:29:54.026773649 after sql statement
2015-01-15 22:29:54.030853647 before sql statment
--------------
update test211_5 set c2=c1 where batch=69
--------------
Query OK, 50000 rows affected (3.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:57.166027871 after sql statement
2015-01-15 22:29:57.176948204 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=69
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.45 sec)
Bye
2015-01-15 22:29:58.639589389 after sql statement
2015-01-15 22:29:58.710485281 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.00 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:02.722283304 after sql statement
2015-01-15 22:30:02.727679677 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=70
--------------
Query OK, 50000 rows affected (2.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:30:06.356516786 after sql statement
2015-01-15 22:30:06.364181684 before sql statment
--------------
update test211_5 set c2=c1 where batch=70
--------------
Query OK, 50000 rows affected (3.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:09.566927541 after sql statement
2015-01-15 22:30:09.574060608 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=70
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.15 sec)
Bye
2015-01-15 22:30:09.726846279 after sql statement
2015-01-15 22:30:09.729123751 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223010_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:30:10 (14080) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223010_Job_62684.xml
2015-01-15 22:30:10 (14080) INFO : Job file loaded, run time for this step : 0.314828 seconds
2015-01-15 22:30:10 (14080) INFO : PreProcessing check starts
2015-01-15 22:30:10 (14080) INFO : PreProcessing check completed
2015-01-15 22:30:10 (14080) INFO : preProcess completed, run time for this step : 0.0469899 seconds
2015-01-15 22:30:10 (14080) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:10 (14080) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:30:10 (14080) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:11 (14080) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:30:11 (14080) INFO : Bulk load completed, total run time : 1.38952 seconds
2015-01-15 22:30:11.799907174 after import
2015-01-15 22:30:11.809271130 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=71
--------------
Query OK, 50000 rows affected (2.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:30:14.986555858 after sql statement
2015-01-15 22:30:14.994926519 before sql statment
--------------
update test211_5 set c2=c1 where batch=71
--------------
Query OK, 50000 rows affected (1.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:16.994947880 after sql statement
2015-01-15 22:30:17.000071265 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=71
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:30:17.561101161 after sql statement
2015-01-15 22:30:17.595975875 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.50 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:23.110856706 after sql statement
2015-01-15 22:30:23.132180164 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=72
--------------
Query OK, 50000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.50 sec)
Bye
2015-01-15 22:30:26.990694321 after sql statement
2015-01-15 22:30:27.002220525 before sql statment
--------------
update test211_5 set c2=c1 where batch=72
--------------
Query OK, 50000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:29.349759135 after sql statement
2015-01-15 22:30:29.354745671 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=72
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:30:29.758937813 after sql statement
2015-01-15 22:30:29.763450274 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223030_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:30:30 (30138) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223030_Job_62684.xml
2015-01-15 22:30:30 (30138) INFO : Job file loaded, run time for this step : 0.311413 seconds
2015-01-15 22:30:30 (30138) INFO : PreProcessing check starts
2015-01-15 22:30:30 (30138) INFO : PreProcessing check completed
2015-01-15 22:30:30 (30138) INFO : preProcess completed, run time for this step : 0.270674 seconds
2015-01-15 22:30:30 (30138) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:30 (30138) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:30:30 (30138) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:30 (30138) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:30:31 (30138) INFO : Bulk load completed, total run time : 1.60444 seconds
2015-01-15 22:30:31.552806563 after import
2015-01-15 22:30:31.559812872 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=73
--------------
Query OK, 50000 rows affected (2.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:30:35.430884039 after sql statement
2015-01-15 22:30:35.454477611 before sql statment
--------------
update test211_5 set c2=c1 where batch=73
--------------
Query OK, 50000 rows affected (2.25 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:37.745729711 after sql statement
2015-01-15 22:30:37.759042572 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=73
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.99 sec)
Bye
2015-01-15 22:30:38.756842778 after sql statement
2015-01-15 22:30:38.825340170 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.61 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:44.439453019 after sql statement
2015-01-15 22:30:44.479389236 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=74
--------------
Query OK, 50000 rows affected (2.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.30 sec)
Bye
2015-01-15 22:30:47.497064879 after sql statement
2015-01-15 22:30:47.503637077 before sql statment
--------------
update test211_5 set c2=c1 where batch=74
--------------
Query OK, 50000 rows affected (1.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:48.943725113 after sql statement
2015-01-15 22:30:48.948348245 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=74
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:30:49.354341330 after sql statement
2015-01-15 22:30:49.358024387 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223050_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:30:50 (44889) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223050_Job_62684.xml
2015-01-15 22:30:50 (44889) INFO : Job file loaded, run time for this step : 0.422663 seconds
2015-01-15 22:30:50 (44889) INFO : PreProcessing check starts
2015-01-15 22:30:50 (44889) INFO : PreProcessing check completed
2015-01-15 22:30:50 (44889) INFO : preProcess completed, run time for this step : 0.164064 seconds
2015-01-15 22:30:50 (44889) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:50 (44889) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:30:50 (44889) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:50 (44889) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:30:51 (44889) INFO : Bulk load completed, total run time : 1.61665 seconds
2015-01-15 22:30:51.437129718 after import
2015-01-15 22:30:51.442443587 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=75
--------------
Query OK, 50000 rows affected (2.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.37 sec)
Bye
2015-01-15 22:30:54.207467440 after sql statement
2015-01-15 22:30:54.219239649 before sql statment
--------------
update test211_5 set c2=c1 where batch=75
--------------
Query OK, 50000 rows affected (3.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:57.918968038 after sql statement
2015-01-15 22:30:57.927373272 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=75
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.32 sec)
Bye
2015-01-15 22:30:58.260482385 after sql statement
2015-01-15 22:30:58.304431197 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.67 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:01.988658907 after sql statement
2015-01-15 22:31:02.002714492 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=76
--------------
Query OK, 50000 rows affected (1.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:31:04.652687594 after sql statement
2015-01-15 22:31:04.658161361 before sql statment
--------------
update test211_5 set c2=c1 where batch=76
--------------
Query OK, 50000 rows affected (3.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:07.903447154 after sql statement
2015-01-15 22:31:07.909629266 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=76
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.19 sec)
Bye
2015-01-15 22:31:08.106131955 after sql statement
2015-01-15 22:31:08.108619927 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223108_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:31:08 (58659) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223108_Job_62684.xml
2015-01-15 22:31:08 (58659) INFO : Job file loaded, run time for this step : 0.268898 seconds
2015-01-15 22:31:08 (58659) INFO : PreProcessing check starts
2015-01-15 22:31:08 (58659) INFO : PreProcessing check completed
2015-01-15 22:31:08 (58659) INFO : preProcess completed, run time for this step : 0.0390871 seconds
2015-01-15 22:31:08 (58659) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:08 (58659) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:08 (58659) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:31:08 (58659) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:31:09 (58659) INFO : Bulk load completed, total run time : 1.33103 seconds
2015-01-15 22:31:09.604950764 after import
2015-01-15 22:31:09.621512725 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=77
--------------
Query OK, 50000 rows affected (2.14 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:31:12.588395104 after sql statement
2015-01-15 22:31:12.602142000 before sql statment
--------------
update test211_5 set c2=c1 where batch=77
--------------
Query OK, 50000 rows affected (1.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:14.460157173 after sql statement
2015-01-15 22:31:14.479551011 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=77
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (2.20 sec)
Bye
2015-01-15 22:31:16.692116348 after sql statement
2015-01-15 22:31:16.793096551 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.58 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:21.387638668 after sql statement
2015-01-15 22:31:21.395257918 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=78
--------------
Query OK, 50000 rows affected (2.09 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.86 sec)
Bye
2015-01-15 22:31:24.347042963 after sql statement
2015-01-15 22:31:24.359503493 before sql statment
--------------
update test211_5 set c2=c1 where batch=78
--------------
Query OK, 50000 rows affected (3.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:28.033516478 after sql statement
2015-01-15 22:31:28.040596836 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=78
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:31:28.544580989 after sql statement
2015-01-15 22:31:28.547420355 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223130_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:31:30 (8865) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223130_Job_62684.xml
2015-01-15 22:31:30 (8865) INFO : Job file loaded, run time for this step : 1.05578 seconds
2015-01-15 22:31:30 (8865) INFO : PreProcessing check starts
2015-01-15 22:31:30 (8865) INFO : PreProcessing check completed
2015-01-15 22:31:30 (8865) INFO : preProcess completed, run time for this step : 0.039695 seconds
2015-01-15 22:31:30 (8865) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:30 (8865) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:31:30 (8865) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:30 (8865) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:31:31 (8865) INFO : Bulk load completed, total run time : 2.13889 seconds
2015-01-15 22:31:31.450414742 after import
2015-01-15 22:31:31.474945336 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=79
--------------
Query OK, 50000 rows affected (2.82 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:31:35.188421756 after sql statement
2015-01-15 22:31:35.200411875 before sql statment
--------------
update test211_5 set c2=c1 where batch=79
--------------
Query OK, 50000 rows affected (1.98 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:37.195395265 after sql statement
2015-01-15 22:31:37.200621072 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=79
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:31:38.172631065 after sql statement
2015-01-15 22:31:38.220406832 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (7.31 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:45.539096720 after sql statement
2015-01-15 22:31:45.565931173 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=80
--------------
Query OK, 50000 rows affected (1.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:31:47.861925450 after sql statement
2015-01-15 22:31:47.871090805 before sql statment
--------------
update test211_5 set c2=c1 where batch=80
--------------
Query OK, 50000 rows affected (2.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:50.081867009 after sql statement
2015-01-15 22:31:50.087865062 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=80
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:31:50.341046899 after sql statement
2015-01-15 22:31:50.343417845 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223150_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:31:50 (25299) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223150_Job_62684.xml
2015-01-15 22:31:50 (25299) INFO : Job file loaded, run time for this step : 0.319318 seconds
2015-01-15 22:31:50 (25299) INFO : PreProcessing check starts
2015-01-15 22:31:51 (25299) INFO : PreProcessing check completed
2015-01-15 22:31:51 (25299) INFO : preProcess completed, run time for this step : 0.195841 seconds
2015-01-15 22:31:51 (25299) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:51 (25299) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:31:51 (25299) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:51 (25299) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:31:52 (25299) INFO : Bulk load completed, total run time : 1.53928 seconds
2015-01-15 22:31:52.048396391 after import
2015-01-15 22:31:52.061166819 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=81
--------------
Query OK, 50000 rows affected (2.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.57 sec)
Bye
2015-01-15 22:31:55.329291608 after sql statement
2015-01-15 22:31:55.334183003 before sql statment
--------------
update test211_5 set c2=c1 where batch=81
--------------
Query OK, 50000 rows affected (3.06 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:58.405760004 after sql statement
2015-01-15 22:31:58.410541400 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=81
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:31:59.233241685 after sql statement
2015-01-15 22:31:59.348229324 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.66 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:03.016163475 after sql statement
2015-01-15 22:32:03.020343444 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=82
--------------
Query OK, 50000 rows affected (2.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.04 sec)
Bye
2015-01-15 22:32:07.293393235 after sql statement
2015-01-15 22:32:07.312946063 before sql statment
--------------
update test211_5 set c2=c1 where batch=82
--------------
Query OK, 50000 rows affected (2.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:09.459021899 after sql statement
2015-01-15 22:32:09.468644972 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=82
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:32:10.044326319 after sql statement
2015-01-15 22:32:10.047185175 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223210_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:32:10 (39472) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223210_Job_62684.xml
2015-01-15 22:32:10 (39472) INFO : Job file loaded, run time for this step : 0.359385 seconds
2015-01-15 22:32:10 (39472) INFO : PreProcessing check starts
2015-01-15 22:32:10 (39472) INFO : PreProcessing check completed
2015-01-15 22:32:10 (39472) INFO : preProcess completed, run time for this step : 0.0265899 seconds
2015-01-15 22:32:10 (39472) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:10 (39472) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:32:10 (39472) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:10 (39472) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:32:11 (39472) INFO : Bulk load completed, total run time : 1.40941 seconds
2015-01-15 22:32:11.631891528 after import
2015-01-15 22:32:11.663910280 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=83
--------------
Query OK, 50000 rows affected (1.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.06 sec)
Bye
2015-01-15 22:32:14.267931715 after sql statement
2015-01-15 22:32:14.276595260 before sql statment
--------------
update test211_5 set c2=c1 where batch=83
--------------
Query OK, 50000 rows affected (2.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:16.422749500 after sql statement
2015-01-15 22:32:16.431797869 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=83
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:32:16.693315550 after sql statement
2015-01-15 22:32:16.778870644 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.62 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:22.406302163 after sql statement
2015-01-15 22:32:22.416684021 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=84
--------------
Query OK, 50000 rows affected (3.08 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.77 sec)
Bye
2015-01-15 22:32:26.287092349 after sql statement
2015-01-15 22:32:26.301724128 before sql statment
--------------
update test211_5 set c2=c1 where batch=84
--------------
Query OK, 50000 rows affected (2.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:28.937075355 after sql statement
2015-01-15 22:32:28.944593406 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=84
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:32:29.651985815 after sql statement
2015-01-15 22:32:29.656207316 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223230_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:32:30 (54667) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223230_Job_62684.xml
2015-01-15 22:32:30 (54667) INFO : Job file loaded, run time for this step : 0.471221 seconds
2015-01-15 22:32:30 (54667) INFO : PreProcessing check starts
2015-01-15 22:32:30 (54667) INFO : PreProcessing check completed
2015-01-15 22:32:30 (54667) INFO : preProcess completed, run time for this step : 0.09622 seconds
2015-01-15 22:32:30 (54667) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:30 (54667) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:30 (54667) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:32:30 (54667) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:32:31 (54667) INFO : Bulk load completed, total run time : 1.60011 seconds
2015-01-15 22:32:31.467366517 after import
2015-01-15 22:32:31.472377007 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=85
--------------
Query OK, 50000 rows affected (4.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:32:36.608430826 after sql statement
2015-01-15 22:32:36.614323576 before sql statment
--------------
update test211_5 set c2=c1 where batch=85
--------------
Query OK, 50000 rows affected (2.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:39.504356087 after sql statement
2015-01-15 22:32:39.510202429 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=85
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:32:40.207987251 after sql statement
2015-01-15 22:32:40.259086157 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.41 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:44.669677744 after sql statement
2015-01-15 22:32:44.675332087 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=86
--------------
Query OK, 50000 rows affected (3.08 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:32:48.447355007 after sql statement
2015-01-15 22:32:48.464673641 before sql statment
--------------
update test211_5 set c2=c1 where batch=86
--------------
Query OK, 50000 rows affected (3.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:51.961443901 after sql statement
2015-01-15 22:32:51.965494802 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=86
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.19 sec)
Bye
2015-01-15 22:32:52.166921582 after sql statement
2015-01-15 22:32:52.177077901 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223253_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:32:53 (5671) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223253_Job_62684.xml
2015-01-15 22:32:53 (5671) INFO : Job file loaded, run time for this step : 1.25569 seconds
2015-01-15 22:32:53 (5671) INFO : PreProcessing check starts
2015-01-15 22:32:53 (5671) INFO : PreProcessing check completed
2015-01-15 22:32:53 (5671) INFO : preProcess completed, run time for this step : 0.0605788 seconds
2015-01-15 22:32:53 (5671) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:53 (5671) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:32:53 (5671) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:54 (5671) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:32:54 (5671) INFO : Bulk load completed, total run time : 2.34973 seconds
2015-01-15 22:32:54.982779714 after import
2015-01-15 22:32:54.988871183 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=87
--------------
Query OK, 50000 rows affected (2.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:32:58.264865104 after sql statement
2015-01-15 22:32:58.276701827 before sql statment
--------------
update test211_5 set c2=c1 where batch=87
--------------
Query OK, 50000 rows affected (2.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:00.528101665 after sql statement
2015-01-15 22:33:00.533989041 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=87
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:33:00.822685713 after sql statement
2015-01-15 22:33:00.871053571 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.02 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:04.911444689 after sql statement
2015-01-15 22:33:04.952685788 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=88
--------------
Query OK, 50000 rows affected (2.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.79 sec)
Bye
2015-01-15 22:33:07.994573536 after sql statement
2015-01-15 22:33:07.998843347 before sql statment
--------------
update test211_5 set c2=c1 where batch=88
--------------
Query OK, 50000 rows affected (1.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:09.173616201 after sql statement
2015-01-15 22:33:09.180894465 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=88
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.64 sec)
Bye
2015-01-15 22:33:09.820764889 after sql statement
2015-01-15 22:33:09.824129374 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223310_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:33:10 (20016) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223310_Job_62684.xml
2015-01-15 22:33:10 (20016) INFO : Job file loaded, run time for this step : 0.245025 seconds
2015-01-15 22:33:10 (20016) INFO : PreProcessing check starts
2015-01-15 22:33:10 (20016) INFO : PreProcessing check completed
2015-01-15 22:33:10 (20016) INFO : preProcess completed, run time for this step : 0.0295019 seconds
2015-01-15 22:33:10 (20016) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:10 (20016) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:33:10 (20016) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:10 (20016) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:33:11 (20016) INFO : Bulk load completed, total run time : 1.29616 seconds
2015-01-15 22:33:11.258925562 after import
2015-01-15 22:33:11.263780481 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=89
--------------
Query OK, 50000 rows affected (1.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:33:13.362878273 after sql statement
2015-01-15 22:33:13.370144328 before sql statment
--------------
update test211_5 set c2=c1 where batch=89
--------------
Query OK, 50000 rows affected (2.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:16.197252268 after sql statement
2015-01-15 22:33:16.205385066 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=89
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:33:16.650535049 after sql statement
2015-01-15 22:33:16.724206416 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.61 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:20.337186317 after sql statement
2015-01-15 22:33:20.345125069 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=90
--------------
Query OK, 50000 rows affected (2.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:33:23.706814188 after sql statement
2015-01-15 22:33:23.710393632 before sql statment
--------------
update test211_5 set c2=c1 where batch=90
--------------
Query OK, 50000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:26.505827650 after sql statement
2015-01-15 22:33:26.514584598 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=90
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.86 sec)
Bye
2015-01-15 22:33:27.382643251 after sql statement
2015-01-15 22:33:27.391463397 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223327_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:33:27 (34000) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223327_Job_62684.xml
2015-01-15 22:33:27 (34000) INFO : Job file loaded, run time for this step : 0.298749 seconds
2015-01-15 22:33:27 (34000) INFO : PreProcessing check starts
2015-01-15 22:33:27 (34000) INFO : PreProcessing check completed
2015-01-15 22:33:27 (34000) INFO : preProcess completed, run time for this step : 0.0872231 seconds
2015-01-15 22:33:27 (34000) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:27 (34000) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:33:27 (34000) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:28 (34000) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:33:28 (34000) INFO : Bulk load completed, total run time : 1.40846 seconds
2015-01-15 22:33:28.977852878 after import
2015-01-15 22:33:28.991460313 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=91
--------------
Query OK, 50000 rows affected (4.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.12 sec)
Bye
2015-01-15 22:33:35.860220774 after sql statement
2015-01-15 22:33:35.871464480 before sql statment
--------------
update test211_5 set c2=c1 where batch=91
--------------
Query OK, 50000 rows affected (4.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:40.849713407 after sql statement
2015-01-15 22:33:40.854547145 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=91
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (2.23 sec)
Bye
2015-01-15 22:33:43.092658262 after sql statement
2015-01-15 22:33:43.148586093 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.81 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:47.969184521 after sql statement
2015-01-15 22:33:47.981032664 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=92
--------------
Query OK, 50000 rows affected (4.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:33:53.272665516 after sql statement
2015-01-15 22:33:53.331004670 before sql statment
--------------
update test211_5 set c2=c1 where batch=92
--------------
Query OK, 50000 rows affected (4.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:57.506249135 after sql statement
2015-01-15 22:33:57.523618301 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=92
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:33:57.939419906 after sql statement
2015-01-15 22:33:57.942460513 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223358_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:33:58 (51390) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223358_Job_62684.xml
2015-01-15 22:33:58 (51390) INFO : Job file loaded, run time for this step : 0.309149 seconds
2015-01-15 22:33:58 (51390) INFO : PreProcessing check starts
2015-01-15 22:33:58 (51390) INFO : PreProcessing check completed
2015-01-15 22:33:58 (51390) INFO : preProcess completed, run time for this step : 0.08091 seconds
2015-01-15 22:33:58 (51390) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:58 (51390) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:58 (51390) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:33:58 (51390) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:33:59 (51390) INFO : Bulk load completed, total run time : 1.44187 seconds
2015-01-15 22:33:59.558887527 after import
2015-01-15 22:33:59.566775275 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=93
--------------
Query OK, 50000 rows affected (3.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.74 sec)
Bye
2015-01-15 22:34:04.403012180 after sql statement
2015-01-15 22:34:04.411152891 before sql statment
--------------
update test211_5 set c2=c1 where batch=93
--------------
Query OK, 50000 rows affected (3.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:07.667311384 after sql statement
2015-01-15 22:34:07.674851283 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=93
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.38 sec)
Bye
2015-01-15 22:34:09.060769256 after sql statement
2015-01-15 22:34:09.093275783 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.36 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:13.477002676 after sql statement
2015-01-15 22:34:13.481349791 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=94
--------------
Query OK, 50000 rows affected (5.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.77 sec)
Bye
2015-01-15 22:34:20.872922258 after sql statement
2015-01-15 22:34:20.889146438 before sql statment
--------------
update test211_5 set c2=c1 where batch=94
--------------
Query OK, 50000 rows affected (3.64 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:24.533210471 after sql statement
2015-01-15 22:34:24.553918766 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=94
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:34:24.915868191 after sql statement
2015-01-15 22:34:24.934580228 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223425_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:34:25 (1876) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223425_Job_62684.xml
2015-01-15 22:34:25 (1876) INFO : Job file loaded, run time for this step : 0.817991 seconds
2015-01-15 22:34:25 (1876) INFO : PreProcessing check starts
2015-01-15 22:34:26 (1876) INFO : PreProcessing check completed
2015-01-15 22:34:26 (1876) INFO : preProcess completed, run time for this step : 0.106766 seconds
2015-01-15 22:34:26 (1876) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:26 (1876) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:34:26 (1876) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:26 (1876) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:34:27 (1876) INFO : Bulk load completed, total run time : 1.97334 seconds
2015-01-15 22:34:27.155756214 after import
2015-01-15 22:34:27.168297482 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=95
--------------
Query OK, 50000 rows affected (4.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.93 sec)
Bye
2015-01-15 22:34:33.514724272 after sql statement
2015-01-15 22:34:33.521319395 before sql statment
--------------
update test211_5 set c2=c1 where batch=95
--------------
Query OK, 50000 rows affected (3.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:36.890295253 after sql statement
2015-01-15 22:34:36.896136045 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=95
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:34:37.149095907 after sql statement
2015-01-15 22:34:37.191937319 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.46 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:41.667427817 after sql statement
2015-01-15 22:34:41.671179004 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=96
--------------
Query OK, 50000 rows affected (2.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.34 sec)
Bye
2015-01-15 22:34:46.685348936 after sql statement
2015-01-15 22:34:46.690602070 before sql statment
--------------
update test211_5 set c2=c1 where batch=96
--------------
Query OK, 50000 rows affected (4.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:51.180071137 after sql statement
2015-01-15 22:34:51.185116421 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=96
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.85 sec)
Bye
2015-01-15 22:34:52.041502329 after sql statement
2015-01-15 22:34:52.055142895 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223452_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:34:52 (16935) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223452_Job_62684.xml
2015-01-15 22:34:52 (16935) INFO : Job file loaded, run time for this step : 0.327388 seconds
2015-01-15 22:34:52 (16935) INFO : PreProcessing check starts
2015-01-15 22:34:52 (16935) INFO : PreProcessing check completed
2015-01-15 22:34:52 (16935) INFO : preProcess completed, run time for this step : 0.086916 seconds
2015-01-15 22:34:52 (16935) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:52 (16935) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:52 (16935) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:34:53 (16935) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:34:53 (16935) INFO : Bulk load completed, total run time : 1.4904 seconds
2015-01-15 22:34:53.745823676 after import
2015-01-15 22:34:53.755745374 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=97
--------------
Query OK, 50000 rows affected (2.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.67 sec)
Bye
2015-01-15 22:35:00.131774290 after sql statement
2015-01-15 22:35:00.138032337 before sql statment
--------------
update test211_5 set c2=c1 where batch=97
--------------
Query OK, 50000 rows affected (4.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:04.928796908 after sql statement
2015-01-15 22:35:04.940180536 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=97
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (2.94 sec)
Bye
2015-01-15 22:35:07.893406135 after sql statement
2015-01-15 22:35:07.936902463 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.00 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:12.954627646 after sql statement
2015-01-15 22:35:12.963161998 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=98
--------------
Query OK, 50000 rows affected (5.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.31 sec)
Bye
2015-01-15 22:35:19.555075256 after sql statement
2015-01-15 22:35:19.563213053 before sql statment
--------------
update test211_5 set c2=c1 where batch=98
--------------
Query OK, 50000 rows affected (2.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:22.531106098 after sql statement
2015-01-15 22:35:22.538283978 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=98
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:35:23.653269967 after sql statement
2015-01-15 22:35:23.673229979 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223524_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:35:24 (33180) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223524_Job_62684.xml
2015-01-15 22:35:24 (33180) INFO : Job file loaded, run time for this step : 0.327455 seconds
2015-01-15 22:35:24 (33180) INFO : PreProcessing check starts
2015-01-15 22:35:24 (33180) INFO : PreProcessing check completed
2015-01-15 22:35:24 (33180) INFO : preProcess completed, run time for this step : 0.074533 seconds
2015-01-15 22:35:24 (33180) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:24 (33180) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:35:24 (33180) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:24 (33180) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:35:25 (33180) INFO : Bulk load completed, total run time : 1.43979 seconds
2015-01-15 22:35:25.395162897 after import
2015-01-15 22:35:25.412031862 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=99
--------------
Query OK, 50000 rows affected (4.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:35:30.884736372 after sql statement
2015-01-15 22:35:30.893786505 before sql statment
--------------
update test211_5 set c2=c1 where batch=99
--------------
Query OK, 50000 rows affected (4.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:35.480234580 after sql statement
2015-01-15 22:35:35.484285305 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=99
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:35:35.760349516 after sql statement
2015-01-15 22:35:35.808266672 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.80 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:40.618763593 after sql statement
2015-01-15 22:35:40.632614722 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=100
--------------
Query OK, 50000 rows affected (2.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:35:44.189174793 after sql statement
2015-01-15 22:35:44.195054833 before sql statment
--------------
update test211_5 set c2=c1 where batch=100
--------------
Query OK, 50000 rows affected (3.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:47.228003131 after sql statement
2015-01-15 22:35:47.232331629 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=100
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:35:47.483176738 after sql statement
2015-01-15 22:35:47.485367073 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223547_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:35:47 (46165) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223547_Job_62684.xml
2015-01-15 22:35:47 (46165) INFO : Job file loaded, run time for this step : 0.28271 seconds
2015-01-15 22:35:47 (46165) INFO : PreProcessing check starts
2015-01-15 22:35:47 (46165) INFO : PreProcessing check completed
2015-01-15 22:35:47 (46165) INFO : preProcess completed, run time for this step : 0.045599 seconds
2015-01-15 22:35:47 (46165) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:47 (46165) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:35:47 (46165) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:48 (46165) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:35:49 (46165) INFO : Bulk load completed, total run time : 1.35959 seconds
2015-01-15 22:35:49.024799861 after import
2015-01-15 22:35:49.031583916 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=101
--------------
Query OK, 50000 rows affected (3.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.51 sec)
Bye
2015-01-15 22:35:53.775051569 after sql statement
2015-01-15 22:35:53.787049947 before sql statment
--------------
update test211_5 set c2=c1 where batch=101
--------------
Query OK, 50000 rows affected (1.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:55.085176544 after sql statement
2015-01-15 22:35:55.119567236 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=101
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:35:55.469280022 after sql statement
2015-01-15 22:35:55.523750483 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.54 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:01.087022229 after sql statement
2015-01-15 22:36:01.092516785 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=102
--------------
Query OK, 50000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.50 sec)
Bye
2015-01-15 22:36:04.030468379 after sql statement
2015-01-15 22:36:04.043757453 before sql statment
--------------
update test211_5 set c2=c1 where batch=102
--------------
Query OK, 50000 rows affected (2.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:06.496915125 after sql statement
2015-01-15 22:36:06.507256038 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=102
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:36:06.828949128 after sql statement
2015-01-15 22:36:06.832633410 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223607_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:36:07 (60982) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223607_Job_62684.xml
2015-01-15 22:36:07 (60982) INFO : Job file loaded, run time for this step : 0.543567 seconds
2015-01-15 22:36:07 (60982) INFO : PreProcessing check starts
2015-01-15 22:36:07 (60982) INFO : PreProcessing check completed
2015-01-15 22:36:07 (60982) INFO : preProcess completed, run time for this step : 0.0455301 seconds
2015-01-15 22:36:07 (60982) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:07 (60982) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:07 (60982) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:36:08 (60982) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:36:08 (60982) INFO : Bulk load completed, total run time : 1.605 seconds
2015-01-15 22:36:08.622652581 after import
2015-01-15 22:36:08.629479715 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=103
--------------
Query OK, 50000 rows affected (2.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.06 sec)
Bye
2015-01-15 22:36:12.689365128 after sql statement
2015-01-15 22:36:12.702378399 before sql statment
--------------
update test211_5 set c2=c1 where batch=103
--------------
Query OK, 50000 rows affected (3.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:16.091942301 after sql statement
2015-01-15 22:36:16.101379272 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=103
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:36:16.864879178 after sql statement
2015-01-15 22:36:16.908754987 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.98 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:20.894079498 after sql statement
2015-01-15 22:36:20.900800220 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=104
--------------
Query OK, 50000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:36:24.222852141 after sql statement
2015-01-15 22:36:24.254251346 before sql statment
--------------
update test211_5 set c2=c1 where batch=104
--------------
Query OK, 50000 rows affected (2.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:26.725251712 after sql statement
2015-01-15 22:36:26.729352473 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=104
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:36:27.818169169 after sql statement
2015-01-15 22:36:27.821324276 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223628_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:36:28 (12047) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223628_Job_62684.xml
2015-01-15 22:36:28 (12047) INFO : Job file loaded, run time for this step : 0.231879 seconds
2015-01-15 22:36:28 (12047) INFO : PreProcessing check starts
2015-01-15 22:36:28 (12047) INFO : PreProcessing check completed
2015-01-15 22:36:28 (12047) INFO : preProcess completed, run time for this step : 0.158596 seconds
2015-01-15 22:36:28 (12047) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:28 (12047) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:28 (12047) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:36:28 (12047) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:36:29 (12047) INFO : Bulk load completed, total run time : 1.42548 seconds
2015-01-15 22:36:29.754721116 after import
2015-01-15 22:36:29.772807074 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=105
--------------
Query OK, 50000 rows affected (1.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:36:32.260451134 after sql statement
2015-01-15 22:36:32.266440949 before sql statment
--------------
update test211_5 set c2=c1 where batch=105
--------------
Query OK, 50000 rows affected (3.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:35.749535611 after sql statement
2015-01-15 22:36:35.756649913 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=105
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:36:36.207382745 after sql statement
2015-01-15 22:36:36.259484647 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (2.62 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:38.902985252 after sql statement
2015-01-15 22:36:38.908719444 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=106
--------------
Query OK, 50000 rows affected (3.81 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.54 sec)
Bye
2015-01-15 22:36:43.264109506 after sql statement
2015-01-15 22:36:43.269102638 before sql statment
--------------
update test211_5 set c2=c1 where batch=106
--------------
Query OK, 50000 rows affected (1.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:44.665513451 after sql statement
2015-01-15 22:36:44.670373680 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=106
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:36:44.916819730 after sql statement
2015-01-15 22:36:44.928186946 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223646_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:36:46 (23902) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223646_Job_62684.xml
2015-01-15 22:36:46 (23902) INFO : Job file loaded, run time for this step : 0.264725 seconds
2015-01-15 22:36:46 (23902) INFO : PreProcessing check starts
2015-01-15 22:36:46 (23902) INFO : PreProcessing check completed
2015-01-15 22:36:46 (23902) INFO : preProcess completed, run time for this step : 0.036119 seconds
2015-01-15 22:36:46 (23902) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:46 (23902) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:46 (23902) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:36:46 (23902) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:36:47 (23902) INFO : Bulk load completed, total run time : 1.32468 seconds
2015-01-15 22:36:47.412658157 after import
2015-01-15 22:36:47.419576021 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=107
--------------
Query OK, 50000 rows affected (2.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.56 sec)
Bye
2015-01-15 22:36:51.949276533 after sql statement
2015-01-15 22:36:51.961167408 before sql statment
--------------
update test211_5 set c2=c1 where batch=107
--------------
Query OK, 50000 rows affected (2.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:54.832290945 after sql statement
2015-01-15 22:36:54.838444590 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=107
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:36:55.869166518 after sql statement
2015-01-15 22:36:55.926759529 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.88 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:00.822742751 after sql statement
2015-01-15 22:37:00.826891720 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=108
--------------
Query OK, 50000 rows affected (1.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:37:03.107092689 after sql statement
2015-01-15 22:37:03.117622935 before sql statment
--------------
update test211_5 set c2=c1 where batch=108
--------------
Query OK, 50000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:06.116232335 after sql statement
2015-01-15 22:37:06.120147740 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=108
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:37:06.291356852 after sql statement
2015-01-15 22:37:06.294317848 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223706_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:37:06 (39665) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223706_Job_62684.xml
2015-01-15 22:37:06 (39665) INFO : Job file loaded, run time for this step : 0.302825 seconds
2015-01-15 22:37:06 (39665) INFO : PreProcessing check starts
2015-01-15 22:37:06 (39665) INFO : PreProcessing check completed
2015-01-15 22:37:06 (39665) INFO : preProcess completed, run time for this step : 0.032552 seconds
2015-01-15 22:37:06 (39665) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:06 (39665) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:37:06 (39665) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:06 (39665) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:37:07 (39665) INFO : Bulk load completed, total run time : 1.36877 seconds
2015-01-15 22:37:07.839485037 after import
2015-01-15 22:37:07.852382807 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=109
--------------
Query OK, 50000 rows affected (3.14 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:37:11.768860297 after sql statement
2015-01-15 22:37:11.778318658 before sql statment
--------------
update test211_5 set c2=c1 where batch=109
--------------
Query OK, 50000 rows affected (2.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:13.985138036 after sql statement
2015-01-15 22:37:13.989950108 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=109
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (2.05 sec)
Bye
2015-01-15 22:37:16.060082996 after sql statement
2015-01-15 22:37:16.191230758 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.63 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:19.836764972 after sql statement
2015-01-15 22:37:19.852994423 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=110
--------------
Query OK, 50000 rows affected (2.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.53 sec)
Bye
2015-01-15 22:37:22.655673620 after sql statement
2015-01-15 22:37:22.665167053 before sql statment
--------------
update test211_5 set c2=c1 where batch=110
--------------
Query OK, 50000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:24.284283540 after sql statement
2015-01-15 22:37:24.288345293 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=110
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.81 sec)
Bye
2015-01-15 22:37:25.106056983 after sql statement
2015-01-15 22:37:25.108765849 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223725_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:37:25 (54382) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223725_Job_62684.xml
2015-01-15 22:37:25 (54382) INFO : Job file loaded, run time for this step : 0.497444 seconds
2015-01-15 22:37:25 (54382) INFO : PreProcessing check starts
2015-01-15 22:37:25 (54382) INFO : PreProcessing check completed
2015-01-15 22:37:25 (54382) INFO : preProcess completed, run time for this step : 0.054549 seconds
2015-01-15 22:37:25 (54382) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:25 (54382) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:25 (54382) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:37:26 (54382) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:37:27 (54382) INFO : Bulk load completed, total run time : 1.83693 seconds
2015-01-15 22:37:27.185822781 after import
2015-01-15 22:37:27.192535793 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=111
--------------
Query OK, 50000 rows affected (3.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.41 sec)
Bye
2015-01-15 22:37:31.796961730 after sql statement
2015-01-15 22:37:31.809569579 before sql statment
--------------
update test211_5 set c2=c1 where batch=111
--------------
Query OK, 50000 rows affected (3.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:34.855737377 after sql statement
2015-01-15 22:37:34.861366366 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=111
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:37:35.217343969 after sql statement
2015-01-15 22:37:35.252162281 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.52 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:38.779089886 after sql statement
2015-01-15 22:37:38.800081314 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=112
--------------
Query OK, 50000 rows affected (3.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:37:43.617061656 after sql statement
2015-01-15 22:37:43.624753657 before sql statment
--------------
update test211_5 set c2=c1 where batch=112
--------------
Query OK, 50000 rows affected (1.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:45.332345620 after sql statement
2015-01-15 22:37:45.342414409 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=112
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.49 sec)
Bye
2015-01-15 22:37:46.835662758 after sql statement
2015-01-15 22:37:46.839189842 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223747_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:37:47 (4684) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223747_Job_62684.xml
2015-01-15 22:37:47 (4684) INFO : Job file loaded, run time for this step : 0.397353 seconds
2015-01-15 22:37:47 (4684) INFO : PreProcessing check starts
2015-01-15 22:37:47 (4684) INFO : PreProcessing check completed
2015-01-15 22:37:47 (4684) INFO : preProcess completed, run time for this step : 0.0607629 seconds
2015-01-15 22:37:47 (4684) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:47 (4684) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:37:47 (4684) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:47 (4684) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:37:48 (4684) INFO : Bulk load completed, total run time : 1.53025 seconds
2015-01-15 22:37:48.779141037 after import
2015-01-15 22:37:48.785296078 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=113
--------------
Query OK, 50000 rows affected (3.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.35 sec)
Bye
2015-01-15 22:37:52.749692375 after sql statement
2015-01-15 22:37:52.761514672 before sql statment
--------------
update test211_5 set c2=c1 where batch=113
--------------
Query OK, 50000 rows affected (2.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:54.891394306 after sql statement
2015-01-15 22:37:54.895467937 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=113
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:37:55.465077694 after sql statement
2015-01-15 22:37:55.516951777 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.74 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:00.282377899 after sql statement
2015-01-15 22:38:00.296902972 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=114
--------------
Query OK, 50000 rows affected (3.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:38:05.216864037 after sql statement
2015-01-15 22:38:05.220475097 before sql statment
--------------
update test211_5 set c2=c1 where batch=114
--------------
Query OK, 50000 rows affected (2.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:07.962556547 after sql statement
2015-01-15 22:38:07.969125957 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=114
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:38:08.741667295 after sql statement
2015-01-15 22:38:08.744296494 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223809_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:38:09 (19212) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223809_Job_62684.xml
2015-01-15 22:38:09 (19212) INFO : Job file loaded, run time for this step : 0.364985 seconds
2015-01-15 22:38:09 (19212) INFO : PreProcessing check starts
2015-01-15 22:38:09 (19212) INFO : PreProcessing check completed
2015-01-15 22:38:09 (19212) INFO : preProcess completed, run time for this step : 0.054508 seconds
2015-01-15 22:38:09 (19212) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:09 (19212) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:38:09 (19212) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:09 (19212) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:38:10 (19212) INFO : Bulk load completed, total run time : 1.43858 seconds
2015-01-15 22:38:10.348251565 after import
2015-01-15 22:38:10.371654705 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=115
--------------
Query OK, 50000 rows affected (3.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.40 sec)
Bye
2015-01-15 22:38:14.517279006 after sql statement
2015-01-15 22:38:14.537868078 before sql statment
--------------
update test211_5 set c2=c1 where batch=115
--------------
Query OK, 50000 rows affected (3.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:18.145419437 after sql statement
2015-01-15 22:38:18.150472809 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=115
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:38:18.622133361 after sql statement
2015-01-15 22:38:18.694905775 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.35 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:23.099838824 after sql statement
2015-01-15 22:38:23.109385080 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=116
--------------
Query OK, 50000 rows affected (3.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:38:27.327365467 after sql statement
2015-01-15 22:38:27.339361600 before sql statment
--------------
update test211_5 set c2=c1 where batch=116
--------------
Query OK, 50000 rows affected (2.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:30.318885627 after sql statement
2015-01-15 22:38:30.322511684 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=116
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:38:30.740264293 after sql statement
2015-01-15 22:38:30.743588502 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223831_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:38:31 (34914) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223831_Job_62684.xml
2015-01-15 22:38:31 (34914) INFO : Job file loaded, run time for this step : 0.354857 seconds
2015-01-15 22:38:31 (34914) INFO : PreProcessing check starts
2015-01-15 22:38:31 (34914) INFO : PreProcessing check completed
2015-01-15 22:38:31 (34914) INFO : preProcess completed, run time for this step : 0.0529671 seconds
2015-01-15 22:38:31 (34914) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:31 (34914) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:31 (34914) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:38:31 (34914) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:38:32 (34914) INFO : Bulk load completed, total run time : 1.42439 seconds
2015-01-15 22:38:32.328071629 after import
2015-01-15 22:38:32.332022145 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=117
--------------
Query OK, 50000 rows affected (3.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.18 sec)
Bye
2015-01-15 22:38:36.577327093 after sql statement
2015-01-15 22:38:36.585189032 before sql statment
--------------
update test211_5 set c2=c1 where batch=117
--------------
Query OK, 50000 rows affected (2.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:39.309310637 after sql statement
2015-01-15 22:38:39.319589829 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=117
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:38:40.067843381 after sql statement
2015-01-15 22:38:40.127466621 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.77 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:43.905903088 after sql statement
2015-01-15 22:38:43.916330322 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=118
--------------
Query OK, 50000 rows affected (2.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.49 sec)
Bye
2015-01-15 22:38:46.939346612 after sql statement
2015-01-15 22:38:46.949456967 before sql statment
--------------
update test211_5 set c2=c1 where batch=118
--------------
Query OK, 50000 rows affected (1.64 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:48.601383026 after sql statement
2015-01-15 22:38:48.609909500 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=118
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.41 sec)
Bye
2015-01-15 22:38:50.038295729 after sql statement
2015-01-15 22:38:50.042802125 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223850_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:38:50 (50030) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223850_Job_62684.xml
2015-01-15 22:38:50 (50030) INFO : Job file loaded, run time for this step : 0.419962 seconds
2015-01-15 22:38:50 (50030) INFO : PreProcessing check starts
2015-01-15 22:38:50 (50030) INFO : PreProcessing check completed
2015-01-15 22:38:50 (50030) INFO : preProcess completed, run time for this step : 0.070612 seconds
2015-01-15 22:38:50 (50030) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:50 (50030) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:38:50 (50030) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:50 (50030) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:38:51 (50030) INFO : Bulk load completed, total run time : 1.52292 seconds
2015-01-15 22:38:51.744173025 after import
2015-01-15 22:38:51.751685146 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=119
--------------
Query OK, 50000 rows affected (3.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.64 sec)
Bye
2015-01-15 22:38:56.105536998 after sql statement
2015-01-15 22:38:56.124741171 before sql statment
--------------
update test211_5 set c2=c1 where batch=119
--------------
Query OK, 50000 rows affected (1.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:57.961431528 after sql statement
2015-01-15 22:38:57.978010815 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=119
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.90 sec)
Bye
2015-01-15 22:38:58.899735182 after sql statement
2015-01-15 22:38:58.947689335 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.53 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:02.498861732 after sql statement
2015-01-15 22:39:02.514400304 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=120
--------------
Query OK, 50000 rows affected (4.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.53 sec)
Bye
2015-01-15 22:39:07.451551247 after sql statement
2015-01-15 22:39:07.456012514 before sql statment
--------------
update test211_5 set c2=c1 where batch=120
--------------
Query OK, 50000 rows affected (1.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:09.200373778 after sql statement
2015-01-15 22:39:09.205879853 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=120
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:39:09.511771398 after sql statement
2015-01-15 22:39:09.515460547 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223909_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:39:09 (64647) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223909_Job_62684.xml
2015-01-15 22:39:09 (64647) INFO : Job file loaded, run time for this step : 0.296176 seconds
2015-01-15 22:39:09 (64647) INFO : PreProcessing check starts
2015-01-15 22:39:10 (64647) INFO : PreProcessing check completed
2015-01-15 22:39:10 (64647) INFO : preProcess completed, run time for this step : 0.0695541 seconds
2015-01-15 22:39:10 (64647) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:10 (64647) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:39:10 (64647) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:10 (64647) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:39:11 (64647) INFO : Bulk load completed, total run time : 1.42542 seconds
2015-01-15 22:39:11.094315859 after import
2015-01-15 22:39:11.099336410 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=121
--------------
Query OK, 50000 rows affected (2.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:39:14.239701188 after sql statement
2015-01-15 22:39:14.255862601 before sql statment
--------------
update test211_5 set c2=c1 where batch=121
--------------
Query OK, 50000 rows affected (1.95 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:16.220310313 after sql statement
2015-01-15 22:39:16.234701688 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=121
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.31 sec)
Bye
2015-01-15 22:39:17.550925101 after sql statement
2015-01-15 22:39:17.589835970 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.62 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:21.224610740 after sql statement
2015-01-15 22:39:21.238739539 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=122
--------------
Query OK, 50000 rows affected (2.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:39:24.879182484 after sql statement
2015-01-15 22:39:24.886926763 before sql statment
--------------
update test211_5 set c2=c1 where batch=122
--------------
Query OK, 50000 rows affected (2.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:27.833718164 after sql statement
2015-01-15 22:39:27.839279867 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=122
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.81 sec)
Bye
2015-01-15 22:39:29.652187688 after sql statement
2015-01-15 22:39:29.654304103 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223930_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:39:30 (15130) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223930_Job_62684.xml
2015-01-15 22:39:30 (15130) INFO : Job file loaded, run time for this step : 0.324136 seconds
2015-01-15 22:39:30 (15130) INFO : PreProcessing check starts
2015-01-15 22:39:30 (15130) INFO : PreProcessing check completed
2015-01-15 22:39:30 (15130) INFO : preProcess completed, run time for this step : 0.036217 seconds
2015-01-15 22:39:30 (15130) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:30 (15130) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:30 (15130) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:39:30 (15130) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:39:31 (15130) INFO : Bulk load completed, total run time : 1.38036 seconds
2015-01-15 22:39:31.206172951 after import
2015-01-15 22:39:31.214527362 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=123
--------------
Query OK, 50000 rows affected (1.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.81 sec)
Bye
2015-01-15 22:39:34.592257382 after sql statement
2015-01-15 22:39:34.596030957 before sql statment
--------------
update test211_5 set c2=c1 where batch=123
--------------
Query OK, 50000 rows affected (2.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:37.324651385 after sql statement
2015-01-15 22:39:37.329269341 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=123
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:39:37.779306693 after sql statement
2015-01-15 22:39:37.830445656 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.94 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:41.788427749 after sql statement
2015-01-15 22:39:41.796632603 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=124
--------------
Query OK, 50000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.18 sec)
Bye
2015-01-15 22:39:45.822869947 after sql statement
2015-01-15 22:39:45.829490018 before sql statment
--------------
update test211_5 set c2=c1 where batch=124
--------------
Query OK, 50000 rows affected (2.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:48.257311206 after sql statement
2015-01-15 22:39:48.267254118 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=124
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.88 sec)
Bye
2015-01-15 22:39:49.151389650 after sql statement
2015-01-15 22:39:49.155064049 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223951_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:39:51 (30124) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T223951_Job_62684.xml
2015-01-15 22:39:51 (30124) INFO : Job file loaded, run time for this step : 0.443612 seconds
2015-01-15 22:39:51 (30124) INFO : PreProcessing check starts
2015-01-15 22:39:51 (30124) INFO : PreProcessing check completed
2015-01-15 22:39:51 (30124) INFO : preProcess completed, run time for this step : 0.0729139 seconds
2015-01-15 22:39:51 (30124) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:51 (30124) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:51 (30124) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:39:51 (30124) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:39:52 (30124) INFO : Bulk load completed, total run time : 1.54092 seconds
2015-01-15 22:39:52.461748779 after import
2015-01-15 22:39:52.487563208 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=125
--------------
Query OK, 50000 rows affected (3.45 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.77 sec)
Bye
2015-01-15 22:39:56.717374795 after sql statement
2015-01-15 22:39:56.723781697 before sql statment
--------------
update test211_5 set c2=c1 where batch=125
--------------
Query OK, 50000 rows affected (2.35 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:59.089438204 after sql statement
2015-01-15 22:39:59.097183034 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=125
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:39:59.332864262 after sql statement
2015-01-15 22:39:59.376027250 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.26 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:03.635212328 after sql statement
2015-01-15 22:40:03.638925263 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=126
--------------
Query OK, 50000 rows affected (1.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:40:06.146371470 after sql statement
2015-01-15 22:40:06.215786371 before sql statment
--------------
update test211_5 set c2=c1 where batch=126
--------------
Query OK, 50000 rows affected (1.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:07.996660708 after sql statement
2015-01-15 22:40:08.004579163 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=126
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.64 sec)
Bye
2015-01-15 22:40:08.659867813 after sql statement
2015-01-15 22:40:08.674316184 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224009_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:40:09 (45014) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224009_Job_62684.xml
2015-01-15 22:40:09 (45014) INFO : Job file loaded, run time for this step : 0.573964 seconds
2015-01-15 22:40:09 (45014) INFO : PreProcessing check starts
2015-01-15 22:40:09 (45014) INFO : PreProcessing check completed
2015-01-15 22:40:09 (45014) INFO : preProcess completed, run time for this step : 0.066263 seconds
2015-01-15 22:40:09 (45014) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:09 (45014) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:40:09 (45014) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:09 (45014) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:40:10 (45014) INFO : Bulk load completed, total run time : 1.66855 seconds
2015-01-15 22:40:10.501850379 after import
2015-01-15 22:40:10.508343700 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=127
--------------
Query OK, 50000 rows affected (3.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:40:14.853086037 after sql statement
2015-01-15 22:40:14.858775830 before sql statment
--------------
update test211_5 set c2=c1 where batch=127
--------------
Query OK, 50000 rows affected (1.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:15.956647233 after sql statement
2015-01-15 22:40:15.963014145 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=127
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:40:16.469020548 after sql statement
2015-01-15 22:40:16.523541586 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.51 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:20.048265738 after sql statement
2015-01-15 22:40:20.064720392 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=128
--------------
Query OK, 50000 rows affected (2.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:40:23.305677398 after sql statement
2015-01-15 22:40:23.313417228 before sql statment
--------------
update test211_5 set c2=c1 where batch=128
--------------
Query OK, 50000 rows affected (2.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:25.408730356 after sql statement
2015-01-15 22:40:25.413359762 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=128
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (2.51 sec)
Bye
2015-01-15 22:40:27.942409605 after sql statement
2015-01-15 22:40:27.944255581 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224028_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:40:28 (59498) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224028_Job_62684.xml
2015-01-15 22:40:28 (59498) INFO : Job file loaded, run time for this step : 0.480839 seconds
2015-01-15 22:40:28 (59498) INFO : PreProcessing check starts
2015-01-15 22:40:28 (59498) INFO : PreProcessing check completed
2015-01-15 22:40:28 (59498) INFO : preProcess completed, run time for this step : 0.1361 seconds
2015-01-15 22:40:28 (59498) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:28 (59498) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:40:28 (59498) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:29 (59498) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:40:29 (59498) INFO : Bulk load completed, total run time : 1.66038 seconds
2015-01-15 22:40:29.878309347 after import
2015-01-15 22:40:29.882566873 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=129
--------------
Query OK, 50000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.41 sec)
Bye
2015-01-15 22:40:34.027322472 after sql statement
2015-01-15 22:40:34.033876528 before sql statment
--------------
update test211_5 set c2=c1 where batch=129
--------------
Query OK, 50000 rows affected (0.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:34.994196572 after sql statement
2015-01-15 22:40:35.000779754 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=129
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:40:35.429242735 after sql statement
2015-01-15 22:40:35.480392821 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.68 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:41.174987062 after sql statement
2015-01-15 22:40:41.186363464 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=130
--------------
Query OK, 50000 rows affected (3.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:40:45.502459038 after sql statement
2015-01-15 22:40:45.508270242 before sql statment
--------------
update test211_5 set c2=c1 where batch=130
--------------
Query OK, 50000 rows affected (1.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:47.091943113 after sql statement
2015-01-15 22:40:47.099704926 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=130
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:40:47.588000075 after sql statement
2015-01-15 22:40:47.591930664 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224048_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:40:48 (8498) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224048_Job_62684.xml
2015-01-15 22:40:48 (8498) INFO : Job file loaded, run time for this step : 0.284339 seconds
2015-01-15 22:40:48 (8498) INFO : PreProcessing check starts
2015-01-15 22:40:48 (8498) INFO : PreProcessing check completed
2015-01-15 22:40:48 (8498) INFO : preProcess completed, run time for this step : 0.043282 seconds
2015-01-15 22:40:48 (8498) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:48 (8498) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:40:48 (8498) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:48 (8498) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:40:50 (8498) INFO : Bulk load completed, total run time : 2.87428 seconds
2015-01-15 22:40:50.688720332 after import
2015-01-15 22:40:50.696149710 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=131
--------------
Query OK, 50000 rows affected (1.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.08 sec)
Bye
2015-01-15 22:40:54.276566522 after sql statement
2015-01-15 22:40:54.281184795 before sql statment
--------------
update test211_5 set c2=c1 where batch=131
--------------
Query OK, 50000 rows affected (5.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:00.052400699 after sql statement
2015-01-15 22:41:00.070163270 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=131
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.22 sec)
Bye
2015-01-15 22:41:01.300431983 after sql statement
2015-01-15 22:41:01.337403684 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.98 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:05.335315267 after sql statement
2015-01-15 22:41:05.346089885 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=132
--------------
Query OK, 50000 rows affected (3.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:41:09.418912205 after sql statement
2015-01-15 22:41:09.423107090 before sql statment
--------------
update test211_5 set c2=c1 where batch=132
--------------
Query OK, 50000 rows affected (2.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:11.672489226 after sql statement
2015-01-15 22:41:11.681192174 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=132
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:41:12.243427237 after sql statement
2015-01-15 22:41:12.247769216 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224112_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:41:12 (24717) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224112_Job_62684.xml
2015-01-15 22:41:12 (24717) INFO : Job file loaded, run time for this step : 0.51866 seconds
2015-01-15 22:41:12 (24717) INFO : PreProcessing check starts
2015-01-15 22:41:12 (24717) INFO : PreProcessing check completed
2015-01-15 22:41:12 (24717) INFO : preProcess completed, run time for this step : 0.0575261 seconds
2015-01-15 22:41:12 (24717) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:12 (24717) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:12 (24717) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:41:13 (24717) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:41:14 (24717) INFO : Bulk load completed, total run time : 1.61627 seconds
2015-01-15 22:41:14.031278939 after import
2015-01-15 22:41:14.038239956 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=133
--------------
Query OK, 50000 rows affected (1.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.64 sec)
Bye
2015-01-15 22:41:16.308142515 after sql statement
2015-01-15 22:41:16.320229172 before sql statment
--------------
update test211_5 set c2=c1 where batch=133
--------------
Query OK, 50000 rows affected (3.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:19.803869386 after sql statement
2015-01-15 22:41:19.812877729 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=133
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:41:20.392150554 after sql statement
2015-01-15 22:41:20.459568368 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.75 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:24.218719021 after sql statement
2015-01-15 22:41:24.224665242 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=134
--------------
Query OK, 50000 rows affected (2.96 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:41:27.956632187 after sql statement
2015-01-15 22:41:27.963218494 before sql statment
--------------
update test211_5 set c2=c1 where batch=134
--------------
Query OK, 50000 rows affected (2.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:30.674923995 after sql statement
2015-01-15 22:41:30.680920941 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=134
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.94 sec)
Bye
2015-01-15 22:41:31.634217231 after sql statement
2015-01-15 22:41:31.638638744 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224132_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:41:32 (38810) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224132_Job_62684.xml
2015-01-15 22:41:32 (38810) INFO : Job file loaded, run time for this step : 0.771303 seconds
2015-01-15 22:41:32 (38810) INFO : PreProcessing check starts
2015-01-15 22:41:32 (38810) INFO : PreProcessing check completed
2015-01-15 22:41:32 (38810) INFO : preProcess completed, run time for this step : 0.061903 seconds
2015-01-15 22:41:32 (38810) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:32 (38810) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:32 (38810) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:41:32 (38810) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:41:34 (38810) INFO : Bulk load completed, total run time : 2.56261 seconds
2015-01-15 22:41:34.426876554 after import
2015-01-15 22:41:34.491016429 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=135
--------------
Query OK, 50000 rows affected (2.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.25 sec)
Bye
2015-01-15 22:41:38.640047114 after sql statement
2015-01-15 22:41:38.646509300 before sql statment
--------------
update test211_5 set c2=c1 where batch=135
--------------
Query OK, 50000 rows affected (1.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:40.188227571 after sql statement
2015-01-15 22:41:40.194495754 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=135
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:41:40.507326576 after sql statement
2015-01-15 22:41:40.546318271 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.60 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:44.179167355 after sql statement
2015-01-15 22:41:44.184337466 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=136
--------------
Query OK, 50000 rows affected (3.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:41:48.573547190 after sql statement
2015-01-15 22:41:49.510974659 before sql statment
--------------
update test211_5 set c2=c1 where batch=136
--------------
Query OK, 50000 rows affected (2.35 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:51.884004962 after sql statement
2015-01-15 22:41:51.896926696 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=136
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:41:52.639061671 after sql statement
2015-01-15 22:41:52.644597452 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224153_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:41:53 (54050) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224153_Job_62684.xml
2015-01-15 22:41:53 (54050) INFO : Job file loaded, run time for this step : 0.388176 seconds
2015-01-15 22:41:53 (54050) INFO : PreProcessing check starts
2015-01-15 22:41:53 (54050) INFO : PreProcessing check completed
2015-01-15 22:41:53 (54050) INFO : preProcess completed, run time for this step : 0.154248 seconds
2015-01-15 22:41:53 (54050) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:53 (54050) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:41:53 (54050) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:53 (54050) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:41:54 (54050) INFO : Bulk load completed, total run time : 1.56093 seconds
2015-01-15 22:41:54.442615366 after import
2015-01-15 22:41:54.448076961 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=137
--------------
Query OK, 50000 rows affected (2.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.85 sec)
Bye
2015-01-15 22:41:58.061010596 after sql statement
2015-01-15 22:41:58.070939137 before sql statment
--------------
update test211_5 set c2=c1 where batch=137
--------------
Query OK, 50000 rows affected (1.84 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:59.935283066 after sql statement
2015-01-15 22:41:59.941007065 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=137
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:42:00.445289023 after sql statement
2015-01-15 22:42:00.494867172 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.65 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:04.148623461 after sql statement
2015-01-15 22:42:04.170624089 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=138
--------------
Query OK, 50000 rows affected (1.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:42:06.633722836 after sql statement
2015-01-15 22:42:06.645100438 before sql statment
--------------
update test211_5 set c2=c1 where batch=138
--------------
Query OK, 50000 rows affected (1.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:08.089370321 after sql statement
2015-01-15 22:42:08.100100675 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=138
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:42:08.602136929 after sql statement
2015-01-15 22:42:08.610058469 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224209_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:42:09 (2155) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224209_Job_62684.xml
2015-01-15 22:42:09 (2155) INFO : Job file loaded, run time for this step : 0.395453 seconds
2015-01-15 22:42:09 (2155) INFO : PreProcessing check starts
2015-01-15 22:42:09 (2155) INFO : PreProcessing check completed
2015-01-15 22:42:09 (2155) INFO : preProcess completed, run time for this step : 0.385635 seconds
2015-01-15 22:42:09 (2155) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:09 (2155) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:09 (2155) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:42:10 (2155) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:42:10 (2155) INFO : Bulk load completed, total run time : 1.82086 seconds
2015-01-15 22:42:10.840199228 after import
2015-01-15 22:42:10.857566800 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=139
--------------
Query OK, 50000 rows affected (2.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.18 sec)
Bye
2015-01-15 22:42:14.676407557 after sql statement
2015-01-15 22:42:14.683744875 before sql statment
--------------
update test211_5 set c2=c1 where batch=139
--------------
Query OK, 50000 rows affected (1.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:16.473767083 after sql statement
2015-01-15 22:42:16.478856453 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=139
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:42:16.880838716 after sql statement
2015-01-15 22:42:16.934292224 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.35 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:21.294141608 after sql statement
2015-01-15 22:42:21.300180503 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=140
--------------
Query OK, 50000 rows affected (1.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.43 sec)
Bye
2015-01-15 22:42:24.264713624 after sql statement
2015-01-15 22:42:24.272870945 before sql statment
--------------
update test211_5 set c2=c1 where batch=140
--------------
Query OK, 50000 rows affected (3.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:27.745506027 after sql statement
2015-01-15 22:42:27.756782200 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=140
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.79 sec)
Bye
2015-01-15 22:42:28.546718851 after sql statement
2015-01-15 22:42:28.550400618 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224228_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:42:29 (17495) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224228_Job_62684.xml
2015-01-15 22:42:29 (17495) INFO : Job file loaded, run time for this step : 0.543673 seconds
2015-01-15 22:42:29 (17495) INFO : PreProcessing check starts
2015-01-15 22:42:29 (17495) INFO : PreProcessing check completed
2015-01-15 22:42:29 (17495) INFO : preProcess completed, run time for this step : 0.0608401 seconds
2015-01-15 22:42:29 (17495) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:29 (17495) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:29 (17495) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:42:29 (17495) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:42:30 (17495) INFO : Bulk load completed, total run time : 1.86263 seconds
2015-01-15 22:42:30.556063445 after import
2015-01-15 22:42:30.578353826 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=141
--------------
Query OK, 50000 rows affected (2.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:42:33.962202747 after sql statement
2015-01-15 22:42:33.981895641 before sql statment
--------------
update test211_5 set c2=c1 where batch=141
--------------
Query OK, 50000 rows affected (1.93 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:35.938107021 after sql statement
2015-01-15 22:42:35.947039926 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=141
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:42:36.313933854 after sql statement
2015-01-15 22:42:36.384329800 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.45 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:39.857003020 after sql statement
2015-01-15 22:42:39.870992896 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=142
--------------
Query OK, 50000 rows affected (2.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:42:42.692637473 after sql statement
2015-01-15 22:42:42.699169010 before sql statment
--------------
update test211_5 set c2=c1 where batch=142
--------------
Query OK, 50000 rows affected (1.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:44.250085102 after sql statement
2015-01-15 22:42:44.265928372 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=142
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:42:45.301929848 after sql statement
2015-01-15 22:42:45.348870382 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224245_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:42:45 (31234) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224245_Job_62684.xml
2015-01-15 22:42:45 (31234) INFO : Job file loaded, run time for this step : 0.304342 seconds
2015-01-15 22:42:45 (31234) INFO : PreProcessing check starts
2015-01-15 22:42:45 (31234) INFO : PreProcessing check completed
2015-01-15 22:42:45 (31234) INFO : preProcess completed, run time for this step : 0.0501781 seconds
2015-01-15 22:42:45 (31234) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:45 (31234) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:42:45 (31234) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:45 (31234) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:42:46 (31234) INFO : Bulk load completed, total run time : 1.37762 seconds
2015-01-15 22:42:46.916614681 after import
2015-01-15 22:42:46.922981052 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=143
--------------
Query OK, 50000 rows affected (3.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.93 sec)
Bye
2015-01-15 22:42:50.976122181 after sql statement
2015-01-15 22:42:50.984695030 before sql statment
--------------
update test211_5 set c2=c1 where batch=143
--------------
Query OK, 50000 rows affected (1.35 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:52.350118008 after sql statement
2015-01-15 22:42:52.360101567 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=143
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:42:52.811473409 after sql statement
2015-01-15 22:42:52.931921760 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.16 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:57.115820319 after sql statement
2015-01-15 22:42:57.140130702 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=144
--------------
Query OK, 50000 rows affected (2.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.54 sec)
Bye
2015-01-15 22:43:03.524037321 after sql statement
2015-01-15 22:43:03.533951895 before sql statment
--------------
update test211_5 set c2=c1 where batch=144
--------------
Query OK, 50000 rows affected (1.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:04.801854000 after sql statement
2015-01-15 22:43:04.810123350 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=144
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:43:05.291178316 after sql statement
2015-01-15 22:43:05.295013107 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224306_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:43:06 (44427) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224306_Job_62684.xml
2015-01-15 22:43:06 (44427) INFO : Job file loaded, run time for this step : 0.424306 seconds
2015-01-15 22:43:06 (44427) INFO : PreProcessing check starts
2015-01-15 22:43:06 (44427) INFO : PreProcessing check completed
2015-01-15 22:43:06 (44427) INFO : preProcess completed, run time for this step : 0.0298562 seconds
2015-01-15 22:43:06 (44427) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:06 (44427) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:43:06 (44427) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:07 (44427) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:43:09 (44427) INFO : Bulk load completed, total run time : 2.57633 seconds
2015-01-15 22:43:09.018977593 after import
2015-01-15 22:43:09.036191267 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=145
--------------
Query OK, 50000 rows affected (2.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.22 sec)
Bye
2015-01-15 22:43:11.759643743 after sql statement
2015-01-15 22:43:11.774094196 before sql statment
--------------
update test211_5 set c2=c1 where batch=145
--------------
Query OK, 50000 rows affected (1.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:13.466678503 after sql statement
2015-01-15 22:43:13.470319250 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=145
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:43:14.312299265 after sql statement
2015-01-15 22:43:14.356511836 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.75 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:18.126929561 after sql statement
2015-01-15 22:43:18.151251396 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=146
--------------
Query OK, 50000 rows affected (4.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:43:23.266940357 after sql statement
2015-01-15 22:43:23.278424128 before sql statment
--------------
update test211_5 set c2=c1 where batch=146
--------------
Query OK, 50000 rows affected (2.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:25.708031177 after sql statement
2015-01-15 22:43:25.714467584 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=146
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:43:26.386803657 after sql statement
2015-01-15 22:43:26.394321434 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224328_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:43:28 (59370) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224328_Job_62684.xml
2015-01-15 22:43:28 (59370) INFO : Job file loaded, run time for this step : 0.379854 seconds
2015-01-15 22:43:28 (59370) INFO : PreProcessing check starts
2015-01-15 22:43:28 (59370) INFO : PreProcessing check completed
2015-01-15 22:43:28 (59370) INFO : preProcess completed, run time for this step : 0.328787 seconds
2015-01-15 22:43:28 (59370) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:28 (59370) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:28 (59370) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:43:28 (59370) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:43:29 (59370) INFO : Bulk load completed, total run time : 1.7413 seconds
2015-01-15 22:43:29.741825961 after import
2015-01-15 22:43:29.754333323 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=147
--------------
Query OK, 50000 rows affected (3.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:43:34.543098706 after sql statement
2015-01-15 22:43:34.546772444 before sql statment
--------------
update test211_5 set c2=c1 where batch=147
--------------
Query OK, 50000 rows affected (1.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:35.743293361 after sql statement
2015-01-15 22:43:35.754614032 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=147
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:43:36.332102565 after sql statement
2015-01-15 22:43:36.383893796 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.48 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:39.870943305 after sql statement
2015-01-15 22:43:39.886674765 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=148
--------------
Query OK, 50000 rows affected (2.13 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.29 sec)
Bye
2015-01-15 22:43:42.317208811 after sql statement
2015-01-15 22:43:42.327838469 before sql statment
--------------
update test211_5 set c2=c1 where batch=148
--------------
Query OK, 50000 rows affected (2.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:44.821316096 after sql statement
2015-01-15 22:43:44.825609459 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=148
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:43:45.654257681 after sql statement
2015-01-15 22:43:45.662013906 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224346_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:43:46 (9293) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224346_Job_62684.xml
2015-01-15 22:43:46 (9293) INFO : Job file loaded, run time for this step : 0.261712 seconds
2015-01-15 22:43:46 (9293) INFO : PreProcessing check starts
2015-01-15 22:43:46 (9293) INFO : PreProcessing check completed
2015-01-15 22:43:46 (9293) INFO : preProcess completed, run time for this step : 0.0350461 seconds
2015-01-15 22:43:46 (9293) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:46 (9293) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:43:46 (9293) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:46 (9293) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:43:47 (9293) INFO : Bulk load completed, total run time : 1.70511 seconds
2015-01-15 22:43:47.537035081 after import
2015-01-15 22:43:47.543509447 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=149
--------------
Query OK, 50000 rows affected (1.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:43:50.015802627 after sql statement
2015-01-15 22:43:50.028023058 before sql statment
--------------
update test211_5 set c2=c1 where batch=149
--------------
Query OK, 50000 rows affected (2.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:52.523269527 after sql statement
2015-01-15 22:43:52.531018839 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=149
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.62 sec)
Bye
2015-01-15 22:43:54.167031631 after sql statement
2015-01-15 22:43:54.241195224 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.06 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:58.318043089 after sql statement
2015-01-15 22:43:58.336727443 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=150
--------------
Query OK, 50000 rows affected (2.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.41 sec)
Bye
2015-01-15 22:44:01.515827854 after sql statement
2015-01-15 22:44:01.526762963 before sql statment
--------------
update test211_5 set c2=c1 where batch=150
--------------
Query OK, 50000 rows affected (1.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:03.006200871 after sql statement
2015-01-15 22:44:03.012515008 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=150
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:44:03.393878883 after sql statement
2015-01-15 22:44:03.400183258 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224403_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:44:03 (23202) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224403_Job_62684.xml
2015-01-15 22:44:03 (23202) INFO : Job file loaded, run time for this step : 0.39262 seconds
2015-01-15 22:44:03 (23202) INFO : PreProcessing check starts
2015-01-15 22:44:03 (23202) INFO : PreProcessing check completed
2015-01-15 22:44:03 (23202) INFO : preProcess completed, run time for this step : 0.041899 seconds
2015-01-15 22:44:03 (23202) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:03 (23202) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:44:03 (23202) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:04 (23202) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:44:05 (23202) INFO : Bulk load completed, total run time : 1.45819 seconds
2015-01-15 22:44:05.014203171 after import
2015-01-15 22:44:05.017672248 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=151
--------------
Query OK, 50000 rows affected (2.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.24 sec)
Bye
2015-01-15 22:44:08.939147668 after sql statement
2015-01-15 22:44:08.955748146 before sql statment
--------------
update test211_5 set c2=c1 where batch=151
--------------
Query OK, 50000 rows affected (1.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:10.671065174 after sql statement
2015-01-15 22:44:10.687090485 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=151
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (2.05 sec)
Bye
2015-01-15 22:44:12.755698428 after sql statement
2015-01-15 22:44:12.808867454 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.94 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:16.756824471 after sql statement
2015-01-15 22:44:16.760766137 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=152
--------------
Query OK, 50000 rows affected (1.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:44:19.527963189 after sql statement
2015-01-15 22:44:19.532181979 before sql statment
--------------
update test211_5 set c2=c1 where batch=152
--------------
Query OK, 50000 rows affected (2.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:22.403140416 after sql statement
2015-01-15 22:44:22.406731887 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=152
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:44:23.108828931 after sql statement
2015-01-15 22:44:23.113446985 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224423_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:44:23 (38325) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224423_Job_62684.xml
2015-01-15 22:44:23 (38325) INFO : Job file loaded, run time for this step : 0.376177 seconds
2015-01-15 22:44:23 (38325) INFO : PreProcessing check starts
2015-01-15 22:44:23 (38325) INFO : PreProcessing check completed
2015-01-15 22:44:23 (38325) INFO : preProcess completed, run time for this step : 0.123255 seconds
2015-01-15 22:44:23 (38325) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:23 (38325) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:44:23 (38325) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:24 (38325) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:44:24 (38325) INFO : Bulk load completed, total run time : 1.54837 seconds
2015-01-15 22:44:24.856771150 after import
2015-01-15 22:44:24.862345341 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=153
--------------
Query OK, 50000 rows affected (1.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.50 sec)
Bye
2015-01-15 22:44:27.103147816 after sql statement
2015-01-15 22:44:27.110448780 before sql statment
--------------
update test211_5 set c2=c1 where batch=153
--------------
Query OK, 50000 rows affected (4.06 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:31.181402983 after sql statement
2015-01-15 22:44:31.192928974 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=153
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:44:31.554180855 after sql statement
2015-01-15 22:44:31.587767905 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.85 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:36.459174101 after sql statement
2015-01-15 22:44:36.466237640 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=154
--------------
Query OK, 50000 rows affected (3.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:44:40.255593615 after sql statement
2015-01-15 22:44:40.260343295 before sql statment
--------------
update test211_5 set c2=c1 where batch=154
--------------
Query OK, 50000 rows affected (3.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:43.479623417 after sql statement
2015-01-15 22:44:43.497290661 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=154
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:44:44.173352349 after sql statement
2015-01-15 22:44:44.176738853 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224444_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:44:44 (54535) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224444_Job_62684.xml
2015-01-15 22:44:44 (54535) INFO : Job file loaded, run time for this step : 0.343641 seconds
2015-01-15 22:44:44 (54535) INFO : PreProcessing check starts
2015-01-15 22:44:44 (54535) INFO : PreProcessing check completed
2015-01-15 22:44:44 (54535) INFO : preProcess completed, run time for this step : 0.225466 seconds
2015-01-15 22:44:44 (54535) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:44 (54535) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:44 (54535) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:44:45 (54535) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:44:45 (54535) INFO : Bulk load completed, total run time : 1.65921 seconds
2015-01-15 22:44:45.991501334 after import
2015-01-15 22:44:45.996354675 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=155
--------------
Query OK, 50000 rows affected (2.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.95 sec)
Bye
2015-01-15 22:44:50.587536335 after sql statement
2015-01-15 22:44:50.593190182 before sql statment
--------------
update test211_5 set c2=c1 where batch=155
--------------
Query OK, 50000 rows affected (2.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:53.147137916 after sql statement
2015-01-15 22:44:53.166253197 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=155
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.47 sec)
Bye
2015-01-15 22:44:54.648416228 after sql statement
2015-01-15 22:44:54.728404713 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.51 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:58.248492991 after sql statement
2015-01-15 22:44:58.262400854 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_5 where batch=156
--------------
Query OK, 50000 rows affected (3.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:45:02.429942158 after sql statement
2015-01-15 22:45:02.436066280 before sql statment
--------------
update test211_5 set c2=c1 where batch=156
--------------
Query OK, 50000 rows affected (2.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:04.936550413 after sql statement
2015-01-15 22:45:04.944732784 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=156
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:45:05.754396787 after sql statement
2015-01-15 22:45:05.757690218 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224506_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:45:06 (4751) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224506_Job_62684.xml
2015-01-15 22:45:06 (4751) INFO : Job file loaded, run time for this step : 0.346823 seconds
2015-01-15 22:45:06 (4751) INFO : PreProcessing check starts
2015-01-15 22:45:06 (4751) INFO : PreProcessing check completed
2015-01-15 22:45:06 (4751) INFO : preProcess completed, run time for this step : 0.069901 seconds
2015-01-15 22:45:06 (4751) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:06 (4751) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:06 (4751) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:45:06 (4751) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:45:07 (4751) INFO : Bulk load completed, total run time : 1.43873 seconds
2015-01-15 22:45:07.356080402 after import
2015-01-15 22:45:07.387704123 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=157
--------------
Query OK, 50000 rows affected (3.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.23 sec)
Bye
2015-01-15 22:45:12.213729583 after sql statement
2015-01-15 22:45:12.218218576 before sql statment
--------------
update test211_5 set c2=c1 where batch=157
--------------
Query OK, 50000 rows affected (1.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:13.845188231 after sql statement
2015-01-15 22:45:13.857694655 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=157
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:45:14.891964270 after sql statement
2015-01-15 22:45:14.935018653 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.78 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:18.743012174 after sql statement
2015-01-15 22:45:18.760229786 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=158
--------------
Query OK, 50000 rows affected (2.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.84 sec)
Bye
2015-01-15 22:45:22.430055522 after sql statement
2015-01-15 22:45:22.440206594 before sql statment
--------------
update test211_5 set c2=c1 where batch=158
--------------
Query OK, 50000 rows affected (1.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:23.703288521 after sql statement
2015-01-15 22:45:23.715434957 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=158
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:45:24.093153436 after sql statement
2015-01-15 22:45:24.097268822 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224525_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:45:26 (18910) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224525_Job_62684.xml
2015-01-15 22:45:26 (18910) INFO : Job file loaded, run time for this step : 1.0543 seconds
2015-01-15 22:45:26 (18910) INFO : PreProcessing check starts
2015-01-15 22:45:26 (18910) INFO : PreProcessing check completed
2015-01-15 22:45:26 (18910) INFO : preProcess completed, run time for this step : 0.0899782 seconds
2015-01-15 22:45:26 (18910) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:26 (18910) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:26 (18910) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:45:26 (18910) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:45:27 (18910) INFO : Bulk load completed, total run time : 2.17523 seconds
2015-01-15 22:45:27.177220500 after import
2015-01-15 22:45:27.192992842 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=159
--------------
Query OK, 50000 rows affected (2.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:45:30.201469359 after sql statement
2015-01-15 22:45:30.208006710 before sql statment
--------------
update test211_5 set c2=c1 where batch=159
--------------
Query OK, 50000 rows affected (2.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:32.491666576 after sql statement
2015-01-15 22:45:32.501328296 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=159
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:45:33.013763931 after sql statement
2015-01-15 22:45:33.067720847 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.43 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:36.519860776 after sql statement
2015-01-15 22:45:36.533191752 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=160
--------------
Query OK, 50000 rows affected (5.30 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.59 sec)
Bye
2015-01-15 22:45:42.431420447 after sql statement
2015-01-15 22:45:42.450380399 before sql statment
--------------
update test211_5 set c2=c1 where batch=160
--------------
Query OK, 50000 rows affected (2.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:45.185975481 after sql statement
2015-01-15 22:45:45.193043862 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=160
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:45:45.756216655 after sql statement
2015-01-15 22:45:45.759164926 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224546_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:45:46 (34893) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224546_Job_62684.xml
2015-01-15 22:45:46 (34893) INFO : Job file loaded, run time for this step : 0.431454 seconds
2015-01-15 22:45:46 (34893) INFO : PreProcessing check starts
2015-01-15 22:45:46 (34893) INFO : PreProcessing check completed
2015-01-15 22:45:46 (34893) INFO : preProcess completed, run time for this step : 0.0714099 seconds
2015-01-15 22:45:46 (34893) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:46 (34893) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:45:46 (34893) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:46 (34893) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:45:47 (34893) INFO : Bulk load completed, total run time : 1.54592 seconds
2015-01-15 22:45:47.490875894 after import
2015-01-15 22:45:47.514439074 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=161
--------------
Query OK, 50000 rows affected (3.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:45:51.535737318 after sql statement
2015-01-15 22:45:51.547146029 before sql statment
--------------
update test211_5 set c2=c1 where batch=161
--------------
Query OK, 50000 rows affected (1.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:53.186782113 after sql statement
2015-01-15 22:45:53.201819241 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=161
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:45:53.708041211 after sql statement
2015-01-15 22:45:53.750008369 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.35 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:58.107407914 after sql statement
2015-01-15 22:45:58.114476161 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=162
--------------
Query OK, 50000 rows affected (3.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.41 sec)
Bye
2015-01-15 22:46:01.832507926 after sql statement
2015-01-15 22:46:01.845725809 before sql statment
--------------
update test211_5 set c2=c1 where batch=162
--------------
Query OK, 50000 rows affected (2.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:04.177946675 after sql statement
2015-01-15 22:46:04.187397369 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=162
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:46:04.430937607 after sql statement
2015-01-15 22:46:04.432930869 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224605_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:46:05 (49503) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224605_Job_62684.xml
2015-01-15 22:46:05 (49503) INFO : Job file loaded, run time for this step : 0.245518 seconds
2015-01-15 22:46:05 (49503) INFO : PreProcessing check starts
2015-01-15 22:46:05 (49503) INFO : PreProcessing check completed
2015-01-15 22:46:05 (49503) INFO : preProcess completed, run time for this step : 0.0361121 seconds
2015-01-15 22:46:05 (49503) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:05 (49503) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:46:05 (49503) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:05 (49503) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:46:06 (49503) INFO : Bulk load completed, total run time : 1.32868 seconds
2015-01-15 22:46:06.743609149 after import
2015-01-15 22:46:06.766210014 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=163
--------------
Query OK, 50000 rows affected (3.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:46:10.876984363 after sql statement
2015-01-15 22:46:10.885206575 before sql statment
--------------
update test211_5 set c2=c1 where batch=163
--------------
Query OK, 50000 rows affected (2.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:13.667493583 after sql statement
2015-01-15 22:46:13.688839323 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=163
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:46:14.462597919 after sql statement
2015-01-15 22:46:14.501104447 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (7.07 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:21.579874185 after sql statement
2015-01-15 22:46:21.593712059 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=164
--------------
Query OK, 50000 rows affected (1.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:46:24.437318988 after sql statement
2015-01-15 22:46:24.445493483 before sql statment
--------------
update test211_5 set c2=c1 where batch=164
--------------
Query OK, 50000 rows affected (5.68 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:30.134250879 after sql statement
2015-01-15 22:46:30.159035581 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=164
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.64 sec)
Bye
2015-01-15 22:46:30.803496201 after sql statement
2015-01-15 22:46:30.805804690 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224631_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:46:31 (1821) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224631_Job_62684.xml
2015-01-15 22:46:31 (1821) INFO : Job file loaded, run time for this step : 0.361523 seconds
2015-01-15 22:46:31 (1821) INFO : PreProcessing check starts
2015-01-15 22:46:31 (1821) INFO : PreProcessing check completed
2015-01-15 22:46:31 (1821) INFO : preProcess completed, run time for this step : 0.0168679 seconds
2015-01-15 22:46:31 (1821) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:31 (1821) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:46:31 (1821) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:31 (1821) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:46:32 (1821) INFO : Bulk load completed, total run time : 1.43339 seconds
2015-01-15 22:46:32.507991457 after import
2015-01-15 22:46:32.516261540 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=165
--------------
Query OK, 50000 rows affected (2.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.90 sec)
Bye
2015-01-15 22:46:35.757682037 after sql statement
2015-01-15 22:46:35.768666367 before sql statment
--------------
update test211_5 set c2=c1 where batch=165
--------------
Query OK, 50000 rows affected (1.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:37.580264870 after sql statement
2015-01-15 22:46:37.589619147 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=165
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:46:37.970349883 after sql statement
2015-01-15 22:46:38.033967773 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.09 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:42.141440967 after sql statement
2015-01-15 22:46:42.150263877 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=166
--------------
Query OK, 50000 rows affected (2.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:46:45.490069735 after sql statement
2015-01-15 22:46:45.501061060 before sql statment
--------------
update test211_5 set c2=c1 where batch=166
--------------
Query OK, 50000 rows affected (3.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:49.009453941 after sql statement
2015-01-15 22:46:49.014123199 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=166
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:46:49.454786711 after sql statement
2015-01-15 22:46:49.462717511 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224649_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:46:50 (16369) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224649_Job_62684.xml
2015-01-15 22:46:50 (16369) INFO : Job file loaded, run time for this step : 0.412256 seconds
2015-01-15 22:46:50 (16369) INFO : PreProcessing check starts
2015-01-15 22:46:50 (16369) INFO : PreProcessing check completed
2015-01-15 22:46:50 (16369) INFO : preProcess completed, run time for this step : 0.028667 seconds
2015-01-15 22:46:50 (16369) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:50 (16369) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:46:50 (16369) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:50 (16369) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:46:51 (16369) INFO : Bulk load completed, total run time : 1.46443 seconds
2015-01-15 22:46:51.082710427 after import
2015-01-15 22:46:51.089303593 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=167
--------------
Query OK, 50000 rows affected (2.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.60 sec)
Bye
2015-01-15 22:46:54.037767285 after sql statement
2015-01-15 22:46:54.045292708 before sql statment
--------------
update test211_5 set c2=c1 where batch=167
--------------
Query OK, 50000 rows affected (2.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:56.503014731 after sql statement
2015-01-15 22:46:56.524998582 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=167
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.84 sec)
Bye
2015-01-15 22:46:58.371951271 after sql statement
2015-01-15 22:46:58.424812346 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.72 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:03.164284752 after sql statement
2015-01-15 22:47:03.169818101 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=168
--------------
Query OK, 50000 rows affected (1.41 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.26 sec)
Bye
2015-01-15 22:47:06.867009973 after sql statement
2015-01-15 22:47:06.885869699 before sql statment
--------------
update test211_5 set c2=c1 where batch=168
--------------
Query OK, 50000 rows affected (2.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:09.367799668 after sql statement
2015-01-15 22:47:09.378177536 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=168
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:47:09.703597220 after sql statement
2015-01-15 22:47:09.706040729 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224710_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:47:10 (31193) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224710_Job_62684.xml
2015-01-15 22:47:10 (31193) INFO : Job file loaded, run time for this step : 0.364261 seconds
2015-01-15 22:47:10 (31193) INFO : PreProcessing check starts
2015-01-15 22:47:10 (31193) INFO : PreProcessing check completed
2015-01-15 22:47:10 (31193) INFO : preProcess completed, run time for this step : 0.0434031 seconds
2015-01-15 22:47:10 (31193) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:10 (31193) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:10 (31193) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:47:10 (31193) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:47:11 (31193) INFO : Bulk load completed, total run time : 1.43111 seconds
2015-01-15 22:47:11.308813519 after import
2015-01-15 22:47:11.316432369 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=169
--------------
Query OK, 50000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.35 sec)
Bye
2015-01-15 22:47:15.379461154 after sql statement
2015-01-15 22:47:15.388051789 before sql statment
--------------
update test211_5 set c2=c1 where batch=169
--------------
Query OK, 50000 rows affected (2.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:17.786074927 after sql statement
2015-01-15 22:47:17.795197619 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=169
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:47:18.211635902 after sql statement
2015-01-15 22:47:18.266575992 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.84 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:22.113337007 after sql statement
2015-01-15 22:47:22.134226298 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=170
--------------
Query OK, 50000 rows affected (2.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.45 sec)
Bye
2015-01-15 22:47:25.505936368 after sql statement
2015-01-15 22:47:25.516174766 before sql statment
--------------
update test211_5 set c2=c1 where batch=170
--------------
Query OK, 50000 rows affected (4.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:29.707567167 after sql statement
2015-01-15 22:47:29.714964598 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=170
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:47:30.276768827 after sql statement
2015-01-15 22:47:30.279971709 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224730_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:47:30 (47053) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224730_Job_62684.xml
2015-01-15 22:47:30 (47053) INFO : Job file loaded, run time for this step : 0.399617 seconds
2015-01-15 22:47:30 (47053) INFO : PreProcessing check starts
2015-01-15 22:47:30 (47053) INFO : PreProcessing check completed
2015-01-15 22:47:30 (47053) INFO : preProcess completed, run time for this step : 0.0690119 seconds
2015-01-15 22:47:30 (47053) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:47:30 (47053) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:30 (47053) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:31 (47053) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:47:32 (47053) INFO : Bulk load completed, total run time : 1.79528 seconds
2015-01-15 22:47:32.263003843 after import
2015-01-15 22:47:32.277204393 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=171
--------------
Query OK, 50000 rows affected (2.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.50 sec)
Bye
2015-01-15 22:47:35.172553841 after sql statement
2015-01-15 22:47:35.180831255 before sql statment
--------------
update test211_5 set c2=c1 where batch=171
--------------
Query OK, 50000 rows affected (2.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:37.917439252 after sql statement
2015-01-15 22:47:37.931580516 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=171
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:47:38.109684765 after sql statement
2015-01-15 22:47:38.160940500 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.75 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:41.966808358 after sql statement
2015-01-15 22:47:41.978365471 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=172
--------------
Query OK, 50000 rows affected (1.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.85 sec)
Bye
2015-01-15 22:47:44.634329751 after sql statement
2015-01-15 22:47:44.673869709 before sql statment
--------------
update test211_5 set c2=c1 where batch=172
--------------
Query OK, 50000 rows affected (2.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:47.352786246 after sql statement
2015-01-15 22:47:47.365538462 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=172
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:47:47.929525079 after sql statement
2015-01-15 22:47:47.932519689 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224748_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:47:48 (60354) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224748_Job_62684.xml
2015-01-15 22:47:48 (60354) INFO : Job file loaded, run time for this step : 0.416505 seconds
2015-01-15 22:47:48 (60354) INFO : PreProcessing check starts
2015-01-15 22:47:48 (60354) INFO : PreProcessing check completed
2015-01-15 22:47:48 (60354) INFO : preProcess completed, run time for this step : 0.036412 seconds
2015-01-15 22:47:48 (60354) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:48 (60354) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:48 (60354) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:47:48 (60354) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:47:49 (60354) INFO : Bulk load completed, total run time : 1.48868 seconds
2015-01-15 22:47:49.607087299 after import
2015-01-15 22:47:49.611719763 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=173
--------------
Query OK, 50000 rows affected (1.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.37 sec)
Bye
2015-01-15 22:47:53.013794392 after sql statement
2015-01-15 22:47:53.025296897 before sql statment
--------------
update test211_5 set c2=c1 where batch=173
--------------
Query OK, 50000 rows affected (3.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:56.072761330 after sql statement
2015-01-15 22:47:56.079881760 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=173
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.07 sec)
Bye
2015-01-15 22:47:57.189776034 after sql statement
2015-01-15 22:47:57.287257460 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (3.90 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:01.187104068 after sql statement
2015-01-15 22:48:01.191654907 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=174
--------------
Query OK, 50000 rows affected (1.65 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:48:03.787747350 after sql statement
2015-01-15 22:48:03.799207496 before sql statment
--------------
update test211_5 set c2=c1 where batch=174
--------------
Query OK, 50000 rows affected (1.21 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:05.017690935 after sql statement
2015-01-15 22:48:05.023273427 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=174
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:48:05.422299393 after sql statement
2015-01-15 22:48:05.433185270 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224806_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:48:06 (8818) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224806_Job_62684.xml
2015-01-15 22:48:06 (8818) INFO : Job file loaded, run time for this step : 0.649693 seconds
2015-01-15 22:48:06 (8818) INFO : PreProcessing check starts
2015-01-15 22:48:06 (8818) INFO : PreProcessing check completed
2015-01-15 22:48:06 (8818) INFO : preProcess completed, run time for this step : 0.0581288 seconds
2015-01-15 22:48:06 (8818) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:06 (8818) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:06 (8818) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:48:07 (8818) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:48:07 (8818) INFO : Bulk load completed, total run time : 1.75067 seconds
2015-01-15 22:48:07.671817161 after import
2015-01-15 22:48:07.692094817 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=175
--------------
Query OK, 50000 rows affected (1.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:48:09.925605298 after sql statement
2015-01-15 22:48:09.941296488 before sql statment
--------------
update test211_5 set c2=c1 where batch=175
--------------
Query OK, 50000 rows affected (3.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:13.496140611 after sql statement
2015-01-15 22:48:13.502023535 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=175
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:48:13.972024706 after sql statement
2015-01-15 22:48:14.038302624 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.12 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:18.165727303 after sql statement
2015-01-15 22:48:18.172249323 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=176
--------------
Query OK, 50000 rows affected (3.65 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:48:22.651237754 after sql statement
2015-01-15 22:48:22.659127999 before sql statment
--------------
update test211_5 set c2=c1 where batch=176
--------------
Query OK, 50000 rows affected (2.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:25.059091258 after sql statement
2015-01-15 22:48:25.076327665 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=176
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:48:25.422209656 after sql statement
2015-01-15 22:48:25.431214743 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224825_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:48:25 (23068) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224825_Job_62684.xml
2015-01-15 22:48:25 (23068) INFO : Job file loaded, run time for this step : 0.303478 seconds
2015-01-15 22:48:25 (23068) INFO : PreProcessing check starts
2015-01-15 22:48:26 (23068) INFO : PreProcessing check completed
2015-01-15 22:48:26 (23068) INFO : preProcess completed, run time for this step : 0.057797 seconds
2015-01-15 22:48:26 (23068) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:26 (23068) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:26 (23068) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:48:26 (23068) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:48:27 (23068) INFO : Bulk load completed, total run time : 1.40378 seconds
2015-01-15 22:48:27.075445513 after import
2015-01-15 22:48:27.103875617 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=177
--------------
Query OK, 50000 rows affected (2.82 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.52 sec)
Bye
2015-01-15 22:48:31.459997014 after sql statement
2015-01-15 22:48:31.466242187 before sql statment
--------------
update test211_5 set c2=c1 where batch=177
--------------
Query OK, 50000 rows affected (1.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:32.944738628 after sql statement
2015-01-15 22:48:32.952294633 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=177
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:48:33.523819667 after sql statement
2015-01-15 22:48:33.632221568 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.16 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:37.795552276 after sql statement
2015-01-15 22:48:37.818365230 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=178
--------------
Query OK, 50000 rows affected (2.96 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.92 sec)
Bye
2015-01-15 22:48:42.715378475 after sql statement
2015-01-15 22:48:42.724177661 before sql statment
--------------
update test211_5 set c2=c1 where batch=178
--------------
Query OK, 50000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:44.625233738 after sql statement
2015-01-15 22:48:44.630869186 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=178
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:48:44.972126155 after sql statement
2015-01-15 22:48:44.975746715 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224845_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:48:45 (38643) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224845_Job_62684.xml
2015-01-15 22:48:45 (38643) INFO : Job file loaded, run time for this step : 0.311349 seconds
2015-01-15 22:48:45 (38643) INFO : PreProcessing check starts
2015-01-15 22:48:45 (38643) INFO : PreProcessing check completed
2015-01-15 22:48:45 (38643) INFO : preProcess completed, run time for this step : 0.084259 seconds
2015-01-15 22:48:45 (38643) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:45 (38643) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:45 (38643) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:48:45 (38643) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:48:46 (38643) INFO : Bulk load completed, total run time : 1.41804 seconds
2015-01-15 22:48:46.607835399 after import
2015-01-15 22:48:46.662316736 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=179
--------------
Query OK, 50000 rows affected (2.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.29 sec)
Bye
2015-01-15 22:48:49.531498967 after sql statement
2015-01-15 22:48:49.550370700 before sql statment
--------------
update test211_5 set c2=c1 where batch=179
--------------
Query OK, 50000 rows affected (2.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:51.797272809 after sql statement
2015-01-15 22:48:51.802586976 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=179
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:48:52.358132444 after sql statement
2015-01-15 22:48:52.403572886 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.33 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:57.757799891 after sql statement
2015-01-15 22:48:57.765609626 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=180
--------------
Query OK, 50000 rows affected (3.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:49:02.128771191 after sql statement
2015-01-15 22:49:02.150114051 before sql statment
--------------
update test211_5 set c2=c1 where batch=180
--------------
Query OK, 50000 rows affected (1.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:03.521942229 after sql statement
2015-01-15 22:49:03.527011856 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=180
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.20 sec)
Bye
2015-01-15 22:49:04.740743380 after sql statement
2015-01-15 22:49:04.745360129 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224905_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:49:05 (53600) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224905_Job_62684.xml
2015-01-15 22:49:05 (53600) INFO : Job file loaded, run time for this step : 0.325933 seconds
2015-01-15 22:49:05 (53600) INFO : PreProcessing check starts
2015-01-15 22:49:05 (53600) INFO : PreProcessing check completed
2015-01-15 22:49:05 (53600) INFO : preProcess completed, run time for this step : 0.0774331 seconds
2015-01-15 22:49:05 (53600) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:05 (53600) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:49:05 (53600) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:05 (53600) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:49:06 (53600) INFO : Bulk load completed, total run time : 1.51916 seconds
2015-01-15 22:49:06.532120852 after import
2015-01-15 22:49:06.559033402 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=181
--------------
Query OK, 50000 rows affected (4.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.25 sec)
Bye
2015-01-15 22:49:12.742752970 after sql statement
2015-01-15 22:49:12.747759950 before sql statment
--------------
update test211_5 set c2=c1 where batch=181
--------------
Query OK, 50000 rows affected (1.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:14.127448172 after sql statement
2015-01-15 22:49:14.146624558 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=181
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:49:14.597033536 after sql statement
2015-01-15 22:49:14.646755171 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.45 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:19.111045664 after sql statement
2015-01-15 22:49:19.117553220 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=182
--------------
Query OK, 50000 rows affected (2.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.68 sec)
Bye
2015-01-15 22:49:22.866526781 after sql statement
2015-01-15 22:49:22.871086390 before sql statment
--------------
update test211_5 set c2=c1 where batch=182
--------------
Query OK, 50000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:25.675149397 after sql statement
2015-01-15 22:49:25.683814206 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=182
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.92 sec)
Bye
2015-01-15 22:49:26.616932332 after sql statement
2015-01-15 22:49:26.626519311 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224927_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:49:27 (4306) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224927_Job_62684.xml
2015-01-15 22:49:27 (4306) INFO : Job file loaded, run time for this step : 0.407135 seconds
2015-01-15 22:49:27 (4306) INFO : PreProcessing check starts
2015-01-15 22:49:27 (4306) INFO : PreProcessing check completed
2015-01-15 22:49:27 (4306) INFO : preProcess completed, run time for this step : 0.0851691 seconds
2015-01-15 22:49:27 (4306) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:27 (4306) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:27 (4306) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:49:27 (4306) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:49:28 (4306) INFO : Bulk load completed, total run time : 1.51434 seconds
2015-01-15 22:49:28.655619162 after import
2015-01-15 22:49:28.666765314 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=183
--------------
Query OK, 50000 rows affected (3.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.27 sec)
Bye
2015-01-15 22:49:32.332387514 after sql statement
2015-01-15 22:49:32.340037157 before sql statment
--------------
update test211_5 set c2=c1 where batch=183
--------------
Query OK, 50000 rows affected (4.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:36.384626050 after sql statement
2015-01-15 22:49:36.414322295 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=183
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.58 sec)
Bye
2015-01-15 22:49:37.006341186 after sql statement
2015-01-15 22:49:37.045474049 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.51 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:41.578391398 after sql statement
2015-01-15 22:49:41.608656812 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=184
--------------
Query OK, 50000 rows affected (4.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.98 sec)
Bye
2015-01-15 22:49:46.769986485 after sql statement
2015-01-15 22:49:46.777318010 before sql statment
--------------
update test211_5 set c2=c1 where batch=184
--------------
Query OK, 50000 rows affected (1.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:48.110242470 after sql statement
2015-01-15 22:49:48.115988295 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=184
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:49:48.734265531 after sql statement
2015-01-15 22:49:48.746647184 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224950_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:49:50 (18898) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T224950_Job_62684.xml
2015-01-15 22:49:50 (18898) INFO : Job file loaded, run time for this step : 1.17525 seconds
2015-01-15 22:49:50 (18898) INFO : PreProcessing check starts
2015-01-15 22:49:50 (18898) INFO : PreProcessing check completed
2015-01-15 22:49:50 (18898) INFO : preProcess completed, run time for this step : 0.0738671 seconds
2015-01-15 22:49:50 (18898) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:50 (18898) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:50 (18898) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:49:50 (18898) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:49:51 (18898) INFO : Bulk load completed, total run time : 2.27151 seconds
2015-01-15 22:49:51.803638842 after import
2015-01-15 22:49:51.822223697 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=185
--------------
Query OK, 50000 rows affected (3.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:49:55.929585691 after sql statement
2015-01-15 22:49:55.939180067 before sql statment
--------------
update test211_5 set c2=c1 where batch=185
--------------
Query OK, 50000 rows affected (3.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:59.332232258 after sql statement
2015-01-15 22:49:59.341693184 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=185
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:49:59.695768332 after sql statement
2015-01-15 22:49:59.749131621 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.56 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:05.318987492 after sql statement
2015-01-15 22:50:05.346666822 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=186
--------------
Query OK, 50000 rows affected (2.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.69 sec)
Bye
2015-01-15 22:50:09.602613376 after sql statement
2015-01-15 22:50:09.641841219 before sql statment
--------------
update test211_5 set c2=c1 where batch=186
--------------
Query OK, 50000 rows affected (2.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:12.098995439 after sql statement
2015-01-15 22:50:12.104477024 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=186
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.21 sec)
Bye
2015-01-15 22:50:12.322212459 after sql statement
2015-01-15 22:50:12.325957457 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225014_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:50:14 (35293) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225014_Job_62684.xml
2015-01-15 22:50:14 (35293) INFO : Job file loaded, run time for this step : 1.38349 seconds
2015-01-15 22:50:14 (35293) INFO : PreProcessing check starts
2015-01-15 22:50:14 (35293) INFO : PreProcessing check completed
2015-01-15 22:50:14 (35293) INFO : preProcess completed, run time for this step : 0.0598249 seconds
2015-01-15 22:50:14 (35293) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:14 (35293) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:14 (35293) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:50:15 (35293) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:50:15 (35293) INFO : Bulk load completed, total run time : 2.47625 seconds
2015-01-15 22:50:15.829051150 after import
2015-01-15 22:50:15.835062503 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=187
--------------
Query OK, 50000 rows affected (1.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.37 sec)
Bye
2015-01-15 22:50:18.099921313 after sql statement
2015-01-15 22:50:18.104285961 before sql statment
--------------
update test211_5 set c2=c1 where batch=187
--------------
Query OK, 50000 rows affected (3.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:21.487894271 after sql statement
2015-01-15 22:50:21.495839798 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=187
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:50:21.644863337 after sql statement
2015-01-15 22:50:21.692664919 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.57 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:26.270446979 after sql statement
2015-01-15 22:50:26.279869181 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=188
--------------
Query OK, 50000 rows affected (2.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.27 sec)
Bye
2015-01-15 22:50:29.327789985 after sql statement
2015-01-15 22:50:29.339247662 before sql statment
--------------
update test211_5 set c2=c1 where batch=188
--------------
Query OK, 50000 rows affected (2.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:32.313175482 after sql statement
2015-01-15 22:50:32.345507005 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=188
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:50:32.694810303 after sql statement
2015-01-15 22:50:32.697718604 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225033_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:50:33 (49685) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225033_Job_62684.xml
2015-01-15 22:50:33 (49685) INFO : Job file loaded, run time for this step : 0.264139 seconds
2015-01-15 22:50:33 (49685) INFO : PreProcessing check starts
2015-01-15 22:50:33 (49685) INFO : PreProcessing check completed
2015-01-15 22:50:33 (49685) INFO : preProcess completed, run time for this step : 0.041564 seconds
2015-01-15 22:50:33 (49685) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:33 (49685) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:50:33 (49685) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:33 (49685) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:50:34 (49685) INFO : Bulk load completed, total run time : 1.32589 seconds
2015-01-15 22:50:34.172658900 after import
2015-01-15 22:50:34.182217823 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=189
--------------
Query OK, 50000 rows affected (3.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:50:38.752113241 after sql statement
2015-01-15 22:50:38.758707070 before sql statment
--------------
update test211_5 set c2=c1 where batch=189
--------------
Query OK, 50000 rows affected (1.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:40.283791923 after sql statement
2015-01-15 22:50:40.290135084 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=189
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:50:40.499457072 after sql statement
2015-01-15 22:50:40.538539860 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (4.41 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:44.963191026 after sql statement
2015-01-15 22:50:44.979480429 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=190
--------------
Query OK, 50000 rows affected (3.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:50:49.161437246 after sql statement
2015-01-15 22:50:49.206464054 before sql statment
--------------
update test211_5 set c2=c1 where batch=190
--------------
Query OK, 50000 rows affected (3.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:52.397669370 after sql statement
2015-01-15 22:50:52.407732793 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=190
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:50:53.114154747 after sql statement
2015-01-15 22:50:53.118678981 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225053_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:50:53 (64208) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225053_Job_62684.xml
2015-01-15 22:50:53 (64208) INFO : Job file loaded, run time for this step : 0.481949 seconds
2015-01-15 22:50:53 (64208) INFO : PreProcessing check starts
2015-01-15 22:50:53 (64208) INFO : PreProcessing check completed
2015-01-15 22:50:53 (64208) INFO : preProcess completed, run time for this step : 0.0269651 seconds
2015-01-15 22:50:53 (64208) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:53 (64208) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:50:53 (64208) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:54 (64208) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:50:55 (64208) INFO : Bulk load completed, total run time : 2.0452 seconds
2015-01-15 22:50:55.513736390 after import
2015-01-15 22:50:55.518945783 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=191
--------------
Query OK, 50000 rows affected (3.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:51:00.089205853 after sql statement
2015-01-15 22:51:00.097748065 before sql statment
--------------
update test211_5 set c2=c1 where batch=191
--------------
Query OK, 50000 rows affected (2.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:02.233665461 after sql statement
2015-01-15 22:51:02.238640636 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=191
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (1.54 sec)
Bye
2015-01-15 22:51:03.795413860 after sql statement
2015-01-15 22:51:03.836520168 before sql statment
--------------
load data infile '/tmp/test211_5.tbl' into table test211_5 fields terminated by '|'
--------------
Query OK, 50000 rows affected (5.18 sec)
Records: 50000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:51:09.018595986 after sql statement
2015-01-15 22:51:09.024392155 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=192
--------------
Query OK, 50000 rows affected (3.45 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:51:13.506203907 after sql statement
2015-01-15 22:51:13.516942243 before sql statment
--------------
update test211_5 set c2=c1 where batch=192
--------------
Query OK, 50000 rows affected (3.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:16.867158680 after sql statement
2015-01-15 22:51:16.871615440 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=192
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.72 sec)
Bye
2015-01-15 22:51:17.603920805 after sql statement
2015-01-15 22:51:17.607652530 before import
Locale is : C
Using table OID 62684 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225120_Job_62684.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62684.log
2015-01-15 22:51:20 (15936) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62684_D20150115_T225120_Job_62684.xml
2015-01-15 22:51:20 (15936) INFO : Job file loaded, run time for this step : 0.731921 seconds
2015-01-15 22:51:20 (15936) INFO : PreProcessing check starts
2015-01-15 22:51:20 (15936) INFO : PreProcessing check completed
2015-01-15 22:51:20 (15936) INFO : preProcess completed, run time for this step : 0.516624 seconds
2015-01-15 22:51:20 (15936) INFO : No of Read Threads Spawned = 1
2015-01-15 22:51:20 (15936) INFO : Reading input from STDIN to import into table dmlc.test211_5...
2015-01-15 22:51:20 (15936) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:51:21 (15936) INFO : For table dmlc.test211_5: 50000 rows processed and 50000 rows inserted.
2015-01-15 22:51:21 (15936) INFO : Bulk load completed, total run time : 2.3198 seconds
2015-01-15 22:51:21.915805993 after import
2015-01-15 22:51:21.924790329 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_5 where batch=193
--------------
Query OK, 50000 rows affected (1.13 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:51:23.682931030 after sql statement
2015-01-15 22:51:23.695470247 before sql statment
--------------
update test211_5 set c2=c1 where batch=193
--------------
Query OK, 50000 rows affected (1.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:25.035858537 after sql statement
2015-01-15 22:51:25.041781949 before sql statment
--------------
select count(*), if(count(*)=50000, 'good', 'bad') result from test211_5 where batch=193
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 50000 | good |
+----------+--------+
1 row in set (0.10 sec)
Bye
2015-01-15 22:51:25.147909224 after sql statement
Thu Jan 15 22:51:25 CST 2015 - All done.