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
9537 lines
280 KiB
Plaintext
9537 lines
280 KiB
Plaintext
2015-01-15 22:19:17.688353439 before sql statment
|
||
--------------
|
||
drop table if exists test211_11
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.09 sec)
|
||
|
||
--------------
|
||
create table test211_11(batch int, c1 int, c2 int)engine=infinidb
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:22.131237139 after sql statement
|
||
2015-01-15 22:19:22.133538740 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T221922_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:19:22 (23709) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T221922_Job_62680.xml
|
||
2015-01-15 22:19:22 (23709) INFO : Job file loaded, run time for this step : 0.485487 seconds
|
||
2015-01-15 22:19:22 (23709) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:22 (23709) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:22 (23709) INFO : preProcess completed, run time for this step : 0.022018 seconds
|
||
2015-01-15 22:19:22 (23709) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:22 (23709) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:22 (23709) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:19:22 (23709) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:19:23 (23709) INFO : Bulk load completed, total run time : 1.52217 seconds
|
||
|
||
2015-01-15 22:19:23.824642639 after import
|
||
2015-01-15 22:19:23.828898151 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=1
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:29.909629117 after sql statement
|
||
2015-01-15 22:19:29.915688964 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=1
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:32.962287078 after sql statement
|
||
2015-01-15 22:19:33.000134049 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=1
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:33.323287809 after sql statement
|
||
2015-01-15 22:19:34.312405219 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.40 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:37.723405801 after sql statement
|
||
2015-01-15 22:19:37.726876738 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=2
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:42.307814325 after sql statement
|
||
2015-01-15 22:19:42.312111600 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=2
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:47.179129235 after sql statement
|
||
2015-01-15 22:19:47.188819567 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=2
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:47.740167600 after sql statement
|
||
2015-01-15 22:19:47.756956582 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T221948_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:19:48 (43450) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T221948_Job_62680.xml
|
||
2015-01-15 22:19:48 (43450) INFO : Job file loaded, run time for this step : 0.347918 seconds
|
||
2015-01-15 22:19:48 (43450) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:48 (43450) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:48 (43450) INFO : preProcess completed, run time for this step : 0.075258 seconds
|
||
2015-01-15 22:19:48 (43450) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:48 (43450) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:48 (43450) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:19:49 (43450) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:19:49 (43450) INFO : Bulk load completed, total run time : 1.45811 seconds
|
||
|
||
2015-01-15 22:19:49.395681358 after import
|
||
2015-01-15 22:19:49.403088210 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=3
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:55.533193771 after sql statement
|
||
2015-01-15 22:19:55.538636236 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=3
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:57.611597572 after sql statement
|
||
2015-01-15 22:19:57.658961445 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=3
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:58.390723604 after sql statement
|
||
2015-01-15 22:19:58.579562411 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.13 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:02.719439194 after sql statement
|
||
2015-01-15 22:20:02.725610801 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=4
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:06.248270870 after sql statement
|
||
2015-01-15 22:20:06.254808291 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=4
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:08.675186031 after sql statement
|
||
2015-01-15 22:20:08.681819168 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=4
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:09.238180074 after sql statement
|
||
2015-01-15 22:20:09.248753584 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222009_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:20:09 (59396) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222009_Job_62680.xml
|
||
2015-01-15 22:20:09 (59396) INFO : Job file loaded, run time for this step : 0.308822 seconds
|
||
2015-01-15 22:20:09 (59396) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:09 (59396) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:09 (59396) INFO : preProcess completed, run time for this step : 0.0742848 seconds
|
||
2015-01-15 22:20:09 (59396) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:09 (59396) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:20:09 (59396) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:10 (59396) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:20:10 (59396) INFO : Bulk load completed, total run time : 1.41929 seconds
|
||
|
||
2015-01-15 22:20:10.858374066 after import
|
||
2015-01-15 22:20:10.862225600 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=5
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:14.722460718 after sql statement
|
||
2015-01-15 22:20:14.726508319 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=5
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:16.712462726 after sql statement
|
||
2015-01-15 22:20:16.718125308 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=5
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:17.040628579 after sql statement
|
||
2015-01-15 22:20:17.113005030 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (6.71 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:23.839499904 after sql statement
|
||
2015-01-15 22:20:23.853369620 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=6
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:28.324465662 after sql statement
|
||
2015-01-15 22:20:28.329246932 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=6
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.84 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:30.180538990 after sql statement
|
||
2015-01-15 22:20:30.189161364 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=6
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:30.449484597 after sql statement
|
||
2015-01-15 22:20:30.455709041 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222032_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:20:32 (11143) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222032_Job_62680.xml
|
||
2015-01-15 22:20:32 (11143) INFO : Job file loaded, run time for this step : 0.430334 seconds
|
||
2015-01-15 22:20:32 (11143) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:32 (11143) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:32 (11143) INFO : preProcess completed, run time for this step : 0.109658 seconds
|
||
2015-01-15 22:20:32 (11143) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:32 (11143) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:32 (11143) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:20:32 (11143) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:20:33 (11143) INFO : Bulk load completed, total run time : 1.61369 seconds
|
||
|
||
2015-01-15 22:20:33.445229500 after import
|
||
2015-01-15 22:20:33.450080935 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=7
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.23 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:37.408000338 after sql statement
|
||
2015-01-15 22:20:37.420812264 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=7
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:40.051754537 after sql statement
|
||
2015-01-15 22:20:40.056974317 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=7
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:40.826032037 after sql statement
|
||
2015-01-15 22:20:40.936184715 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.84 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:44.799013063 after sql statement
|
||
2015-01-15 22:20:44.818156900 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=8
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:49.658183905 after sql statement
|
||
2015-01-15 22:20:49.663977895 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=8
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:53.372845516 after sql statement
|
||
2015-01-15 22:20:53.383967454 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=8
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:54.042826993 after sql statement
|
||
2015-01-15 22:20:54.045764909 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222054_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:20:54 (28534) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222054_Job_62680.xml
|
||
2015-01-15 22:20:54 (28534) INFO : Job file loaded, run time for this step : 0.293929 seconds
|
||
2015-01-15 22:20:54 (28534) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:54 (28534) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:54 (28534) INFO : preProcess completed, run time for this step : 0.0296729 seconds
|
||
2015-01-15 22:20:54 (28534) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:54 (28534) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:20:54 (28534) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:54 (28534) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:20:55 (28534) INFO : Bulk load completed, total run time : 1.3422 seconds
|
||
|
||
2015-01-15 22:20:55.696529619 after import
|
||
2015-01-15 22:20:55.703373733 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=9
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.83 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:59.205712369 after sql statement
|
||
2015-01-15 22:20:59.211596462 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=9
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:01.573673432 after sql statement
|
||
2015-01-15 22:21:01.577755984 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=9
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:01.684434145 after sql statement
|
||
2015-01-15 22:21:01.755462011 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.98 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:05.747902384 after sql statement
|
||
2015-01-15 22:21:05.760299416 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=10
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:11.813542665 after sql statement
|
||
2015-01-15 22:21:11.817528788 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=10
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:14.461825896 after sql statement
|
||
2015-01-15 22:21:14.466476532 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=10
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:15.116068776 after sql statement
|
||
2015-01-15 22:21:15.131873453 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222115_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:21:15 (45042) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222115_Job_62680.xml
|
||
2015-01-15 22:21:15 (45042) INFO : Job file loaded, run time for this step : 0.332108 seconds
|
||
2015-01-15 22:21:15 (45042) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:15 (45042) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:15 (45042) INFO : preProcess completed, run time for this step : 0.0337191 seconds
|
||
2015-01-15 22:21:15 (45042) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:15 (45042) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:21:15 (45042) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:15 (45042) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:21:16 (45042) INFO : Bulk load completed, total run time : 1.38889 seconds
|
||
|
||
2015-01-15 22:21:16.673137343 after import
|
||
2015-01-15 22:21:16.680533900 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=11
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:20.841917312 after sql statement
|
||
2015-01-15 22:21:20.851991509 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=11
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:23.259667590 after sql statement
|
||
2015-01-15 22:21:23.265166286 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=11
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:23.861680234 after sql statement
|
||
2015-01-15 22:21:23.959274575 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.67 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:27.638156333 after sql statement
|
||
2015-01-15 22:21:27.642825945 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=12
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:32.118494224 after sql statement
|
||
2015-01-15 22:21:32.130156837 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=12
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:33.906566062 after sql statement
|
||
2015-01-15 22:21:33.918160653 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=12
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:34.105701588 after sql statement
|
||
2015-01-15 22:21:34.112389000 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222134_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:21:34 (60795) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222134_Job_62680.xml
|
||
2015-01-15 22:21:34 (60795) INFO : Job file loaded, run time for this step : 0.303104 seconds
|
||
2015-01-15 22:21:34 (60795) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:34 (60795) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:34 (60795) INFO : preProcess completed, run time for this step : 0.0792539 seconds
|
||
2015-01-15 22:21:34 (60795) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:34 (60795) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:21:34 (60795) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:34 (60795) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:21:35 (60795) INFO : Bulk load completed, total run time : 1.39886 seconds
|
||
|
||
2015-01-15 22:21:35.754093287 after import
|
||
2015-01-15 22:21:35.761014661 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=13
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:41.542481031 after sql statement
|
||
2015-01-15 22:21:41.551544504 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=13
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:44.059857910 after sql statement
|
||
2015-01-15 22:21:44.068314208 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=13
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:44.635028137 after sql statement
|
||
2015-01-15 22:21:44.743024280 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.64 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:48.404960158 after sql statement
|
||
2015-01-15 22:21:48.423959742 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=14
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.30 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:51.551430966 after sql statement
|
||
2015-01-15 22:21:51.560959507 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=14
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:53.805160730 after sql statement
|
||
2015-01-15 22:21:53.820877604 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=14
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:54.019015433 after sql statement
|
||
2015-01-15 22:21:54.023722201 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222154_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:21:54 (13472) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222154_Job_62680.xml
|
||
2015-01-15 22:21:54 (13472) INFO : Job file loaded, run time for this step : 0.363464 seconds
|
||
2015-01-15 22:21:54 (13472) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:54 (13472) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:54 (13472) INFO : preProcess completed, run time for this step : 0.0657802 seconds
|
||
2015-01-15 22:21:54 (13472) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:54 (13472) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:54 (13472) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:21:54 (13472) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:21:55 (13472) INFO : Bulk load completed, total run time : 1.44691 seconds
|
||
|
||
2015-01-15 22:21:55.624297071 after import
|
||
2015-01-15 22:21:55.632098807 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=15
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:00.502306383 after sql statement
|
||
2015-01-15 22:22:00.505985150 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=15
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:02.175486543 after sql statement
|
||
2015-01-15 22:22:02.180678987 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=15
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:02.826117528 after sql statement
|
||
2015-01-15 22:22:02.907138554 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.36 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:08.273381892 after sql statement
|
||
2015-01-15 22:22:08.286292289 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=16
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:14.854238162 after sql statement
|
||
2015-01-15 22:22:14.865442330 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=16
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:20.405205223 after sql statement
|
||
2015-01-15 22:22:20.412960429 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=16
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:20.985738838 after sql statement
|
||
2015-01-15 22:22:20.987654110 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222222_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:22:23 (35251) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222222_Job_62680.xml
|
||
2015-01-15 22:22:23 (35251) INFO : Job file loaded, run time for this step : 0.487737 seconds
|
||
2015-01-15 22:22:23 (35251) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:23 (35251) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:23 (35251) INFO : preProcess completed, run time for this step : 0.0773299 seconds
|
||
2015-01-15 22:22:23 (35251) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:23 (35251) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:22:23 (35251) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:23 (35251) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:22:24 (35251) INFO : Bulk load completed, total run time : 1.61405 seconds
|
||
|
||
2015-01-15 22:22:24.161358739 after import
|
||
2015-01-15 22:22:24.178168626 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=17
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (6.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:32.888941121 after sql statement
|
||
2015-01-15 22:22:32.896230071 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=17
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:37.095375996 after sql statement
|
||
2015-01-15 22:22:37.104859772 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=17
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:37.530389745 after sql statement
|
||
2015-01-15 22:22:37.609258911 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (6.44 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:44.062929918 after sql statement
|
||
2015-01-15 22:22:44.068801223 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=18
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.09 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:48.210493920 after sql statement
|
||
2015-01-15 22:22:48.227318550 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=18
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:50.054320383 after sql statement
|
||
2015-01-15 22:22:50.063542547 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=18
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:50.681744094 after sql statement
|
||
2015-01-15 22:22:50.690812209 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222251_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:22:51 (59307) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222251_Job_62680.xml
|
||
2015-01-15 22:22:51 (59307) INFO : Job file loaded, run time for this step : 0.376848 seconds
|
||
2015-01-15 22:22:51 (59307) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:51 (59307) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:51 (59307) INFO : preProcess completed, run time for this step : 0.076164 seconds
|
||
2015-01-15 22:22:51 (59307) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:51 (59307) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:22:51 (59307) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:51 (59307) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:22:52 (59307) INFO : Bulk load completed, total run time : 1.47026 seconds
|
||
|
||
2015-01-15 22:22:52.363520230 after import
|
||
2015-01-15 22:22:52.377775169 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=19
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:58.133373255 after sql statement
|
||
2015-01-15 22:22:58.138014556 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=19
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:01.434346112 after sql statement
|
||
2015-01-15 22:23:01.441497506 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=19
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:01.864890299 after sql statement
|
||
2015-01-15 22:23:01.941431174 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.64 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:05.596714555 after sql statement
|
||
2015-01-15 22:23:05.610663815 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=20
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:08.810559465 after sql statement
|
||
2015-01-15 22:23:08.820243177 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=20
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:11.987540001 after sql statement
|
||
2015-01-15 22:23:11.995009269 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=20
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:12.622124117 after sql statement
|
||
2015-01-15 22:23:12.626840377 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222313_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:23:13 (12459) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222313_Job_62680.xml
|
||
2015-01-15 22:23:13 (12459) INFO : Job file loaded, run time for this step : 0.292747 seconds
|
||
2015-01-15 22:23:13 (12459) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:13 (12459) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:13 (12459) INFO : preProcess completed, run time for this step : 0.0425839 seconds
|
||
2015-01-15 22:23:13 (12459) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:13 (12459) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:23:13 (12459) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:13 (12459) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:23:14 (12459) INFO : Bulk load completed, total run time : 1.35206 seconds
|
||
|
||
2015-01-15 22:23:14.172062064 after import
|
||
2015-01-15 22:23:14.177065397 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=21
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.80 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:18.472089061 after sql statement
|
||
2015-01-15 22:23:18.481339843 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=21
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:21.691922128 after sql statement
|
||
2015-01-15 22:23:21.712144381 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=21
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:22.334719031 after sql statement
|
||
2015-01-15 22:23:22.432732552 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.87 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:27.318271815 after sql statement
|
||
2015-01-15 22:23:27.329697251 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=22
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:30.380596963 after sql statement
|
||
2015-01-15 22:23:30.392763535 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=22
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:32.344206638 after sql statement
|
||
2015-01-15 22:23:32.353427331 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=22
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:33.030060025 after sql statement
|
||
2015-01-15 22:23:33.033865490 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222333_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:23:33 (30453) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222333_Job_62680.xml
|
||
2015-01-15 22:23:33 (30453) INFO : Job file loaded, run time for this step : 0.310667 seconds
|
||
2015-01-15 22:23:33 (30453) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:33 (30453) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:33 (30453) INFO : preProcess completed, run time for this step : 0.0371602 seconds
|
||
2015-01-15 22:23:33 (30453) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:33 (30453) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:23:33 (30453) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:33 (30453) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:23:34 (30453) INFO : Bulk load completed, total run time : 1.36831 seconds
|
||
|
||
2015-01-15 22:23:34.614883152 after import
|
||
2015-01-15 22:23:34.622609557 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=23
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:38.178648370 after sql statement
|
||
2015-01-15 22:23:38.186534101 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=23
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:41.872107789 after sql statement
|
||
2015-01-15 22:23:41.904225920 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=23
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:43.382198938 after sql statement
|
||
2015-01-15 22:23:43.585038508 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.59 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:47.179741222 after sql statement
|
||
2015-01-15 22:23:47.187446071 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=24
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:53.342326334 after sql statement
|
||
2015-01-15 22:23:53.354045614 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=24
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:57.347092148 after sql statement
|
||
2015-01-15 22:23:57.356003652 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=24
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:58.493203921 after sql statement
|
||
2015-01-15 22:23:58.495623601 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222358_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:23:59 (49858) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222358_Job_62680.xml
|
||
2015-01-15 22:23:59 (49858) INFO : Job file loaded, run time for this step : 0.611045 seconds
|
||
2015-01-15 22:23:59 (49858) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:59 (49858) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:59 (49858) INFO : preProcess completed, run time for this step : 0.057353 seconds
|
||
2015-01-15 22:23:59 (49858) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:59 (49858) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:23:59 (49858) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:59 (49858) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:24:00 (49858) INFO : Bulk load completed, total run time : 1.68933 seconds
|
||
|
||
2015-01-15 22:24:00.371283477 after import
|
||
2015-01-15 22:24:00.384987147 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=25
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:05.220236587 after sql statement
|
||
2015-01-15 22:24:05.229212145 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=25
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:08.764683281 after sql statement
|
||
2015-01-15 22:24:08.772330030 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=25
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:08.962186669 after sql statement
|
||
2015-01-15 22:24:09.091548052 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.40 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:12.505235076 after sql statement
|
||
2015-01-15 22:24:12.511448765 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=26
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:15.379479904 after sql statement
|
||
2015-01-15 22:24:15.382792247 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=26
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:17.510134813 after sql statement
|
||
2015-01-15 22:24:17.515890030 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=26
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:17.948653737 after sql statement
|
||
2015-01-15 22:24:17.952455211 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222418_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:24:18 (64913) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222418_Job_62680.xml
|
||
2015-01-15 22:24:18 (64913) INFO : Job file loaded, run time for this step : 0.342513 seconds
|
||
2015-01-15 22:24:18 (64913) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:18 (64913) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:18 (64913) INFO : preProcess completed, run time for this step : 0.0387158 seconds
|
||
2015-01-15 22:24:18 (64913) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:18 (64913) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:24:18 (64913) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:18 (64913) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:24:19 (64913) INFO : Bulk load completed, total run time : 1.40309 seconds
|
||
|
||
2015-01-15 22:24:19.558775962 after import
|
||
2015-01-15 22:24:19.565717085 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=27
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.31 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:23.998533367 after sql statement
|
||
2015-01-15 22:24:24.005298227 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=27
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:28.696592954 after sql statement
|
||
2015-01-15 22:24:28.704400790 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=27
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:28.966844634 after sql statement
|
||
2015-01-15 22:24:29.035636363 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.91 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:33.958399719 after sql statement
|
||
2015-01-15 22:24:33.962887480 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=28
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:38.944315434 after sql statement
|
||
2015-01-15 22:24:38.971601288 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=28
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:42.011713619 after sql statement
|
||
2015-01-15 22:24:42.016264694 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=28
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:43.468095075 after sql statement
|
||
2015-01-15 22:24:43.476427740 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222444_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:24:44 (19447) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222444_Job_62680.xml
|
||
2015-01-15 22:24:44 (19447) INFO : Job file loaded, run time for this step : 0.505884 seconds
|
||
2015-01-15 22:24:44 (19447) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:44 (19447) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:44 (19447) INFO : preProcess completed, run time for this step : 0.0773971 seconds
|
||
2015-01-15 22:24:44 (19447) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:44 (19447) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:44 (19447) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:24:44 (19447) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:24:45 (19447) INFO : Bulk load completed, total run time : 1.61923 seconds
|
||
|
||
2015-01-15 22:24:45.381796321 after import
|
||
2015-01-15 22:24:45.448784882 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=29
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:49.541489034 after sql statement
|
||
2015-01-15 22:24:49.548231657 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=29
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:52.369710387 after sql statement
|
||
2015-01-15 22:24:52.400163266 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=29
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:52.913428769 after sql statement
|
||
2015-01-15 22:24:52.979740991 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.31 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:58.313829485 after sql statement
|
||
2015-01-15 22:24:58.333119816 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=30
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.67 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:02.030133955 after sql statement
|
||
2015-01-15 22:25:02.071696139 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=30
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.58 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:04.661557415 after sql statement
|
||
2015-01-15 22:25:04.667959448 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=30
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:05.390464160 after sql statement
|
||
2015-01-15 22:25:05.394626519 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222505_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:25:05 (35754) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222505_Job_62680.xml
|
||
2015-01-15 22:25:05 (35754) INFO : Job file loaded, run time for this step : 0.304283 seconds
|
||
2015-01-15 22:25:05 (35754) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:05 (35754) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:05 (35754) INFO : preProcess completed, run time for this step : 0.0334759 seconds
|
||
2015-01-15 22:25:05 (35754) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:05 (35754) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:05 (35754) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:25:06 (35754) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:25:06 (35754) INFO : Bulk load completed, total run time : 1.36682 seconds
|
||
|
||
2015-01-15 22:25:06.929136327 after import
|
||
2015-01-15 22:25:06.954200498 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=31
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.31 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:14.067064809 after sql statement
|
||
2015-01-15 22:25:14.076525191 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=31
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:16.197728779 after sql statement
|
||
2015-01-15 22:25:16.203935491 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=31
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:16.929082537 after sql statement
|
||
2015-01-15 22:25:17.123582413 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.86 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:20.989979089 after sql statement
|
||
2015-01-15 22:25:20.996897952 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=32
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:26.432427404 after sql statement
|
||
2015-01-15 22:25:26.451278427 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=32
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.98 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:29.448544377 after sql statement
|
||
2015-01-15 22:25:29.454539397 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=32
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:30.517262132 after sql statement
|
||
2015-01-15 22:25:30.520596647 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222530_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:25:30 (55016) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222530_Job_62680.xml
|
||
2015-01-15 22:25:30 (55016) INFO : Job file loaded, run time for this step : 0.276252 seconds
|
||
2015-01-15 22:25:30 (55016) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:31 (55016) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:31 (55016) INFO : preProcess completed, run time for this step : 0.0590351 seconds
|
||
2015-01-15 22:25:31 (55016) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:31 (55016) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:25:31 (55016) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:31 (55016) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:25:32 (55016) INFO : Bulk load completed, total run time : 1.34959 seconds
|
||
|
||
2015-01-15 22:25:32.041394224 after import
|
||
2015-01-15 22:25:32.049796661 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=33
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:37.179578255 after sql statement
|
||
2015-01-15 22:25:37.190011156 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=33
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:39.932456550 after sql statement
|
||
2015-01-15 22:25:39.936900645 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=33
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:40.116219598 after sql statement
|
||
2015-01-15 22:25:40.208525501 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.89 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:44.107239902 after sql statement
|
||
2015-01-15 22:25:44.112544942 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=34
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:48.347552764 after sql statement
|
||
2015-01-15 22:25:48.358511476 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=34
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:52.000795595 after sql statement
|
||
2015-01-15 22:25:52.008444260 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=34
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:52.398780256 after sql statement
|
||
2015-01-15 22:25:52.410212604 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222552_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:25:52 (7711) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222552_Job_62680.xml
|
||
2015-01-15 22:25:52 (7711) INFO : Job file loaded, run time for this step : 0.327796 seconds
|
||
2015-01-15 22:25:52 (7711) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:52 (7711) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:52 (7711) INFO : preProcess completed, run time for this step : 0.0278471 seconds
|
||
2015-01-15 22:25:52 (7711) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:52 (7711) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:25:52 (7711) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:53 (7711) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:25:53 (7711) INFO : Bulk load completed, total run time : 1.377 seconds
|
||
|
||
2015-01-15 22:25:53.995306664 after import
|
||
2015-01-15 22:25:54.001851499 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=35
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.31 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:57.877941591 after sql statement
|
||
2015-01-15 22:25:57.885351119 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=35
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:59.559514557 after sql statement
|
||
2015-01-15 22:25:59.565982236 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=35
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:59.681098356 after sql statement
|
||
2015-01-15 22:25:59.825923532 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.73 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:03.575437532 after sql statement
|
||
2015-01-15 22:26:03.581720511 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=36
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:08.613080891 after sql statement
|
||
2015-01-15 22:26:08.622154653 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=36
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.13 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:10.770442432 after sql statement
|
||
2015-01-15 22:26:10.780616259 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=36
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:11.606352717 after sql statement
|
||
2015-01-15 22:26:11.609033192 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222612_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:26:12 (24228) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222612_Job_62680.xml
|
||
2015-01-15 22:26:12 (24228) INFO : Job file loaded, run time for this step : 0.448334 seconds
|
||
2015-01-15 22:26:12 (24228) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:12 (24228) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:12 (24228) INFO : preProcess completed, run time for this step : 0.0747921 seconds
|
||
2015-01-15 22:26:12 (24228) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:12 (24228) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:26:12 (24228) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:12 (24228) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:26:13 (24228) INFO : Bulk load completed, total run time : 1.55738 seconds
|
||
|
||
2015-01-15 22:26:13.472347347 after import
|
||
2015-01-15 22:26:13.481825529 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=37
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:16.393876063 after sql statement
|
||
2015-01-15 22:26:16.414860097 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=37
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.90 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:18.321966811 after sql statement
|
||
2015-01-15 22:26:18.331720758 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=37
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:18.688424003 after sql statement
|
||
2015-01-15 22:26:18.776273920 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.61 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:23.392802014 after sql statement
|
||
2015-01-15 22:26:23.401062717 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=38
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:27.616342522 after sql statement
|
||
2015-01-15 22:26:27.624552110 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=38
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:32.825348533 after sql statement
|
||
2015-01-15 22:26:32.834314090 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=38
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:33.754888875 after sql statement
|
||
2015-01-15 22:26:33.763528740 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222635_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:26:35 (40775) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222635_Job_62680.xml
|
||
2015-01-15 22:26:35 (40775) INFO : Job file loaded, run time for this step : 1.06606 seconds
|
||
2015-01-15 22:26:35 (40775) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:35 (40775) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:35 (40775) INFO : preProcess completed, run time for this step : 0.03666 seconds
|
||
2015-01-15 22:26:35 (40775) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:35 (40775) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:35 (40775) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:26:35 (40775) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:26:36 (40775) INFO : Bulk load completed, total run time : 2.12282 seconds
|
||
|
||
2015-01-15 22:26:36.459595046 after import
|
||
2015-01-15 22:26:36.473528002 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=39
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:42.363629779 after sql statement
|
||
2015-01-15 22:26:42.369288318 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=39
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:44.515755716 after sql statement
|
||
2015-01-15 22:26:44.526899535 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=39
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:44.878740822 after sql statement
|
||
2015-01-15 22:26:44.967018384 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.67 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:50.647677488 after sql statement
|
||
2015-01-15 22:26:50.656020597 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=40
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:55.466247147 after sql statement
|
||
2015-01-15 22:26:55.485814357 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=40
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:58.174793134 after sql statement
|
||
2015-01-15 22:26:58.179268442 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=40
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:58.476354207 after sql statement
|
||
2015-01-15 22:26:58.491629297 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222659_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:27:00 (60127) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222659_Job_62680.xml
|
||
2015-01-15 22:27:00 (60127) INFO : Job file loaded, run time for this step : 1.30728 seconds
|
||
2015-01-15 22:27:00 (60127) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:00 (60127) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:00 (60127) INFO : preProcess completed, run time for this step : 0.031461 seconds
|
||
2015-01-15 22:27:00 (60127) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:00 (60127) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:27:00 (60127) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:00 (60127) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:27:01 (60127) INFO : Bulk load completed, total run time : 2.60078 seconds
|
||
|
||
2015-01-15 22:27:01.329072570 after import
|
||
2015-01-15 22:27:01.341270084 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=41
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:05.197390027 after sql statement
|
||
2015-01-15 22:27:05.212638423 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=41
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:08.857500423 after sql statement
|
||
2015-01-15 22:27:08.863966066 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=41
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:09.554985520 after sql statement
|
||
2015-01-15 22:27:09.670644785 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.59 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:15.266947657 after sql statement
|
||
2015-01-15 22:27:15.274890708 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=42
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:16.991648454 after sql statement
|
||
2015-01-15 22:27:17.004254145 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=42
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:19.567616361 after sql statement
|
||
2015-01-15 22:27:19.573097173 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=42
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:20.138217123 after sql statement
|
||
2015-01-15 22:27:20.142166663 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222720_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:27:20 (12610) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222720_Job_62680.xml
|
||
2015-01-15 22:27:20 (12610) INFO : Job file loaded, run time for this step : 0.292137 seconds
|
||
2015-01-15 22:27:20 (12610) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:20 (12610) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:20 (12610) INFO : preProcess completed, run time for this step : 0.0384278 seconds
|
||
2015-01-15 22:27:20 (12610) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:20 (12610) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:27:20 (12610) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:20 (12610) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:27:21 (12610) INFO : Bulk load completed, total run time : 1.35766 seconds
|
||
|
||
2015-01-15 22:27:21.648960622 after import
|
||
2015-01-15 22:27:21.657015998 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=43
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:25.989823061 after sql statement
|
||
2015-01-15 22:27:26.008133258 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=43
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:31.762551297 after sql statement
|
||
2015-01-15 22:27:31.786587035 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=43
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:32.423395419 after sql statement
|
||
2015-01-15 22:27:32.521186112 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.51 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:36.039037734 after sql statement
|
||
2015-01-15 22:27:36.044381793 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=44
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:41.638968220 after sql statement
|
||
2015-01-15 22:27:41.644263134 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=44
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:44.856906139 after sql statement
|
||
2015-01-15 22:27:44.863813634 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=44
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:47.261053208 after sql statement
|
||
2015-01-15 22:27:47.265111337 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222747_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:27:47 (31310) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222747_Job_62680.xml
|
||
2015-01-15 22:27:47 (31310) INFO : Job file loaded, run time for this step : 0.477875 seconds
|
||
2015-01-15 22:27:47 (31310) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:48 (31310) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:48 (31310) INFO : preProcess completed, run time for this step : 0.0326951 seconds
|
||
2015-01-15 22:27:48 (31310) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:48 (31310) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:27:48 (31310) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:48 (31310) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:27:49 (31310) INFO : Bulk load completed, total run time : 1.53363 seconds
|
||
|
||
2015-01-15 22:27:49.484694615 after import
|
||
2015-01-15 22:27:49.551056135 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=45
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:55.068191761 after sql statement
|
||
2015-01-15 22:27:55.075093513 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=45
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:56.854684972 after sql statement
|
||
2015-01-15 22:27:56.859551996 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=45
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:57.428319693 after sql statement
|
||
2015-01-15 22:27:57.548035703 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.47 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:01.029229617 after sql statement
|
||
2015-01-15 22:28:01.053291567 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=46
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:06.197896218 after sql statement
|
||
2015-01-15 22:28:06.214166377 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=46
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.28 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:08.511284046 after sql statement
|
||
2015-01-15 22:28:08.520621340 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=46
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:08.851029969 after sql statement
|
||
2015-01-15 22:28:08.895176508 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222809_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:28:09 (47772) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222809_Job_62680.xml
|
||
2015-01-15 22:28:09 (47772) INFO : Job file loaded, run time for this step : 0.385697 seconds
|
||
2015-01-15 22:28:09 (47772) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:09 (47772) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:09 (47772) INFO : preProcess completed, run time for this step : 0.0630002 seconds
|
||
2015-01-15 22:28:09 (47772) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:09 (47772) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:28:09 (47772) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:09 (47772) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:28:10 (47772) INFO : Bulk load completed, total run time : 1.50053 seconds
|
||
|
||
2015-01-15 22:28:10.652992423 after import
|
||
2015-01-15 22:28:10.663692748 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=47
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.69 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:14.657753763 after sql statement
|
||
2015-01-15 22:28:14.663823859 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=47
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:17.866438376 after sql statement
|
||
2015-01-15 22:28:17.872425118 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=47
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:18.202948833 after sql statement
|
||
2015-01-15 22:28:18.308021626 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.49 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:22.809040146 after sql statement
|
||
2015-01-15 22:28:22.820222975 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=48
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:25.489015933 after sql statement
|
||
2015-01-15 22:28:25.528715466 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=48
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:27.741679104 after sql statement
|
||
2015-01-15 22:28:27.749490465 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=48
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:28.215980557 after sql statement
|
||
2015-01-15 22:28:28.218764748 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222828_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:28:28 (64103) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222828_Job_62680.xml
|
||
2015-01-15 22:28:28 (64103) INFO : Job file loaded, run time for this step : 0.322821 seconds
|
||
2015-01-15 22:28:28 (64103) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:28 (64103) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:28 (64103) INFO : preProcess completed, run time for this step : 0.036267 seconds
|
||
2015-01-15 22:28:28 (64103) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:28 (64103) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:28:28 (64103) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:28 (64103) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:28:29 (64103) INFO : Bulk load completed, total run time : 1.38198 seconds
|
||
|
||
2015-01-15 22:28:29.758755529 after import
|
||
2015-01-15 22:28:29.775406869 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=49
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:34.502611358 after sql statement
|
||
2015-01-15 22:28:34.514157443 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=49
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.48 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:37.004748303 after sql statement
|
||
2015-01-15 22:28:37.021030933 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=49
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:37.628797521 after sql statement
|
||
2015-01-15 22:28:37.734040112 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.67 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:42.432380884 after sql statement
|
||
2015-01-15 22:28:42.460429602 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=50
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:45.743406707 after sql statement
|
||
2015-01-15 22:28:45.751244108 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=50
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:48.989671927 after sql statement
|
||
2015-01-15 22:28:48.994910222 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=50
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:49.399214814 after sql statement
|
||
2015-01-15 22:28:49.402958101 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222850_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:28:50 (16913) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222850_Job_62680.xml
|
||
2015-01-15 22:28:50 (16913) INFO : Job file loaded, run time for this step : 0.340633 seconds
|
||
2015-01-15 22:28:50 (16913) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:50 (16913) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:50 (16913) INFO : preProcess completed, run time for this step : 0.0378561 seconds
|
||
2015-01-15 22:28:50 (16913) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:50 (16913) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:50 (16913) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:28:50 (16913) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:28:51 (16913) INFO : Bulk load completed, total run time : 1.39649 seconds
|
||
|
||
2015-01-15 22:28:51.248061051 after import
|
||
2015-01-15 22:28:51.251862668 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=51
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:56.797392609 after sql statement
|
||
2015-01-15 22:28:56.806955733 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=51
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.96 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:59.779126550 after sql statement
|
||
2015-01-15 22:28:59.795823999 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=51
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:00.264611040 after sql statement
|
||
2015-01-15 22:29:00.345780025 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.66 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:04.016911833 after sql statement
|
||
2015-01-15 22:29:04.036029010 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=52
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:09.583191392 after sql statement
|
||
2015-01-15 22:29:09.611005692 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=52
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:11.334698922 after sql statement
|
||
2015-01-15 22:29:11.339295656 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=52
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:11.783564302 after sql statement
|
||
2015-01-15 22:29:11.786669840 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222912_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:29:12 (34314) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222912_Job_62680.xml
|
||
2015-01-15 22:29:12 (34314) INFO : Job file loaded, run time for this step : 0.320809 seconds
|
||
2015-01-15 22:29:12 (34314) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:12 (34314) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:12 (34314) INFO : preProcess completed, run time for this step : 0.0684021 seconds
|
||
2015-01-15 22:29:12 (34314) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:12 (34314) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:29:12 (34314) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:13 (34314) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:29:14 (34314) INFO : Bulk load completed, total run time : 1.40536 seconds
|
||
|
||
2015-01-15 22:29:14.016021151 after import
|
||
2015-01-15 22:29:14.021557344 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=53
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:18.343808322 after sql statement
|
||
2015-01-15 22:29:18.351327483 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=53
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:20.747555812 after sql statement
|
||
2015-01-15 22:29:20.752889609 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=53
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:23.400510383 after sql statement
|
||
2015-01-15 22:29:23.525347391 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.86 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:28.391631674 after sql statement
|
||
2015-01-15 22:29:28.396717220 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=54
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:31.446947790 after sql statement
|
||
2015-01-15 22:29:31.460598998 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=54
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:33.480961528 after sql statement
|
||
2015-01-15 22:29:33.511977650 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=54
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:34.116104859 after sql statement
|
||
2015-01-15 22:29:34.119441388 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222934_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:29:34 (51686) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222934_Job_62680.xml
|
||
2015-01-15 22:29:34 (51686) INFO : Job file loaded, run time for this step : 0.25468 seconds
|
||
2015-01-15 22:29:34 (51686) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:34 (51686) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:34 (51686) INFO : preProcess completed, run time for this step : 0.0334079 seconds
|
||
2015-01-15 22:29:34 (51686) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:34 (51686) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:29:34 (51686) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:34 (51686) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:29:35 (51686) INFO : Bulk load completed, total run time : 1.30633 seconds
|
||
|
||
2015-01-15 22:29:35.560392938 after import
|
||
2015-01-15 22:29:35.566889171 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=55
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:39.944231734 after sql statement
|
||
2015-01-15 22:29:39.958518789 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=55
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:42.480381593 after sql statement
|
||
2015-01-15 22:29:42.488661473 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=55
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:43.297130308 after sql statement
|
||
2015-01-15 22:29:43.800609077 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.71 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:47.509997278 after sql statement
|
||
2015-01-15 22:29:47.516114044 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=56
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:50.447282412 after sql statement
|
||
2015-01-15 22:29:50.454935478 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=56
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:53.391119916 after sql statement
|
||
2015-01-15 22:29:53.400514015 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=56
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:54.469411028 after sql statement
|
||
2015-01-15 22:29:54.475379522 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222954_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:29:54 (3634) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T222954_Job_62680.xml
|
||
2015-01-15 22:29:54 (3634) INFO : Job file loaded, run time for this step : 0.310094 seconds
|
||
2015-01-15 22:29:54 (3634) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:54 (3634) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:54 (3634) INFO : preProcess completed, run time for this step : 0.0733101 seconds
|
||
2015-01-15 22:29:54 (3634) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:54 (3634) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:29:55 (3634) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:55 (3634) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:29:56 (3634) INFO : Bulk load completed, total run time : 1.48673 seconds
|
||
|
||
2015-01-15 22:29:56.113412664 after import
|
||
2015-01-15 22:29:56.118120332 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=57
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:00.054007259 after sql statement
|
||
2015-01-15 22:30:00.069771615 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=57
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:02.636612527 after sql statement
|
||
2015-01-15 22:30:02.656354956 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=57
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:03.141519164 after sql statement
|
||
2015-01-15 22:30:03.286183425 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.82 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:07.134894448 after sql statement
|
||
2015-01-15 22:30:07.147929469 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=58
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.09 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:12.937158494 after sql statement
|
||
2015-01-15 22:30:12.953023645 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=58
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:15.475177969 after sql statement
|
||
2015-01-15 22:30:15.483094000 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=58
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:16.042971729 after sql statement
|
||
2015-01-15 22:30:16.046844086 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223016_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:30:16 (18833) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223016_Job_62680.xml
|
||
2015-01-15 22:30:16 (18833) INFO : Job file loaded, run time for this step : 0.305564 seconds
|
||
2015-01-15 22:30:16 (18833) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:16 (18833) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:16 (18833) INFO : preProcess completed, run time for this step : 0.0610449 seconds
|
||
2015-01-15 22:30:16 (18833) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:16 (18833) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:16 (18833) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:30:16 (18833) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:30:17 (18833) INFO : Bulk load completed, total run time : 1.39663 seconds
|
||
|
||
2015-01-15 22:30:17.600286385 after import
|
||
2015-01-15 22:30:17.605391463 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=59
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.91 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:22.305790002 after sql statement
|
||
2015-01-15 22:30:22.323924657 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=59
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:25.453807475 after sql statement
|
||
2015-01-15 22:30:25.476317746 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=59
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:26.643568008 after sql statement
|
||
2015-01-15 22:30:26.741847263 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.81 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:30.573037757 after sql statement
|
||
2015-01-15 22:30:30.579447686 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=60
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.83 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:35.621356222 after sql statement
|
||
2015-01-15 22:30:35.628666477 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=60
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:40.447289507 after sql statement
|
||
2015-01-15 22:30:40.452293731 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=60
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:40.832324795 after sql statement
|
||
2015-01-15 22:30:40.834961105 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223041_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:30:41 (37848) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223041_Job_62680.xml
|
||
2015-01-15 22:30:41 (37848) INFO : Job file loaded, run time for this step : 0.459688 seconds
|
||
2015-01-15 22:30:41 (37848) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:41 (37848) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:41 (37848) INFO : preProcess completed, run time for this step : 0.076808 seconds
|
||
2015-01-15 22:30:41 (37848) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:41 (37848) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:41 (37848) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:30:42 (37848) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:30:42 (37848) INFO : Bulk load completed, total run time : 1.56352 seconds
|
||
|
||
2015-01-15 22:30:42.936413972 after import
|
||
2015-01-15 22:30:42.975257949 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=61
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:48.620259185 after sql statement
|
||
2015-01-15 22:30:48.628290866 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=61
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:51.980877872 after sql statement
|
||
2015-01-15 22:30:51.991833388 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=61
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:52.513586562 after sql statement
|
||
2015-01-15 22:30:52.604747813 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.07 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:56.687210482 after sql statement
|
||
2015-01-15 22:30:56.704299811 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=62
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:59.381021796 after sql statement
|
||
2015-01-15 22:30:59.387195118 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=62
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:03.257884880 after sql statement
|
||
2015-01-15 22:31:03.262527953 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=62
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:03.675619718 after sql statement
|
||
2015-01-15 22:31:03.678029355 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223104_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:31:04 (55921) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223104_Job_62680.xml
|
||
2015-01-15 22:31:04 (55921) INFO : Job file loaded, run time for this step : 0.310662 seconds
|
||
2015-01-15 22:31:04 (55921) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:04 (55921) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:04 (55921) INFO : preProcess completed, run time for this step : 0.0279281 seconds
|
||
2015-01-15 22:31:04 (55921) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:04 (55921) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:31:04 (55921) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:04 (55921) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:31:05 (55921) INFO : Bulk load completed, total run time : 1.36743 seconds
|
||
|
||
2015-01-15 22:31:05.226030351 after import
|
||
2015-01-15 22:31:05.229360180 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=63
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:09.777020769 after sql statement
|
||
2015-01-15 22:31:09.782697558 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=63
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:11.970129093 after sql statement
|
||
2015-01-15 22:31:11.975683695 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=63
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:12.808140994 after sql statement
|
||
2015-01-15 22:31:12.957230067 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.83 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:17.803538960 after sql statement
|
||
2015-01-15 22:31:17.813799844 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=64
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:24.094553554 after sql statement
|
||
2015-01-15 22:31:24.110716556 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=64
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:28.655806516 after sql statement
|
||
2015-01-15 22:31:28.663341167 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=64
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:29.389772933 after sql statement
|
||
2015-01-15 22:31:29.394957016 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223130_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:31:30 (9579) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223130_Job_62680.xml
|
||
2015-01-15 22:31:30 (9579) INFO : Job file loaded, run time for this step : 0.56402 seconds
|
||
2015-01-15 22:31:30 (9579) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:30 (9579) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:30 (9579) INFO : preProcess completed, run time for this step : 0.055898 seconds
|
||
2015-01-15 22:31:30 (9579) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:30 (9579) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:30 (9579) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:31:31 (9579) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:31:31 (9579) INFO : Bulk load completed, total run time : 1.64688 seconds
|
||
|
||
2015-01-15 22:31:31.997776330 after import
|
||
2015-01-15 22:31:32.008884288 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=65
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:36.895050982 after sql statement
|
||
2015-01-15 22:31:36.903494790 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=65
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:40.369203282 after sql statement
|
||
2015-01-15 22:31:40.373217690 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=65
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:40.592307360 after sql statement
|
||
2015-01-15 22:31:40.673429390 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.03 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:45.712740892 after sql statement
|
||
2015-01-15 22:31:45.717027902 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=66
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:49.960393640 after sql statement
|
||
2015-01-15 22:31:49.981426570 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=66
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:52.853709489 after sql statement
|
||
2015-01-15 22:31:52.859277449 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=66
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:53.241326897 after sql statement
|
||
2015-01-15 22:31:53.249184986 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223153_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:31:53 (27449) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223153_Job_62680.xml
|
||
2015-01-15 22:31:53 (27449) INFO : Job file loaded, run time for this step : 0.307855 seconds
|
||
2015-01-15 22:31:53 (27449) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:53 (27449) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:53 (27449) INFO : preProcess completed, run time for this step : 0.0669701 seconds
|
||
2015-01-15 22:31:53 (27449) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:53 (27449) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:31:53 (27449) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:54 (27449) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:31:54 (27449) INFO : Bulk load completed, total run time : 1.39475 seconds
|
||
|
||
2015-01-15 22:31:54.976007169 after import
|
||
2015-01-15 22:31:54.984788568 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=67
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:00.205001972 after sql statement
|
||
2015-01-15 22:32:00.213882265 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=67
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:03.890498773 after sql statement
|
||
2015-01-15 22:32:03.898243140 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=67
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:04.211267464 after sql statement
|
||
2015-01-15 22:32:04.287784063 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.48 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:08.784175555 after sql statement
|
||
2015-01-15 22:32:08.788578876 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=68
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:14.253839593 after sql statement
|
||
2015-01-15 22:32:14.262616017 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=68
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:16.856940914 after sql statement
|
||
2015-01-15 22:32:16.867098250 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=68
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:17.569506278 after sql statement
|
||
2015-01-15 22:32:17.572351347 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223218_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:32:18 (45364) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223218_Job_62680.xml
|
||
2015-01-15 22:32:18 (45364) INFO : Job file loaded, run time for this step : 0.508632 seconds
|
||
2015-01-15 22:32:18 (45364) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:18 (45364) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:18 (45364) INFO : preProcess completed, run time for this step : 0.0714869 seconds
|
||
2015-01-15 22:32:18 (45364) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:18 (45364) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:18 (45364) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:32:19 (45364) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:32:20 (45364) INFO : Bulk load completed, total run time : 1.63685 seconds
|
||
|
||
2015-01-15 22:32:20.051597032 after import
|
||
2015-01-15 22:32:20.063684744 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=69
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:25.300736120 after sql statement
|
||
2015-01-15 22:32:25.304874172 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=69
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:28.502660908 after sql statement
|
||
2015-01-15 22:32:28.509704351 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=69
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:28.834615229 after sql statement
|
||
2015-01-15 22:32:28.959852051 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.69 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:32.658757097 after sql statement
|
||
2015-01-15 22:32:32.663822394 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=70
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:39.310391797 after sql statement
|
||
2015-01-15 22:32:39.318808119 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=70
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.96 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:41.288291709 after sql statement
|
||
2015-01-15 22:32:41.295933028 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=70
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:42.095771352 after sql statement
|
||
2015-01-15 22:32:42.103146980 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223242_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:32:42 (63385) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223242_Job_62680.xml
|
||
2015-01-15 22:32:42 (63385) INFO : Job file loaded, run time for this step : 0.403974 seconds
|
||
2015-01-15 22:32:42 (63385) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:42 (63385) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:42 (63385) INFO : preProcess completed, run time for this step : 0.0671329 seconds
|
||
2015-01-15 22:32:42 (63385) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:42 (63385) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:42 (63385) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:32:43 (63385) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:32:43 (63385) INFO : Bulk load completed, total run time : 1.50091 seconds
|
||
|
||
2015-01-15 22:32:43.784367459 after import
|
||
2015-01-15 22:32:43.789961915 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=71
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:49.041462937 after sql statement
|
||
2015-01-15 22:32:49.071185667 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=71
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:52.419112533 after sql statement
|
||
2015-01-15 22:32:52.428107227 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=71
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:53.027806922 after sql statement
|
||
2015-01-15 22:32:53.116563240 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.24 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:57.360883323 after sql statement
|
||
2015-01-15 22:32:57.369858281 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=72
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:01.778814108 after sql statement
|
||
2015-01-15 22:33:01.792448100 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=72
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:04.212958984 after sql statement
|
||
2015-01-15 22:33:04.229582340 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=72
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:04.641548933 after sql statement
|
||
2015-01-15 22:33:04.655058346 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223305_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:33:05 (15548) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223305_Job_62680.xml
|
||
2015-01-15 22:33:05 (15548) INFO : Job file loaded, run time for this step : 0.482905 seconds
|
||
2015-01-15 22:33:05 (15548) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:05 (15548) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:05 (15548) INFO : preProcess completed, run time for this step : 0.0472171 seconds
|
||
2015-01-15 22:33:05 (15548) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:05 (15548) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:05 (15548) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:33:05 (15548) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:33:06 (15548) INFO : Bulk load completed, total run time : 1.59074 seconds
|
||
|
||
2015-01-15 22:33:06.549935974 after import
|
||
2015-01-15 22:33:06.566686447 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=73
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:10.555163893 after sql statement
|
||
2015-01-15 22:33:10.560865430 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=73
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:12.686837669 after sql statement
|
||
2015-01-15 22:33:12.693587590 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=73
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:13.352722023 after sql statement
|
||
2015-01-15 22:33:13.483575931 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.70 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:17.188683488 after sql statement
|
||
2015-01-15 22:33:17.199811864 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=74
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:22.832868142 after sql statement
|
||
2015-01-15 22:33:22.851936155 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=74
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:25.680921510 after sql statement
|
||
2015-01-15 22:33:25.688450337 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=74
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:26.833276049 after sql statement
|
||
2015-01-15 22:33:26.837988176 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223327_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:33:27 (33767) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223327_Job_62680.xml
|
||
2015-01-15 22:33:27 (33767) INFO : Job file loaded, run time for this step : 0.423427 seconds
|
||
2015-01-15 22:33:27 (33767) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:27 (33767) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:27 (33767) INFO : preProcess completed, run time for this step : 0.0714788 seconds
|
||
2015-01-15 22:33:27 (33767) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:27 (33767) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:33:27 (33767) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:27 (33767) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:33:28 (33767) INFO : Bulk load completed, total run time : 1.55244 seconds
|
||
|
||
2015-01-15 22:33:28.591008486 after import
|
||
2015-01-15 22:33:28.636772312 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=75
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:36.345286150 after sql statement
|
||
2015-01-15 22:33:36.353706617 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=75
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:40.865578148 after sql statement
|
||
2015-01-15 22:33:40.869166278 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=75
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:42.973602443 after sql statement
|
||
2015-01-15 22:33:43.039169463 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.92 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:46.967542559 after sql statement
|
||
2015-01-15 22:33:46.979218919 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=76
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:52.761863599 after sql statement
|
||
2015-01-15 22:33:52.766732662 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=76
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.48 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:58.262335411 after sql statement
|
||
2015-01-15 22:33:58.269443441 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=76
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:59.131430311 after sql statement
|
||
2015-01-15 22:33:59.134255406 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223359_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:33:59 (52323) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223359_Job_62680.xml
|
||
2015-01-15 22:33:59 (52323) INFO : Job file loaded, run time for this step : 0.371475 seconds
|
||
2015-01-15 22:33:59 (52323) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:59 (52323) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:59 (52323) INFO : preProcess completed, run time for this step : 0.0521228 seconds
|
||
2015-01-15 22:33:59 (52323) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:59 (52323) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:33:59 (52323) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:59 (52323) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:34:00 (52323) INFO : Bulk load completed, total run time : 1.59894 seconds
|
||
|
||
2015-01-15 22:34:00.940046620 after import
|
||
2015-01-15 22:34:00.978628951 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=77
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:07.221215393 after sql statement
|
||
2015-01-15 22:34:07.242888179 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=77
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:09.716711203 after sql statement
|
||
2015-01-15 22:34:09.730593813 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=77
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:11.547968188 after sql statement
|
||
2015-01-15 22:34:11.690570564 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.66 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:15.402453835 after sql statement
|
||
2015-01-15 22:34:15.439847995 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=78
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (6.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:25.881675774 after sql statement
|
||
2015-01-15 22:34:25.885927474 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=78
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:31.472779238 after sql statement
|
||
2015-01-15 22:34:31.483908060 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=78
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:31.849298907 after sql statement
|
||
2015-01-15 22:34:31.852125133 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223433_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:34:33 (5869) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223433_Job_62680.xml
|
||
2015-01-15 22:34:33 (5869) INFO : Job file loaded, run time for this step : 0.399923 seconds
|
||
2015-01-15 22:34:33 (5869) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:33 (5869) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:33 (5869) INFO : preProcess completed, run time for this step : 0.0527809 seconds
|
||
2015-01-15 22:34:33 (5869) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:33 (5869) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:33 (5869) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:34:33 (5869) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:34:34 (5869) INFO : Bulk load completed, total run time : 1.50426 seconds
|
||
|
||
2015-01-15 22:34:34.312909079 after import
|
||
2015-01-15 22:34:34.316369877 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=79
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:41.924607659 after sql statement
|
||
2015-01-15 22:34:41.929306602 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=79
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:47.748129051 after sql statement
|
||
2015-01-15 22:34:47.758331776 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=79
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:47.966544062 after sql statement
|
||
2015-01-15 22:34:48.068267566 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.74 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:51.821025415 after sql statement
|
||
2015-01-15 22:34:51.840966356 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=80
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:00.129804058 after sql statement
|
||
2015-01-15 22:35:00.138037749 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=80
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:04.886134040 after sql statement
|
||
2015-01-15 22:35:04.896093327 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=80
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:07.758026080 after sql statement
|
||
2015-01-15 22:35:07.766524522 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223508_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:35:08 (24709) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223508_Job_62680.xml
|
||
2015-01-15 22:35:08 (24709) INFO : Job file loaded, run time for this step : 0.315542 seconds
|
||
2015-01-15 22:35:08 (24709) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:08 (24709) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:08 (24709) INFO : preProcess completed, run time for this step : 0.0615201 seconds
|
||
2015-01-15 22:35:08 (24709) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:08 (24709) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:35:08 (24709) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:08 (24709) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:35:09 (24709) INFO : Bulk load completed, total run time : 1.41561 seconds
|
||
|
||
2015-01-15 22:35:09.334301491 after import
|
||
2015-01-15 22:35:09.346613968 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=81
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (8.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:20.429447332 after sql statement
|
||
2015-01-15 22:35:20.439893959 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=81
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:24.680457496 after sql statement
|
||
2015-01-15 22:35:24.685503546 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=81
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:25.254826979 after sql statement
|
||
2015-01-15 22:35:25.348721789 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.85 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:29.215009206 after sql statement
|
||
2015-01-15 22:35:29.226025339 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=82
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (7.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:41.401102366 after sql statement
|
||
2015-01-15 22:35:41.409838851 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=82
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:44.151617497 after sql statement
|
||
2015-01-15 22:35:44.155439736 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=82
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:45.062517162 after sql statement
|
||
2015-01-15 22:35:45.065011328 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223545_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:35:45 (44637) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223545_Job_62680.xml
|
||
2015-01-15 22:35:45 (44637) INFO : Job file loaded, run time for this step : 0.389254 seconds
|
||
2015-01-15 22:35:45 (44637) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:45 (44637) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:45 (44637) INFO : preProcess completed, run time for this step : 0.0515211 seconds
|
||
2015-01-15 22:35:45 (44637) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:45 (44637) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:45 (44637) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:35:46 (44637) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:35:46 (44637) INFO : Bulk load completed, total run time : 1.45653 seconds
|
||
|
||
2015-01-15 22:35:46.756500880 after import
|
||
2015-01-15 22:35:46.761873498 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=83
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:48.987363780 after sql statement
|
||
2015-01-15 22:35:48.993144180 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=83
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:51.173741366 after sql statement
|
||
2015-01-15 22:35:51.179403661 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=83
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:51.513900203 after sql statement
|
||
2015-01-15 22:35:51.605090069 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.30 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:55.910633330 after sql statement
|
||
2015-01-15 22:35:55.916361140 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=84
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:02.242684989 after sql statement
|
||
2015-01-15 22:36:02.252337818 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=84
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:05.575637123 after sql statement
|
||
2015-01-15 22:36:05.589246075 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=84
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:05.719064394 after sql statement
|
||
2015-01-15 22:36:05.722056140 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223606_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:36:06 (60133) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223606_Job_62680.xml
|
||
2015-01-15 22:36:06 (60133) INFO : Job file loaded, run time for this step : 0.337798 seconds
|
||
2015-01-15 22:36:06 (60133) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:06 (60133) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:06 (60133) INFO : preProcess completed, run time for this step : 0.0837221 seconds
|
||
2015-01-15 22:36:06 (60133) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:06 (60133) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:36:06 (60133) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:06 (60133) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:36:07 (60133) INFO : Bulk load completed, total run time : 1.45351 seconds
|
||
|
||
2015-01-15 22:36:07.354862492 after import
|
||
2015-01-15 22:36:07.383494471 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=85
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:12.686841967 after sql statement
|
||
2015-01-15 22:36:12.696004667 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=85
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:15.447574013 after sql statement
|
||
2015-01-15 22:36:15.461285191 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=85
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:15.993504958 after sql statement
|
||
2015-01-15 22:36:16.081076925 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.47 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:19.559903114 after sql statement
|
||
2015-01-15 22:36:19.564929987 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=86
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:22.090178411 after sql statement
|
||
2015-01-15 22:36:22.094732518 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=86
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:25.156080498 after sql statement
|
||
2015-01-15 22:36:25.164844988 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=86
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:25.482793042 after sql statement
|
||
2015-01-15 22:36:25.486544523 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223626_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:36:26 (10299) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223626_Job_62680.xml
|
||
2015-01-15 22:36:26 (10299) INFO : Job file loaded, run time for this step : 0.72259 seconds
|
||
2015-01-15 22:36:26 (10299) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:26 (10299) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:26 (10299) INFO : preProcess completed, run time for this step : 0.0265322 seconds
|
||
2015-01-15 22:36:26 (10299) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:26 (10299) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:26 (10299) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:36:26 (10299) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:36:27 (10299) INFO : Bulk load completed, total run time : 1.82993 seconds
|
||
|
||
2015-01-15 22:36:27.528530899 after import
|
||
2015-01-15 22:36:27.537343919 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=87
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:31.731685715 after sql statement
|
||
2015-01-15 22:36:31.752731137 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=87
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:36.131932861 after sql statement
|
||
2015-01-15 22:36:36.136024757 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=87
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:37.717040048 after sql statement
|
||
2015-01-15 22:36:37.815610486 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.44 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:41.262557343 after sql statement
|
||
2015-01-15 22:36:41.282954960 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=88
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.17 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:44.287160476 after sql statement
|
||
2015-01-15 22:36:44.292497370 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=88
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:46.230164674 after sql statement
|
||
2015-01-15 22:36:46.235042680 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=88
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:46.642237258 after sql statement
|
||
2015-01-15 22:36:46.644410071 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223647_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:36:47 (25198) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223647_Job_62680.xml
|
||
2015-01-15 22:36:47 (25198) INFO : Job file loaded, run time for this step : 0.38573 seconds
|
||
2015-01-15 22:36:47 (25198) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:47 (25198) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:47 (25198) INFO : preProcess completed, run time for this step : 0.046525 seconds
|
||
2015-01-15 22:36:47 (25198) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:47 (25198) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:36:47 (25198) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:47 (25198) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:36:48 (25198) INFO : Bulk load completed, total run time : 1.45954 seconds
|
||
|
||
2015-01-15 22:36:48.399286021 after import
|
||
2015-01-15 22:36:48.413658095 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=89
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:52.770998309 after sql statement
|
||
2015-01-15 22:36:52.784139187 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=89
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:57.137165175 after sql statement
|
||
2015-01-15 22:36:57.141936172 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=89
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:57.420862492 after sql statement
|
||
2015-01-15 22:36:57.604522799 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.27 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:01.888188504 after sql statement
|
||
2015-01-15 22:37:01.905267300 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=90
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:06.084729801 after sql statement
|
||
2015-01-15 22:37:06.089037796 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=90
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:08.142360382 after sql statement
|
||
2015-01-15 22:37:08.146231958 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=90
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:08.920272719 after sql statement
|
||
2015-01-15 22:37:08.922126756 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223709_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:37:09 (41657) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223709_Job_62680.xml
|
||
2015-01-15 22:37:09 (41657) INFO : Job file loaded, run time for this step : 0.466312 seconds
|
||
2015-01-15 22:37:09 (41657) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:09 (41657) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:09 (41657) INFO : preProcess completed, run time for this step : 0.079067 seconds
|
||
2015-01-15 22:37:09 (41657) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:09 (41657) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:37:09 (41657) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:09 (41657) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:37:10 (41657) INFO : Bulk load completed, total run time : 1.5867 seconds
|
||
|
||
2015-01-15 22:37:10.703677779 after import
|
||
2015-01-15 22:37:10.707248339 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=91
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:15.439453001 after sql statement
|
||
2015-01-15 22:37:16.182275404 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=91
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:18.977370497 after sql statement
|
||
2015-01-15 22:37:18.991757978 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=91
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:19.376714953 after sql statement
|
||
2015-01-15 22:37:19.453534143 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.82 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:23.287751907 after sql statement
|
||
2015-01-15 22:37:23.297459748 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=92
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:28.184471204 after sql statement
|
||
2015-01-15 22:37:28.198915582 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=92
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.98 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:31.186053594 after sql statement
|
||
2015-01-15 22:37:31.198401178 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=92
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:32.272152717 after sql statement
|
||
2015-01-15 22:37:32.276323094 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223732_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:37:32 (59043) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223732_Job_62680.xml
|
||
2015-01-15 22:37:32 (59043) INFO : Job file loaded, run time for this step : 0.290845 seconds
|
||
2015-01-15 22:37:32 (59043) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:33 (59043) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:33 (59043) INFO : preProcess completed, run time for this step : 0.492578 seconds
|
||
2015-01-15 22:37:33 (59043) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:33 (59043) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:37:33 (59043) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:33 (59043) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:37:34 (59043) INFO : Bulk load completed, total run time : 1.80903 seconds
|
||
|
||
2015-01-15 22:37:34.318801104 after import
|
||
2015-01-15 22:37:34.323140253 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=93
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.17 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:37.288447234 after sql statement
|
||
2015-01-15 22:37:37.303951491 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=93
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:39.885298265 after sql statement
|
||
2015-01-15 22:37:39.890125023 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=93
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:41.519905383 after sql statement
|
||
2015-01-15 22:37:41.646612077 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.83 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:46.485078636 after sql statement
|
||
2015-01-15 22:37:46.499050614 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=94
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:52.680947435 after sql statement
|
||
2015-01-15 22:37:52.689096466 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=94
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.84 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:55.542002244 after sql statement
|
||
2015-01-15 22:37:55.554590252 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=94
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:57.418277019 after sql statement
|
||
2015-01-15 22:37:57.420469360 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223757_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:37:58 (11484) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223757_Job_62680.xml
|
||
2015-01-15 22:37:58 (11484) INFO : Job file loaded, run time for this step : 0.486739 seconds
|
||
2015-01-15 22:37:58 (11484) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:58 (11484) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:58 (11484) INFO : preProcess completed, run time for this step : 0.081769 seconds
|
||
2015-01-15 22:37:58 (11484) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:58 (11484) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:37:58 (11484) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:58 (11484) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:37:59 (11484) INFO : Bulk load completed, total run time : 1.59308 seconds
|
||
|
||
2015-01-15 22:37:59.230424822 after import
|
||
2015-01-15 22:37:59.292337472 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=95
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:06.628765446 after sql statement
|
||
2015-01-15 22:38:06.652088456 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=95
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:10.198511786 after sql statement
|
||
2015-01-15 22:38:10.219374088 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=95
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:10.622047268 after sql statement
|
||
2015-01-15 22:38:10.727326218 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.95 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:16.693860636 after sql statement
|
||
2015-01-15 22:38:16.700467640 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=96
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.86 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:20.657235427 after sql statement
|
||
2015-01-15 22:38:20.691526733 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=96
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:23.175229717 after sql statement
|
||
2015-01-15 22:38:23.183711906 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=96
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:24.108887027 after sql statement
|
||
2015-01-15 22:38:24.116700941 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223824_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:38:24 (30247) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223824_Job_62680.xml
|
||
2015-01-15 22:38:24 (30247) INFO : Job file loaded, run time for this step : 0.316427 seconds
|
||
2015-01-15 22:38:24 (30247) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:24 (30247) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:24 (30247) INFO : preProcess completed, run time for this step : 0.029247 seconds
|
||
2015-01-15 22:38:24 (30247) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:24 (30247) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:38:24 (30247) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:25 (30247) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:38:25 (30247) INFO : Bulk load completed, total run time : 1.36655 seconds
|
||
|
||
2015-01-15 22:38:25.666377487 after import
|
||
2015-01-15 22:38:25.683276922 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=97
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:31.994445895 after sql statement
|
||
2015-01-15 22:38:31.998744166 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=97
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:35.878512691 after sql statement
|
||
2015-01-15 22:38:35.888501837 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=97
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:36.226872245 after sql statement
|
||
2015-01-15 22:38:36.318598045 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.49 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:39.818174680 after sql statement
|
||
2015-01-15 22:38:39.839914812 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=98
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:44.798283370 after sql statement
|
||
2015-01-15 22:38:44.806942926 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=98
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:47.892000421 after sql statement
|
||
2015-01-15 22:38:47.903047853 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=98
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:48.672844327 after sql statement
|
||
2015-01-15 22:38:48.687675894 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223849_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:38:49 (49250) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223849_Job_62680.xml
|
||
2015-01-15 22:38:49 (49250) INFO : Job file loaded, run time for this step : 0.264213 seconds
|
||
2015-01-15 22:38:49 (49250) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:49 (49250) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:49 (49250) INFO : preProcess completed, run time for this step : 0.03969 seconds
|
||
2015-01-15 22:38:49 (49250) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:49 (49250) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:38:49 (49250) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:49 (49250) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:38:50 (49250) INFO : Bulk load completed, total run time : 1.33024 seconds
|
||
|
||
2015-01-15 22:38:50.347412688 after import
|
||
2015-01-15 22:38:50.352324818 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=99
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:55.541087604 after sql statement
|
||
2015-01-15 22:38:55.545941113 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=99
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:59.280479681 after sql statement
|
||
2015-01-15 22:38:59.284999265 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=99
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:59.548711961 after sql statement
|
||
2015-01-15 22:38:59.625034257 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.62 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:03.255839427 after sql statement
|
||
2015-01-15 22:39:03.260781753 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=100
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:09.148880872 after sql statement
|
||
2015-01-15 22:39:09.154517410 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=100
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:11.073940093 after sql statement
|
||
2015-01-15 22:39:11.086873450 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=100
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:11.645376068 after sql statement
|
||
2015-01-15 22:39:11.649550658 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223912_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:39:12 (1793) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223912_Job_62680.xml
|
||
2015-01-15 22:39:12 (1793) INFO : Job file loaded, run time for this step : 0.389094 seconds
|
||
2015-01-15 22:39:12 (1793) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:12 (1793) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:12 (1793) INFO : preProcess completed, run time for this step : 0.0302382 seconds
|
||
2015-01-15 22:39:12 (1793) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:12 (1793) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:12 (1793) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:39:12 (1793) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:39:13 (1793) INFO : Bulk load completed, total run time : 1.4411 seconds
|
||
|
||
2015-01-15 22:39:13.402956090 after import
|
||
2015-01-15 22:39:13.407277874 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=101
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:16.174224870 after sql statement
|
||
2015-01-15 22:39:16.184799707 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=101
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:19.613695700 after sql statement
|
||
2015-01-15 22:39:19.622516701 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=101
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:20.046642684 after sql statement
|
||
2015-01-15 22:39:20.125581949 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.77 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:23.917101663 after sql statement
|
||
2015-01-15 22:39:23.922506786 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=102
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:28.229113946 after sql statement
|
||
2015-01-15 22:39:28.251251961 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=102
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:31.420937503 after sql statement
|
||
2015-01-15 22:39:31.426413130 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=102
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:31.894554281 after sql statement
|
||
2015-01-15 22:39:31.903001320 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223932_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:39:32 (17116) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223932_Job_62680.xml
|
||
2015-01-15 22:39:32 (17116) INFO : Job file loaded, run time for this step : 0.279471 seconds
|
||
2015-01-15 22:39:32 (17116) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:32 (17116) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:32 (17116) INFO : preProcess completed, run time for this step : 0.0268722 seconds
|
||
2015-01-15 22:39:32 (17116) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:32 (17116) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:39:32 (17116) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:32 (17116) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:39:33 (17116) INFO : Bulk load completed, total run time : 1.33617 seconds
|
||
|
||
2015-01-15 22:39:33.500285346 after import
|
||
2015-01-15 22:39:33.505465175 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=103
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:36.753394778 after sql statement
|
||
2015-01-15 22:39:36.762141401 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=103
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:38.346110417 after sql statement
|
||
2015-01-15 22:39:38.354335604 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=103
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:39.619028845 after sql statement
|
||
2015-01-15 22:39:39.697912140 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.91 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:43.614611551 after sql statement
|
||
2015-01-15 22:39:43.625086027 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=104
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:51.071173755 after sql statement
|
||
2015-01-15 22:39:51.084478639 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=104
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:54.357073966 after sql statement
|
||
2015-01-15 22:39:54.379846270 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=104
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:54.987963575 after sql statement
|
||
2015-01-15 22:39:54.991309680 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223955_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:39:55 (34026) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T223955_Job_62680.xml
|
||
2015-01-15 22:39:55 (34026) INFO : Job file loaded, run time for this step : 0.294384 seconds
|
||
2015-01-15 22:39:55 (34026) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:55 (34026) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:55 (34026) INFO : preProcess completed, run time for this step : 0.0416949 seconds
|
||
2015-01-15 22:39:55 (34026) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:55 (34026) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:39:55 (34026) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:55 (34026) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:39:56 (34026) INFO : Bulk load completed, total run time : 1.36258 seconds
|
||
|
||
2015-01-15 22:39:56.511661845 after import
|
||
2015-01-15 22:39:56.517410185 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=105
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:02.592968544 after sql statement
|
||
2015-01-15 22:40:02.613939889 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=105
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:04.670351088 after sql statement
|
||
2015-01-15 22:40:04.676419337 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=105
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:04.914973881 after sql statement
|
||
2015-01-15 22:40:05.002100699 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.97 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:08.983431956 after sql statement
|
||
2015-01-15 22:40:08.987570179 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=106
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.69 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:12.230351304 after sql statement
|
||
2015-01-15 22:40:12.249804631 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=106
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:14.573576322 after sql statement
|
||
2015-01-15 22:40:14.582624287 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=106
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:14.753001447 after sql statement
|
||
2015-01-15 22:40:14.756826578 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224016_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:40:16 (49474) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224016_Job_62680.xml
|
||
2015-01-15 22:40:16 (49474) INFO : Job file loaded, run time for this step : 1.14167 seconds
|
||
2015-01-15 22:40:16 (49474) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:16 (49474) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:16 (49474) INFO : preProcess completed, run time for this step : 0.043396 seconds
|
||
2015-01-15 22:40:16 (49474) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:16 (49474) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:40:16 (49474) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:16 (49474) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:40:17 (49474) INFO : Bulk load completed, total run time : 2.20934 seconds
|
||
|
||
2015-01-15 22:40:17.381266352 after import
|
||
2015-01-15 22:40:17.387451180 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=107
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:23.087629115 after sql statement
|
||
2015-01-15 22:40:23.123196153 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=107
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:24.862251964 after sql statement
|
||
2015-01-15 22:40:24.869796325 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=107
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:27.254085712 after sql statement
|
||
2015-01-15 22:40:27.376442149 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.51 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:31.902381900 after sql statement
|
||
2015-01-15 22:40:31.906975345 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=108
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:36.264692816 after sql statement
|
||
2015-01-15 22:40:36.300603793 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=108
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:40.460647526 after sql statement
|
||
2015-01-15 22:40:40.465723989 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=108
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:41.606600098 after sql statement
|
||
2015-01-15 22:40:41.610648821 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224042_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:40:42 (3832) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224042_Job_62680.xml
|
||
2015-01-15 22:40:42 (3832) INFO : Job file loaded, run time for this step : 0.412325 seconds
|
||
2015-01-15 22:40:42 (3832) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:42 (3832) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:42 (3832) INFO : preProcess completed, run time for this step : 0.0548329 seconds
|
||
2015-01-15 22:40:42 (3832) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:42 (3832) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:42 (3832) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:40:42 (3832) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:40:43 (3832) INFO : Bulk load completed, total run time : 1.53935 seconds
|
||
|
||
2015-01-15 22:40:43.341789627 after import
|
||
2015-01-15 22:40:43.367114239 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=109
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:51.687441515 after sql statement
|
||
2015-01-15 22:40:51.694278717 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=109
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:55.214624593 after sql statement
|
||
2015-01-15 22:40:55.222941773 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=109
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:56.679100381 after sql statement
|
||
2015-01-15 22:40:56.850202198 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.59 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:02.467653945 after sql statement
|
||
2015-01-15 22:41:02.483898605 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=110
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:05.184225993 after sql statement
|
||
2015-01-15 22:41:05.205115176 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=110
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:08.722874825 after sql statement
|
||
2015-01-15 22:41:08.728406840 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=110
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:08.904000073 after sql statement
|
||
2015-01-15 22:41:08.910568835 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224109_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:41:09 (22137) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224109_Job_62680.xml
|
||
2015-01-15 22:41:09 (22137) INFO : Job file loaded, run time for this step : 0.318773 seconds
|
||
2015-01-15 22:41:09 (22137) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:09 (22137) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:09 (22137) INFO : preProcess completed, run time for this step : 0.035655 seconds
|
||
2015-01-15 22:41:09 (22137) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:09 (22137) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:09 (22137) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:41:09 (22137) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:41:10 (22137) INFO : Bulk load completed, total run time : 1.39372 seconds
|
||
|
||
2015-01-15 22:41:10.538474780 after import
|
||
2015-01-15 22:41:10.543126374 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.02 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=111
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:15.360685959 after sql statement
|
||
2015-01-15 22:41:15.365274538 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=111
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:17.276688350 after sql statement
|
||
2015-01-15 22:41:17.291565501 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=111
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:18.001720733 after sql statement
|
||
2015-01-15 22:41:19.183507570 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.38 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:23.566160465 after sql statement
|
||
2015-01-15 22:41:23.570915382 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=112
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:28.391185704 after sql statement
|
||
2015-01-15 22:41:28.411149416 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=112
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:30.896309090 after sql statement
|
||
2015-01-15 22:41:30.925142877 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=112
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:32.093287444 after sql statement
|
||
2015-01-15 22:41:32.097793947 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224132_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:41:32 (39115) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224132_Job_62680.xml
|
||
2015-01-15 22:41:32 (39115) INFO : Job file loaded, run time for this step : 0.27445 seconds
|
||
2015-01-15 22:41:32 (39115) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:32 (39115) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:32 (39115) INFO : preProcess completed, run time for this step : 0.0652778 seconds
|
||
2015-01-15 22:41:32 (39115) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:32 (39115) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:41:32 (39115) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:34 (39115) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:41:35 (39115) INFO : Bulk load completed, total run time : 3.17003 seconds
|
||
|
||
2015-01-15 22:41:35.525807257 after import
|
||
2015-01-15 22:41:35.530438943 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=113
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:41.540256402 after sql statement
|
||
2015-01-15 22:41:41.546107928 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=113
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:44.259848941 after sql statement
|
||
2015-01-15 22:41:44.266193196 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=113
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:45.298478984 after sql statement
|
||
2015-01-15 22:41:45.417609851 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.18 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:50.607385438 after sql statement
|
||
2015-01-15 22:41:50.614672255 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=114
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:57.130059297 after sql statement
|
||
2015-01-15 22:41:57.140581564 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=114
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:59.333826740 after sql statement
|
||
2015-01-15 22:41:59.340577353 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=114
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:00.119930990 after sql statement
|
||
2015-01-15 22:42:00.123813243 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224201_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:42:01 (59862) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224201_Job_62680.xml
|
||
2015-01-15 22:42:01 (59862) INFO : Job file loaded, run time for this step : 0.466715 seconds
|
||
2015-01-15 22:42:01 (59862) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:01 (59862) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:01 (59862) INFO : preProcess completed, run time for this step : 0.087105 seconds
|
||
2015-01-15 22:42:01 (59862) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:01 (59862) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:42:01 (59862) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:01 (59862) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:42:02 (59862) INFO : Bulk load completed, total run time : 1.60428 seconds
|
||
|
||
2015-01-15 22:42:02.410303198 after import
|
||
2015-01-15 22:42:02.424439956 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=115
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.67 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:05.980009441 after sql statement
|
||
2015-01-15 22:42:05.993348931 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=115
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:08.200860964 after sql statement
|
||
2015-01-15 22:42:08.206587193 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=115
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:08.794144536 after sql statement
|
||
2015-01-15 22:42:08.872988685 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.16 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:13.047035424 after sql statement
|
||
2015-01-15 22:42:13.080153936 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=116
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:16.495590774 after sql statement
|
||
2015-01-15 22:42:16.508070105 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=116
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:20.112610088 after sql statement
|
||
2015-01-15 22:42:20.131280359 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=116
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:20.522137521 after sql statement
|
||
2015-01-15 22:42:20.537759682 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224221_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:42:21 (11583) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224221_Job_62680.xml
|
||
2015-01-15 22:42:21 (11583) INFO : Job file loaded, run time for this step : 0.307068 seconds
|
||
2015-01-15 22:42:21 (11583) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:21 (11583) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:21 (11583) INFO : preProcess completed, run time for this step : 0.0261049 seconds
|
||
2015-01-15 22:42:21 (11583) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:21 (11583) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:42:21 (11583) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:21 (11583) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:42:22 (11583) INFO : Bulk load completed, total run time : 1.3551 seconds
|
||
|
||
2015-01-15 22:42:22.130067237 after import
|
||
2015-01-15 22:42:22.149053969 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=117
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:25.735411606 after sql statement
|
||
2015-01-15 22:42:25.746063535 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=117
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:28.625133618 after sql statement
|
||
2015-01-15 22:42:28.637874731 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=117
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:29.295394650 after sql statement
|
||
2015-01-15 22:42:29.394627070 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.83 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:33.248414936 after sql statement
|
||
2015-01-15 22:42:33.257731759 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=118
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:35.584942826 after sql statement
|
||
2015-01-15 22:42:35.590858216 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=118
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:38.821482084 after sql statement
|
||
2015-01-15 22:42:38.841287297 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=118
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:39.164034891 after sql statement
|
||
2015-01-15 22:42:39.168996497 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224239_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:42:39 (25971) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224239_Job_62680.xml
|
||
2015-01-15 22:42:39 (25971) INFO : Job file loaded, run time for this step : 0.454369 seconds
|
||
2015-01-15 22:42:39 (25971) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:40 (25971) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:40 (25971) INFO : preProcess completed, run time for this step : 0.0873029 seconds
|
||
2015-01-15 22:42:40 (25971) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:40 (25971) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:42:40 (25971) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:40 (25971) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:42:41 (25971) INFO : Bulk load completed, total run time : 1.56149 seconds
|
||
|
||
2015-01-15 22:42:41.087354423 after import
|
||
2015-01-15 22:42:41.096734629 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=119
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:47.396779756 after sql statement
|
||
2015-01-15 22:42:47.404051588 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=119
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:51.672490414 after sql statement
|
||
2015-01-15 22:42:51.678656701 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=119
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:52.110600224 after sql statement
|
||
2015-01-15 22:42:52.225656632 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.90 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:56.134840243 after sql statement
|
||
2015-01-15 22:42:56.156632764 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=120
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:02.937406458 after sql statement
|
||
2015-01-15 22:43:04.184467287 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=120
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:06.223074675 after sql statement
|
||
2015-01-15 22:43:06.232735273 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=120
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:07.094909096 after sql statement
|
||
2015-01-15 22:43:07.106818794 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224307_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:43:07 (46254) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224307_Job_62680.xml
|
||
2015-01-15 22:43:07 (46254) INFO : Job file loaded, run time for this step : 0.384037 seconds
|
||
2015-01-15 22:43:07 (46254) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:09 (46254) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:09 (46254) INFO : preProcess completed, run time for this step : 1.36566 seconds
|
||
2015-01-15 22:43:09 (46254) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:09 (46254) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:09 (46254) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:43:09 (46254) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:43:10 (46254) INFO : Bulk load completed, total run time : 2.78907 seconds
|
||
|
||
2015-01-15 22:43:10.074145358 after import
|
||
2015-01-15 22:43:10.085754675 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=121
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:16.833428146 after sql statement
|
||
2015-01-15 22:43:16.838418098 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=121
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:20.887062156 after sql statement
|
||
2015-01-15 22:43:20.892781911 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=121
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:21.906290420 after sql statement
|
||
2015-01-15 22:43:21.992654933 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.88 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:25.887726079 after sql statement
|
||
2015-01-15 22:43:25.893067982 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=122
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:29.876863748 after sql statement
|
||
2015-01-15 22:43:29.880889229 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=122
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:32.559562013 after sql statement
|
||
2015-01-15 22:43:32.592171115 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=122
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:33.124265240 after sql statement
|
||
2015-01-15 22:43:33.126632769 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224333_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:43:33 (64332) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224333_Job_62680.xml
|
||
2015-01-15 22:43:33 (64332) INFO : Job file loaded, run time for this step : 0.284876 seconds
|
||
2015-01-15 22:43:33 (64332) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:33 (64332) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:33 (64332) INFO : preProcess completed, run time for this step : 0.0477149 seconds
|
||
2015-01-15 22:43:33 (64332) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:33 (64332) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:43:33 (64332) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:33 (64332) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:43:34 (64332) INFO : Bulk load completed, total run time : 1.36156 seconds
|
||
|
||
2015-01-15 22:43:34.645856353 after import
|
||
2015-01-15 22:43:34.651006563 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=123
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:39.490909713 after sql statement
|
||
2015-01-15 22:43:39.495150646 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=123
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:41.924003568 after sql statement
|
||
2015-01-15 22:43:41.929394260 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=123
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:42.809052436 after sql statement
|
||
2015-01-15 22:43:42.960061132 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.94 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:46.911534655 after sql statement
|
||
2015-01-15 22:43:46.920294787 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=124
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:52.566614638 after sql statement
|
||
2015-01-15 22:43:52.572314744 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=124
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:54.766440566 after sql statement
|
||
2015-01-15 22:43:54.781133348 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=124
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:56.140100527 after sql statement
|
||
2015-01-15 22:43:56.144965239 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224356_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:43:56 (17618) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224356_Job_62680.xml
|
||
2015-01-15 22:43:56 (17618) INFO : Job file loaded, run time for this step : 0.456245 seconds
|
||
2015-01-15 22:43:56 (17618) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:56 (17618) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:56 (17618) INFO : preProcess completed, run time for this step : 0.0870659 seconds
|
||
2015-01-15 22:43:56 (17618) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:56 (17618) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:56 (17618) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:43:57 (17618) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:43:57 (17618) INFO : Bulk load completed, total run time : 1.59718 seconds
|
||
|
||
2015-01-15 22:43:57.962431295 after import
|
||
2015-01-15 22:43:57.990919249 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=125
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:02.414386419 after sql statement
|
||
2015-01-15 22:44:02.418779467 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=125
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:04.842496069 after sql statement
|
||
2015-01-15 22:44:04.856580748 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=125
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:06.137623711 after sql statement
|
||
2015-01-15 22:44:06.210435488 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.75 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:09.970743013 after sql statement
|
||
2015-01-15 22:44:09.980905586 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=126
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:16.086926819 after sql statement
|
||
2015-01-15 22:44:16.094588674 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=126
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.37 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:17.475099673 after sql statement
|
||
2015-01-15 22:44:17.487140118 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=126
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:17.794400501 after sql statement
|
||
2015-01-15 22:44:17.796596639 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224418_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:44:18 (33895) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224418_Job_62680.xml
|
||
2015-01-15 22:44:18 (33895) INFO : Job file loaded, run time for this step : 0.247038 seconds
|
||
2015-01-15 22:44:18 (33895) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:18 (33895) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:18 (33895) INFO : preProcess completed, run time for this step : 0.0279639 seconds
|
||
2015-01-15 22:44:18 (33895) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:18 (33895) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:44:18 (33895) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:18 (33895) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:44:19 (33895) INFO : Bulk load completed, total run time : 1.29414 seconds
|
||
|
||
2015-01-15 22:44:19.246474593 after import
|
||
2015-01-15 22:44:19.267263099 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=127
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:22.820862109 after sql statement
|
||
2015-01-15 22:44:22.826679262 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=127
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:26.002189839 after sql statement
|
||
2015-01-15 22:44:26.014564361 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=127
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:26.972558669 after sql statement
|
||
2015-01-15 22:44:27.043486202 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.78 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:30.853748624 after sql statement
|
||
2015-01-15 22:44:30.872024021 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=128
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:36.444736512 after sql statement
|
||
2015-01-15 22:44:36.462976967 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=128
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:40.506413598 after sql statement
|
||
2015-01-15 22:44:40.533677216 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=128
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:42.282970634 after sql statement
|
||
2015-01-15 22:44:42.286232373 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224443_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:44:43 (52826) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224443_Job_62680.xml
|
||
2015-01-15 22:44:43 (52826) INFO : Job file loaded, run time for this step : 0.488222 seconds
|
||
2015-01-15 22:44:43 (52826) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:43 (52826) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:43 (52826) INFO : preProcess completed, run time for this step : 0.0949681 seconds
|
||
2015-01-15 22:44:43 (52826) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:43 (52826) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:44:43 (52826) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:43 (52826) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:44:44 (52826) INFO : Bulk load completed, total run time : 1.62297 seconds
|
||
|
||
2015-01-15 22:44:44.582090234 after import
|
||
2015-01-15 22:44:44.590111281 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=129
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:49.729121315 after sql statement
|
||
2015-01-15 22:44:49.733347256 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=129
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:51.909741890 after sql statement
|
||
2015-01-15 22:44:51.929832405 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=129
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:52.874022022 after sql statement
|
||
2015-01-15 22:44:52.964676517 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.95 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:56.933221736 after sql statement
|
||
2015-01-15 22:44:56.970658196 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=130
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.30 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:02.659974270 after sql statement
|
||
2015-01-15 22:45:02.673711737 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=130
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:06.236068145 after sql statement
|
||
2015-01-15 22:45:06.241059861 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=130
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:07.292700681 after sql statement
|
||
2015-01-15 22:45:07.296830616 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224507_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:45:07 (5954) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224507_Job_62680.xml
|
||
2015-01-15 22:45:07 (5954) INFO : Job file loaded, run time for this step : 0.387043 seconds
|
||
2015-01-15 22:45:07 (5954) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:08 (5954) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:08 (5954) INFO : preProcess completed, run time for this step : 0.143195 seconds
|
||
2015-01-15 22:45:08 (5954) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:08 (5954) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:45:08 (5954) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:08 (5954) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:45:09 (5954) INFO : Bulk load completed, total run time : 1.56891 seconds
|
||
|
||
2015-01-15 22:45:09.058066691 after import
|
||
2015-01-15 22:45:09.079911816 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=131
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.83 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:14.442857520 after sql statement
|
||
2015-01-15 22:45:14.454856487 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=131
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:17.768518973 after sql statement
|
||
2015-01-15 22:45:17.776162026 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=131
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:18.171645383 after sql statement
|
||
2015-01-15 22:45:18.319844029 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.90 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:22.258902856 after sql statement
|
||
2015-01-15 22:45:22.266331812 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=132
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:26.365954943 after sql statement
|
||
2015-01-15 22:45:26.377290831 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=132
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:29.011933875 after sql statement
|
||
2015-01-15 22:45:29.018380436 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=132
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:29.359789285 after sql statement
|
||
2015-01-15 22:45:29.362439307 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224530_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:45:30 (23518) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224530_Job_62680.xml
|
||
2015-01-15 22:45:30 (23518) INFO : Job file loaded, run time for this step : 0.377966 seconds
|
||
2015-01-15 22:45:30 (23518) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:30 (23518) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:30 (23518) INFO : preProcess completed, run time for this step : 0.152937 seconds
|
||
2015-01-15 22:45:30 (23518) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:30 (23518) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:45:30 (23518) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:31 (23518) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:45:31 (23518) INFO : Bulk load completed, total run time : 1.57162 seconds
|
||
|
||
2015-01-15 22:45:31.859927156 after import
|
||
2015-01-15 22:45:31.868258921 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=133
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:39.200635254 after sql statement
|
||
2015-01-15 22:45:39.210608184 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=133
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:42.561017791 after sql statement
|
||
2015-01-15 22:45:42.564725128 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=133
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:43.400212644 after sql statement
|
||
2015-01-15 22:45:43.487396573 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.56 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:47.064935696 after sql statement
|
||
2015-01-15 22:45:47.069929169 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=134
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:53.532568959 after sql statement
|
||
2015-01-15 22:45:53.547652239 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=134
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:56.631708029 after sql statement
|
||
2015-01-15 22:45:56.640009599 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=134
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:58.239237854 after sql statement
|
||
2015-01-15 22:45:58.253751716 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224559_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:45:59 (44371) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224559_Job_62680.xml
|
||
2015-01-15 22:45:59 (44371) INFO : Job file loaded, run time for this step : 0.441101 seconds
|
||
2015-01-15 22:45:59 (44371) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:59 (44371) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:59 (44371) INFO : preProcess completed, run time for this step : 0.0706811 seconds
|
||
2015-01-15 22:45:59 (44371) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:59 (44371) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:45:59 (44371) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:00 (44371) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:46:01 (44371) INFO : Bulk load completed, total run time : 1.69025 seconds
|
||
|
||
2015-01-15 22:46:01.094292274 after import
|
||
2015-01-15 22:46:01.105488608 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=135
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:05.537774472 after sql statement
|
||
2015-01-15 22:46:05.542012386 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=135
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:08.984317434 after sql statement
|
||
2015-01-15 22:46:08.991761044 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=135
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:09.598835135 after sql statement
|
||
2015-01-15 22:46:09.753242544 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.54 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:13.325988827 after sql statement
|
||
2015-01-15 22:46:13.353903878 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=136
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:16.999541288 after sql statement
|
||
2015-01-15 22:46:17.004483679 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=136
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:21.064907801 after sql statement
|
||
2015-01-15 22:46:21.069074832 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=136
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:21.236935161 after sql statement
|
||
2015-01-15 22:46:21.239308476 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224621_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:46:21 (60397) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224621_Job_62680.xml
|
||
2015-01-15 22:46:21 (60397) INFO : Job file loaded, run time for this step : 0.322878 seconds
|
||
2015-01-15 22:46:21 (60397) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:21 (60397) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:21 (60397) INFO : preProcess completed, run time for this step : 0.030551 seconds
|
||
2015-01-15 22:46:21 (60397) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:21 (60397) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:46:21 (60397) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:22 (60397) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:46:22 (60397) INFO : Bulk load completed, total run time : 1.36347 seconds
|
||
|
||
2015-01-15 22:46:22.744146135 after import
|
||
2015-01-15 22:46:22.750412813 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=137
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:27.124802420 after sql statement
|
||
2015-01-15 22:46:27.132611405 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=137
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:31.238738521 after sql statement
|
||
2015-01-15 22:46:31.278691674 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=137
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:31.991366771 after sql statement
|
||
2015-01-15 22:46:32.057381861 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.48 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:36.550427904 after sql statement
|
||
2015-01-15 22:46:36.562812981 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=138
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:40.677048665 after sql statement
|
||
2015-01-15 22:46:40.694090934 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=138
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:44.004645483 after sql statement
|
||
2015-01-15 22:46:44.021961104 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=138
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:44.279539821 after sql statement
|
||
2015-01-15 22:46:44.283648321 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224645_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:46:45 (12902) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224645_Job_62680.xml
|
||
2015-01-15 22:46:45 (12902) INFO : Job file loaded, run time for this step : 0.368129 seconds
|
||
2015-01-15 22:46:45 (12902) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:45 (12902) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:45 (12902) INFO : preProcess completed, run time for this step : 0.06001 seconds
|
||
2015-01-15 22:46:45 (12902) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:45 (12902) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:45 (12902) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:46:45 (12902) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:46:47 (12902) INFO : Bulk load completed, total run time : 2.49201 seconds
|
||
|
||
2015-01-15 22:46:47.530035974 after import
|
||
2015-01-15 22:46:47.534812284 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=139
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:51.586757645 after sql statement
|
||
2015-01-15 22:46:51.598396229 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=139
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:54.731065406 after sql statement
|
||
2015-01-15 22:46:54.739004008 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=139
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:56.478068409 after sql statement
|
||
2015-01-15 22:46:56.551822295 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.76 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:00.324098626 after sql statement
|
||
2015-01-15 22:47:00.328100516 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=140
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:07.024358404 after sql statement
|
||
2015-01-15 22:47:07.047430742 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=140
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:10.938973348 after sql statement
|
||
2015-01-15 22:47:10.946185205 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=140
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:11.671205824 after sql statement
|
||
2015-01-15 22:47:11.674687470 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224712_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:47:12 (32644) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224712_Job_62680.xml
|
||
2015-01-15 22:47:12 (32644) INFO : Job file loaded, run time for this step : 0.304036 seconds
|
||
2015-01-15 22:47:12 (32644) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:12 (32644) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:12 (32644) INFO : preProcess completed, run time for this step : 0.0313048 seconds
|
||
2015-01-15 22:47:12 (32644) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:12 (32644) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:47:12 (32644) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:13 (32644) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:47:13 (32644) INFO : Bulk load completed, total run time : 1.36266 seconds
|
||
|
||
2015-01-15 22:47:13.606110132 after import
|
||
2015-01-15 22:47:13.614333958 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=141
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:18.097472992 after sql statement
|
||
2015-01-15 22:47:18.109342039 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=141
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (1.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:20.049461713 after sql statement
|
||
2015-01-15 22:47:20.053599345 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=141
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:20.914049869 after sql statement
|
||
2015-01-15 22:47:21.036991370 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.69 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:24.743859952 after sql statement
|
||
2015-01-15 22:47:24.749446717 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=142
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:27.961614258 after sql statement
|
||
2015-01-15 22:47:27.968422331 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=142
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:31.140794064 after sql statement
|
||
2015-01-15 22:47:31.166304252 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=142
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:31.783547779 after sql statement
|
||
2015-01-15 22:47:31.786208119 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224732_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:47:32 (48237) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224732_Job_62680.xml
|
||
2015-01-15 22:47:32 (48237) INFO : Job file loaded, run time for this step : 0.21183 seconds
|
||
2015-01-15 22:47:32 (48237) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:32 (48237) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:32 (48237) INFO : preProcess completed, run time for this step : 0.109893 seconds
|
||
2015-01-15 22:47:32 (48237) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:32 (48237) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:47:32 (48237) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:32 (48237) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:47:33 (48237) INFO : Bulk load completed, total run time : 1.3711 seconds
|
||
|
||
2015-01-15 22:47:33.329742437 after import
|
||
2015-01-15 22:47:33.347068232 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=143
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:40.099595757 after sql statement
|
||
2015-01-15 22:47:40.104392242 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=143
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:44.014297470 after sql statement
|
||
2015-01-15 22:47:44.026874505 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=143
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:45.491127212 after sql statement
|
||
2015-01-15 22:47:45.574891849 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.03 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:49.617810183 after sql statement
|
||
2015-01-15 22:47:49.626221029 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=144
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:56.129943135 after sql statement
|
||
2015-01-15 22:47:56.146112554 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=144
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:58.876853011 after sql statement
|
||
2015-01-15 22:47:58.887552292 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=144
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:59.820941854 after sql statement
|
||
2015-01-15 22:47:59.826543811 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224800_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:48:00 (3286) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224800_Job_62680.xml
|
||
2015-01-15 22:48:00 (3286) INFO : Job file loaded, run time for this step : 0.366314 seconds
|
||
2015-01-15 22:48:00 (3286) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:00 (3286) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:00 (3286) INFO : preProcess completed, run time for this step : 0.083672 seconds
|
||
2015-01-15 22:48:00 (3286) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:00 (3286) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:00 (3286) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:48:00 (3286) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:48:01 (3286) INFO : Bulk load completed, total run time : 1.46466 seconds
|
||
|
||
2015-01-15 22:48:01.477913929 after import
|
||
2015-01-15 22:48:01.484912567 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=145
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:05.342747235 after sql statement
|
||
2015-01-15 22:48:05.352513987 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=145
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:09.319355720 after sql statement
|
||
2015-01-15 22:48:09.337514245 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=145
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:09.947649613 after sql statement
|
||
2015-01-15 22:48:10.033019681 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.61 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:13.652291600 after sql statement
|
||
2015-01-15 22:48:13.681277231 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=146
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:18.405487393 after sql statement
|
||
2015-01-15 22:48:18.411268543 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=146
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:22.665251559 after sql statement
|
||
2015-01-15 22:48:22.679575715 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=146
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:23.438984013 after sql statement
|
||
2015-01-15 22:48:23.441831295 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224823_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:48:24 (21783) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224823_Job_62680.xml
|
||
2015-01-15 22:48:24 (21783) INFO : Job file loaded, run time for this step : 0.424653 seconds
|
||
2015-01-15 22:48:24 (21783) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:24 (21783) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:24 (21783) INFO : preProcess completed, run time for this step : 0.0848112 seconds
|
||
2015-01-15 22:48:24 (21783) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:24 (21783) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:48:24 (21783) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:24 (21783) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:48:25 (21783) INFO : Bulk load completed, total run time : 1.80133 seconds
|
||
|
||
2015-01-15 22:48:25.434262117 after import
|
||
2015-01-15 22:48:25.444065298 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=147
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.45 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:29.531479330 after sql statement
|
||
2015-01-15 22:48:29.535387862 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=147
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:32.885749776 after sql statement
|
||
2015-01-15 22:48:32.895047114 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=147
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:33.527839585 after sql statement
|
||
2015-01-15 22:48:33.660942161 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.14 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:37.806161479 after sql statement
|
||
2015-01-15 22:48:37.821412087 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=148
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:44.661055826 after sql statement
|
||
2015-01-15 22:48:44.672668259 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=148
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:48.311778898 after sql statement
|
||
2015-01-15 22:48:48.316107492 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=148
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:49.925929428 after sql statement
|
||
2015-01-15 22:48:49.942178202 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224850_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:48:50 (42070) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224850_Job_62680.xml
|
||
2015-01-15 22:48:50 (42070) INFO : Job file loaded, run time for this step : 0.336545 seconds
|
||
2015-01-15 22:48:50 (42070) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:50 (42070) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:50 (42070) INFO : preProcess completed, run time for this step : 0.102778 seconds
|
||
2015-01-15 22:48:50 (42070) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:50 (42070) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:48:50 (42070) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:50 (42070) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:48:51 (42070) INFO : Bulk load completed, total run time : 1.46653 seconds
|
||
|
||
2015-01-15 22:48:51.642826886 after import
|
||
2015-01-15 22:48:51.648463794 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=149
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:57.101859177 after sql statement
|
||
2015-01-15 22:48:57.122933533 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=149
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:59.868500129 after sql statement
|
||
2015-01-15 22:48:59.876905392 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=149
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:01.002564967 after sql statement
|
||
2015-01-15 22:49:01.112353949 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.61 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:05.727543363 after sql statement
|
||
2015-01-15 22:49:05.734918993 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=150
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (6.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:14.641586492 after sql statement
|
||
2015-01-15 22:49:14.647284745 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=150
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:17.293728233 after sql statement
|
||
2015-01-15 22:49:17.299118477 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=150
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:18.403847162 after sql statement
|
||
2015-01-15 22:49:18.408071067 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224919_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:49:19 (63196) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224919_Job_62680.xml
|
||
2015-01-15 22:49:19 (63196) INFO : Job file loaded, run time for this step : 0.436942 seconds
|
||
2015-01-15 22:49:19 (63196) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:19 (63196) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:19 (63196) INFO : preProcess completed, run time for this step : 0.040436 seconds
|
||
2015-01-15 22:49:19 (63196) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:19 (63196) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:49:19 (63196) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:19 (63196) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:49:20 (63196) INFO : Bulk load completed, total run time : 1.50338 seconds
|
||
|
||
2015-01-15 22:49:20.189672286 after import
|
||
2015-01-15 22:49:20.201757098 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=151
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:25.991549523 after sql statement
|
||
2015-01-15 22:49:25.997431890 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=151
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:29.536091685 after sql statement
|
||
2015-01-15 22:49:29.562214559 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=151
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:32.277075914 after sql statement
|
||
2015-01-15 22:49:32.356936113 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.80 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:36.172528292 after sql statement
|
||
2015-01-15 22:49:36.188533169 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=152
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:41.130530387 after sql statement
|
||
2015-01-15 22:49:41.135855151 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=152
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.44 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:44.589445488 after sql statement
|
||
2015-01-15 22:49:44.597873967 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=152
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:45.509670615 after sql statement
|
||
2015-01-15 22:49:45.512021003 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224946_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:49:46 (16374) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T224946_Job_62680.xml
|
||
2015-01-15 22:49:46 (16374) INFO : Job file loaded, run time for this step : 0.435887 seconds
|
||
2015-01-15 22:49:46 (16374) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:46 (16374) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:46 (16374) INFO : preProcess completed, run time for this step : 0.023838 seconds
|
||
2015-01-15 22:49:46 (16374) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:46 (16374) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:46 (16374) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:49:46 (16374) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:49:47 (16374) INFO : Bulk load completed, total run time : 1.49926 seconds
|
||
|
||
2015-01-15 22:49:47.192037919 after import
|
||
2015-01-15 22:49:47.223448392 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=153
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:51.840358070 after sql statement
|
||
2015-01-15 22:49:51.849325495 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=153
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:55.196813682 after sql statement
|
||
2015-01-15 22:49:55.203363793 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=153
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:55.518413538 after sql statement
|
||
2015-01-15 22:49:55.616697298 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.60 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:59.238639747 after sql statement
|
||
2015-01-15 22:49:59.253895009 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=154
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:03.418675869 after sql statement
|
||
2015-01-15 22:50:03.437554786 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=154
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:06.521291357 after sql statement
|
||
2015-01-15 22:50:06.526827768 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=154
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:06.632990634 after sql statement
|
||
2015-01-15 22:50:06.636052424 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T225006_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:50:06 (31866) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T225006_Job_62680.xml
|
||
2015-01-15 22:50:06 (31866) INFO : Job file loaded, run time for this step : 0.213294 seconds
|
||
2015-01-15 22:50:06 (31866) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:07 (31866) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:07 (31866) INFO : preProcess completed, run time for this step : 0.145015 seconds
|
||
2015-01-15 22:50:07 (31866) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:07 (31866) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:50:07 (31866) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:07 (31866) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:50:08 (31866) INFO : Bulk load completed, total run time : 1.37748 seconds
|
||
|
||
2015-01-15 22:50:08.164428292 after import
|
||
2015-01-15 22:50:08.187904643 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=155
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:14.705644136 after sql statement
|
||
2015-01-15 22:50:14.745957334 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=155
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:17.821752648 after sql statement
|
||
2015-01-15 22:50:17.835312050 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=155
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:19.107537983 after sql statement
|
||
2015-01-15 22:50:19.261523930 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.62 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:22.897479447 after sql statement
|
||
2015-01-15 22:50:22.901023537 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=156
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:27.890299049 after sql statement
|
||
2015-01-15 22:50:27.897929580 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=156
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:31.432245229 after sql statement
|
||
2015-01-15 22:50:31.440682310 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=156
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:32.106764442 after sql statement
|
||
2015-01-15 22:50:32.117793869 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T225032_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:50:32 (49259) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T225032_Job_62680.xml
|
||
2015-01-15 22:50:32 (49259) INFO : Job file loaded, run time for this step : 0.270317 seconds
|
||
2015-01-15 22:50:32 (49259) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:32 (49259) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:32 (49259) INFO : preProcess completed, run time for this step : 0.03004 seconds
|
||
2015-01-15 22:50:32 (49259) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:32 (49259) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:50:32 (49259) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:32 (49259) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:50:33 (49259) INFO : Bulk load completed, total run time : 1.3903 seconds
|
||
|
||
2015-01-15 22:50:33.689151642 after import
|
||
2015-01-15 22:50:33.704685625 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=157
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:40.048735971 after sql statement
|
||
2015-01-15 22:50:40.057861087 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=157
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:42.287450546 after sql statement
|
||
2015-01-15 22:50:42.299828983 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=157
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:43.999247714 after sql statement
|
||
2015-01-15 22:50:44.094516886 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.88 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:47.983486480 after sql statement
|
||
2015-01-15 22:50:48.001165515 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=158
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (4.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:52.889186042 after sql statement
|
||
2015-01-15 22:50:52.897118837 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=158
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (5.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:58.603535975 after sql statement
|
||
2015-01-15 22:50:58.614290694 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=158
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:58.964753975 after sql statement
|
||
2015-01-15 22:50:58.986706747 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62680 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T225059_Job_62680.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62680.log
|
||
2015-01-15 22:50:59 (2085) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62680_D20150115_T225059_Job_62680.xml
|
||
2015-01-15 22:50:59 (2085) INFO : Job file loaded, run time for this step : 0.297939 seconds
|
||
2015-01-15 22:50:59 (2085) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:59 (2085) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:59 (2085) INFO : preProcess completed, run time for this step : 0.060827 seconds
|
||
2015-01-15 22:50:59 (2085) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:59 (2085) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:59 (2085) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_11...[0;39m
|
||
2015-01-15 22:50:59 (2085) INFO : For table dmlc.test211_11: 110000 rows processed and 110000 rows inserted.
|
||
2015-01-15 22:51:00 (2085) INFO : Bulk load completed, total run time : 1.40079 seconds
|
||
|
||
2015-01-15 22:51:00.580371670 after import
|
||
2015-01-15 22:51:00.585953700 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=159
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:04.728004035 after sql statement
|
||
2015-01-15 22:51:04.737989164 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=159
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:08.173295134 after sql statement
|
||
2015-01-15 22:51:08.180484945 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=159
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:09.292035877 after sql statement
|
||
2015-01-15 22:51:09.374918211 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_11.tbl' into table test211_11 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.75 sec)
|
||
Records: 110000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:13.391089735 after sql statement
|
||
2015-01-15 22:51:13.398134443 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_11 where batch=160
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (3.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:20.782680537 after sql statement
|
||
2015-01-15 22:51:20.803164482 before sql statment
|
||
--------------
|
||
update test211_11 set c2=c1 where batch=160
|
||
--------------
|
||
|
||
Query OK, 110000 rows affected (2.23 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:23.068193705 after sql statement
|
||
2015-01-15 22:51:23.075656162 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=110000, 'good', 'bad') result from test211_11 where batch=160
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 110000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:23.335504344 after sql statement
|
||
Thu Jan 15 22:51:23 CST 2015 - All done.
|