You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
9235 lines
271 KiB
Plaintext
9235 lines
271 KiB
Plaintext
2015-01-15 22:19:17.683163134 before sql statment
|
||
--------------
|
||
drop table if exists test211_12
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
--------------
|
||
create table test211_12(batch int, c1 int, c2 int)engine=infinidb
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:22.914475842 after sql statement
|
||
2015-01-15 22:19:23.026575482 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.03 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:29.070657380 after sql statement
|
||
2015-01-15 22:19:29.075221831 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=1
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:31.683871141 after sql statement
|
||
2015-01-15 22:19:31.692963978 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=1
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:34.799145162 after sql statement
|
||
2015-01-15 22:19:34.805302053 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=1
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:34.914877375 after sql statement
|
||
2015-01-15 22:19:34.917231775 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T221935_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:19:35 (33912) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T221935_Job_62688.xml
|
||
2015-01-15 22:19:35 (33912) INFO : Job file loaded, run time for this step : 0.301307 seconds
|
||
2015-01-15 22:19:35 (33912) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:35 (33912) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:35 (33912) INFO : preProcess completed, run time for this step : 0.0463119 seconds
|
||
2015-01-15 22:19:35 (33912) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:35 (33912) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:19:35 (33912) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:35 (33912) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:19:36 (33912) INFO : Bulk load completed, total run time : 1.36211 seconds
|
||
|
||
2015-01-15 22:19:36.475721357 after import
|
||
2015-01-15 22:19:36.485092795 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=2
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:42.055400641 after sql statement
|
||
2015-01-15 22:19:42.061246250 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=2
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:47.080315832 after sql statement
|
||
2015-01-15 22:19:47.089044054 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=2
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:47.290316540 after sql statement
|
||
2015-01-15 22:19:47.390872600 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.52 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:50.938055238 after sql statement
|
||
2015-01-15 22:19:50.944554916 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=3
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:56.753567805 after sql statement
|
||
2015-01-15 22:19:56.766481988 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=3
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:01.128415861 after sql statement
|
||
2015-01-15 22:20:01.136069651 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=3
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:01.498299446 after sql statement
|
||
2015-01-15 22:20:01.509337778 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222001_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:20:02 (53135) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222001_Job_62688.xml
|
||
2015-01-15 22:20:02 (53135) INFO : Job file loaded, run time for this step : 0.346878 seconds
|
||
2015-01-15 22:20:02 (53135) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:02 (53135) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:02 (53135) INFO : preProcess completed, run time for this step : 0.097681 seconds
|
||
2015-01-15 22:20:02 (53135) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:02 (53135) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:20:02 (53135) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:02 (53135) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:20:03 (53135) INFO : Bulk load completed, total run time : 1.47798 seconds
|
||
|
||
2015-01-15 22:20:03.194562073 after import
|
||
2015-01-15 22:20:03.241076195 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=4
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:08.316709433 after sql statement
|
||
2015-01-15 22:20:08.328019787 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=4
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:11.766997133 after sql statement
|
||
2015-01-15 22:20:11.771608953 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=4
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:12.129590538 after sql statement
|
||
2015-01-15 22:20:12.258862687 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.60 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:15.882214861 after sql statement
|
||
2015-01-15 22:20:15.888350050 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=5
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:18.574892659 after sql statement
|
||
2015-01-15 22:20:18.578626765 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=5
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:20.422614059 after sql statement
|
||
2015-01-15 22:20:20.427314866 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=5
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:20.669274186 after sql statement
|
||
2015-01-15 22:20:20.671784149 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222021_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:20:21 (3040) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222021_Job_62688.xml
|
||
2015-01-15 22:20:21 (3040) INFO : Job file loaded, run time for this step : 0.474331 seconds
|
||
2015-01-15 22:20:21 (3040) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:21 (3040) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:21 (3040) INFO : preProcess completed, run time for this step : 0.048888 seconds
|
||
2015-01-15 22:20:21 (3040) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:21 (3040) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:20:21 (3040) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:21 (3040) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:20:22 (3040) INFO : Bulk load completed, total run time : 1.54257 seconds
|
||
|
||
2015-01-15 22:20:22.505530068 after import
|
||
2015-01-15 22:20:22.512836012 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=6
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:27.492814017 after sql statement
|
||
2015-01-15 22:20:27.500324807 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=6
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:29.689545800 after sql statement
|
||
2015-01-15 22:20:29.698916527 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=6
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:29.875489162 after sql statement
|
||
2015-01-15 22:20:29.964109850 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (7.16 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:37.134717952 after sql statement
|
||
2015-01-15 22:20:37.143335241 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=7
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.23 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:40.346230782 after sql statement
|
||
2015-01-15 22:20:40.350745795 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=7
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.48 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:42.848394943 after sql statement
|
||
2015-01-15 22:20:42.855479545 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=7
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:43.084387909 after sql statement
|
||
2015-01-15 22:20:43.088099195 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222043_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:20:43 (20334) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222043_Job_62688.xml
|
||
2015-01-15 22:20:43 (20334) INFO : Job file loaded, run time for this step : 0.654464 seconds
|
||
2015-01-15 22:20:43 (20334) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:44 (20334) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:44 (20334) INFO : preProcess completed, run time for this step : 0.493354 seconds
|
||
2015-01-15 22:20:44 (20334) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:44 (20334) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:20:44 (20334) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:44 (20334) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:20:45 (20334) INFO : Bulk load completed, total run time : 2.15924 seconds
|
||
|
||
2015-01-15 22:20:45.475506341 after import
|
||
2015-01-15 22:20:45.487868335 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=8
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:50.801076188 after sql statement
|
||
2015-01-15 22:20:50.805503509 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=8
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:54.606098696 after sql statement
|
||
2015-01-15 22:20:54.610616627 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=8
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:55.579904480 after sql statement
|
||
2015-01-15 22:20:55.703569972 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.92 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:59.636463302 after sql statement
|
||
2015-01-15 22:20:59.640096047 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=9
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:04.627835716 after sql statement
|
||
2015-01-15 22:21:04.632294384 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=9
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:08.416202102 after sql statement
|
||
2015-01-15 22:21:08.423698954 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=9
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:08.971843725 after sql statement
|
||
2015-01-15 22:21:08.974273508 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222109_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:21:09 (39868) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222109_Job_62688.xml
|
||
2015-01-15 22:21:09 (39868) INFO : Job file loaded, run time for this step : 0.374843 seconds
|
||
2015-01-15 22:21:09 (39868) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:09 (39868) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:09 (39868) INFO : preProcess completed, run time for this step : 0.0594251 seconds
|
||
2015-01-15 22:21:09 (39868) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:09 (39868) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:09 (39868) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:21:09 (39868) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:21:10 (39868) INFO : Bulk load completed, total run time : 1.45022 seconds
|
||
|
||
2015-01-15 22:21:10.639474340 after import
|
||
2015-01-15 22:21:10.651078701 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=10
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:13.573389003 after sql statement
|
||
2015-01-15 22:21:13.584302182 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=10
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:16.529513377 after sql statement
|
||
2015-01-15 22:21:16.535079746 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=10
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:16.708992421 after sql statement
|
||
2015-01-15 22:21:16.773500994 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.55 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:20.326348019 after sql statement
|
||
2015-01-15 22:21:20.332517263 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=11
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:23.451690296 after sql statement
|
||
2015-01-15 22:21:23.459916930 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=11
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:27.375225180 after sql statement
|
||
2015-01-15 22:21:27.380311926 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=11
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:27.599477155 after sql statement
|
||
2015-01-15 22:21:27.601446428 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222128_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:21:28 (55820) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222128_Job_62688.xml
|
||
2015-01-15 22:21:28 (55820) INFO : Job file loaded, run time for this step : 0.356422 seconds
|
||
2015-01-15 22:21:28 (55820) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:28 (55820) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:28 (55820) INFO : preProcess completed, run time for this step : 0.0427308 seconds
|
||
2015-01-15 22:21:28 (55820) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:28 (55820) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:28 (55820) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:21:28 (55820) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:21:29 (55820) INFO : Bulk load completed, total run time : 1.43063 seconds
|
||
|
||
2015-01-15 22:21:29.781916342 after import
|
||
2015-01-15 22:21:29.788715018 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=12
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:34.973374935 after sql statement
|
||
2015-01-15 22:21:34.979869845 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=12
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:38.100621327 after sql statement
|
||
2015-01-15 22:21:38.107067413 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=12
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:38.330190286 after sql statement
|
||
2015-01-15 22:21:38.427313676 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.90 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:42.357248809 after sql statement
|
||
2015-01-15 22:21:42.361749042 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=13
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:45.784931825 after sql statement
|
||
2015-01-15 22:21:45.806503386 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=13
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:48.925269951 after sql statement
|
||
2015-01-15 22:21:48.930873938 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=13
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:49.412931570 after sql statement
|
||
2015-01-15 22:21:49.414968189 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222149_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:21:50 (9023) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222149_Job_62688.xml
|
||
2015-01-15 22:21:50 (9023) INFO : Job file loaded, run time for this step : 0.42067 seconds
|
||
2015-01-15 22:21:50 (9023) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:50 (9023) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:50 (9023) INFO : preProcess completed, run time for this step : 0.0537441 seconds
|
||
2015-01-15 22:21:50 (9023) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:50 (9023) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:21:50 (9023) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:50 (9023) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:21:51 (9023) INFO : Bulk load completed, total run time : 1.49309 seconds
|
||
|
||
2015-01-15 22:21:51.105093581 after import
|
||
2015-01-15 22:21:51.113607846 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=14
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:55.689291348 after sql statement
|
||
2015-01-15 22:21:55.695981451 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=14
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:59.628354986 after sql statement
|
||
2015-01-15 22:21:59.633090431 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=14
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:00.270756924 after sql statement
|
||
2015-01-15 22:22:00.358164901 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.13 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:04.491797467 after sql statement
|
||
2015-01-15 22:22:04.497591578 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=15
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:08.830938549 after sql statement
|
||
2015-01-15 22:22:08.836158788 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=15
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:10.757001850 after sql statement
|
||
2015-01-15 22:22:10.762427956 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=15
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:10.967482612 after sql statement
|
||
2015-01-15 22:22:10.977871553 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222211_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:22:11 (28211) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222211_Job_62688.xml
|
||
2015-01-15 22:22:11 (28211) INFO : Job file loaded, run time for this step : 0.283362 seconds
|
||
2015-01-15 22:22:11 (28211) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:11 (28211) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:11 (28211) INFO : preProcess completed, run time for this step : 0.0385098 seconds
|
||
2015-01-15 22:22:11 (28211) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:11 (28211) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:22:11 (28211) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:11 (28211) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:22:12 (28211) INFO : Bulk load completed, total run time : 1.33862 seconds
|
||
|
||
2015-01-15 22:22:12.460373433 after import
|
||
2015-01-15 22:22:12.475489614 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=16
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:15.395094940 after sql statement
|
||
2015-01-15 22:22:15.406406798 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=16
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:20.317187176 after sql statement
|
||
2015-01-15 22:22:20.326404547 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=16
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:20.711473721 after sql statement
|
||
2015-01-15 22:22:20.779944482 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.23 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:26.020132984 after sql statement
|
||
2015-01-15 22:22:26.024512279 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=17
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:33.123235001 after sql statement
|
||
2015-01-15 22:22:33.142844861 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=17
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:38.260616745 after sql statement
|
||
2015-01-15 22:22:38.269888523 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=17
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:38.475062530 after sql statement
|
||
2015-01-15 22:22:38.479595857 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222239_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:22:39 (47641) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222239_Job_62688.xml
|
||
2015-01-15 22:22:39 (47641) INFO : Job file loaded, run time for this step : 0.382352 seconds
|
||
2015-01-15 22:22:39 (47641) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:39 (47641) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:39 (47641) INFO : preProcess completed, run time for this step : 0.053539 seconds
|
||
2015-01-15 22:22:39 (47641) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:39 (47641) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:39 (47641) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:22:39 (47641) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:22:40 (47641) INFO : Bulk load completed, total run time : 1.45879 seconds
|
||
|
||
2015-01-15 22:22:40.218453508 after import
|
||
2015-01-15 22:22:40.224988435 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=18
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:43.393324206 after sql statement
|
||
2015-01-15 22:22:43.397629688 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=18
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:46.202819131 after sql statement
|
||
2015-01-15 22:22:46.208873771 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=18
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:46.884790552 after sql statement
|
||
2015-01-15 22:22:46.978027672 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.45 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:50.463939085 after sql statement
|
||
2015-01-15 22:22:50.488904779 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=19
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:53.802668918 after sql statement
|
||
2015-01-15 22:22:53.810600067 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=19
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:56.344207028 after sql statement
|
||
2015-01-15 22:22:56.348243683 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=19
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:56.455008859 after sql statement
|
||
2015-01-15 22:22:56.465161631 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222256_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:22:56 (64171) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222256_Job_62688.xml
|
||
2015-01-15 22:22:56 (64171) INFO : Job file loaded, run time for this step : 0.273551 seconds
|
||
2015-01-15 22:22:56 (64171) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:56 (64171) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:56 (64171) INFO : preProcess completed, run time for this step : 0.0194349 seconds
|
||
2015-01-15 22:22:56 (64171) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:56 (64171) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:22:56 (64171) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:57 (64171) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:22:57 (64171) INFO : Bulk load completed, total run time : 1.31248 seconds
|
||
|
||
2015-01-15 22:22:57.915819645 after import
|
||
2015-01-15 22:22:57.929918123 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=20
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:02.451858430 after sql statement
|
||
2015-01-15 22:23:02.459152605 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=20
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:05.504937161 after sql statement
|
||
2015-01-15 22:23:05.526675005 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=20
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:06.172514641 after sql statement
|
||
2015-01-15 22:23:06.265263942 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.32 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:10.595023392 after sql statement
|
||
2015-01-15 22:23:10.606798571 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=21
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:15.678471914 after sql statement
|
||
2015-01-15 22:23:15.685561735 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=21
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:17.763328971 after sql statement
|
||
2015-01-15 22:23:17.768232479 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=21
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:17.917260052 after sql statement
|
||
2015-01-15 22:23:17.919615760 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222318_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:23:18 (17696) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222318_Job_62688.xml
|
||
2015-01-15 22:23:18 (17696) INFO : Job file loaded, run time for this step : 0.53391 seconds
|
||
2015-01-15 22:23:18 (17696) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:18 (17696) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:18 (17696) INFO : preProcess completed, run time for this step : 0.080138 seconds
|
||
2015-01-15 22:23:18 (17696) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:18 (17696) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:18 (17696) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:23:19 (17696) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:23:19 (17696) INFO : Bulk load completed, total run time : 1.63052 seconds
|
||
|
||
2015-01-15 22:23:19.947337038 after import
|
||
2015-01-15 22:23:19.955271167 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=22
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:23.258087606 after sql statement
|
||
2015-01-15 22:23:23.270943338 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=22
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:27.403171361 after sql statement
|
||
2015-01-15 22:23:27.413099823 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=22
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:27.909961439 after sql statement
|
||
2015-01-15 22:23:28.022755419 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.45 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:32.487107170 after sql statement
|
||
2015-01-15 22:23:32.495225331 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=23
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:37.524011125 after sql statement
|
||
2015-01-15 22:23:37.528753051 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=23
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:41.539225199 after sql statement
|
||
2015-01-15 22:23:41.546402868 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=23
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:42.117575312 after sql statement
|
||
2015-01-15 22:23:42.120897300 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222342_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:23:42 (37768) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222342_Job_62688.xml
|
||
2015-01-15 22:23:42 (37768) INFO : Job file loaded, run time for this step : 0.578559 seconds
|
||
2015-01-15 22:23:42 (37768) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:43 (37768) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:43 (37768) INFO : preProcess completed, run time for this step : 0.0903339 seconds
|
||
2015-01-15 22:23:43 (37768) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:43 (37768) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:23:43 (37768) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:43 (37768) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:23:44 (37768) INFO : Bulk load completed, total run time : 1.6977 seconds
|
||
|
||
2015-01-15 22:23:44.076216994 after import
|
||
2015-01-15 22:23:44.098729408 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=24
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:46.431454272 after sql statement
|
||
2015-01-15 22:23:46.441228578 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=24
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:48.842400890 after sql statement
|
||
2015-01-15 22:23:48.847039265 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=24
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:48.991687479 after sql statement
|
||
2015-01-15 22:23:49.087158027 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.77 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:52.875693248 after sql statement
|
||
2015-01-15 22:23:52.923982968 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=25
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:56.012305150 after sql statement
|
||
2015-01-15 22:23:56.023403071 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=25
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:58.334306669 after sql statement
|
||
2015-01-15 22:23:58.344187176 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=25
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:59.399512549 after sql statement
|
||
2015-01-15 22:23:59.403580381 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222359_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:24:00 (50679) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222359_Job_62688.xml
|
||
2015-01-15 22:24:00 (50679) INFO : Job file loaded, run time for this step : 0.448266 seconds
|
||
2015-01-15 22:24:00 (50679) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:00 (50679) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:00 (50679) INFO : preProcess completed, run time for this step : 0.0834339 seconds
|
||
2015-01-15 22:24:00 (50679) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:00 (50679) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:00 (50679) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:24:00 (50679) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:24:02 (50679) INFO : Bulk load completed, total run time : 2.48673 seconds
|
||
|
||
2015-01-15 22:24:02.098525166 after import
|
||
2015-01-15 22:24:02.110155142 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=26
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:07.359641892 after sql statement
|
||
2015-01-15 22:24:07.365179268 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=26
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:11.848454865 after sql statement
|
||
2015-01-15 22:24:11.870752714 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=26
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:12.487920085 after sql statement
|
||
2015-01-15 22:24:12.657202637 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.00 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:18.672188701 after sql statement
|
||
2015-01-15 22:24:18.684080529 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=27
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:22.914936999 after sql statement
|
||
2015-01-15 22:24:22.919220388 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=27
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:27.790974590 after sql statement
|
||
2015-01-15 22:24:27.797975743 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=27
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:28.137196716 after sql statement
|
||
2015-01-15 22:24:28.142729015 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222429_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:24:29 (7297) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222429_Job_62688.xml
|
||
2015-01-15 22:24:29 (7297) INFO : Job file loaded, run time for this step : 0.526008 seconds
|
||
2015-01-15 22:24:29 (7297) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:29 (7297) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:29 (7297) INFO : preProcess completed, run time for this step : 0.0943131 seconds
|
||
2015-01-15 22:24:29 (7297) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:29 (7297) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:24:29 (7297) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:30 (7297) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:24:30 (7297) INFO : Bulk load completed, total run time : 1.64558 seconds
|
||
|
||
2015-01-15 22:24:30.950188632 after import
|
||
2015-01-15 22:24:30.959321542 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=28
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:38.167424443 after sql statement
|
||
2015-01-15 22:24:38.175169337 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=28
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:41.845367076 after sql statement
|
||
2015-01-15 22:24:41.855172505 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=28
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:43.193167885 after sql statement
|
||
2015-01-15 22:24:43.276785269 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.00 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:48.289136566 after sql statement
|
||
2015-01-15 22:24:48.303305535 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=29
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:54.195176903 after sql statement
|
||
2015-01-15 22:24:54.210239211 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=29
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:58.931382023 after sql statement
|
||
2015-01-15 22:24:58.938021346 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=29
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:59.358013593 after sql statement
|
||
2015-01-15 22:24:59.361854077 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222500_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:25:00 (30131) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222500_Job_62688.xml
|
||
2015-01-15 22:25:00 (30131) INFO : Job file loaded, run time for this step : 0.405833 seconds
|
||
2015-01-15 22:25:00 (30131) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:00 (30131) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:00 (30131) INFO : preProcess completed, run time for this step : 0.091862 seconds
|
||
2015-01-15 22:25:00 (30131) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:00 (30131) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:25:00 (30131) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:00 (30131) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:25:01 (30131) INFO : Bulk load completed, total run time : 1.51748 seconds
|
||
|
||
2015-01-15 22:25:01.229839008 after import
|
||
2015-01-15 22:25:01.234092325 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=30
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:05.948450175 after sql statement
|
||
2015-01-15 22:25:05.953686349 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=30
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:10.720378262 after sql statement
|
||
2015-01-15 22:25:10.736119270 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=30
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:10.946463597 after sql statement
|
||
2015-01-15 22:25:11.021646360 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.45 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:14.482752954 after sql statement
|
||
2015-01-15 22:25:14.535105857 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=31
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.98 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:17.832628677 after sql statement
|
||
2015-01-15 22:25:17.841092051 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=31
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:20.540411710 after sql statement
|
||
2015-01-15 22:25:20.546431287 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=31
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:20.973292240 after sql statement
|
||
2015-01-15 22:25:20.975371104 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222522_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:25:22 (47152) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222522_Job_62688.xml
|
||
2015-01-15 22:25:22 (47152) INFO : Job file loaded, run time for this step : 0.413511 seconds
|
||
2015-01-15 22:25:22 (47152) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:22 (47152) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:22 (47152) INFO : preProcess completed, run time for this step : 0.0392151 seconds
|
||
2015-01-15 22:25:22 (47152) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:22 (47152) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:25:22 (47152) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:22 (47152) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:25:23 (47152) INFO : Bulk load completed, total run time : 1.47169 seconds
|
||
|
||
2015-01-15 22:25:23.524786962 after import
|
||
2015-01-15 22:25:23.537192141 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=32
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:28.081377957 after sql statement
|
||
2015-01-15 22:25:28.089010927 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=32
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:30.624579413 after sql statement
|
||
2015-01-15 22:25:30.630949125 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=32
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:32.081496403 after sql statement
|
||
2015-01-15 22:25:32.180329704 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.89 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:37.078377703 after sql statement
|
||
2015-01-15 22:25:37.086005266 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=33
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:42.151184905 after sql statement
|
||
2015-01-15 22:25:42.156214727 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=33
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:45.573812511 after sql statement
|
||
2015-01-15 22:25:45.581557480 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=33
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:45.971250734 after sql statement
|
||
2015-01-15 22:25:45.979332063 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222546_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:25:46 (2242) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222546_Job_62688.xml
|
||
2015-01-15 22:25:46 (2242) INFO : Job file loaded, run time for this step : 0.437994 seconds
|
||
2015-01-15 22:25:46 (2242) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:46 (2242) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:46 (2242) INFO : preProcess completed, run time for this step : 0.0471039 seconds
|
||
2015-01-15 22:25:46 (2242) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:46 (2242) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:25:46 (2242) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:46 (2242) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:25:47 (2242) INFO : Bulk load completed, total run time : 1.51108 seconds
|
||
|
||
2015-01-15 22:25:47.679905864 after import
|
||
2015-01-15 22:25:47.685137228 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=34
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:49.765390483 after sql statement
|
||
2015-01-15 22:25:49.771825666 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=34
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:53.144890327 after sql statement
|
||
2015-01-15 22:25:53.150624339 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=34
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:53.830009384 after sql statement
|
||
2015-01-15 22:25:53.948602674 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.67 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:57.635696902 after sql statement
|
||
2015-01-15 22:25:57.644094569 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=35
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:01.135116266 after sql statement
|
||
2015-01-15 22:26:01.170947337 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=35
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.60 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:03.779738792 after sql statement
|
||
2015-01-15 22:26:03.788767918 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=35
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:04.283108124 after sql statement
|
||
2015-01-15 22:26:04.287502478 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222604_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:26:05 (18046) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222604_Job_62688.xml
|
||
2015-01-15 22:26:05 (18046) INFO : Job file loaded, run time for this step : 0.446483 seconds
|
||
2015-01-15 22:26:05 (18046) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:05 (18046) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:05 (18046) INFO : preProcess completed, run time for this step : 0.0430911 seconds
|
||
2015-01-15 22:26:05 (18046) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:05 (18046) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:26:05 (18046) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:05 (18046) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:26:06 (18046) INFO : Bulk load completed, total run time : 1.52377 seconds
|
||
|
||
2015-01-15 22:26:06.129194999 after import
|
||
2015-01-15 22:26:06.151617810 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=36
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:10.571575221 after sql statement
|
||
2015-01-15 22:26:10.580884011 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=36
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:13.817859216 after sql statement
|
||
2015-01-15 22:26:13.827042064 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=36
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:14.681531922 after sql statement
|
||
2015-01-15 22:26:14.789082769 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.26 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:19.059759340 after sql statement
|
||
2015-01-15 22:26:19.076258359 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=37
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.45 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:24.622152661 after sql statement
|
||
2015-01-15 22:26:24.629686249 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=37
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:27.883228542 after sql statement
|
||
2015-01-15 22:26:27.890973472 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=37
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:28.542744603 after sql statement
|
||
2015-01-15 22:26:28.546011708 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222629_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:26:29 (38300) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222629_Job_62688.xml
|
||
2015-01-15 22:26:29 (38300) INFO : Job file loaded, run time for this step : 0.646849 seconds
|
||
2015-01-15 22:26:29 (38300) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:31 (38300) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:31 (38300) INFO : preProcess completed, run time for this step : 1.86536 seconds
|
||
2015-01-15 22:26:31 (38300) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:31 (38300) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:31 (38300) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:26:31 (38300) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:26:32 (38300) INFO : Bulk load completed, total run time : 3.54244 seconds
|
||
|
||
2015-01-15 22:26:32.295229825 after import
|
||
2015-01-15 22:26:32.302416983 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=38
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:36.133629861 after sql statement
|
||
2015-01-15 22:26:36.148206396 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=38
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:38.565199470 after sql statement
|
||
2015-01-15 22:26:38.572868249 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=38
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:39.675034989 after sql statement
|
||
2015-01-15 22:26:39.820886632 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.67 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:43.527792024 after sql statement
|
||
2015-01-15 22:26:43.537626993 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=39
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:49.923548277 after sql statement
|
||
2015-01-15 22:26:49.939527141 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=39
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:54.305363392 after sql statement
|
||
2015-01-15 22:26:54.309351131 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=39
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:54.945550072 after sql statement
|
||
2015-01-15 22:26:54.947941750 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222655_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:26:55 (56830) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222655_Job_62688.xml
|
||
2015-01-15 22:26:55 (56830) INFO : Job file loaded, run time for this step : 0.310379 seconds
|
||
2015-01-15 22:26:55 (56830) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:55 (56830) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:55 (56830) INFO : preProcess completed, run time for this step : 0.0487189 seconds
|
||
2015-01-15 22:26:55 (56830) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:55 (56830) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:26:55 (56830) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:55 (56830) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:26:56 (56830) INFO : Bulk load completed, total run time : 1.37965 seconds
|
||
|
||
2015-01-15 22:26:56.517849430 after import
|
||
2015-01-15 22:26:56.522948140 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=40
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:00.719465100 after sql statement
|
||
2015-01-15 22:27:00.738072955 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=40
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:03.782052691 after sql statement
|
||
2015-01-15 22:27:03.907991767 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=40
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:04.532036404 after sql statement
|
||
2015-01-15 22:27:04.633221527 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.00 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:10.644822307 after sql statement
|
||
2015-01-15 22:27:10.684843452 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=41
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:15.614457244 after sql statement
|
||
2015-01-15 22:27:15.630089234 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=41
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:17.852481440 after sql statement
|
||
2015-01-15 22:27:17.890054977 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=41
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:18.389890714 after sql statement
|
||
2015-01-15 22:27:18.396291476 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222718_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:27:18 (11018) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222718_Job_62688.xml
|
||
2015-01-15 22:27:18 (11018) INFO : Job file loaded, run time for this step : 0.327431 seconds
|
||
2015-01-15 22:27:18 (11018) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:18 (11018) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:18 (11018) INFO : preProcess completed, run time for this step : 0.051192 seconds
|
||
2015-01-15 22:27:18 (11018) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:18 (11018) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:18 (11018) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:27:19 (11018) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:27:20 (11018) INFO : Bulk load completed, total run time : 1.40508 seconds
|
||
|
||
2015-01-15 22:27:20.031244261 after import
|
||
2015-01-15 22:27:20.037278633 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=42
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:25.194676660 after sql statement
|
||
2015-01-15 22:27:25.199050536 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=42
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.65 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:30.872198105 after sql statement
|
||
2015-01-15 22:27:30.879637257 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=42
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:31.136492630 after sql statement
|
||
2015-01-15 22:27:31.227136452 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.52 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:34.760861076 after sql statement
|
||
2015-01-15 22:27:34.771998854 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=43
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.67 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:40.125433966 after sql statement
|
||
2015-01-15 22:27:40.134975930 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=43
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:41.959518621 after sql statement
|
||
2015-01-15 22:27:41.962923016 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=43
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:42.646459517 after sql statement
|
||
2015-01-15 22:27:42.648847152 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222742_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:27:43 (28557) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222742_Job_62688.xml
|
||
2015-01-15 22:27:43 (28557) INFO : Job file loaded, run time for this step : 0.493856 seconds
|
||
2015-01-15 22:27:43 (28557) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:43 (28557) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:43 (28557) INFO : preProcess completed, run time for this step : 0.0694561 seconds
|
||
2015-01-15 22:27:43 (28557) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:43 (28557) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:43 (28557) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:27:43 (28557) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:27:44 (28557) INFO : Bulk load completed, total run time : 1.5869 seconds
|
||
|
||
2015-01-15 22:27:44.401412187 after import
|
||
2015-01-15 22:27:44.413918933 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=44
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:52.590316823 after sql statement
|
||
2015-01-15 22:27:52.600386100 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=44
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.58 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:56.193971935 after sql statement
|
||
2015-01-15 22:27:56.207411512 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=44
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:56.520858366 after sql statement
|
||
2015-01-15 22:27:56.626234887 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.59 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:02.234599827 after sql statement
|
||
2015-01-15 22:28:02.265003756 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=45
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:07.204185216 after sql statement
|
||
2015-01-15 22:28:07.210144292 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=45
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:09.607662420 after sql statement
|
||
2015-01-15 22:28:09.616846615 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=45
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:09.950078933 after sql statement
|
||
2015-01-15 22:28:09.956980415 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222810_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:28:10 (48669) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222810_Job_62688.xml
|
||
2015-01-15 22:28:10 (48669) INFO : Job file loaded, run time for this step : 0.323075 seconds
|
||
2015-01-15 22:28:10 (48669) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:10 (48669) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:10 (48669) INFO : preProcess completed, run time for this step : 0.075583 seconds
|
||
2015-01-15 22:28:10 (48669) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:10 (48669) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:28:10 (48669) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:10 (48669) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:28:11 (48669) INFO : Bulk load completed, total run time : 1.42171 seconds
|
||
|
||
2015-01-15 22:28:11.574406424 after import
|
||
2015-01-15 22:28:11.597099024 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=46
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.86 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:14.804044915 after sql statement
|
||
2015-01-15 22:28:14.813492779 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=46
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:18.589773096 after sql statement
|
||
2015-01-15 22:28:18.596655566 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=46
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:19.117276896 after sql statement
|
||
2015-01-15 22:28:19.205539004 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.47 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:22.685136156 after sql statement
|
||
2015-01-15 22:28:22.692146192 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=47
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:24.751536075 after sql statement
|
||
2015-01-15 22:28:24.759729608 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=47
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:27.046946999 after sql statement
|
||
2015-01-15 22:28:27.068534241 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=47
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:27.581875964 after sql statement
|
||
2015-01-15 22:28:27.584897386 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222827_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:28:28 (63196) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222827_Job_62688.xml
|
||
2015-01-15 22:28:28 (63196) INFO : Job file loaded, run time for this step : 0.251051 seconds
|
||
2015-01-15 22:28:28 (63196) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:28 (63196) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:28 (63196) INFO : preProcess completed, run time for this step : 0.0352089 seconds
|
||
2015-01-15 22:28:28 (63196) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:28 (63196) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:28:28 (63196) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:28 (63196) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:28:29 (63196) INFO : Bulk load completed, total run time : 1.30274 seconds
|
||
|
||
2015-01-15 22:28:29.061530274 after import
|
||
2015-01-15 22:28:29.065676716 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=48
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:34.379653652 after sql statement
|
||
2015-01-15 22:28:34.385202854 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=48
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:36.701102570 after sql statement
|
||
2015-01-15 22:28:36.709242763 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=48
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:36.901981064 after sql statement
|
||
2015-01-15 22:28:37.014329951 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.63 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:40.663094400 after sql statement
|
||
2015-01-15 22:28:40.687151813 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=49
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.09 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:45.464699536 after sql statement
|
||
2015-01-15 22:28:45.476150620 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=49
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:48.252485854 after sql statement
|
||
2015-01-15 22:28:48.258371618 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=49
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:48.577792032 after sql statement
|
||
2015-01-15 22:28:48.582595830 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222850_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:28:50 (16138) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222850_Job_62688.xml
|
||
2015-01-15 22:28:50 (16138) INFO : Job file loaded, run time for this step : 0.837682 seconds
|
||
2015-01-15 22:28:50 (16138) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:50 (16138) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:50 (16138) INFO : preProcess completed, run time for this step : 0.0569551 seconds
|
||
2015-01-15 22:28:50 (16138) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:50 (16138) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:50 (16138) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:28:50 (16138) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:28:51 (16138) INFO : Bulk load completed, total run time : 1.92496 seconds
|
||
|
||
2015-01-15 22:28:51.298726899 after import
|
||
2015-01-15 22:28:51.307891516 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=50
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:56.933234288 after sql statement
|
||
2015-01-15 22:28:56.937333964 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=50
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:00.511058078 after sql statement
|
||
2015-01-15 22:29:00.517929444 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=50
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:01.284332000 after sql statement
|
||
2015-01-15 22:29:01.393760907 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.71 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:05.111353994 after sql statement
|
||
2015-01-15 22:29:05.129481121 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=51
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.86 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:13.387597347 after sql statement
|
||
2015-01-15 22:29:13.397764989 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=51
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:15.260431011 after sql statement
|
||
2015-01-15 22:29:15.266361057 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=51
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:17.312974902 after sql statement
|
||
2015-01-15 22:29:17.341620857 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222917_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:29:17 (39098) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222917_Job_62688.xml
|
||
2015-01-15 22:29:17 (39098) INFO : Job file loaded, run time for this step : 0.369972 seconds
|
||
2015-01-15 22:29:17 (39098) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:17 (39098) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:17 (39098) INFO : preProcess completed, run time for this step : 0.048569 seconds
|
||
2015-01-15 22:29:17 (39098) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:17 (39098) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:29:17 (39098) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:18 (39098) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:29:18 (39098) INFO : Bulk load completed, total run time : 1.42961 seconds
|
||
|
||
2015-01-15 22:29:18.957703744 after import
|
||
2015-01-15 22:29:18.962113037 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=52
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:23.650941770 after sql statement
|
||
2015-01-15 22:29:23.659480444 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=52
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:27.699918223 after sql statement
|
||
2015-01-15 22:29:27.708458519 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=52
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:28.429818618 after sql statement
|
||
2015-01-15 22:29:28.537051757 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.45 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:31.996036023 after sql statement
|
||
2015-01-15 22:29:32.010222222 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=53
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:37.264267661 after sql statement
|
||
2015-01-15 22:29:37.288905825 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=53
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:39.527005749 after sql statement
|
||
2015-01-15 22:29:39.546272413 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=53
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:39.997548672 after sql statement
|
||
2015-01-15 22:29:40.000141583 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222940_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:29:40 (56903) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T222940_Job_62688.xml
|
||
2015-01-15 22:29:40 (56903) INFO : Job file loaded, run time for this step : 0.314245 seconds
|
||
2015-01-15 22:29:40 (56903) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:40 (56903) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:40 (56903) INFO : preProcess completed, run time for this step : 0.0364521 seconds
|
||
2015-01-15 22:29:40 (56903) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:40 (56903) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:29:40 (56903) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:40 (56903) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:29:41 (56903) INFO : Bulk load completed, total run time : 1.39176 seconds
|
||
|
||
2015-01-15 22:29:41.572318367 after import
|
||
2015-01-15 22:29:41.578538499 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=54
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:44.988394546 after sql statement
|
||
2015-01-15 22:29:44.993178374 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=54
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.48 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:47.486200077 after sql statement
|
||
2015-01-15 22:29:47.491477613 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=54
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:48.237782278 after sql statement
|
||
2015-01-15 22:29:48.387953572 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.87 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:53.262249050 after sql statement
|
||
2015-01-15 22:29:53.284680356 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=55
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:56.978924651 after sql statement
|
||
2015-01-15 22:29:56.994758134 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=55
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:59.895191953 after sql statement
|
||
2015-01-15 22:29:59.909119966 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=55
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:00.406017307 after sql statement
|
||
2015-01-15 22:30:00.409442181 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223000_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:30:00 (8136) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223000_Job_62688.xml
|
||
2015-01-15 22:30:00 (8136) INFO : Job file loaded, run time for this step : 0.295632 seconds
|
||
2015-01-15 22:30:00 (8136) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:00 (8136) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:00 (8136) INFO : preProcess completed, run time for this step : 0.037791 seconds
|
||
2015-01-15 22:30:00 (8136) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:00 (8136) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:30:00 (8136) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:01 (8136) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:30:01 (8136) INFO : Bulk load completed, total run time : 1.3545 seconds
|
||
|
||
2015-01-15 22:30:01.933128918 after import
|
||
2015-01-15 22:30:01.947226471 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=56
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.17 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:06.161691599 after sql statement
|
||
2015-01-15 22:30:06.167568622 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=56
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:11.626750486 after sql statement
|
||
2015-01-15 22:30:11.636154876 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=56
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:12.260025618 after sql statement
|
||
2015-01-15 22:30:12.324636294 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.20 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:16.534139209 after sql statement
|
||
2015-01-15 22:30:16.551052679 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=57
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:21.689011416 after sql statement
|
||
2015-01-15 22:30:21.695143750 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=57
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:23.708878685 after sql statement
|
||
2015-01-15 22:30:23.713436130 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=57
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:24.672411669 after sql statement
|
||
2015-01-15 22:30:24.682253261 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223025_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:30:25 (26288) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223025_Job_62688.xml
|
||
2015-01-15 22:30:25 (26288) INFO : Job file loaded, run time for this step : 0.294793 seconds
|
||
2015-01-15 22:30:25 (26288) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:25 (26288) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:25 (26288) INFO : preProcess completed, run time for this step : 0.306506 seconds
|
||
2015-01-15 22:30:25 (26288) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:25 (26288) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:25 (26288) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:30:25 (26288) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:30:26 (26288) INFO : Bulk load completed, total run time : 1.62018 seconds
|
||
|
||
2015-01-15 22:30:26.484277349 after import
|
||
2015-01-15 22:30:26.488657971 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=58
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:30.906781605 after sql statement
|
||
2015-01-15 22:30:30.915092823 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=58
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:34.557662563 after sql statement
|
||
2015-01-15 22:30:34.564654651 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=58
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:34.886105114 after sql statement
|
||
2015-01-15 22:30:34.986707871 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.75 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:38.752467068 after sql statement
|
||
2015-01-15 22:30:38.763103741 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=59
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:43.518081604 after sql statement
|
||
2015-01-15 22:30:43.523000677 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=59
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:47.128374780 after sql statement
|
||
2015-01-15 22:30:47.138216466 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=59
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:47.410004466 after sql statement
|
||
2015-01-15 22:30:47.412578760 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223047_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:30:47 (42866) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223047_Job_62688.xml
|
||
2015-01-15 22:30:47 (42866) INFO : Job file loaded, run time for this step : 0.28194 seconds
|
||
2015-01-15 22:30:47 (42866) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:47 (42866) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:47 (42866) INFO : preProcess completed, run time for this step : 0.061481 seconds
|
||
2015-01-15 22:30:47 (42866) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:47 (42866) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:30:47 (42866) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:48 (42866) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:30:48 (42866) INFO : Bulk load completed, total run time : 1.3811 seconds
|
||
|
||
2015-01-15 22:30:48.924912558 after import
|
||
2015-01-15 22:30:48.929435396 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=60
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:52.970926276 after sql statement
|
||
2015-01-15 22:30:52.977749418 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=60
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:56.251007343 after sql statement
|
||
2015-01-15 22:30:56.256493877 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=60
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:57.128094004 after sql statement
|
||
2015-01-15 22:30:57.307343808 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.01 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:01.374973605 after sql statement
|
||
2015-01-15 22:31:01.398670703 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=61
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:08.259980650 after sql statement
|
||
2015-01-15 22:31:08.267714592 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=61
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.23 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:11.500862264 after sql statement
|
||
2015-01-15 22:31:11.509545286 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=61
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:11.805418132 after sql statement
|
||
2015-01-15 22:31:11.808779510 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223112_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:31:12 (61948) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223112_Job_62688.xml
|
||
2015-01-15 22:31:12 (61948) INFO : Job file loaded, run time for this step : 0.411377 seconds
|
||
2015-01-15 22:31:12 (61948) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:12 (61948) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:12 (61948) INFO : preProcess completed, run time for this step : 0.0650589 seconds
|
||
2015-01-15 22:31:12 (61948) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:12 (61948) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:12 (61948) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:31:13 (61948) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:31:13 (61948) INFO : Bulk load completed, total run time : 1.50662 seconds
|
||
|
||
2015-01-15 22:31:13.824032901 after import
|
||
2015-01-15 22:31:13.834099111 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=62
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:19.298135394 after sql statement
|
||
2015-01-15 22:31:19.304406373 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=62
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.60 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:21.905922968 after sql statement
|
||
2015-01-15 22:31:21.913468911 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=62
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:22.724024646 after sql statement
|
||
2015-01-15 22:31:22.824454388 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.44 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:27.295739796 after sql statement
|
||
2015-01-15 22:31:27.307927340 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=63
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:30.575322783 after sql statement
|
||
2015-01-15 22:31:30.596938796 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=63
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:33.677073817 after sql statement
|
||
2015-01-15 22:31:33.683826522 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=63
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:35.181687724 after sql statement
|
||
2015-01-15 22:31:35.184230853 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223135_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:31:35 (14328) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223135_Job_62688.xml
|
||
2015-01-15 22:31:35 (14328) INFO : Job file loaded, run time for this step : 0.523645 seconds
|
||
2015-01-15 22:31:35 (14328) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:35 (14328) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:35 (14328) INFO : preProcess completed, run time for this step : 0.036418 seconds
|
||
2015-01-15 22:31:35 (14328) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:35 (14328) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:31:35 (14328) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:36 (14328) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:31:37 (14328) INFO : Bulk load completed, total run time : 1.59156 seconds
|
||
|
||
2015-01-15 22:31:37.022373720 after import
|
||
2015-01-15 22:31:37.032774435 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=64
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.23 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:42.187787810 after sql statement
|
||
2015-01-15 22:31:42.195555664 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=64
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:45.879680381 after sql statement
|
||
2015-01-15 22:31:45.892426401 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=64
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:46.601688736 after sql statement
|
||
2015-01-15 22:31:46.713517456 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.70 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:50.418912345 after sql statement
|
||
2015-01-15 22:31:50.425170375 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=65
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:55.573894527 after sql statement
|
||
2015-01-15 22:31:55.587221657 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=65
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.27 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:59.869149743 after sql statement
|
||
2015-01-15 22:31:59.875311722 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=65
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:00.223911489 after sql statement
|
||
2015-01-15 22:32:00.228850371 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223200_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:32:00 (32324) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223200_Job_62688.xml
|
||
2015-01-15 22:32:00 (32324) INFO : Job file loaded, run time for this step : 0.35364 seconds
|
||
2015-01-15 22:32:00 (32324) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:00 (32324) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:00 (32324) INFO : preProcess completed, run time for this step : 0.056649 seconds
|
||
2015-01-15 22:32:00 (32324) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:00 (32324) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:32:00 (32324) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:01 (32324) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:32:01 (32324) INFO : Bulk load completed, total run time : 1.43978 seconds
|
||
|
||
2015-01-15 22:32:01.886676656 after import
|
||
2015-01-15 22:32:01.892392910 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=66
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:08.155022352 after sql statement
|
||
2015-01-15 22:32:08.167196546 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=66
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:12.144199926 after sql statement
|
||
2015-01-15 22:32:12.153509399 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=66
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:12.824569277 after sql statement
|
||
2015-01-15 22:32:12.930112474 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.74 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:16.676888967 after sql statement
|
||
2015-01-15 22:32:16.700702133 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=67
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:20.519327162 after sql statement
|
||
2015-01-15 22:32:20.524873334 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=67
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:24.242230721 after sql statement
|
||
2015-01-15 22:32:24.250718459 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=67
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:24.613860946 after sql statement
|
||
2015-01-15 22:32:24.620478275 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223225_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:32:25 (50835) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223225_Job_62688.xml
|
||
2015-01-15 22:32:25 (50835) INFO : Job file loaded, run time for this step : 0.378611 seconds
|
||
2015-01-15 22:32:25 (50835) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:25 (50835) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:25 (50835) INFO : preProcess completed, run time for this step : 0.0614991 seconds
|
||
2015-01-15 22:32:25 (50835) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:25 (50835) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:32:25 (50835) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:25 (50835) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:32:26 (50835) INFO : Bulk load completed, total run time : 1.4893 seconds
|
||
|
||
2015-01-15 22:32:26.319671269 after import
|
||
2015-01-15 22:32:26.322822440 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=68
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:31.743406612 after sql statement
|
||
2015-01-15 22:32:31.755719768 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=68
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:35.940251052 after sql statement
|
||
2015-01-15 22:32:35.944746101 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=68
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:36.621267856 after sql statement
|
||
2015-01-15 22:32:36.690966458 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.27 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:41.007434205 after sql statement
|
||
2015-01-15 22:32:41.012484045 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=69
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:44.436741431 after sql statement
|
||
2015-01-15 22:32:44.446010400 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=69
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:47.778930182 after sql statement
|
||
2015-01-15 22:32:47.799836455 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=69
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:48.267096215 after sql statement
|
||
2015-01-15 22:32:48.277022598 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223248_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:32:48 (3102) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223248_Job_62688.xml
|
||
2015-01-15 22:32:48 (3102) INFO : Job file loaded, run time for this step : 0.496748 seconds
|
||
2015-01-15 22:32:48 (3102) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:49 (3102) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:49 (3102) INFO : preProcess completed, run time for this step : 0.14176 seconds
|
||
2015-01-15 22:32:49 (3102) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:49 (3102) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:49 (3102) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:32:50 (3102) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:32:50 (3102) INFO : Bulk load completed, total run time : 1.65826 seconds
|
||
|
||
2015-01-15 22:32:50.134031837 after import
|
||
2015-01-15 22:32:50.141487059 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=70
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:56.000275336 after sql statement
|
||
2015-01-15 22:32:56.023419498 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=70
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.28 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:59.342332288 after sql statement
|
||
2015-01-15 22:32:59.350829257 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=70
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:00.104990311 after sql statement
|
||
2015-01-15 22:33:00.209609907 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.72 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:03.936211935 after sql statement
|
||
2015-01-15 22:33:03.941118394 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=71
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:08.293418201 after sql statement
|
||
2015-01-15 22:33:08.302892650 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=71
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:12.079072391 after sql statement
|
||
2015-01-15 22:33:12.093225827 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=71
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:12.358866596 after sql statement
|
||
2015-01-15 22:33:12.360899224 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223312_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:33:12 (21813) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223312_Job_62688.xml
|
||
2015-01-15 22:33:12 (21813) INFO : Job file loaded, run time for this step : 0.323405 seconds
|
||
2015-01-15 22:33:12 (21813) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:12 (21813) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:12 (21813) INFO : preProcess completed, run time for this step : 0.0700428 seconds
|
||
2015-01-15 22:33:12 (21813) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:12 (21813) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:33:12 (21813) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:13 (21813) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:33:13 (21813) INFO : Bulk load completed, total run time : 1.45132 seconds
|
||
|
||
2015-01-15 22:33:14.006989109 after import
|
||
2015-01-15 22:33:14.031510009 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=72
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:20.225446861 after sql statement
|
||
2015-01-15 22:33:20.235188867 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=72
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:23.169871345 after sql statement
|
||
2015-01-15 22:33:23.177410972 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=72
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:24.226253491 after sql statement
|
||
2015-01-15 22:33:24.336981511 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.78 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:28.131438172 after sql statement
|
||
2015-01-15 22:33:28.135538755 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=73
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:36.614148046 after sql statement
|
||
2015-01-15 22:33:36.620122570 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=73
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:40.878918408 after sql statement
|
||
2015-01-15 22:33:40.886241309 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=73
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:42.234633410 after sql statement
|
||
2015-01-15 22:33:42.238342620 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223343_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:33:43 (42355) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223343_Job_62688.xml
|
||
2015-01-15 22:33:43 (42355) INFO : Job file loaded, run time for this step : 0.450496 seconds
|
||
2015-01-15 22:33:43 (42355) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:43 (42355) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:43 (42355) INFO : preProcess completed, run time for this step : 0.177031 seconds
|
||
2015-01-15 22:33:43 (42355) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:43 (42355) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:43 (42355) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:33:44 (42355) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:33:44 (42355) INFO : Bulk load completed, total run time : 1.67064 seconds
|
||
|
||
2015-01-15 22:33:44.868005428 after import
|
||
2015-01-15 22:33:44.882599961 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=74
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.36 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:51.465833679 after sql statement
|
||
2015-01-15 22:33:51.469080320 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=74
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:54.285101594 after sql statement
|
||
2015-01-15 22:33:54.297344651 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=74
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:54.736662263 after sql statement
|
||
2015-01-15 22:33:54.879152206 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.67 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:59.599082878 after sql statement
|
||
2015-01-15 22:33:59.617516492 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=75
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:06.306010325 after sql statement
|
||
2015-01-15 22:34:06.311815336 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=75
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:09.018818360 after sql statement
|
||
2015-01-15 22:34:09.028749956 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=75
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:10.659118991 after sql statement
|
||
2015-01-15 22:34:10.661238974 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223411_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:34:11 (59537) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223411_Job_62688.xml
|
||
2015-01-15 22:34:11 (59537) INFO : Job file loaded, run time for this step : 0.374252 seconds
|
||
2015-01-15 22:34:11 (59537) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:11 (59537) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:11 (59537) INFO : preProcess completed, run time for this step : 0.053128 seconds
|
||
2015-01-15 22:34:11 (59537) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:11 (59537) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:11 (59537) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:34:11 (59537) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:34:12 (59537) INFO : Bulk load completed, total run time : 1.45385 seconds
|
||
|
||
2015-01-15 22:34:12.335450288 after import
|
||
2015-01-15 22:34:12.366979506 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=76
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (7.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:20.872355721 after sql statement
|
||
2015-01-15 22:34:20.886333141 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=76
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:27.245832255 after sql statement
|
||
2015-01-15 22:34:27.256844942 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=76
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:28.366492681 after sql statement
|
||
2015-01-15 22:34:28.472084215 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.91 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:32.398540122 after sql statement
|
||
2015-01-15 22:34:32.404625789 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=77
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:37.871747244 after sql statement
|
||
2015-01-15 22:34:37.891566886 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=77
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.61 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:42.519428191 after sql statement
|
||
2015-01-15 22:34:42.526511785 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=77
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:43.221083296 after sql statement
|
||
2015-01-15 22:34:43.223677346 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223443_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:34:43 (12137) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223443_Job_62688.xml
|
||
2015-01-15 22:34:43 (12137) INFO : Job file loaded, run time for this step : 0.342654 seconds
|
||
2015-01-15 22:34:43 (12137) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:43 (12137) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:43 (12137) INFO : preProcess completed, run time for this step : 0.087167 seconds
|
||
2015-01-15 22:34:43 (12137) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:43 (12137) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:34:43 (12137) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:44 (12137) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:34:44 (12137) INFO : Bulk load completed, total run time : 1.4801 seconds
|
||
|
||
2015-01-15 22:34:44.928038429 after import
|
||
2015-01-15 22:34:44.948049251 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=78
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (7.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:53.191217814 after sql statement
|
||
2015-01-15 22:34:53.215461574 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=78
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.28 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:56.501273568 after sql statement
|
||
2015-01-15 22:34:56.507637834 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=78
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:56.778859708 after sql statement
|
||
2015-01-15 22:34:56.897822573 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.64 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:01.563288905 after sql statement
|
||
2015-01-15 22:35:01.568612050 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=79
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:09.198627837 after sql statement
|
||
2015-01-15 22:35:09.218169183 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=79
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:14.349281196 after sql statement
|
||
2015-01-15 22:35:14.409080797 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=79
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:14.945730353 after sql statement
|
||
2015-01-15 22:35:14.948976450 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223515_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:35:15 (28881) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223515_Job_62688.xml
|
||
2015-01-15 22:35:15 (28881) INFO : Job file loaded, run time for this step : 0.353214 seconds
|
||
2015-01-15 22:35:15 (28881) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:15 (28881) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:15 (28881) INFO : preProcess completed, run time for this step : 0.0682881 seconds
|
||
2015-01-15 22:35:15 (28881) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:15 (28881) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:15 (28881) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:35:16 (28881) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:35:16 (28881) INFO : Bulk load completed, total run time : 1.47422 seconds
|
||
|
||
2015-01-15 22:35:16.605082455 after import
|
||
2015-01-15 22:35:16.630562369 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=80
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:22.441151237 after sql statement
|
||
2015-01-15 22:35:22.450117945 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=80
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:26.163635638 after sql statement
|
||
2015-01-15 22:35:26.174172427 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=80
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:28.876865211 after sql statement
|
||
2015-01-15 22:35:29.000954082 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.20 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:33.217795634 after sql statement
|
||
2015-01-15 22:35:33.225167579 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=81
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:43.329042614 after sql statement
|
||
2015-01-15 22:35:43.339151307 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=81
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:47.660741073 after sql statement
|
||
2015-01-15 22:35:47.669313289 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=81
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:48.238600488 after sql statement
|
||
2015-01-15 22:35:48.244164007 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223548_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:35:48 (47008) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223548_Job_62688.xml
|
||
2015-01-15 22:35:48 (47008) INFO : Job file loaded, run time for this step : 0.446607 seconds
|
||
2015-01-15 22:35:48 (47008) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:48 (47008) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:48 (47008) INFO : preProcess completed, run time for this step : 0.0341251 seconds
|
||
2015-01-15 22:35:48 (47008) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:48 (47008) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:48 (47008) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:35:49 (47008) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:35:50 (47008) INFO : Bulk load completed, total run time : 1.51724 seconds
|
||
|
||
2015-01-15 22:35:50.020533605 after import
|
||
2015-01-15 22:35:50.027718349 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=82
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:55.767288554 after sql statement
|
||
2015-01-15 22:35:55.782843672 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=82
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:00.999578614 after sql statement
|
||
2015-01-15 22:36:01.009046638 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=82
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:01.336004410 after sql statement
|
||
2015-01-15 22:36:01.448823516 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.16 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:06.608077895 after sql statement
|
||
2015-01-15 22:36:06.612390705 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=83
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:10.315283363 after sql statement
|
||
2015-01-15 22:36:10.323226842 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=83
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:13.113297180 after sql statement
|
||
2015-01-15 22:36:13.122612267 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=83
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:14.235304771 after sql statement
|
||
2015-01-15 22:36:14.247189583 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223614_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:36:14 (1437) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223614_Job_62688.xml
|
||
2015-01-15 22:36:14 (1437) INFO : Job file loaded, run time for this step : 0.441074 seconds
|
||
2015-01-15 22:36:14 (1437) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:14 (1437) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:14 (1437) INFO : preProcess completed, run time for this step : 0.033587 seconds
|
||
2015-01-15 22:36:14 (1437) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:14 (1437) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:36:14 (1437) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:15 (1437) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:36:15 (1437) INFO : Bulk load completed, total run time : 1.49629 seconds
|
||
|
||
2015-01-15 22:36:16.018342355 after import
|
||
2015-01-15 22:36:16.028848213 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=84
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:20.834839070 after sql statement
|
||
2015-01-15 22:36:20.839296297 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=84
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:23.630596984 after sql statement
|
||
2015-01-15 22:36:23.637036001 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=84
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:24.708213673 after sql statement
|
||
2015-01-15 22:36:24.802209511 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.63 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:29.438633841 after sql statement
|
||
2015-01-15 22:36:29.443752370 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=85
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:35.532577891 after sql statement
|
||
2015-01-15 22:36:35.536028138 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=85
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:37.891437319 after sql statement
|
||
2015-01-15 22:36:37.900050060 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=85
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:38.547898259 after sql statement
|
||
2015-01-15 22:36:38.550814961 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223639_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:36:39 (19338) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223639_Job_62688.xml
|
||
2015-01-15 22:36:39 (19338) INFO : Job file loaded, run time for this step : 0.32675 seconds
|
||
2015-01-15 22:36:39 (19338) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:39 (19338) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:39 (19338) INFO : preProcess completed, run time for this step : 0.0502319 seconds
|
||
2015-01-15 22:36:39 (19338) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:39 (19338) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:39 (19338) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:36:39 (19338) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:36:40 (19338) INFO : Bulk load completed, total run time : 1.41107 seconds
|
||
|
||
2015-01-15 22:36:40.331560533 after import
|
||
2015-01-15 22:36:40.335800363 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=86
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:43.648263392 after sql statement
|
||
2015-01-15 22:36:43.654941969 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=86
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:46.331748765 after sql statement
|
||
2015-01-15 22:36:46.337577458 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=86
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:47.808888148 after sql statement
|
||
2015-01-15 22:36:47.894578129 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.63 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:51.553083426 after sql statement
|
||
2015-01-15 22:36:51.556748499 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=87
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:55.156023200 after sql statement
|
||
2015-01-15 22:36:55.160911596 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=87
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:58.628691976 after sql statement
|
||
2015-01-15 22:36:58.635405409 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=87
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:59.577808978 after sql statement
|
||
2015-01-15 22:36:59.581127056 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223700_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:37:00 (34418) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223700_Job_62688.xml
|
||
2015-01-15 22:37:00 (34418) INFO : Job file loaded, run time for this step : 0.611727 seconds
|
||
2015-01-15 22:37:00 (34418) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:00 (34418) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:00 (34418) INFO : preProcess completed, run time for this step : 0.058331 seconds
|
||
2015-01-15 22:37:00 (34418) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:00 (34418) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:37:00 (34418) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:00 (34418) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:37:01 (34418) INFO : Bulk load completed, total run time : 1.69845 seconds
|
||
|
||
2015-01-15 22:37:01.489541943 after import
|
||
2015-01-15 22:37:01.493696792 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=88
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:06.398663663 after sql statement
|
||
2015-01-15 22:37:06.404840162 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=88
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:08.434270944 after sql statement
|
||
2015-01-15 22:37:08.446354357 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=88
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:09.363226784 after sql statement
|
||
2015-01-15 22:37:09.460691903 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.61 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:13.091651382 after sql statement
|
||
2015-01-15 22:37:13.098062521 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=89
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:17.852774926 after sql statement
|
||
2015-01-15 22:37:17.864150449 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=89
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.65 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:20.570305987 after sql statement
|
||
2015-01-15 22:37:20.680859586 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=89
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:21.894306670 after sql statement
|
||
2015-01-15 22:37:21.903297956 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223722_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:37:22 (51387) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223722_Job_62688.xml
|
||
2015-01-15 22:37:22 (51387) INFO : Job file loaded, run time for this step : 0.295472 seconds
|
||
2015-01-15 22:37:22 (51387) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:22 (51387) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:22 (51387) INFO : preProcess completed, run time for this step : 0.0258918 seconds
|
||
2015-01-15 22:37:22 (51387) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:22 (51387) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:37:22 (51387) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:22 (51387) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:37:23 (51387) INFO : Bulk load completed, total run time : 1.35993 seconds
|
||
|
||
2015-01-15 22:37:23.412813114 after import
|
||
2015-01-15 22:37:23.426802590 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=90
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:28.011966627 after sql statement
|
||
2015-01-15 22:37:28.018133924 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=90
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:30.894016853 after sql statement
|
||
2015-01-15 22:37:30.898257406 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=90
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:31.594367658 after sql statement
|
||
2015-01-15 22:37:31.691305776 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.00 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:35.707194371 after sql statement
|
||
2015-01-15 22:37:35.719974499 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=91
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:39.043854513 after sql statement
|
||
2015-01-15 22:37:39.054748642 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=91
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:42.662621620 after sql statement
|
||
2015-01-15 22:37:42.672196512 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=91
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:43.100609625 after sql statement
|
||
2015-01-15 22:37:43.102524619 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223743_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:37:43 (1873) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223743_Job_62688.xml
|
||
2015-01-15 22:37:43 (1873) INFO : Job file loaded, run time for this step : 0.318079 seconds
|
||
2015-01-15 22:37:43 (1873) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:43 (1873) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:43 (1873) INFO : preProcess completed, run time for this step : 0.044646 seconds
|
||
2015-01-15 22:37:43 (1873) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:43 (1873) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:43 (1873) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:37:44 (1873) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:37:44 (1873) INFO : Bulk load completed, total run time : 1.38033 seconds
|
||
|
||
2015-01-15 22:37:44.739963332 after import
|
||
2015-01-15 22:37:44.745921547 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=92
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:48.779011610 after sql statement
|
||
2015-01-15 22:37:48.790277457 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=92
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:51.985509982 after sql statement
|
||
2015-01-15 22:37:51.989106201 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=92
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:52.571286849 after sql statement
|
||
2015-01-15 22:37:52.649003751 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.63 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:59.292267537 after sql statement
|
||
2015-01-15 22:37:59.298454923 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=93
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:06.615194661 after sql statement
|
||
2015-01-15 22:38:06.625762688 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=93
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:12.914661898 after sql statement
|
||
2015-01-15 22:38:12.951897191 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=93
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:13.744216540 after sql statement
|
||
2015-01-15 22:38:13.753910387 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223814_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:38:14 (22014) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223814_Job_62688.xml
|
||
2015-01-15 22:38:14 (22014) INFO : Job file loaded, run time for this step : 0.363896 seconds
|
||
2015-01-15 22:38:14 (22014) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:14 (22014) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:14 (22014) INFO : preProcess completed, run time for this step : 0.0453811 seconds
|
||
2015-01-15 22:38:14 (22014) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:14 (22014) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:38:14 (22014) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:14 (22014) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:38:15 (22014) INFO : Bulk load completed, total run time : 1.433 seconds
|
||
|
||
2015-01-15 22:38:15.356463343 after import
|
||
2015-01-15 22:38:15.364239801 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=94
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:20.157172654 after sql statement
|
||
2015-01-15 22:38:20.174472632 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=94
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:22.942203542 after sql statement
|
||
2015-01-15 22:38:22.946058785 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=94
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:23.081212930 after sql statement
|
||
2015-01-15 22:38:23.182320935 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.53 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:26.724321598 after sql statement
|
||
2015-01-15 22:38:26.733289610 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=95
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:32.103348154 after sql statement
|
||
2015-01-15 22:38:32.109676032 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=95
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:35.898926737 after sql statement
|
||
2015-01-15 22:38:35.903800596 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=95
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:36.170409989 after sql statement
|
||
2015-01-15 22:38:36.175475350 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223836_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:38:36 (39618) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223836_Job_62688.xml
|
||
2015-01-15 22:38:36 (39618) INFO : Job file loaded, run time for this step : 0.312347 seconds
|
||
2015-01-15 22:38:36 (39618) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:36 (39618) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:36 (39618) INFO : preProcess completed, run time for this step : 0.0870571 seconds
|
||
2015-01-15 22:38:36 (39618) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:36 (39618) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:36 (39618) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:38:37 (39618) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:38:37 (39618) INFO : Bulk load completed, total run time : 1.43373 seconds
|
||
|
||
2015-01-15 22:38:37.763046208 after import
|
||
2015-01-15 22:38:37.779807749 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=96
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:44.115481844 after sql statement
|
||
2015-01-15 22:38:44.120471710 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=96
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:46.956614440 after sql statement
|
||
2015-01-15 22:38:46.962938335 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=96
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:47.242521544 after sql statement
|
||
2015-01-15 22:38:47.350670308 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.52 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:50.882111687 after sql statement
|
||
2015-01-15 22:38:50.896615700 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=97
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:57.532775952 after sql statement
|
||
2015-01-15 22:38:57.537993756 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=97
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:01.562325211 after sql statement
|
||
2015-01-15 22:39:01.567040543 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=97
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:03.012964399 after sql statement
|
||
2015-01-15 22:39:03.016050871 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223903_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:39:03 (59889) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223903_Job_62688.xml
|
||
2015-01-15 22:39:03 (59889) INFO : Job file loaded, run time for this step : 0.298829 seconds
|
||
2015-01-15 22:39:03 (59889) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:03 (59889) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:03 (59889) INFO : preProcess completed, run time for this step : 0.321622 seconds
|
||
2015-01-15 22:39:03 (59889) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:03 (59889) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:39:03 (59889) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:04 (59889) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:39:04 (59889) INFO : Bulk load completed, total run time : 1.64812 seconds
|
||
|
||
2015-01-15 22:39:04.847431352 after import
|
||
2015-01-15 22:39:04.855521379 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=98
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:10.097137102 after sql statement
|
||
2015-01-15 22:39:10.127947457 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=98
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:14.401462541 after sql statement
|
||
2015-01-15 22:39:14.413301740 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=98
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:15.514785388 after sql statement
|
||
2015-01-15 22:39:15.613100375 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.85 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:19.469467825 after sql statement
|
||
2015-01-15 22:39:19.484679351 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=99
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:23.208025406 after sql statement
|
||
2015-01-15 22:39:23.215841981 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=99
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:25.986219767 after sql statement
|
||
2015-01-15 22:39:25.998309655 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=99
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:26.710472917 after sql statement
|
||
2015-01-15 22:39:26.722908081 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223927_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:39:27 (13596) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223927_Job_62688.xml
|
||
2015-01-15 22:39:27 (13596) INFO : Job file loaded, run time for this step : 0.461896 seconds
|
||
2015-01-15 22:39:27 (13596) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:27 (13596) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:27 (13596) INFO : preProcess completed, run time for this step : 0.0445199 seconds
|
||
2015-01-15 22:39:27 (13596) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:27 (13596) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:39:27 (13596) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:27 (13596) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:39:28 (13596) INFO : Bulk load completed, total run time : 1.51477 seconds
|
||
|
||
2015-01-15 22:39:28.567832397 after import
|
||
2015-01-15 22:39:28.573481315 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=100
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:35.541663603 after sql statement
|
||
2015-01-15 22:39:35.544927131 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=100
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:37.945551313 after sql statement
|
||
2015-01-15 22:39:37.952130206 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=100
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:39.423065712 after sql statement
|
||
2015-01-15 22:39:39.538560841 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.66 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:43.204221317 after sql statement
|
||
2015-01-15 22:39:43.209693144 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=101
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:49.437840390 after sql statement
|
||
2015-01-15 22:39:49.444011974 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=101
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:53.256565977 after sql statement
|
||
2015-01-15 22:39:53.319857974 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=101
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:54.265121010 after sql statement
|
||
2015-01-15 22:39:54.267119944 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223954_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:39:54 (33334) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T223954_Job_62688.xml
|
||
2015-01-15 22:39:54 (33334) INFO : Job file loaded, run time for this step : 0.415608 seconds
|
||
2015-01-15 22:39:54 (33334) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:54 (33334) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:54 (33334) INFO : preProcess completed, run time for this step : 0.062242 seconds
|
||
2015-01-15 22:39:54 (33334) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:54 (33334) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:54 (33334) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:39:55 (33334) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:39:55 (33334) INFO : Bulk load completed, total run time : 1.52663 seconds
|
||
|
||
2015-01-15 22:39:55.953224174 after import
|
||
2015-01-15 22:39:55.958055959 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=102
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:59.997249946 after sql statement
|
||
2015-01-15 22:40:00.018103347 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=102
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:04.015289006 after sql statement
|
||
2015-01-15 22:40:04.027166104 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=102
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:04.326240140 after sql statement
|
||
2015-01-15 22:40:04.439362965 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.77 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:09.236754026 after sql statement
|
||
2015-01-15 22:40:09.244600270 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=103
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:15.274310844 after sql statement
|
||
2015-01-15 22:40:15.283948072 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=103
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:17.104772923 after sql statement
|
||
2015-01-15 22:40:17.109279609 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=103
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:17.257287907 after sql statement
|
||
2015-01-15 22:40:17.262628117 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224017_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:40:17 (51908) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224017_Job_62688.xml
|
||
2015-01-15 22:40:17 (51908) INFO : Job file loaded, run time for this step : 0.319902 seconds
|
||
2015-01-15 22:40:17 (51908) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:17 (51908) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:17 (51908) INFO : preProcess completed, run time for this step : 0.073704 seconds
|
||
2015-01-15 22:40:17 (51908) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:17 (51908) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:40:17 (51908) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:18 (51908) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:40:18 (51908) INFO : Bulk load completed, total run time : 1.41058 seconds
|
||
|
||
2015-01-15 22:40:18.834348309 after import
|
||
2015-01-15 22:40:18.838414450 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=104
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:24.131135562 after sql statement
|
||
2015-01-15 22:40:24.135597300 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=104
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:30.606235886 after sql statement
|
||
2015-01-15 22:40:30.628727146 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=104
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:31.085519081 after sql statement
|
||
2015-01-15 22:40:31.186768469 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.84 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:36.043377567 after sql statement
|
||
2015-01-15 22:40:36.060527306 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=105
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:42.180090150 after sql statement
|
||
2015-01-15 22:40:42.187193640 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=105
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:45.869894842 after sql statement
|
||
2015-01-15 22:40:45.876479684 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=105
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:46.193010707 after sql statement
|
||
2015-01-15 22:40:46.199166553 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224046_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:40:46 (7681) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224046_Job_62688.xml
|
||
2015-01-15 22:40:46 (7681) INFO : Job file loaded, run time for this step : 0.381725 seconds
|
||
2015-01-15 22:40:46 (7681) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:46 (7681) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:46 (7681) INFO : preProcess completed, run time for this step : 0.028975 seconds
|
||
2015-01-15 22:40:46 (7681) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:46 (7681) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:46 (7681) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:40:46 (7681) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:40:47 (7681) INFO : Bulk load completed, total run time : 1.47227 seconds
|
||
|
||
2015-01-15 22:40:47.915163974 after import
|
||
2015-01-15 22:40:47.922079414 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=106
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:53.957421638 after sql statement
|
||
2015-01-15 22:40:53.965741045 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=106
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:59.931695635 after sql statement
|
||
2015-01-15 22:40:59.945993385 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=106
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:01.389452448 after sql statement
|
||
2015-01-15 22:41:01.487204884 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.86 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:05.361073445 after sql statement
|
||
2015-01-15 22:41:05.367785429 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=107
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:11.324627624 after sql statement
|
||
2015-01-15 22:41:11.328279089 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=107
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.90 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:14.235745437 after sql statement
|
||
2015-01-15 22:41:14.240961985 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=107
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:14.800156449 after sql statement
|
||
2015-01-15 22:41:14.806795257 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224116_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:41:16 (26586) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224116_Job_62688.xml
|
||
2015-01-15 22:41:16 (26586) INFO : Job file loaded, run time for this step : 1.1214 seconds
|
||
2015-01-15 22:41:16 (26586) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:16 (26586) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:16 (26586) INFO : preProcess completed, run time for this step : 0.0299959 seconds
|
||
2015-01-15 22:41:16 (26586) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:16 (26586) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:41:16 (26586) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:16 (26586) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:41:17 (26586) INFO : Bulk load completed, total run time : 2.19118 seconds
|
||
|
||
2015-01-15 22:41:17.374690000 after import
|
||
2015-01-15 22:41:17.379550272 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=108
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.95 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:24.497503230 after sql statement
|
||
2015-01-15 22:41:24.504317998 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=108
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:27.739042324 after sql statement
|
||
2015-01-15 22:41:27.744751848 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=108
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:28.060640624 after sql statement
|
||
2015-01-15 22:41:28.162133052 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.56 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:31.732712524 after sql statement
|
||
2015-01-15 22:41:31.757881510 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=109
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:39.586861260 after sql statement
|
||
2015-01-15 22:41:39.592033740 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=109
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:41.949893591 after sql statement
|
||
2015-01-15 22:41:41.959676973 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=109
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:42.405010657 after sql statement
|
||
2015-01-15 22:41:42.409023826 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224142_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:41:42 (46773) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224142_Job_62688.xml
|
||
2015-01-15 22:41:42 (46773) INFO : Job file loaded, run time for this step : 0.316409 seconds
|
||
2015-01-15 22:41:42 (46773) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:42 (46773) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:42 (46773) INFO : preProcess completed, run time for this step : 0.0778039 seconds
|
||
2015-01-15 22:41:42 (46773) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:42 (46773) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:41:42 (46773) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:43 (46773) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:41:43 (46773) INFO : Bulk load completed, total run time : 1.43778 seconds
|
||
|
||
2015-01-15 22:41:44.006746161 after import
|
||
2015-01-15 22:41:44.011436436 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=110
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:50.501653030 after sql statement
|
||
2015-01-15 22:41:50.507709910 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=110
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:53.424159057 after sql statement
|
||
2015-01-15 22:41:53.429695579 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=110
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:53.833086873 after sql statement
|
||
2015-01-15 22:41:53.919791157 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.61 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:57.562193939 after sql statement
|
||
2015-01-15 22:41:57.577449455 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=111
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.83 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:01.318730796 after sql statement
|
||
2015-01-15 22:42:01.346012726 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=111
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:04.053903940 after sql statement
|
||
2015-01-15 22:42:04.076595288 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=111
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:05.021986960 after sql statement
|
||
2015-01-15 22:42:05.034406473 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224205_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:42:05 (64244) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224205_Job_62688.xml
|
||
2015-01-15 22:42:05 (64244) INFO : Job file loaded, run time for this step : 0.379145 seconds
|
||
2015-01-15 22:42:05 (64244) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:05 (64244) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:05 (64244) INFO : preProcess completed, run time for this step : 0.11505 seconds
|
||
2015-01-15 22:42:05 (64244) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:05 (64244) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:05 (64244) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:42:05 (64244) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:42:06 (64244) INFO : Bulk load completed, total run time : 1.68927 seconds
|
||
|
||
2015-01-15 22:42:06.919819498 after import
|
||
2015-01-15 22:42:06.936056259 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=112
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:11.902180125 after sql statement
|
||
2015-01-15 22:42:11.914392689 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=112
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.27 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:14.207477463 after sql statement
|
||
2015-01-15 22:42:14.216106957 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=112
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:14.649653345 after sql statement
|
||
2015-01-15 22:42:14.752740989 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.82 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:18.579943689 after sql statement
|
||
2015-01-15 22:42:18.585682039 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=113
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:24.287466791 after sql statement
|
||
2015-01-15 22:42:24.292035018 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=113
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:28.530382071 after sql statement
|
||
2015-01-15 22:42:28.540158831 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=113
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:29.112355367 after sql statement
|
||
2015-01-15 22:42:29.116776655 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224229_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:42:29 (18182) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224229_Job_62688.xml
|
||
2015-01-15 22:42:29 (18182) INFO : Job file loaded, run time for this step : 0.49313 seconds
|
||
2015-01-15 22:42:29 (18182) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:29 (18182) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:29 (18182) INFO : preProcess completed, run time for this step : 0.0832062 seconds
|
||
2015-01-15 22:42:29 (18182) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:29 (18182) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:29 (18182) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:42:30 (18182) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:42:30 (18182) INFO : Bulk load completed, total run time : 1.59121 seconds
|
||
|
||
2015-01-15 22:42:30.921591724 after import
|
||
2015-01-15 22:42:30.941981721 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=114
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:34.723406645 after sql statement
|
||
2015-01-15 22:42:34.728955459 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=114
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.23 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:37.975181839 after sql statement
|
||
2015-01-15 22:42:37.978814649 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=114
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:38.160781217 after sql statement
|
||
2015-01-15 22:42:38.331249041 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.63 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:42.978286468 after sql statement
|
||
2015-01-15 22:42:43.008186644 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=115
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:48.011007034 after sql statement
|
||
2015-01-15 22:42:48.016697042 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=115
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:51.813788295 after sql statement
|
||
2015-01-15 22:42:51.819143877 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=115
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:52.226018882 after sql statement
|
||
2015-01-15 22:42:52.228900672 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224253_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:42:53 (36507) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224253_Job_62688.xml
|
||
2015-01-15 22:42:53 (36507) INFO : Job file loaded, run time for this step : 0.651593 seconds
|
||
2015-01-15 22:42:53 (36507) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:53 (36507) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:53 (36507) INFO : preProcess completed, run time for this step : 0.142199 seconds
|
||
2015-01-15 22:42:53 (36507) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:53 (36507) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:42:53 (36507) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:54 (36507) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:42:54 (36507) INFO : Bulk load completed, total run time : 1.85752 seconds
|
||
|
||
2015-01-15 22:42:54.698067340 after import
|
||
2015-01-15 22:42:54.708882445 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=116
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:59.158685683 after sql statement
|
||
2015-01-15 22:42:59.165244481 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=116
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:04.317095497 after sql statement
|
||
2015-01-15 22:43:04.330055181 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=116
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:04.878068143 after sql statement
|
||
2015-01-15 22:43:04.969598522 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.65 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:09.635194473 after sql statement
|
||
2015-01-15 22:43:09.665895576 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=117
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:14.362180081 after sql statement
|
||
2015-01-15 22:43:14.367811002 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=117
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:19.048101701 after sql statement
|
||
2015-01-15 22:43:19.055108431 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=117
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:19.689268628 after sql statement
|
||
2015-01-15 22:43:19.693626169 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224320_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:43:20 (54186) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224320_Job_62688.xml
|
||
2015-01-15 22:43:20 (54186) INFO : Job file loaded, run time for this step : 0.453445 seconds
|
||
2015-01-15 22:43:20 (54186) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:20 (54186) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:20 (54186) INFO : preProcess completed, run time for this step : 0.0299969 seconds
|
||
2015-01-15 22:43:20 (54186) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:20 (54186) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:20 (54186) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:43:20 (54186) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:43:21 (54186) INFO : Bulk load completed, total run time : 1.53125 seconds
|
||
|
||
2015-01-15 22:43:21.462364882 after import
|
||
2015-01-15 22:43:21.466050578 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=118
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.67 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:26.647465346 after sql statement
|
||
2015-01-15 22:43:26.662815055 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=118
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.96 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:28.636667886 after sql statement
|
||
2015-01-15 22:43:28.648672751 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=118
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:29.740514968 after sql statement
|
||
2015-01-15 22:43:29.843543363 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.06 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:34.913459892 after sql statement
|
||
2015-01-15 22:43:34.938623613 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=119
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.67 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:40.629560567 after sql statement
|
||
2015-01-15 22:43:40.638641943 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=119
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:43.076193071 after sql statement
|
||
2015-01-15 22:43:43.083836308 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=119
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:44.694311805 after sql statement
|
||
2015-01-15 22:43:44.696956305 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224345_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:43:45 (8710) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224345_Job_62688.xml
|
||
2015-01-15 22:43:45 (8710) INFO : Job file loaded, run time for this step : 0.465795 seconds
|
||
2015-01-15 22:43:45 (8710) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:45 (8710) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:45 (8710) INFO : preProcess completed, run time for this step : 0.071578 seconds
|
||
2015-01-15 22:43:45 (8710) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:45 (8710) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:43:45 (8710) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:45 (8710) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:43:46 (8710) INFO : Bulk load completed, total run time : 1.54992 seconds
|
||
|
||
2015-01-15 22:43:46.457060496 after import
|
||
2015-01-15 22:43:46.466372586 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=120
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:52.517901955 after sql statement
|
||
2015-01-15 22:43:52.527499862 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=120
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:56.029546668 after sql statement
|
||
2015-01-15 22:43:56.039062213 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=120
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:57.181245689 after sql statement
|
||
2015-01-15 22:43:57.301251284 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.82 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:01.129189305 after sql statement
|
||
2015-01-15 22:44:01.133726018 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=121
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:05.134370654 after sql statement
|
||
2015-01-15 22:44:05.147507297 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=121
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:08.935901001 after sql statement
|
||
2015-01-15 22:44:08.939926991 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=121
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:09.471176563 after sql statement
|
||
2015-01-15 22:44:09.474113637 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224409_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:44:09 (27853) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224409_Job_62688.xml
|
||
2015-01-15 22:44:09 (27853) INFO : Job file loaded, run time for this step : 0.377352 seconds
|
||
2015-01-15 22:44:09 (27853) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:10 (27853) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:10 (27853) INFO : preProcess completed, run time for this step : 0.0534389 seconds
|
||
2015-01-15 22:44:10 (27853) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:10 (27853) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:44:10 (27853) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:10 (27853) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:44:11 (27853) INFO : Bulk load completed, total run time : 1.45276 seconds
|
||
|
||
2015-01-15 22:44:11.076648779 after import
|
||
2015-01-15 22:44:11.091737161 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=122
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:19.571579327 after sql statement
|
||
2015-01-15 22:44:19.580474658 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=122
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:23.315133200 after sql statement
|
||
2015-01-15 22:44:23.339428491 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=122
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:24.494107982 after sql statement
|
||
2015-01-15 22:44:24.563256903 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.91 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:29.483259820 after sql statement
|
||
2015-01-15 22:44:29.496559690 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=123
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:35.745270882 after sql statement
|
||
2015-01-15 22:44:35.754135171 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=123
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:38.164718400 after sql statement
|
||
2015-01-15 22:44:38.178423696 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=123
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:38.833172591 after sql statement
|
||
2015-01-15 22:44:38.836739514 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224439_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:44:39 (50278) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224439_Job_62688.xml
|
||
2015-01-15 22:44:39 (50278) INFO : Job file loaded, run time for this step : 0.381955 seconds
|
||
2015-01-15 22:44:39 (50278) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:39 (50278) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:39 (50278) INFO : preProcess completed, run time for this step : 0.050941 seconds
|
||
2015-01-15 22:44:39 (50278) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:39 (50278) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:39 (50278) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:44:39 (50278) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:44:40 (50278) INFO : Bulk load completed, total run time : 1.46651 seconds
|
||
|
||
2015-01-15 22:44:40.487582602 after import
|
||
2015-01-15 22:44:40.493802688 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=124
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:46.971920007 after sql statement
|
||
2015-01-15 22:44:46.999436384 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=124
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:50.260045618 after sql statement
|
||
2015-01-15 22:44:50.272321096 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=124
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:50.787136779 after sql statement
|
||
2015-01-15 22:44:50.885565464 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.84 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:54.728983324 after sql statement
|
||
2015-01-15 22:44:54.738797896 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=125
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:00.582412956 after sql statement
|
||
2015-01-15 22:45:00.588546165 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=125
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:03.598344182 after sql statement
|
||
2015-01-15 22:45:03.607704302 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=125
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:04.663826633 after sql statement
|
||
2015-01-15 22:45:04.667068612 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224505_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:45:05 (3753) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224505_Job_62688.xml
|
||
2015-01-15 22:45:05 (3753) INFO : Job file loaded, run time for this step : 0.33072 seconds
|
||
2015-01-15 22:45:05 (3753) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:05 (3753) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:05 (3753) INFO : preProcess completed, run time for this step : 0.0634999 seconds
|
||
2015-01-15 22:45:05 (3753) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:05 (3753) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:05 (3753) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:45:05 (3753) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:45:06 (3753) INFO : Bulk load completed, total run time : 1.45247 seconds
|
||
|
||
2015-01-15 22:45:06.282550500 after import
|
||
2015-01-15 22:45:06.294697801 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=126
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.49 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:10.813891746 after sql statement
|
||
2015-01-15 22:45:10.818769687 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=126
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:13.631530914 after sql statement
|
||
2015-01-15 22:45:13.640538362 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=126
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:14.407861366 after sql statement
|
||
2015-01-15 22:45:14.640465486 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.59 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:18.248739983 after sql statement
|
||
2015-01-15 22:45:18.253330758 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=127
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:23.927219200 after sql statement
|
||
2015-01-15 22:45:23.942175299 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=127
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:25.491588698 after sql statement
|
||
2015-01-15 22:45:25.497684862 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=127
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:25.673175493 after sql statement
|
||
2015-01-15 22:45:25.675325952 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224526_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:45:26 (20571) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224526_Job_62688.xml
|
||
2015-01-15 22:45:26 (20571) INFO : Job file loaded, run time for this step : 0.497674 seconds
|
||
2015-01-15 22:45:26 (20571) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:26 (20571) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:26 (20571) INFO : preProcess completed, run time for this step : 0.296789 seconds
|
||
2015-01-15 22:45:26 (20571) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:26 (20571) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:26 (20571) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:45:27 (20571) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:45:27 (20571) INFO : Bulk load completed, total run time : 1.86593 seconds
|
||
|
||
2015-01-15 22:45:27.948580947 after import
|
||
2015-01-15 22:45:27.957014089 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=128
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:32.048414034 after sql statement
|
||
2015-01-15 22:45:32.060966535 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=128
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:35.238441490 after sql statement
|
||
2015-01-15 22:45:35.245076706 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=128
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:35.526217483 after sql statement
|
||
2015-01-15 22:45:35.621007929 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.64 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:40.274349820 after sql statement
|
||
2015-01-15 22:45:40.297255604 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=129
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.23 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:44.911101318 after sql statement
|
||
2015-01-15 22:45:44.920492435 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=129
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:47.840699950 after sql statement
|
||
2015-01-15 22:45:47.846207103 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=129
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:48.380861223 after sql statement
|
||
2015-01-15 22:45:48.385158570 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224549_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:45:49 (37487) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224549_Job_62688.xml
|
||
2015-01-15 22:45:49 (37487) INFO : Job file loaded, run time for this step : 0.504104 seconds
|
||
2015-01-15 22:45:49 (37487) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:49 (37487) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:49 (37487) INFO : preProcess completed, run time for this step : 0.0510378 seconds
|
||
2015-01-15 22:45:49 (37487) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:49 (37487) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:49 (37487) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:45:49 (37487) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:45:50 (37487) INFO : Bulk load completed, total run time : 1.66338 seconds
|
||
|
||
2015-01-15 22:45:50.286485443 after import
|
||
2015-01-15 22:45:50.303825380 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=130
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:54.706628139 after sql statement
|
||
2015-01-15 22:45:54.710741652 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=130
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:57.505293702 after sql statement
|
||
2015-01-15 22:45:57.512436020 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=130
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:58.585724492 after sql statement
|
||
2015-01-15 22:45:58.654819747 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.00 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:02.679138659 after sql statement
|
||
2015-01-15 22:46:02.684670386 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=131
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.37 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:09.258115915 after sql statement
|
||
2015-01-15 22:46:09.268246058 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=131
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:12.581821963 after sql statement
|
||
2015-01-15 22:46:12.589925561 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=131
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:13.325976907 after sql statement
|
||
2015-01-15 22:46:13.334234926 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224613_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:46:13 (55615) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224613_Job_62688.xml
|
||
2015-01-15 22:46:13 (55615) INFO : Job file loaded, run time for this step : 0.409595 seconds
|
||
2015-01-15 22:46:13 (55615) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:14 (55615) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:14 (55615) INFO : preProcess completed, run time for this step : 0.078295 seconds
|
||
2015-01-15 22:46:14 (55615) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:14 (55615) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:46:14 (55615) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:14 (55615) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:46:15 (55615) INFO : Bulk load completed, total run time : 2.19877 seconds
|
||
|
||
2015-01-15 22:46:16.181985138 after import
|
||
2015-01-15 22:46:16.197554083 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=132
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:23.802630471 after sql statement
|
||
2015-01-15 22:46:23.807343140 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=132
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:27.749569627 after sql statement
|
||
2015-01-15 22:46:27.763182527 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=132
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:28.504142553 after sql statement
|
||
2015-01-15 22:46:28.651828070 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.55 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:32.220860061 after sql statement
|
||
2015-01-15 22:46:32.224825927 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=133
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:36.431085935 after sql statement
|
||
2015-01-15 22:46:36.436256260 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=133
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:38.586650148 after sql statement
|
||
2015-01-15 22:46:38.594106626 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=133
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:39.497116555 after sql statement
|
||
2015-01-15 22:46:39.499907154 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224639_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:46:39 (9475) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224639_Job_62688.xml
|
||
2015-01-15 22:46:39 (9475) INFO : Job file loaded, run time for this step : 0.290321 seconds
|
||
2015-01-15 22:46:39 (9475) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:39 (9475) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:39 (9475) INFO : preProcess completed, run time for this step : 0.0361228 seconds
|
||
2015-01-15 22:46:39 (9475) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:39 (9475) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:46:39 (9475) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:40 (9475) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:46:41 (9475) INFO : Bulk load completed, total run time : 1.35796 seconds
|
||
|
||
2015-01-15 22:46:41.034479361 after import
|
||
2015-01-15 22:46:41.039962388 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=134
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:47.817277382 after sql statement
|
||
2015-01-15 22:46:47.836312746 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=134
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:50.921566265 after sql statement
|
||
2015-01-15 22:46:50.928790428 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=134
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:51.315605713 after sql statement
|
||
2015-01-15 22:46:51.415726968 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.63 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:55.062047773 after sql statement
|
||
2015-01-15 22:46:55.074046330 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=135
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:00.114829201 after sql statement
|
||
2015-01-15 22:47:00.121247759 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=135
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:03.931994884 after sql statement
|
||
2015-01-15 22:47:03.944145110 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=135
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:04.187448681 after sql statement
|
||
2015-01-15 22:47:04.189813665 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224704_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:47:04 (26978) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224704_Job_62688.xml
|
||
2015-01-15 22:47:04 (26978) INFO : Job file loaded, run time for this step : 0.368717 seconds
|
||
2015-01-15 22:47:04 (26978) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:04 (26978) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:04 (26978) INFO : preProcess completed, run time for this step : 0.0408599 seconds
|
||
2015-01-15 22:47:04 (26978) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:04 (26978) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:47:04 (26978) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:05 (26978) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:47:05 (26978) INFO : Bulk load completed, total run time : 1.43399 seconds
|
||
|
||
2015-01-15 22:47:05.784210005 after import
|
||
2015-01-15 22:47:05.794239592 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=136
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:12.172181604 after sql statement
|
||
2015-01-15 22:47:12.199946187 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=136
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:15.559605616 after sql statement
|
||
2015-01-15 22:47:15.569912547 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=136
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:16.248400818 after sql statement
|
||
2015-01-15 22:47:16.461558583 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.91 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:20.374257675 after sql statement
|
||
2015-01-15 22:47:20.398118125 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=137
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:24.892062633 after sql statement
|
||
2015-01-15 22:47:24.899482474 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=137
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:29.696873243 after sql statement
|
||
2015-01-15 22:47:29.703002510 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=137
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:30.358675249 after sql statement
|
||
2015-01-15 22:47:30.366314330 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224730_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:47:30 (47137) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224730_Job_62688.xml
|
||
2015-01-15 22:47:30 (47137) INFO : Job file loaded, run time for this step : 0.394625 seconds
|
||
2015-01-15 22:47:30 (47137) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:31 (47137) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:31 (47137) INFO : preProcess completed, run time for this step : 0.068222 seconds
|
||
2015-01-15 22:47:31 (47137) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:31 (47137) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:47:31 (47137) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:31 (47137) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:47:32 (47137) INFO : Bulk load completed, total run time : 1.69749 seconds
|
||
|
||
2015-01-15 22:47:32.284578818 after import
|
||
2015-01-15 22:47:32.296146583 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=138
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:38.290511568 after sql statement
|
||
2015-01-15 22:47:38.346885846 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=138
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:40.977854886 after sql statement
|
||
2015-01-15 22:47:40.984610500 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=138
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:41.554977363 after sql statement
|
||
2015-01-15 22:47:41.648351837 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.70 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:47.364426660 after sql statement
|
||
2015-01-15 22:47:47.374295742 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=139
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:53.973705206 after sql statement
|
||
2015-01-15 22:47:53.978804277 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=139
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:57.837546542 after sql statement
|
||
2015-01-15 22:47:57.855612418 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=139
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:58.773984553 after sql statement
|
||
2015-01-15 22:47:58.776484664 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224759_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:47:59 (2464) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224759_Job_62688.xml
|
||
2015-01-15 22:47:59 (2464) INFO : Job file loaded, run time for this step : 0.34055 seconds
|
||
2015-01-15 22:47:59 (2464) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:59 (2464) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:59 (2464) INFO : preProcess completed, run time for this step : 0.0276492 seconds
|
||
2015-01-15 22:47:59 (2464) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:59 (2464) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:47:59 (2464) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:59 (2464) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:48:00 (2464) INFO : Bulk load completed, total run time : 1.427 seconds
|
||
|
||
2015-01-15 22:48:00.397913112 after import
|
||
2015-01-15 22:48:00.414986164 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=140
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:05.243607018 after sql statement
|
||
2015-01-15 22:48:05.249639178 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=140
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:09.303513019 after sql statement
|
||
2015-01-15 22:48:09.330071996 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=140
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:09.774596669 after sql statement
|
||
2015-01-15 22:48:09.925565213 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.63 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:13.569777564 after sql statement
|
||
2015-01-15 22:48:13.575737346 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=141
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:17.875467068 after sql statement
|
||
2015-01-15 22:48:17.885015643 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=141
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:21.785146960 after sql statement
|
||
2015-01-15 22:48:21.791683182 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=141
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:22.043800327 after sql statement
|
||
2015-01-15 22:48:22.049602495 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224822_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:48:22 (20506) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224822_Job_62688.xml
|
||
2015-01-15 22:48:22 (20506) INFO : Job file loaded, run time for this step : 0.407217 seconds
|
||
2015-01-15 22:48:22 (20506) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:22 (20506) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:22 (20506) INFO : preProcess completed, run time for this step : 0.035394 seconds
|
||
2015-01-15 22:48:22 (20506) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:22 (20506) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:22 (20506) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:48:22 (20506) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:48:23 (20506) INFO : Bulk load completed, total run time : 1.50954 seconds
|
||
|
||
2015-01-15 22:48:23.763286052 after import
|
||
2015-01-15 22:48:23.772872536 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=142
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:28.596045341 after sql statement
|
||
2015-01-15 22:48:28.604602091 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=142
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:32.172877507 after sql statement
|
||
2015-01-15 22:48:32.188314885 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=142
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:32.515858999 after sql statement
|
||
2015-01-15 22:48:32.588481433 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.06 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:37.680722152 after sql statement
|
||
2015-01-15 22:48:37.705868526 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=143
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:44.840573623 after sql statement
|
||
2015-01-15 22:48:44.843829682 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=143
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.37 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:48.224851687 after sql statement
|
||
2015-01-15 22:48:48.229178240 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=143
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:49.765299732 after sql statement
|
||
2015-01-15 22:48:49.767285643 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224850_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:48:50 (41949) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224850_Job_62688.xml
|
||
2015-01-15 22:48:50 (41949) INFO : Job file loaded, run time for this step : 0.447276 seconds
|
||
2015-01-15 22:48:50 (41949) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:50 (41949) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:50 (41949) INFO : preProcess completed, run time for this step : 0.0656412 seconds
|
||
2015-01-15 22:48:50 (41949) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:50 (41949) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:48:50 (41949) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:50 (41949) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:48:51 (41949) INFO : Bulk load completed, total run time : 1.56237 seconds
|
||
|
||
2015-01-15 22:48:51.536616671 after import
|
||
2015-01-15 22:48:51.540936443 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=144
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:56.275794541 after sql statement
|
||
2015-01-15 22:48:56.281382714 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=144
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:58.488631377 after sql statement
|
||
2015-01-15 22:48:58.492574396 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=144
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:00.042829409 after sql statement
|
||
2015-01-15 22:49:00.177171476 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.77 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:04.957988652 after sql statement
|
||
2015-01-15 22:49:04.975504361 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=145
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (6.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:13.307752358 after sql statement
|
||
2015-01-15 22:49:13.312729866 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=145
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:15.460564459 after sql statement
|
||
2015-01-15 22:49:15.473662061 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=145
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:16.116261780 after sql statement
|
||
2015-01-15 22:49:16.130214772 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224916_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:49:17 (61630) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224916_Job_62688.xml
|
||
2015-01-15 22:49:17 (61630) INFO : Job file loaded, run time for this step : 0.54848 seconds
|
||
2015-01-15 22:49:17 (61630) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:17 (61630) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:17 (61630) INFO : preProcess completed, run time for this step : 0.0608001 seconds
|
||
2015-01-15 22:49:17 (61630) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:17 (61630) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:49:17 (61630) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:17 (61630) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:49:18 (61630) INFO : Bulk load completed, total run time : 1.62632 seconds
|
||
|
||
2015-01-15 22:49:18.119205868 after import
|
||
2015-01-15 22:49:18.139981824 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=146
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.49 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:21.805778348 after sql statement
|
||
2015-01-15 22:49:21.810803528 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=146
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:25.213133168 after sql statement
|
||
2015-01-15 22:49:25.218606137 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=146
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:25.376340157 after sql statement
|
||
2015-01-15 22:49:25.463567530 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.62 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:30.096152422 after sql statement
|
||
2015-01-15 22:49:30.101518396 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=147
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.69 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:37.288371666 after sql statement
|
||
2015-01-15 22:49:37.296315930 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=147
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.60 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:41.917055129 after sql statement
|
||
2015-01-15 22:49:41.925040039 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=147
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:43.457633350 after sql statement
|
||
2015-01-15 22:49:43.460356923 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224944_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:49:44 (14807) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T224944_Job_62688.xml
|
||
2015-01-15 22:49:44 (14807) INFO : Job file loaded, run time for this step : 0.402381 seconds
|
||
2015-01-15 22:49:44 (14807) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:44 (14807) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:44 (14807) INFO : preProcess completed, run time for this step : 0.055552 seconds
|
||
2015-01-15 22:49:44 (14807) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:44 (14807) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:49:44 (14807) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:45 (14807) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:49:45 (14807) INFO : Bulk load completed, total run time : 1.49817 seconds
|
||
|
||
2015-01-15 22:49:45.883418956 after import
|
||
2015-01-15 22:49:45.914287602 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=148
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:51.915365113 after sql statement
|
||
2015-01-15 22:49:51.938424412 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=148
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:55.342065992 after sql statement
|
||
2015-01-15 22:49:55.348872950 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=148
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:56.103272106 after sql statement
|
||
2015-01-15 22:49:56.184775047 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.29 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:00.891040275 after sql statement
|
||
2015-01-15 22:50:00.950913553 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=149
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:04.421784691 after sql statement
|
||
2015-01-15 22:50:04.429286362 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=149
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:07.671596208 after sql statement
|
||
2015-01-15 22:50:07.675631982 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=149
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:08.341465986 after sql statement
|
||
2015-01-15 22:50:08.350031634 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T225009_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:50:09 (32834) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T225009_Job_62688.xml
|
||
2015-01-15 22:50:09 (32834) INFO : Job file loaded, run time for this step : 0.203169 seconds
|
||
2015-01-15 22:50:09 (32834) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:09 (32834) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:09 (32834) INFO : preProcess completed, run time for this step : 0.244644 seconds
|
||
2015-01-15 22:50:09 (32834) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:09 (32834) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:50:09 (32834) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:09 (32834) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:50:10 (32834) INFO : Bulk load completed, total run time : 1.50235 seconds
|
||
|
||
2015-01-15 22:50:10.484624308 after import
|
||
2015-01-15 22:50:10.507105789 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=150
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (2.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:14.716286720 after sql statement
|
||
2015-01-15 22:50:14.721768854 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=150
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:17.879393783 after sql statement
|
||
2015-01-15 22:50:17.904226615 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=150
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:19.108513716 after sql statement
|
||
2015-01-15 22:50:19.280230769 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.74 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:23.029068688 after sql statement
|
||
2015-01-15 22:50:23.078627041 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=151
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:28.008131653 after sql statement
|
||
2015-01-15 22:50:28.030312532 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=151
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.65 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:31.682829606 after sql statement
|
||
2015-01-15 22:50:31.689169991 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=151
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:32.233272662 after sql statement
|
||
2015-01-15 22:50:32.249095881 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T225032_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:50:33 (49316) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T225032_Job_62688.xml
|
||
2015-01-15 22:50:33 (49316) INFO : Job file loaded, run time for this step : 0.615345 seconds
|
||
2015-01-15 22:50:33 (49316) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:33 (49316) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:33 (49316) INFO : preProcess completed, run time for this step : 0.050251 seconds
|
||
2015-01-15 22:50:33 (49316) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:33 (49316) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:33 (49316) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:50:33 (49316) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:50:34 (49316) INFO : Bulk load completed, total run time : 1.68521 seconds
|
||
|
||
2015-01-15 22:50:34.087408168 after import
|
||
2015-01-15 22:50:34.091854568 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=152
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (5.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:41.823183475 after sql statement
|
||
2015-01-15 22:50:41.832443129 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=152
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:43.237609902 after sql statement
|
||
2015-01-15 22:50:43.242224169 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=152
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:45.713334523 after sql statement
|
||
2015-01-15 22:50:45.786953697 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.71 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:50.527710767 after sql statement
|
||
2015-01-15 22:50:50.554670708 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=153
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:56.260318540 after sql statement
|
||
2015-01-15 22:50:56.268277613 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=153
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:00.269827122 after sql statement
|
||
2015-01-15 22:51:00.275937288 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=153
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:01.714798602 after sql statement
|
||
2015-01-15 22:51:01.723795588 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62688 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T225102_Job_62688.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62688.log
|
||
2015-01-15 22:51:02 (4253) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62688_D20150115_T225102_Job_62688.xml
|
||
2015-01-15 22:51:02 (4253) INFO : Job file loaded, run time for this step : 0.32376 seconds
|
||
2015-01-15 22:51:02 (4253) INFO : PreProcessing check starts
|
||
2015-01-15 22:51:02 (4253) INFO : PreProcessing check completed
|
||
2015-01-15 22:51:02 (4253) INFO : preProcess completed, run time for this step : 0.0308762 seconds
|
||
2015-01-15 22:51:02 (4253) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:51:02 (4253) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_12...[0;39m
|
||
2015-01-15 22:51:02 (4253) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:51:02 (4253) INFO : For table dmlc.test211_12: 120000 rows processed and 120000 rows inserted.
|
||
2015-01-15 22:51:03 (4253) INFO : Bulk load completed, total run time : 1.38818 seconds
|
||
|
||
2015-01-15 22:51:03.296518263 after import
|
||
2015-01-15 22:51:03.303519311 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=154
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:08.307074776 after sql statement
|
||
2015-01-15 22:51:08.315726494 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=154
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.82 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:13.153322113 after sql statement
|
||
2015-01-15 22:51:13.167113308 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=154
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:13.962147970 after sql statement
|
||
2015-01-15 22:51:14.060171700 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_12.tbl' into table test211_12 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (3.59 sec)
|
||
Records: 120000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:17.661422629 after sql statement
|
||
2015-01-15 22:51:17.665781355 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_12 where batch=155
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (4.67 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:23.228797843 after sql statement
|
||
2015-01-15 22:51:23.239881967 before sql statment
|
||
--------------
|
||
update test211_12 set c2=c1 where batch=155
|
||
--------------
|
||
|
||
Query OK, 120000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:25.121220253 after sql statement
|
||
2015-01-15 22:51:25.128854645 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=120000, 'good', 'bad') result from test211_12 where batch=155
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 120000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:25.294024376 after sql statement
|
||
Thu Jan 15 22:51:25 CST 2015 - All done.
|