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
10425 lines
304 KiB
Plaintext
10425 lines
304 KiB
Plaintext
2015-01-15 22:19:17.683306905 before sql statment
|
||
--------------
|
||
drop table if exists test211_8
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
--------------
|
||
create table test211_8(batch int, c1 int, c2 int)engine=infinidb
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:20.777590853 after sql statement
|
||
2015-01-15 22:19:20.849801739 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.80 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:26.662586439 after sql statement
|
||
2015-01-15 22:19:26.668837334 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=1
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:29.586021428 after sql statement
|
||
2015-01-15 22:19:29.601039151 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=1
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:31.830959784 after sql statement
|
||
2015-01-15 22:19:31.835956402 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=1
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:32.343364259 after sql statement
|
||
2015-01-15 22:19:32.348293610 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T221932_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:19:32 (31926) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T221932_Job_62656.xml
|
||
2015-01-15 22:19:32 (31926) INFO : Job file loaded, run time for this step : 0.367439 seconds
|
||
2015-01-15 22:19:32 (31926) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:32 (31926) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:32 (31926) INFO : preProcess completed, run time for this step : 0.0439 seconds
|
||
2015-01-15 22:19:32 (31926) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:32 (31926) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:19:32 (31926) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:33 (31926) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:19:34 (31926) INFO : Bulk load completed, total run time : 1.92344 seconds
|
||
|
||
2015-01-15 22:19:34.446061905 after import
|
||
2015-01-15 22:19:34.450594062 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=2
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:36.080753621 after sql statement
|
||
2015-01-15 22:19:36.100625307 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=2
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.23 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:38.345691536 after sql statement
|
||
2015-01-15 22:19:38.353162429 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=2
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:38.549040801 after sql statement
|
||
2015-01-15 22:19:38.603219510 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.59 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:42.208136552 after sql statement
|
||
2015-01-15 22:19:42.213509928 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=3
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.69 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:48.165116668 after sql statement
|
||
2015-01-15 22:19:48.177757145 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=3
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:50.746991915 after sql statement
|
||
2015-01-15 22:19:50.759457956 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=3
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:51.351193704 after sql statement
|
||
2015-01-15 22:19:51.355611453 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T221951_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:19:51 (46314) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T221951_Job_62656.xml
|
||
2015-01-15 22:19:51 (46314) INFO : Job file loaded, run time for this step : 0.277127 seconds
|
||
2015-01-15 22:19:51 (46314) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:51 (46314) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:51 (46314) INFO : preProcess completed, run time for this step : 0.027874 seconds
|
||
2015-01-15 22:19:51 (46314) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:51 (46314) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:19:51 (46314) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:52 (46314) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:19:53 (46314) INFO : Bulk load completed, total run time : 2.33422 seconds
|
||
|
||
2015-01-15 22:19:53.843640201 after import
|
||
2015-01-15 22:19:53.848467694 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=4
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:56.716818438 after sql statement
|
||
2015-01-15 22:19:56.725267784 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=4
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:01.105376732 after sql statement
|
||
2015-01-15 22:20:01.116599394 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=4
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:01.478571059 after sql statement
|
||
2015-01-15 22:20:01.553245573 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.43 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:04.996634519 after sql statement
|
||
2015-01-15 22:20:05.000011109 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=5
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:08.319971920 after sql statement
|
||
2015-01-15 22:20:08.328860502 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=5
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:11.365329459 after sql statement
|
||
2015-01-15 22:20:11.369293749 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=5
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:11.598890733 after sql statement
|
||
2015-01-15 22:20:11.616935656 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222012_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:20:12 (60993) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222012_Job_62656.xml
|
||
2015-01-15 22:20:12 (60993) INFO : Job file loaded, run time for this step : 0.324547 seconds
|
||
2015-01-15 22:20:12 (60993) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:12 (60993) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:12 (60993) INFO : preProcess completed, run time for this step : 0.0292041 seconds
|
||
2015-01-15 22:20:12 (60993) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:12 (60993) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:20:12 (60993) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:12 (60993) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:20:13 (60993) INFO : Bulk load completed, total run time : 1.37573 seconds
|
||
|
||
2015-01-15 22:20:13.166071614 after import
|
||
2015-01-15 22:20:13.172819647 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=6
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:15.864217738 after sql statement
|
||
2015-01-15 22:20:15.874540126 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=6
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:18.265372911 after sql statement
|
||
2015-01-15 22:20:18.274350934 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=6
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:18.534401170 after sql statement
|
||
2015-01-15 22:20:18.589944672 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.58 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:23.182314045 after sql statement
|
||
2015-01-15 22:20:23.191750912 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=7
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:27.211299121 after sql statement
|
||
2015-01-15 22:20:27.223695036 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=7
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:29.509208996 after sql statement
|
||
2015-01-15 22:20:29.514438510 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=7
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:29.722936455 after sql statement
|
||
2015-01-15 22:20:29.727912605 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222032_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:20:32 (10448) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222032_Job_62656.xml
|
||
2015-01-15 22:20:32 (10448) INFO : Job file loaded, run time for this step : 0.384137 seconds
|
||
2015-01-15 22:20:32 (10448) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:32 (10448) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:32 (10448) INFO : preProcess completed, run time for this step : 0.071646 seconds
|
||
2015-01-15 22:20:32 (10448) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:32 (10448) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:32 (10448) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:20:32 (10448) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:20:33 (10448) INFO : Bulk load completed, total run time : 1.48109 seconds
|
||
|
||
2015-01-15 22:20:33.356073984 after import
|
||
2015-01-15 22:20:33.367323325 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=8
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:36.148720283 after sql statement
|
||
2015-01-15 22:20:36.154410385 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=8
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:38.724675692 after sql statement
|
||
2015-01-15 22:20:38.729606062 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=8
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:39.136994206 after sql statement
|
||
2015-01-15 22:20:39.207115638 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.25 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:43.487361036 after sql statement
|
||
2015-01-15 22:20:43.545465595 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=9
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:48.582414276 after sql statement
|
||
2015-01-15 22:20:48.601560549 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=9
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:50.787279959 after sql statement
|
||
2015-01-15 22:20:50.796082283 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=9
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:51.095182926 after sql statement
|
||
2015-01-15 22:20:51.097901028 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222052_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:20:52 (26866) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222052_Job_62656.xml
|
||
2015-01-15 22:20:52 (26866) INFO : Job file loaded, run time for this step : 0.860982 seconds
|
||
2015-01-15 22:20:52 (26866) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:52 (26866) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:52 (26866) INFO : preProcess completed, run time for this step : 0.064028 seconds
|
||
2015-01-15 22:20:52 (26866) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:52 (26866) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:20:52 (26866) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:52 (26866) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:20:53 (26866) INFO : Bulk load completed, total run time : 1.95251 seconds
|
||
|
||
2015-01-15 22:20:53.195285038 after import
|
||
2015-01-15 22:20:53.205835820 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=10
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:56.163417873 after sql statement
|
||
2015-01-15 22:20:56.171367905 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=10
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:58.568729460 after sql statement
|
||
2015-01-15 22:20:58.574340614 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=10
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:59.361283070 after sql statement
|
||
2015-01-15 22:20:59.418137056 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.51 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:02.944641247 after sql statement
|
||
2015-01-15 22:21:02.952321924 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=11
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:07.242104047 after sql statement
|
||
2015-01-15 22:21:07.255394134 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=11
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:11.136041547 after sql statement
|
||
2015-01-15 22:21:11.144836933 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=11
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:11.721400152 after sql statement
|
||
2015-01-15 22:21:11.724806859 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222112_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:21:12 (41741) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222112_Job_62656.xml
|
||
2015-01-15 22:21:12 (41741) INFO : Job file loaded, run time for this step : 0.357247 seconds
|
||
2015-01-15 22:21:12 (41741) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:12 (41741) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:12 (41741) INFO : preProcess completed, run time for this step : 0.0480711 seconds
|
||
2015-01-15 22:21:12 (41741) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:12 (41741) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:21:12 (41741) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:13 (41741) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:21:14 (41741) INFO : Bulk load completed, total run time : 1.43714 seconds
|
||
|
||
2015-01-15 22:21:14.018766753 after import
|
||
2015-01-15 22:21:14.045884387 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=12
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:17.185082003 after sql statement
|
||
2015-01-15 22:21:17.205589497 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=12
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:20.251448326 after sql statement
|
||
2015-01-15 22:21:20.258673862 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=12
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:20.413389018 after sql statement
|
||
2015-01-15 22:21:20.476925525 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.93 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:24.416708445 after sql statement
|
||
2015-01-15 22:21:24.425839515 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=13
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:29.435346741 after sql statement
|
||
2015-01-15 22:21:29.467404939 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=13
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:33.325138629 after sql statement
|
||
2015-01-15 22:21:33.359337110 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=13
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:33.646123944 after sql statement
|
||
2015-01-15 22:21:33.650207660 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222134_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:21:34 (60438) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222134_Job_62656.xml
|
||
2015-01-15 22:21:34 (60438) INFO : Job file loaded, run time for this step : 0.408886 seconds
|
||
2015-01-15 22:21:34 (60438) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:34 (60438) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:34 (60438) INFO : preProcess completed, run time for this step : 0.075999 seconds
|
||
2015-01-15 22:21:34 (60438) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:34 (60438) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:34 (60438) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:21:34 (60438) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:21:35 (60438) INFO : Bulk load completed, total run time : 1.49938 seconds
|
||
|
||
2015-01-15 22:21:35.323605999 after import
|
||
2015-01-15 22:21:35.328963283 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=14
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:38.843296789 after sql statement
|
||
2015-01-15 22:21:38.861231547 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=14
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:41.593532614 after sql statement
|
||
2015-01-15 22:21:41.601619412 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=14
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:41.732692567 after sql statement
|
||
2015-01-15 22:21:41.796091702 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.35 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:46.150375273 after sql statement
|
||
2015-01-15 22:21:46.160384806 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=15
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:49.361380710 after sql statement
|
||
2015-01-15 22:21:49.370225026 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=15
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:51.481560311 after sql statement
|
||
2015-01-15 22:21:51.496659096 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=15
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:51.699274882 after sql statement
|
||
2015-01-15 22:21:51.701372096 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222152_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:21:52 (11359) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222152_Job_62656.xml
|
||
2015-01-15 22:21:52 (11359) INFO : Job file loaded, run time for this step : 0.293196 seconds
|
||
2015-01-15 22:21:52 (11359) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:52 (11359) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:52 (11359) INFO : preProcess completed, run time for this step : 0.034729 seconds
|
||
2015-01-15 22:21:52 (11359) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:52 (11359) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:21:52 (11359) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:52 (11359) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:21:53 (11359) INFO : Bulk load completed, total run time : 1.34348 seconds
|
||
|
||
2015-01-15 22:21:53.184934629 after import
|
||
2015-01-15 22:21:53.191914588 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=16
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:56.002548576 after sql statement
|
||
2015-01-15 22:21:56.008627117 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=16
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:59.014838968 after sql statement
|
||
2015-01-15 22:21:59.024313340 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=16
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:59.325646133 after sql statement
|
||
2015-01-15 22:21:59.403104198 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.64 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:03.092066788 after sql statement
|
||
2015-01-15 22:22:03.099372345 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=17
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:06.656948009 after sql statement
|
||
2015-01-15 22:22:06.669049532 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=17
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:09.645178171 after sql statement
|
||
2015-01-15 22:22:09.652435484 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=17
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:09.841249145 after sql statement
|
||
2015-01-15 22:22:09.843376432 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222210_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:22:10 (27141) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222210_Job_62656.xml
|
||
2015-01-15 22:22:10 (27141) INFO : Job file loaded, run time for this step : 0.286218 seconds
|
||
2015-01-15 22:22:10 (27141) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:10 (27141) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:10 (27141) INFO : preProcess completed, run time for this step : 0.0430579 seconds
|
||
2015-01-15 22:22:10 (27141) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:10 (27141) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:22:10 (27141) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:10 (27141) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:22:11 (27141) INFO : Bulk load completed, total run time : 1.34313 seconds
|
||
|
||
2015-01-15 22:22:11.338285594 after import
|
||
2015-01-15 22:22:11.343204435 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=18
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:14.593594540 after sql statement
|
||
2015-01-15 22:22:14.615340358 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=18
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:18.217632504 after sql statement
|
||
2015-01-15 22:22:18.232719523 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=18
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:18.555916344 after sql statement
|
||
2015-01-15 22:22:18.647446869 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.56 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:22.212798657 after sql statement
|
||
2015-01-15 22:22:22.235730506 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=19
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.36 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:24.914098132 after sql statement
|
||
2015-01-15 22:22:24.925719114 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=19
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.98 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:28.921917374 after sql statement
|
||
2015-01-15 22:22:28.927134183 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=19
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:29.198462884 after sql statement
|
||
2015-01-15 22:22:29.200740269 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222231_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:22:31 (41149) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222231_Job_62656.xml
|
||
2015-01-15 22:22:31 (41149) INFO : Job file loaded, run time for this step : 1.02057 seconds
|
||
2015-01-15 22:22:31 (41149) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:31 (41149) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:31 (41149) INFO : preProcess completed, run time for this step : 0.038872 seconds
|
||
2015-01-15 22:22:31 (41149) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:31 (41149) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:22:31 (41149) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:31 (41149) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:22:32 (41149) INFO : Bulk load completed, total run time : 2.10853 seconds
|
||
|
||
2015-01-15 22:22:32.769896855 after import
|
||
2015-01-15 22:22:32.778206691 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=20
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:36.938348228 after sql statement
|
||
2015-01-15 22:22:36.944918215 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=20
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:39.208705567 after sql statement
|
||
2015-01-15 22:22:39.215772551 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=20
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:39.627687557 after sql statement
|
||
2015-01-15 22:22:39.777783268 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.67 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:43.460816998 after sql statement
|
||
2015-01-15 22:22:43.466871720 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=21
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:48.031423027 after sql statement
|
||
2015-01-15 22:22:48.044750649 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=21
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:49.924269028 after sql statement
|
||
2015-01-15 22:22:49.941384042 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=21
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:50.408627097 after sql statement
|
||
2015-01-15 22:22:50.412183604 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222251_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:22:51 (59136) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222251_Job_62656.xml
|
||
2015-01-15 22:22:51 (59136) INFO : Job file loaded, run time for this step : 0.495356 seconds
|
||
2015-01-15 22:22:51 (59136) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:51 (59136) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:51 (59136) INFO : preProcess completed, run time for this step : 0.0403941 seconds
|
||
2015-01-15 22:22:51 (59136) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:51 (59136) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:51 (59136) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:22:51 (59136) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:22:52 (59136) INFO : Bulk load completed, total run time : 1.56109 seconds
|
||
|
||
2015-01-15 22:22:52.220328514 after import
|
||
2015-01-15 22:22:52.224451264 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=22
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:57.686342848 after sql statement
|
||
2015-01-15 22:22:57.693851423 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=22
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:00.845457602 after sql statement
|
||
2015-01-15 22:23:00.855824432 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=22
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:01.122109294 after sql statement
|
||
2015-01-15 22:23:01.263138567 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.52 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:04.812879956 after sql statement
|
||
2015-01-15 22:23:04.830340022 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=23
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:07.626568372 after sql statement
|
||
2015-01-15 22:23:07.650132642 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=23
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:11.384709069 after sql statement
|
||
2015-01-15 22:23:11.391283803 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=23
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:11.578395402 after sql statement
|
||
2015-01-15 22:23:11.582207039 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222311_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:23:12 (11578) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222311_Job_62656.xml
|
||
2015-01-15 22:23:12 (11578) INFO : Job file loaded, run time for this step : 0.287804 seconds
|
||
2015-01-15 22:23:12 (11578) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:12 (11578) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:12 (11578) INFO : preProcess completed, run time for this step : 0.0817871 seconds
|
||
2015-01-15 22:23:12 (11578) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:12 (11578) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:23:12 (11578) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:12 (11578) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:23:13 (11578) INFO : Bulk load completed, total run time : 1.38841 seconds
|
||
|
||
2015-01-15 22:23:13.131616603 after import
|
||
2015-01-15 22:23:13.136260491 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=24
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:16.556522971 after sql statement
|
||
2015-01-15 22:23:16.567170717 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=24
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:18.443924100 after sql statement
|
||
2015-01-15 22:23:18.469675426 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=24
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:19.156802559 after sql statement
|
||
2015-01-15 22:23:19.219173992 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.93 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:23.160896205 after sql statement
|
||
2015-01-15 22:23:23.171989511 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=25
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:29.027773298 after sql statement
|
||
2015-01-15 22:23:29.043672161 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=25
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:31.126305969 after sql statement
|
||
2015-01-15 22:23:31.130569729 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=25
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:31.563273758 after sql statement
|
||
2015-01-15 22:23:31.568962977 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222331_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:23:32 (28708) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222331_Job_62656.xml
|
||
2015-01-15 22:23:32 (28708) INFO : Job file loaded, run time for this step : 0.28424 seconds
|
||
2015-01-15 22:23:32 (28708) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:32 (28708) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:32 (28708) INFO : preProcess completed, run time for this step : 0.0433121 seconds
|
||
2015-01-15 22:23:32 (28708) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:32 (28708) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:23:32 (28708) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:32 (28708) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:23:33 (28708) INFO : Bulk load completed, total run time : 1.35593 seconds
|
||
|
||
2015-01-15 22:23:33.102250622 after import
|
||
2015-01-15 22:23:33.139261252 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=26
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:37.325772177 after sql statement
|
||
2015-01-15 22:23:37.338545283 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=26
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:40.555665886 after sql statement
|
||
2015-01-15 22:23:40.562310732 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=26
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:40.826545687 after sql statement
|
||
2015-01-15 22:23:40.941401450 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.24 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:45.197414746 after sql statement
|
||
2015-01-15 22:23:45.202482928 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=27
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:47.967215923 after sql statement
|
||
2015-01-15 22:23:47.971082222 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=27
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:51.866216767 after sql statement
|
||
2015-01-15 22:23:51.871405870 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=27
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:52.284284853 after sql statement
|
||
2015-01-15 22:23:52.303869839 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222352_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:23:52 (45452) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222352_Job_62656.xml
|
||
2015-01-15 22:23:52 (45452) INFO : Job file loaded, run time for this step : 0.29901 seconds
|
||
2015-01-15 22:23:52 (45452) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:52 (45452) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:52 (45452) INFO : preProcess completed, run time for this step : 0.02421 seconds
|
||
2015-01-15 22:23:52 (45452) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:52 (45452) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:23:52 (45452) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:52 (45452) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:23:53 (45452) INFO : Bulk load completed, total run time : 1.34538 seconds
|
||
|
||
2015-01-15 22:23:53.810116189 after import
|
||
2015-01-15 22:23:53.814501579 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=28
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:58.028030354 after sql statement
|
||
2015-01-15 22:23:58.047754389 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=28
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:02.465455249 after sql statement
|
||
2015-01-15 22:24:02.483087656 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=28
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:02.889262201 after sql statement
|
||
2015-01-15 22:24:02.951455476 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.98 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:06.942190228 after sql statement
|
||
2015-01-15 22:24:06.951443890 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=29
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:12.666828851 after sql statement
|
||
2015-01-15 22:24:12.686903076 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=29
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:15.484874633 after sql statement
|
||
2015-01-15 22:24:15.489622627 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=29
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:16.369033795 after sql statement
|
||
2015-01-15 22:24:16.376534691 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222417_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:24:17 (63613) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222417_Job_62656.xml
|
||
2015-01-15 22:24:17 (63613) INFO : Job file loaded, run time for this step : 0.497701 seconds
|
||
2015-01-15 22:24:17 (63613) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:17 (63613) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:17 (63613) INFO : preProcess completed, run time for this step : 0.07762 seconds
|
||
2015-01-15 22:24:17 (63613) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:17 (63613) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:24:17 (63613) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:17 (63613) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:24:18 (63613) INFO : Bulk load completed, total run time : 1.59221 seconds
|
||
|
||
2015-01-15 22:24:18.284911694 after import
|
||
2015-01-15 22:24:18.310475248 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=30
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:21.854261888 after sql statement
|
||
2015-01-15 22:24:21.862326165 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=30
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:23.868212508 after sql statement
|
||
2015-01-15 22:24:23.884397201 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=30
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (3.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:26.962156702 after sql statement
|
||
2015-01-15 22:24:27.079306056 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.29 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:32.414635935 after sql statement
|
||
2015-01-15 22:24:32.422173498 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=31
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:35.586135022 after sql statement
|
||
2015-01-15 22:24:35.596022532 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=31
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:39.067650871 after sql statement
|
||
2015-01-15 22:24:39.075719150 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=31
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:39.684369689 after sql statement
|
||
2015-01-15 22:24:39.689677745 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222440_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:24:40 (16319) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222440_Job_62656.xml
|
||
2015-01-15 22:24:40 (16319) INFO : Job file loaded, run time for this step : 0.263145 seconds
|
||
2015-01-15 22:24:40 (16319) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:40 (16319) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:40 (16319) INFO : preProcess completed, run time for this step : 0.0417781 seconds
|
||
2015-01-15 22:24:40 (16319) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:40 (16319) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:24:40 (16319) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:40 (16319) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:24:41 (16319) INFO : Bulk load completed, total run time : 1.32041 seconds
|
||
|
||
2015-01-15 22:24:41.724161050 after import
|
||
2015-01-15 22:24:41.729500331 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=32
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:44.727472332 after sql statement
|
||
2015-01-15 22:24:44.789640115 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=32
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:47.559593445 after sql statement
|
||
2015-01-15 22:24:47.583450450 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=32
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:47.845553108 after sql statement
|
||
2015-01-15 22:24:47.912711607 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.45 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:52.390641347 after sql statement
|
||
2015-01-15 22:24:52.417669820 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=33
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:56.155580156 after sql statement
|
||
2015-01-15 22:24:56.170942028 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=33
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:00.499716800 after sql statement
|
||
2015-01-15 22:25:00.511417657 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=33
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:00.811217894 after sql statement
|
||
2015-01-15 22:25:00.816430463 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222501_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:25:01 (31249) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222501_Job_62656.xml
|
||
2015-01-15 22:25:01 (31249) INFO : Job file loaded, run time for this step : 0.295758 seconds
|
||
2015-01-15 22:25:01 (31249) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:01 (31249) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:01 (31249) INFO : preProcess completed, run time for this step : 0.032598 seconds
|
||
2015-01-15 22:25:01 (31249) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:01 (31249) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:25:01 (31249) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:01 (31249) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:25:02 (31249) INFO : Bulk load completed, total run time : 1.35993 seconds
|
||
|
||
2015-01-15 22:25:02.340900883 after import
|
||
2015-01-15 22:25:02.347734309 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=34
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:05.421206328 after sql statement
|
||
2015-01-15 22:25:05.442069257 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=34
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:09.638158119 after sql statement
|
||
2015-01-15 22:25:09.645776804 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=34
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:09.900197796 after sql statement
|
||
2015-01-15 22:25:09.959401501 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.43 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:13.412025195 after sql statement
|
||
2015-01-15 22:25:13.425174037 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=35
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:16.073798059 after sql statement
|
||
2015-01-15 22:25:16.083285597 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=35
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:18.581535937 after sql statement
|
||
2015-01-15 22:25:18.587869884 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=35
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:19.575794700 after sql statement
|
||
2015-01-15 22:25:19.600201592 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222520_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:25:20 (45582) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222520_Job_62656.xml
|
||
2015-01-15 22:25:20 (45582) INFO : Job file loaded, run time for this step : 0.293805 seconds
|
||
2015-01-15 22:25:20 (45582) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:20 (45582) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:20 (45582) INFO : preProcess completed, run time for this step : 0.0493221 seconds
|
||
2015-01-15 22:25:20 (45582) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:20 (45582) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:25:20 (45582) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:20 (45582) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:25:21 (45582) INFO : Bulk load completed, total run time : 1.36039 seconds
|
||
|
||
2015-01-15 22:25:21.145121370 after import
|
||
2015-01-15 22:25:21.148886964 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=36
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:26.208437328 after sql statement
|
||
2015-01-15 22:25:26.218618302 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=36
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:28.294904599 after sql statement
|
||
2015-01-15 22:25:28.302412546 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=36
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:28.740856169 after sql statement
|
||
2015-01-15 22:25:28.832948654 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.59 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:32.436871027 after sql statement
|
||
2015-01-15 22:25:32.449263091 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=37
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.91 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:37.691689718 after sql statement
|
||
2015-01-15 22:25:37.712812969 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=37
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:40.073419210 after sql statement
|
||
2015-01-15 22:25:40.083866172 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=37
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:40.221731844 after sql statement
|
||
2015-01-15 22:25:40.223887258 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222541_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:25:41 (63047) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222541_Job_62656.xml
|
||
2015-01-15 22:25:41 (63047) INFO : Job file loaded, run time for this step : 0.316707 seconds
|
||
2015-01-15 22:25:41 (63047) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:41 (63047) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:41 (63047) INFO : preProcess completed, run time for this step : 0.100136 seconds
|
||
2015-01-15 22:25:41 (63047) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:41 (63047) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:41 (63047) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:25:41 (63047) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:25:42 (63047) INFO : Bulk load completed, total run time : 1.44665 seconds
|
||
|
||
2015-01-15 22:25:42.308771112 after import
|
||
2015-01-15 22:25:42.315012803 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=38
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:46.063591514 after sql statement
|
||
2015-01-15 22:25:46.075464524 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=38
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:47.757025289 after sql statement
|
||
2015-01-15 22:25:47.776795788 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=38
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:48.162617891 after sql statement
|
||
2015-01-15 22:25:48.255762701 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.76 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:52.033347583 after sql statement
|
||
2015-01-15 22:25:52.039297660 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=39
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:56.340419584 after sql statement
|
||
2015-01-15 22:25:56.354980702 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=39
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:58.646638734 after sql statement
|
||
2015-01-15 22:25:58.672738855 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=39
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:59.267101902 after sql statement
|
||
2015-01-15 22:25:59.272079575 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222600_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:26:00 (13389) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222600_Job_62656.xml
|
||
2015-01-15 22:26:00 (13389) INFO : Job file loaded, run time for this step : 0.313433 seconds
|
||
2015-01-15 22:26:00 (13389) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:00 (13389) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:00 (13389) INFO : preProcess completed, run time for this step : 0.051132 seconds
|
||
2015-01-15 22:26:00 (13389) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:00 (13389) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:00 (13389) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:26:00 (13389) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:26:01 (13389) INFO : Bulk load completed, total run time : 1.37848 seconds
|
||
|
||
2015-01-15 22:26:01.473152963 after import
|
||
2015-01-15 22:26:01.479293208 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=40
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:06.815158508 after sql statement
|
||
2015-01-15 22:26:06.833265579 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=40
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:08.529526975 after sql statement
|
||
2015-01-15 22:26:08.533177846 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=40
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:08.695294187 after sql statement
|
||
2015-01-15 22:26:08.756984411 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.47 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:12.239249836 after sql statement
|
||
2015-01-15 22:26:12.263309164 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=41
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:15.732122883 after sql statement
|
||
2015-01-15 22:26:15.739353144 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=41
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:17.960009873 after sql statement
|
||
2015-01-15 22:26:17.965882209 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=41
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:18.319644244 after sql statement
|
||
2015-01-15 22:26:18.322289313 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222618_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:26:18 (29724) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222618_Job_62656.xml
|
||
2015-01-15 22:26:18 (29724) INFO : Job file loaded, run time for this step : 0.288077 seconds
|
||
2015-01-15 22:26:18 (29724) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:18 (29724) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:18 (29724) INFO : preProcess completed, run time for this step : 0.024832 seconds
|
||
2015-01-15 22:26:18 (29724) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:18 (29724) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:26:18 (29724) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:19 (29724) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:26:19 (29724) INFO : Bulk load completed, total run time : 1.33181 seconds
|
||
|
||
2015-01-15 22:26:19.988930875 after import
|
||
2015-01-15 22:26:19.995441182 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=42
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.23 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:24.203477518 after sql statement
|
||
2015-01-15 22:26:24.211863767 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=42
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.33 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:27.558311341 after sql statement
|
||
2015-01-15 22:26:27.562706856 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=42
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:28.042361938 after sql statement
|
||
2015-01-15 22:26:28.113019309 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.23 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:34.357604619 after sql statement
|
||
2015-01-15 22:26:34.362360008 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=43
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:37.403174827 after sql statement
|
||
2015-01-15 22:26:37.408105212 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=43
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:40.459984690 after sql statement
|
||
2015-01-15 22:26:40.465290509 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=43
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:41.300969753 after sql statement
|
||
2015-01-15 22:26:41.305763618 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222641_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:26:41 (46779) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222641_Job_62656.xml
|
||
2015-01-15 22:26:41 (46779) INFO : Job file loaded, run time for this step : 0.276668 seconds
|
||
2015-01-15 22:26:41 (46779) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:41 (46779) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:41 (46779) INFO : preProcess completed, run time for this step : 0.0578341 seconds
|
||
2015-01-15 22:26:41 (46779) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:41 (46779) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:41 (46779) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:26:42 (46779) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:26:42 (46779) INFO : Bulk load completed, total run time : 1.3458 seconds
|
||
|
||
2015-01-15 22:26:42.879327666 after import
|
||
2015-01-15 22:26:42.884684177 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=44
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.31 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:46.495562647 after sql statement
|
||
2015-01-15 22:26:46.499463054 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=44
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:50.259174779 after sql statement
|
||
2015-01-15 22:26:50.270946263 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=44
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:50.545177940 after sql statement
|
||
2015-01-15 22:26:50.630062591 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.52 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:54.160514417 after sql statement
|
||
2015-01-15 22:26:54.173551782 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=45
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:57.659169885 after sql statement
|
||
2015-01-15 22:26:57.664434033 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=45
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:59.782915398 after sql statement
|
||
2015-01-15 22:26:59.787804746 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=45
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:00.655953254 after sql statement
|
||
2015-01-15 22:27:00.663637010 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222701_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:27:01 (61635) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222701_Job_62656.xml
|
||
2015-01-15 22:27:01 (61635) INFO : Job file loaded, run time for this step : 0.229571 seconds
|
||
2015-01-15 22:27:01 (61635) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:01 (61635) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:01 (61635) INFO : preProcess completed, run time for this step : 0.038548 seconds
|
||
2015-01-15 22:27:01 (61635) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:01 (61635) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:27:01 (61635) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:01 (61635) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:27:03 (61635) INFO : Bulk load completed, total run time : 2.34527 seconds
|
||
|
||
2015-01-15 22:27:03.494219115 after import
|
||
2015-01-15 22:27:03.507130169 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=46
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:08.656299647 after sql statement
|
||
2015-01-15 22:27:08.698167306 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=46
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:11.397908591 after sql statement
|
||
2015-01-15 22:27:11.415331316 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=46
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:11.979537797 after sql statement
|
||
2015-01-15 22:27:12.026385017 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.14 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:17.173811184 after sql statement
|
||
2015-01-15 22:27:17.183601705 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=47
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:20.300294295 after sql statement
|
||
2015-01-15 22:27:20.311611999 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=47
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:23.150486796 after sql statement
|
||
2015-01-15 22:27:23.155606883 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=47
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:24.002888790 after sql statement
|
||
2015-01-15 22:27:24.026254691 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222724_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:27:24 (15801) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222724_Job_62656.xml
|
||
2015-01-15 22:27:24 (15801) INFO : Job file loaded, run time for this step : 0.360982 seconds
|
||
2015-01-15 22:27:24 (15801) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:24 (15801) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:24 (15801) INFO : preProcess completed, run time for this step : 0.0340731 seconds
|
||
2015-01-15 22:27:24 (15801) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:24 (15801) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:24 (15801) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:27:24 (15801) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:27:25 (15801) INFO : Bulk load completed, total run time : 1.47229 seconds
|
||
|
||
2015-01-15 22:27:25.691974320 after import
|
||
2015-01-15 22:27:25.711278501 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=48
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:32.810918474 after sql statement
|
||
2015-01-15 22:27:32.817945018 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=48
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:35.887932190 after sql statement
|
||
2015-01-15 22:27:35.911706421 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=48
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:36.455145281 after sql statement
|
||
2015-01-15 22:27:36.519904500 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.74 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:41.281671567 after sql statement
|
||
2015-01-15 22:27:41.289219615 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=49
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:45.764737150 after sql statement
|
||
2015-01-15 22:27:45.769160016 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=49
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:50.794202273 after sql statement
|
||
2015-01-15 22:27:50.805058501 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=49
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:51.147126855 after sql statement
|
||
2015-01-15 22:27:51.148990324 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222752_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:27:52 (33440) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222752_Job_62656.xml
|
||
2015-01-15 22:27:52 (33440) INFO : Job file loaded, run time for this step : 0.408867 seconds
|
||
2015-01-15 22:27:52 (33440) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:52 (33440) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:52 (33440) INFO : preProcess completed, run time for this step : 0.133083 seconds
|
||
2015-01-15 22:27:52 (33440) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:52 (33440) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:27:52 (33440) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:52 (33440) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:27:54 (33440) INFO : Bulk load completed, total run time : 2.48912 seconds
|
||
|
||
2015-01-15 22:27:54.388781006 after import
|
||
2015-01-15 22:27:54.440057295 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=50
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:58.533713976 after sql statement
|
||
2015-01-15 22:27:58.543014977 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=50
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:01.033851162 after sql statement
|
||
2015-01-15 22:28:01.066862986 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=50
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:01.659910673 after sql statement
|
||
2015-01-15 22:28:01.754250174 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.88 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:06.649155488 after sql statement
|
||
2015-01-15 22:28:06.656341838 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=51
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:10.544113912 after sql statement
|
||
2015-01-15 22:28:10.564502733 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=51
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:12.103015991 after sql statement
|
||
2015-01-15 22:28:12.127968923 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=51
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:12.473646822 after sql statement
|
||
2015-01-15 22:28:12.478448141 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222812_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:28:13 (51246) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222812_Job_62656.xml
|
||
2015-01-15 22:28:13 (51246) INFO : Job file loaded, run time for this step : 0.355991 seconds
|
||
2015-01-15 22:28:13 (51246) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:13 (51246) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:13 (51246) INFO : preProcess completed, run time for this step : 0.0410421 seconds
|
||
2015-01-15 22:28:13 (51246) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:13 (51246) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:28:13 (51246) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:13 (51246) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:28:14 (51246) INFO : Bulk load completed, total run time : 1.41715 seconds
|
||
|
||
2015-01-15 22:28:14.096134329 after import
|
||
2015-01-15 22:28:14.110029794 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=52
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:18.388203770 after sql statement
|
||
2015-01-15 22:28:18.393054863 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=52
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:21.605238499 after sql statement
|
||
2015-01-15 22:28:21.610805194 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=52
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:21.904401965 after sql statement
|
||
2015-01-15 22:28:22.015139275 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.86 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:27.895005428 after sql statement
|
||
2015-01-15 22:28:27.900959898 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=53
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:31.601872160 after sql statement
|
||
2015-01-15 22:28:31.631793913 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=53
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.27 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:33.940719305 after sql statement
|
||
2015-01-15 22:28:33.955427417 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=53
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:34.441260339 after sql statement
|
||
2015-01-15 22:28:34.446345691 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222834_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:28:34 (4181) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222834_Job_62656.xml
|
||
2015-01-15 22:28:34 (4181) INFO : Job file loaded, run time for this step : 0.289934 seconds
|
||
2015-01-15 22:28:34 (4181) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:34 (4181) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:34 (4181) INFO : preProcess completed, run time for this step : 0.027627 seconds
|
||
2015-01-15 22:28:34 (4181) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:34 (4181) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:28:34 (4181) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:35 (4181) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:28:35 (4181) INFO : Bulk load completed, total run time : 1.33902 seconds
|
||
|
||
2015-01-15 22:28:35.983748614 after import
|
||
2015-01-15 22:28:35.987553687 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=54
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:37.924352869 after sql statement
|
||
2015-01-15 22:28:37.933602764 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=54
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.82 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:41.780463955 after sql statement
|
||
2015-01-15 22:28:41.786069009 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=54
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:42.211990302 after sql statement
|
||
2015-01-15 22:28:42.285346744 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.51 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:45.811944862 after sql statement
|
||
2015-01-15 22:28:45.819702447 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=55
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.17 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:49.618881507 after sql statement
|
||
2015-01-15 22:28:49.632453630 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=55
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:51.142322811 after sql statement
|
||
2015-01-15 22:28:51.149187238 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=55
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:52.372342709 after sql statement
|
||
2015-01-15 22:28:52.375792692 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222853_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:28:53 (19629) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222853_Job_62656.xml
|
||
2015-01-15 22:28:53 (19629) INFO : Job file loaded, run time for this step : 0.607257 seconds
|
||
2015-01-15 22:28:53 (19629) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:53 (19629) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:53 (19629) INFO : preProcess completed, run time for this step : 0.0819941 seconds
|
||
2015-01-15 22:28:53 (19629) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:53 (19629) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:28:53 (19629) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:53 (19629) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:28:54 (19629) INFO : Bulk load completed, total run time : 1.72144 seconds
|
||
|
||
2015-01-15 22:28:54.598526441 after import
|
||
2015-01-15 22:28:54.602310519 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=56
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.45 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:59.312050639 after sql statement
|
||
2015-01-15 22:28:59.328906514 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=56
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:02.014679507 after sql statement
|
||
2015-01-15 22:29:02.028327587 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=56
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:02.733750571 after sql statement
|
||
2015-01-15 22:29:02.812059100 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.06 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:07.890603321 after sql statement
|
||
2015-01-15 22:29:07.896137922 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=57
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:11.813080585 after sql statement
|
||
2015-01-15 22:29:11.824116669 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=57
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (0.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:12.606596638 after sql statement
|
||
2015-01-15 22:29:12.615648863 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=57
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:12.986904860 after sql statement
|
||
2015-01-15 22:29:12.992324900 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222913_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:29:13 (35358) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222913_Job_62656.xml
|
||
2015-01-15 22:29:13 (35358) INFO : Job file loaded, run time for this step : 0.285306 seconds
|
||
2015-01-15 22:29:13 (35358) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:13 (35358) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:13 (35358) INFO : preProcess completed, run time for this step : 0.036746 seconds
|
||
2015-01-15 22:29:13 (35358) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:13 (35358) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:29:13 (35358) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:13 (35358) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:29:14 (35358) INFO : Bulk load completed, total run time : 1.37737 seconds
|
||
|
||
2015-01-15 22:29:14.584191116 after import
|
||
2015-01-15 22:29:14.591226682 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=58
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:18.847725616 after sql statement
|
||
2015-01-15 22:29:18.853862402 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=58
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:20.576453848 after sql statement
|
||
2015-01-15 22:29:20.583268655 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=58
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:23.328124508 after sql statement
|
||
2015-01-15 22:29:23.387445629 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.12 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:29.540369606 after sql statement
|
||
2015-01-15 22:29:29.544638914 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=59
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:31.925333773 after sql statement
|
||
2015-01-15 22:29:31.937243817 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=59
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:34.297482687 after sql statement
|
||
2015-01-15 22:29:34.305258278 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=59
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:34.495515189 after sql statement
|
||
2015-01-15 22:29:34.498303235 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222934_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:29:34 (52049) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222934_Job_62656.xml
|
||
2015-01-15 22:29:34 (52049) INFO : Job file loaded, run time for this step : 0.248599 seconds
|
||
2015-01-15 22:29:34 (52049) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:34 (52049) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:34 (52049) INFO : preProcess completed, run time for this step : 0.0471549 seconds
|
||
2015-01-15 22:29:34 (52049) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:34 (52049) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:34 (52049) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:29:35 (52049) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:29:35 (52049) INFO : Bulk load completed, total run time : 1.31493 seconds
|
||
|
||
2015-01-15 22:29:35.987794919 after import
|
||
2015-01-15 22:29:35.992889253 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=60
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:39.573286752 after sql statement
|
||
2015-01-15 22:29:39.588202999 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=60
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:41.696027054 after sql statement
|
||
2015-01-15 22:29:41.704945257 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=60
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:42.367144033 after sql statement
|
||
2015-01-15 22:29:42.450608414 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.59 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:46.045781621 after sql statement
|
||
2015-01-15 22:29:46.058541496 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=61
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:48.547805112 after sql statement
|
||
2015-01-15 22:29:48.559769198 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=61
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.96 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:50.520312434 after sql statement
|
||
2015-01-15 22:29:50.527788311 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=61
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:51.480384960 after sql statement
|
||
2015-01-15 22:29:51.491225003 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222951_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:29:51 (1145) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T222951_Job_62656.xml
|
||
2015-01-15 22:29:51 (1145) INFO : Job file loaded, run time for this step : 0.291443 seconds
|
||
2015-01-15 22:29:51 (1145) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:52 (1145) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:52 (1145) INFO : preProcess completed, run time for this step : 0.065949 seconds
|
||
2015-01-15 22:29:52 (1145) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:52 (1145) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:29:52 (1145) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:52 (1145) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:29:53 (1145) INFO : Bulk load completed, total run time : 1.38834 seconds
|
||
|
||
2015-01-15 22:29:53.056044223 after import
|
||
2015-01-15 22:29:53.071036259 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=62
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:56.206090537 after sql statement
|
||
2015-01-15 22:29:56.213079670 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=62
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.94 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:00.167406874 after sql statement
|
||
2015-01-15 22:30:00.178465253 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=62
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:00.534666286 after sql statement
|
||
2015-01-15 22:30:00.619623431 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.55 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:04.179424029 after sql statement
|
||
2015-01-15 22:30:04.182652556 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=63
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:09.523145662 after sql statement
|
||
2015-01-15 22:30:09.527718440 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=63
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:11.828561422 after sql statement
|
||
2015-01-15 22:30:11.836994385 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=63
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:13.007043292 after sql statement
|
||
2015-01-15 22:30:13.011931131 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223013_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:30:13 (15990) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223013_Job_62656.xml
|
||
2015-01-15 22:30:13 (15990) INFO : Job file loaded, run time for this step : 0.413753 seconds
|
||
2015-01-15 22:30:13 (15990) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:13 (15990) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:13 (15990) INFO : preProcess completed, run time for this step : 0.071348 seconds
|
||
2015-01-15 22:30:13 (15990) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:13 (15990) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:30:13 (15990) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:13 (15990) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:30:14 (15990) INFO : Bulk load completed, total run time : 1.60527 seconds
|
||
|
||
2015-01-15 22:30:14.801169515 after import
|
||
2015-01-15 22:30:14.808894037 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=64
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:18.488371767 after sql statement
|
||
2015-01-15 22:30:18.496257086 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=64
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:21.265297952 after sql statement
|
||
2015-01-15 22:30:21.272714638 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=64
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:21.564280874 after sql statement
|
||
2015-01-15 22:30:21.673626345 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.88 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:25.569008426 after sql statement
|
||
2015-01-15 22:30:25.577174672 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=65
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:29.924354190 after sql statement
|
||
2015-01-15 22:30:29.938029698 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=65
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:32.482723530 after sql statement
|
||
2015-01-15 22:30:32.487474188 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=65
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:32.774574280 after sql statement
|
||
2015-01-15 22:30:32.776820251 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223033_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:30:33 (32575) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223033_Job_62656.xml
|
||
2015-01-15 22:30:33 (32575) INFO : Job file loaded, run time for this step : 0.405505 seconds
|
||
2015-01-15 22:30:33 (32575) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:33 (32575) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:33 (32575) INFO : preProcess completed, run time for this step : 0.0451829 seconds
|
||
2015-01-15 22:30:33 (32575) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:33 (32575) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:30:33 (32575) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:33 (32575) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:30:34 (32575) INFO : Bulk load completed, total run time : 1.49177 seconds
|
||
|
||
2015-01-15 22:30:34.656718216 after import
|
||
2015-01-15 22:30:34.661352463 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=66
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:37.740086109 after sql statement
|
||
2015-01-15 22:30:37.743742799 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=66
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:41.253953805 after sql statement
|
||
2015-01-15 22:30:41.267193590 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=66
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:41.982605472 after sql statement
|
||
2015-01-15 22:30:42.070609373 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.73 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:47.810376384 after sql statement
|
||
2015-01-15 22:30:47.819292329 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=67
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:50.643320072 after sql statement
|
||
2015-01-15 22:30:50.648240647 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=67
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:52.403083026 after sql statement
|
||
2015-01-15 22:30:52.407169593 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=67
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:53.644726187 after sql statement
|
||
2015-01-15 22:30:53.649349626 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223054_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:30:54 (48092) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223054_Job_62656.xml
|
||
2015-01-15 22:30:54 (48092) INFO : Job file loaded, run time for this step : 0.335535 seconds
|
||
2015-01-15 22:30:54 (48092) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:54 (48092) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:54 (48092) INFO : preProcess completed, run time for this step : 0.069916 seconds
|
||
2015-01-15 22:30:54 (48092) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:54 (48092) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:54 (48092) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:30:54 (48092) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:30:55 (48092) INFO : Bulk load completed, total run time : 1.46344 seconds
|
||
|
||
2015-01-15 22:30:55.278327762 after import
|
||
2015-01-15 22:30:55.285720864 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=68
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:59.044020188 after sql statement
|
||
2015-01-15 22:30:59.049217704 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=68
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:03.093338281 after sql statement
|
||
2015-01-15 22:31:03.101956203 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=68
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:03.512175664 after sql statement
|
||
2015-01-15 22:31:03.616626467 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.58 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:07.203016591 after sql statement
|
||
2015-01-15 22:31:07.223512980 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=69
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:10.323376838 after sql statement
|
||
2015-01-15 22:31:10.335057241 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=69
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:12.775246670 after sql statement
|
||
2015-01-15 22:31:12.786079914 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=69
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:13.469744407 after sql statement
|
||
2015-01-15 22:31:13.473165869 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223114_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:31:14 (63575) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223114_Job_62656.xml
|
||
2015-01-15 22:31:14 (63575) INFO : Job file loaded, run time for this step : 0.447437 seconds
|
||
2015-01-15 22:31:14 (63575) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:14 (63575) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:14 (63575) INFO : preProcess completed, run time for this step : 0.0422242 seconds
|
||
2015-01-15 22:31:14 (63575) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:14 (63575) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:14 (63575) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:31:14 (63575) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:31:15 (63575) INFO : Bulk load completed, total run time : 1.51073 seconds
|
||
|
||
2015-01-15 22:31:15.246095672 after import
|
||
2015-01-15 22:31:15.251896203 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=70
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:21.450126323 after sql statement
|
||
2015-01-15 22:31:21.462359326 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=70
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:24.807095840 after sql statement
|
||
2015-01-15 22:31:24.812653679 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=70
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:25.665358882 after sql statement
|
||
2015-01-15 22:31:25.834131071 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.52 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:29.365120192 after sql statement
|
||
2015-01-15 22:31:29.380213387 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=71
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.74 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:32.041025181 after sql statement
|
||
2015-01-15 22:31:32.051292970 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=71
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:34.986461333 after sql statement
|
||
2015-01-15 22:31:34.999490255 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=71
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:35.715676828 after sql statement
|
||
2015-01-15 22:31:35.718576458 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223136_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:31:36 (14706) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223136_Job_62656.xml
|
||
2015-01-15 22:31:36 (14706) INFO : Job file loaded, run time for this step : 0.280721 seconds
|
||
2015-01-15 22:31:36 (14706) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:36 (14706) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:36 (14706) INFO : preProcess completed, run time for this step : 0.0514288 seconds
|
||
2015-01-15 22:31:36 (14706) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:36 (14706) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:31:36 (14706) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:36 (14706) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:31:37 (14706) INFO : Bulk load completed, total run time : 1.35651 seconds
|
||
|
||
2015-01-15 22:31:37.256647338 after import
|
||
2015-01-15 22:31:37.261916146 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=72
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:41.895260040 after sql statement
|
||
2015-01-15 22:31:41.899465723 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=72
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.90 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:43.805197603 after sql statement
|
||
2015-01-15 22:31:43.821905475 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=72
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:44.404163943 after sql statement
|
||
2015-01-15 22:31:44.476818800 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.58 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:48.105787999 after sql statement
|
||
2015-01-15 22:31:48.122364579 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=73
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:53.689656312 after sql statement
|
||
2015-01-15 22:31:53.697641197 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=73
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:55.477330411 after sql statement
|
||
2015-01-15 22:31:55.485024969 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=73
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:57.543907337 after sql statement
|
||
2015-01-15 22:31:57.547485758 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223157_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:31:58 (30429) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223157_Job_62656.xml
|
||
2015-01-15 22:31:58 (30429) INFO : Job file loaded, run time for this step : 0.566902 seconds
|
||
2015-01-15 22:31:58 (30429) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:58 (30429) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:58 (30429) INFO : preProcess completed, run time for this step : 0.0760269 seconds
|
||
2015-01-15 22:31:58 (30429) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:58 (30429) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:31:58 (30429) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:58 (30429) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:31:59 (30429) INFO : Bulk load completed, total run time : 1.66737 seconds
|
||
|
||
2015-01-15 22:31:59.394845325 after import
|
||
2015-01-15 22:31:59.399956305 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=74
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:03.349167749 after sql statement
|
||
2015-01-15 22:32:03.364040514 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=74
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:05.525658411 after sql statement
|
||
2015-01-15 22:32:05.530273559 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=74
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:06.551802168 after sql statement
|
||
2015-01-15 22:32:06.769334444 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.87 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:12.669254864 after sql statement
|
||
2015-01-15 22:32:12.692860758 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=75
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:17.755268064 after sql statement
|
||
2015-01-15 22:32:17.758450418 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=75
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:19.875189428 after sql statement
|
||
2015-01-15 22:32:19.882665987 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=75
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:21.257141965 after sql statement
|
||
2015-01-15 22:32:21.260109081 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223222_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:32:22 (48232) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223222_Job_62656.xml
|
||
2015-01-15 22:32:22 (48232) INFO : Job file loaded, run time for this step : 0.46899 seconds
|
||
2015-01-15 22:32:22 (48232) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:22 (48232) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:22 (48232) INFO : preProcess completed, run time for this step : 0.0339799 seconds
|
||
2015-01-15 22:32:22 (48232) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:22 (48232) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:32:22 (48232) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:22 (48232) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:32:23 (48232) INFO : Bulk load completed, total run time : 1.52296 seconds
|
||
|
||
2015-01-15 22:32:23.404941370 after import
|
||
2015-01-15 22:32:23.411293196 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=76
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:27.557063594 after sql statement
|
||
2015-01-15 22:32:27.573019827 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=76
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:30.775944326 after sql statement
|
||
2015-01-15 22:32:30.790348989 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=76
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:32.364902435 after sql statement
|
||
2015-01-15 22:32:32.429068844 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.67 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:36.111738547 after sql statement
|
||
2015-01-15 22:32:36.120888835 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=77
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:41.920725777 after sql statement
|
||
2015-01-15 22:32:41.930818063 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=77
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:44.350474333 after sql statement
|
||
2015-01-15 22:32:44.359653040 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=77
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:45.055745644 after sql statement
|
||
2015-01-15 22:32:45.058243872 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223245_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:32:45 (692) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223245_Job_62656.xml
|
||
2015-01-15 22:32:45 (692) INFO : Job file loaded, run time for this step : 0.528832 seconds
|
||
2015-01-15 22:32:45 (692) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:45 (692) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:45 (692) INFO : preProcess completed, run time for this step : 0.0506752 seconds
|
||
2015-01-15 22:32:45 (692) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:45 (692) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:45 (692) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:32:46 (692) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:32:46 (692) INFO : Bulk load completed, total run time : 1.62807 seconds
|
||
|
||
2015-01-15 22:32:46.889969111 after import
|
||
2015-01-15 22:32:46.899321543 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=78
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:49.844405352 after sql statement
|
||
2015-01-15 22:32:49.860256721 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=78
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.82 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:52.690273187 after sql statement
|
||
2015-01-15 22:32:52.695239265 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=78
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:53.145000772 after sql statement
|
||
2015-01-15 22:32:53.194453616 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.28 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:58.493140932 after sql statement
|
||
2015-01-15 22:32:58.506629463 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=79
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:02.794744184 after sql statement
|
||
2015-01-15 22:33:02.799132114 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=79
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:06.028011182 after sql statement
|
||
2015-01-15 22:33:06.044896346 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=79
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:06.403311600 after sql statement
|
||
2015-01-15 22:33:06.406050379 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223306_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:33:06 (16975) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223306_Job_62656.xml
|
||
2015-01-15 22:33:06 (16975) INFO : Job file loaded, run time for this step : 0.333076 seconds
|
||
2015-01-15 22:33:06 (16975) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:06 (16975) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:06 (16975) INFO : preProcess completed, run time for this step : 0.0430889 seconds
|
||
2015-01-15 22:33:06 (16975) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:06 (16975) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:33:06 (16975) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:07 (16975) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:33:07 (16975) INFO : Bulk load completed, total run time : 1.39558 seconds
|
||
|
||
2015-01-15 22:33:07.949685295 after import
|
||
2015-01-15 22:33:07.954684036 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=80
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:10.061441906 after sql statement
|
||
2015-01-15 22:33:10.071391841 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=80
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:12.126153227 after sql statement
|
||
2015-01-15 22:33:12.136020248 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=80
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:12.617814748 after sql statement
|
||
2015-01-15 22:33:12.706722784 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.61 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:16.327046491 after sql statement
|
||
2015-01-15 22:33:16.341187487 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=81
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:19.910857876 after sql statement
|
||
2015-01-15 22:33:19.916217214 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=81
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:22.355693390 after sql statement
|
||
2015-01-15 22:33:22.360352326 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=81
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:22.741125206 after sql statement
|
||
2015-01-15 22:33:22.743511589 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223323_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:33:23 (30494) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223323_Job_62656.xml
|
||
2015-01-15 22:33:23 (30494) INFO : Job file loaded, run time for this step : 0.296457 seconds
|
||
2015-01-15 22:33:23 (30494) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:23 (30494) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:23 (30494) INFO : preProcess completed, run time for this step : 0.059839 seconds
|
||
2015-01-15 22:33:23 (30494) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:23 (30494) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:33:23 (30494) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:23 (30494) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:33:24 (30494) INFO : Bulk load completed, total run time : 1.38696 seconds
|
||
|
||
2015-01-15 22:33:24.287805783 after import
|
||
2015-01-15 22:33:24.295902233 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=82
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:29.836395412 after sql statement
|
||
2015-01-15 22:33:29.853124393 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=82
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:32.941975848 after sql statement
|
||
2015-01-15 22:33:32.949402333 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=82
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:33.636565096 after sql statement
|
||
2015-01-15 22:33:33.700629329 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.78 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:38.489065035 after sql statement
|
||
2015-01-15 22:33:38.504529219 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=83
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:43.416465490 after sql statement
|
||
2015-01-15 22:33:43.425282865 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=83
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:48.688391871 after sql statement
|
||
2015-01-15 22:33:48.709838866 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=83
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:49.773095445 after sql statement
|
||
2015-01-15 22:33:49.776767641 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223351_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:33:51 (46680) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223351_Job_62656.xml
|
||
2015-01-15 22:33:51 (46680) INFO : Job file loaded, run time for this step : 0.405948 seconds
|
||
2015-01-15 22:33:51 (46680) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:51 (46680) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:51 (46680) INFO : preProcess completed, run time for this step : 0.0743129 seconds
|
||
2015-01-15 22:33:51 (46680) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:51 (46680) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:33:51 (46680) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:51 (46680) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:33:52 (46680) INFO : Bulk load completed, total run time : 1.5101 seconds
|
||
|
||
2015-01-15 22:33:52.296577355 after import
|
||
2015-01-15 22:33:52.301682909 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=84
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:01.000918164 after sql statement
|
||
2015-01-15 22:34:01.012657670 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=84
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:03.689845543 after sql statement
|
||
2015-01-15 22:34:03.703529151 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=84
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:03.977678082 after sql statement
|
||
2015-01-15 22:34:04.036431121 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.50 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:08.544630160 after sql statement
|
||
2015-01-15 22:34:08.552910028 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=85
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:16.142712697 after sql statement
|
||
2015-01-15 22:34:16.153164752 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=85
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:21.750236354 after sql statement
|
||
2015-01-15 22:34:21.763856983 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=85
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:21.998484870 after sql statement
|
||
2015-01-15 22:34:22.000892378 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223422_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:34:22 (65245) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223422_Job_62656.xml
|
||
2015-01-15 22:34:22 (65245) INFO : Job file loaded, run time for this step : 0.336964 seconds
|
||
2015-01-15 22:34:22 (65245) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:22 (65245) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:22 (65245) INFO : preProcess completed, run time for this step : 0.080941 seconds
|
||
2015-01-15 22:34:22 (65245) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:22 (65245) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:34:22 (65245) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:22 (65245) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:34:23 (65245) INFO : Bulk load completed, total run time : 1.50182 seconds
|
||
|
||
2015-01-15 22:34:23.863276874 after import
|
||
2015-01-15 22:34:23.871670314 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=86
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:28.859815280 after sql statement
|
||
2015-01-15 22:34:28.864176269 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=86
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:32.795159529 after sql statement
|
||
2015-01-15 22:34:32.842824771 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=86
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:33.657030262 after sql statement
|
||
2015-01-15 22:34:33.741495984 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.11 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:37.857100155 after sql statement
|
||
2015-01-15 22:34:37.875845719 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=87
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:44.394581879 after sql statement
|
||
2015-01-15 22:34:44.408241084 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=87
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:50.859680341 after sql statement
|
||
2015-01-15 22:34:50.869036460 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=87
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:51.094923931 after sql statement
|
||
2015-01-15 22:34:51.098060088 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223451_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:34:51 (16303) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223451_Job_62656.xml
|
||
2015-01-15 22:34:51 (16303) INFO : Job file loaded, run time for this step : 0.425671 seconds
|
||
2015-01-15 22:34:51 (16303) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:51 (16303) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:51 (16303) INFO : preProcess completed, run time for this step : 0.139478 seconds
|
||
2015-01-15 22:34:51 (16303) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:51 (16303) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:34:51 (16303) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:52 (16303) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:34:52 (16303) INFO : Bulk load completed, total run time : 1.71392 seconds
|
||
|
||
2015-01-15 22:34:52.975579319 after import
|
||
2015-01-15 22:34:52.990873854 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=88
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:00.362606733 after sql statement
|
||
2015-01-15 22:35:00.368538656 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=88
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.48 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:04.850358469 after sql statement
|
||
2015-01-15 22:35:04.865705167 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=88
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (3.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:08.015507020 after sql statement
|
||
2015-01-15 22:35:08.085950998 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.99 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:13.083994312 after sql statement
|
||
2015-01-15 22:35:13.094232358 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=89
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:20.875646280 after sql statement
|
||
2015-01-15 22:35:20.898784877 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=89
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:24.942693186 after sql statement
|
||
2015-01-15 22:35:24.974731368 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=89
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:27.091082649 after sql statement
|
||
2015-01-15 22:35:27.092979257 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223527_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:35:27 (35403) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223527_Job_62656.xml
|
||
2015-01-15 22:35:27 (35403) INFO : Job file loaded, run time for this step : 0.519464 seconds
|
||
2015-01-15 22:35:27 (35403) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:27 (35403) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:27 (35403) INFO : preProcess completed, run time for this step : 0.111518 seconds
|
||
2015-01-15 22:35:27 (35403) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:27 (35403) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:27 (35403) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:35:28 (35403) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:35:28 (35403) INFO : Bulk load completed, total run time : 1.67496 seconds
|
||
|
||
2015-01-15 22:35:28.970501876 after import
|
||
2015-01-15 22:35:28.992782080 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=90
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (7.49 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:40.243424854 after sql statement
|
||
2015-01-15 22:35:40.252464448 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=90
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:43.807645607 after sql statement
|
||
2015-01-15 22:35:43.823218089 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=90
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:44.732215613 after sql statement
|
||
2015-01-15 22:35:44.802273490 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.94 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:48.756077618 after sql statement
|
||
2015-01-15 22:35:48.773403910 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=91
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:51.756033694 after sql statement
|
||
2015-01-15 22:35:51.762665694 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=91
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:53.747197557 after sql statement
|
||
2015-01-15 22:35:53.751429356 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=91
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:53.946571648 after sql statement
|
||
2015-01-15 22:35:53.948652207 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223554_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:35:54 (51536) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223554_Job_62656.xml
|
||
2015-01-15 22:35:54 (51536) INFO : Job file loaded, run time for this step : 0.293863 seconds
|
||
2015-01-15 22:35:54 (51536) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:54 (51536) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:54 (51536) INFO : preProcess completed, run time for this step : 0.031287 seconds
|
||
2015-01-15 22:35:54 (51536) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:54 (51536) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:54 (51536) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:35:54 (51536) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:35:55 (51536) INFO : Bulk load completed, total run time : 1.36607 seconds
|
||
|
||
2015-01-15 22:35:55.469122946 after import
|
||
2015-01-15 22:35:55.477258764 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=92
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:01.150937260 after sql statement
|
||
2015-01-15 22:36:01.160008831 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=92
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:04.387158340 after sql statement
|
||
2015-01-15 22:36:04.391377011 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=92
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:05.239095614 after sql statement
|
||
2015-01-15 22:36:05.304224044 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.99 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:09.308192285 after sql statement
|
||
2015-01-15 22:36:09.318448069 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=93
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:14.002921431 after sql statement
|
||
2015-01-15 22:36:14.007528425 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=93
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:17.570004819 after sql statement
|
||
2015-01-15 22:36:17.581517044 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=93
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:18.088975559 after sql statement
|
||
2015-01-15 22:36:18.111237205 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223618_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:36:19 (4637) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223618_Job_62656.xml
|
||
2015-01-15 22:36:19 (4637) INFO : Job file loaded, run time for this step : 0.480408 seconds
|
||
2015-01-15 22:36:19 (4637) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:19 (4637) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:19 (4637) INFO : preProcess completed, run time for this step : 0.0277681 seconds
|
||
2015-01-15 22:36:19 (4637) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:19 (4637) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:36:19 (4637) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:19 (4637) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:36:20 (4637) INFO : Bulk load completed, total run time : 1.55156 seconds
|
||
|
||
2015-01-15 22:36:20.126342157 after import
|
||
2015-01-15 22:36:20.168243111 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=94
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:23.109767958 after sql statement
|
||
2015-01-15 22:36:23.118142924 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=94
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:25.588504207 after sql statement
|
||
2015-01-15 22:36:25.596575987 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=94
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:26.954330821 after sql statement
|
||
2015-01-15 22:36:27.004222607 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.62 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:30.635721267 after sql statement
|
||
2015-01-15 22:36:30.641848224 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=95
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:36.015013814 after sql statement
|
||
2015-01-15 22:36:36.021833756 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=95
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:39.041348871 after sql statement
|
||
2015-01-15 22:36:39.046978865 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=95
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:40.349844306 after sql statement
|
||
2015-01-15 22:36:40.352450428 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223640_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:36:40 (20241) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223640_Job_62656.xml
|
||
2015-01-15 22:36:40 (20241) INFO : Job file loaded, run time for this step : 0.314967 seconds
|
||
2015-01-15 22:36:40 (20241) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:40 (20241) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:40 (20241) INFO : preProcess completed, run time for this step : 0.0738029 seconds
|
||
2015-01-15 22:36:40 (20241) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:40 (20241) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:40 (20241) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:36:41 (20241) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:36:41 (20241) INFO : Bulk load completed, total run time : 1.41806 seconds
|
||
|
||
2015-01-15 22:36:41.957885364 after import
|
||
2015-01-15 22:36:41.996114139 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=96
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:44.796382099 after sql statement
|
||
2015-01-15 22:36:44.803649647 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=96
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:47.360987018 after sql statement
|
||
2015-01-15 22:36:47.367534519 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=96
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:48.707625979 after sql statement
|
||
2015-01-15 22:36:48.830462120 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.69 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:52.531080460 after sql statement
|
||
2015-01-15 22:36:52.538416404 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=97
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:58.191084368 after sql statement
|
||
2015-01-15 22:36:58.208260959 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=97
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:00.544658454 after sql statement
|
||
2015-01-15 22:37:00.549488384 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=97
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:01.167115205 after sql statement
|
||
2015-01-15 22:37:01.179052390 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223701_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:37:01 (35735) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223701_Job_62656.xml
|
||
2015-01-15 22:37:01 (35735) INFO : Job file loaded, run time for this step : 0.386953 seconds
|
||
2015-01-15 22:37:01 (35735) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:01 (35735) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:01 (35735) INFO : preProcess completed, run time for this step : 0.030282 seconds
|
||
2015-01-15 22:37:01 (35735) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:01 (35735) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:01 (35735) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:37:01 (35735) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:37:02 (35735) INFO : Bulk load completed, total run time : 1.44607 seconds
|
||
|
||
2015-01-15 22:37:02.810702935 after import
|
||
2015-01-15 22:37:02.814450496 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=98
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.91 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:07.462682254 after sql statement
|
||
2015-01-15 22:37:07.467831519 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=98
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:10.721765337 after sql statement
|
||
2015-01-15 22:37:10.745414389 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=98
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:11.324746327 after sql statement
|
||
2015-01-15 22:37:11.367146685 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.17 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:16.537931335 after sql statement
|
||
2015-01-15 22:37:16.552418568 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=99
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.80 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:20.120733696 after sql statement
|
||
2015-01-15 22:37:20.142710886 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=99
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:23.343144438 after sql statement
|
||
2015-01-15 22:37:23.349860916 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=99
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:24.404508856 after sql statement
|
||
2015-01-15 22:37:24.407185576 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223724_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:37:24 (53847) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223724_Job_62656.xml
|
||
2015-01-15 22:37:24 (53847) INFO : Job file loaded, run time for this step : 0.420794 seconds
|
||
2015-01-15 22:37:24 (53847) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:25 (53847) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:25 (53847) INFO : preProcess completed, run time for this step : 0.071825 seconds
|
||
2015-01-15 22:37:25 (53847) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:25 (53847) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:37:25 (53847) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:25 (53847) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:37:26 (53847) INFO : Bulk load completed, total run time : 1.55748 seconds
|
||
|
||
2015-01-15 22:37:26.154515252 after import
|
||
2015-01-15 22:37:26.197032531 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=100
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:32.460923386 after sql statement
|
||
2015-01-15 22:37:32.465509280 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=100
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.90 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:35.380229108 after sql statement
|
||
2015-01-15 22:37:35.392623088 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=100
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:36.417494922 after sql statement
|
||
2015-01-15 22:37:36.487143966 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.55 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:40.046808279 after sql statement
|
||
2015-01-15 22:37:40.051156498 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=101
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:45.739522905 after sql statement
|
||
2015-01-15 22:37:45.753237397 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=101
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:49.631201565 after sql statement
|
||
2015-01-15 22:37:49.643674356 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=101
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:51.340163240 after sql statement
|
||
2015-01-15 22:37:51.343385244 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223751_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:37:51 (7538) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223751_Job_62656.xml
|
||
2015-01-15 22:37:51 (7538) INFO : Job file loaded, run time for this step : 0.404644 seconds
|
||
2015-01-15 22:37:51 (7538) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:51 (7538) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:51 (7538) INFO : preProcess completed, run time for this step : 0.050946 seconds
|
||
2015-01-15 22:37:51 (7538) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:51 (7538) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:37:51 (7538) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:52 (7538) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:37:53 (7538) INFO : Bulk load completed, total run time : 1.50229 seconds
|
||
|
||
2015-01-15 22:37:53.035774129 after import
|
||
2015-01-15 22:37:53.049245644 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=102
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:57.090273140 after sql statement
|
||
2015-01-15 22:37:57.106726285 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=102
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:01.003335078 after sql statement
|
||
2015-01-15 22:38:01.024293338 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=102
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:02.199331259 after sql statement
|
||
2015-01-15 22:38:02.283305832 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.54 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:05.845222520 after sql statement
|
||
2015-01-15 22:38:05.852032696 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=103
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:11.525201970 after sql statement
|
||
2015-01-15 22:38:11.530295900 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=103
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:14.695115139 after sql statement
|
||
2015-01-15 22:38:14.707985442 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=103
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:16.365163273 after sql statement
|
||
2015-01-15 22:38:16.371846595 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223816_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:38:16 (23760) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223816_Job_62656.xml
|
||
2015-01-15 22:38:16 (23760) INFO : Job file loaded, run time for this step : 0.342199 seconds
|
||
2015-01-15 22:38:16 (23760) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:16 (23760) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:16 (23760) INFO : preProcess completed, run time for this step : 0.036509 seconds
|
||
2015-01-15 22:38:16 (23760) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:16 (23760) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:38:16 (23760) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:17 (23760) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:38:17 (23760) INFO : Bulk load completed, total run time : 1.40454 seconds
|
||
|
||
2015-01-15 22:38:17.954809346 after import
|
||
2015-01-15 22:38:17.958654098 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=104
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:20.834565303 after sql statement
|
||
2015-01-15 22:38:20.864174513 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=104
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:22.894460609 after sql statement
|
||
2015-01-15 22:38:22.899966739 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=104
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:22.993065563 after sql statement
|
||
2015-01-15 22:38:23.064660372 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.40 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:26.477692514 after sql statement
|
||
2015-01-15 22:38:26.482798438 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=105
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:31.528259073 after sql statement
|
||
2015-01-15 22:38:31.532282244 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=105
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:33.278204159 after sql statement
|
||
2015-01-15 22:38:33.294879975 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=105
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:33.533158661 after sql statement
|
||
2015-01-15 22:38:33.535504605 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223833_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:38:33 (37809) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223833_Job_62656.xml
|
||
2015-01-15 22:38:33 (37809) INFO : Job file loaded, run time for this step : 0.292814 seconds
|
||
2015-01-15 22:38:33 (37809) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:34 (37809) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:34 (37809) INFO : preProcess completed, run time for this step : 0.045964 seconds
|
||
2015-01-15 22:38:34 (37809) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:34 (37809) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:38:34 (37809) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:34 (37809) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:38:35 (37809) INFO : Bulk load completed, total run time : 1.41075 seconds
|
||
|
||
2015-01-15 22:38:35.115676630 after import
|
||
2015-01-15 22:38:35.139200714 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=106
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:38.878280822 after sql statement
|
||
2015-01-15 22:38:38.892781283 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=106
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.96 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:41.879669871 after sql statement
|
||
2015-01-15 22:38:41.885370238 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=106
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:42.551498648 after sql statement
|
||
2015-01-15 22:38:42.628137495 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.47 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:46.104546562 after sql statement
|
||
2015-01-15 22:38:46.111620209 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=107
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:49.636115484 after sql statement
|
||
2015-01-15 22:38:49.659726262 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=107
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:52.635719313 after sql statement
|
||
2015-01-15 22:38:52.642146846 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=107
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:52.935823059 after sql statement
|
||
2015-01-15 22:38:52.940019390 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223853_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:38:53 (52734) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223853_Job_62656.xml
|
||
2015-01-15 22:38:53 (52734) INFO : Job file loaded, run time for this step : 0.335184 seconds
|
||
2015-01-15 22:38:53 (52734) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:54 (52734) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:54 (52734) INFO : preProcess completed, run time for this step : 0.028224 seconds
|
||
2015-01-15 22:38:54 (52734) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:54 (52734) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:38:54 (52734) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:54 (52734) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:38:55 (52734) INFO : Bulk load completed, total run time : 1.39832 seconds
|
||
|
||
2015-01-15 22:38:55.068302948 after import
|
||
2015-01-15 22:38:55.072508633 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=108
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:57.953297232 after sql statement
|
||
2015-01-15 22:38:57.962923318 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=108
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:01.489167054 after sql statement
|
||
2015-01-15 22:39:01.497137992 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=108
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:02.813794789 after sql statement
|
||
2015-01-15 22:39:02.876131285 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.58 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:06.460255383 after sql statement
|
||
2015-01-15 22:39:06.473085089 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=109
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:10.425198025 after sql statement
|
||
2015-01-15 22:39:10.434229892 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=109
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.84 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:14.277457781 after sql statement
|
||
2015-01-15 22:39:14.286771063 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=109
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:15.234303953 after sql statement
|
||
2015-01-15 22:39:15.237978910 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223915_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:39:15 (4590) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223915_Job_62656.xml
|
||
2015-01-15 22:39:15 (4590) INFO : Job file loaded, run time for this step : 0.322899 seconds
|
||
2015-01-15 22:39:15 (4590) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:15 (4590) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:15 (4590) INFO : preProcess completed, run time for this step : 0.0265582 seconds
|
||
2015-01-15 22:39:15 (4590) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:15 (4590) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:39:15 (4590) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:16 (4590) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:39:16 (4590) INFO : Bulk load completed, total run time : 1.40927 seconds
|
||
|
||
2015-01-15 22:39:16.879068430 after import
|
||
2015-01-15 22:39:16.887972030 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=110
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:20.314481869 after sql statement
|
||
2015-01-15 22:39:20.319044122 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=110
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.98 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:23.309937716 after sql statement
|
||
2015-01-15 22:39:23.321196042 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=110
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:24.139845630 after sql statement
|
||
2015-01-15 22:39:24.209416203 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.04 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:30.268432280 after sql statement
|
||
2015-01-15 22:39:30.280011167 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=111
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:34.202239804 after sql statement
|
||
2015-01-15 22:39:34.208080130 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=111
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:35.762912422 after sql statement
|
||
2015-01-15 22:39:35.770873049 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=111
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:35.924752683 after sql statement
|
||
2015-01-15 22:39:35.927969181 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223937_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:39:37 (20723) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223937_Job_62656.xml
|
||
2015-01-15 22:39:37 (20723) INFO : Job file loaded, run time for this step : 1.40253 seconds
|
||
2015-01-15 22:39:37 (20723) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:37 (20723) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:37 (20723) INFO : preProcess completed, run time for this step : 0.0325289 seconds
|
||
2015-01-15 22:39:37 (20723) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:37 (20723) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:39:37 (20723) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:38 (20723) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:39:38 (20723) INFO : Bulk load completed, total run time : 2.51581 seconds
|
||
|
||
2015-01-15 22:39:38.787405546 after import
|
||
2015-01-15 22:39:38.808238675 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=112
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:42.039910980 after sql statement
|
||
2015-01-15 22:39:42.051905652 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=112
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:45.068014256 after sql statement
|
||
2015-01-15 22:39:45.080229678 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=112
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:45.811585169 after sql statement
|
||
2015-01-15 22:39:45.864606746 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.62 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:49.500806233 after sql statement
|
||
2015-01-15 22:39:49.505555011 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=113
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:54.497026386 after sql statement
|
||
2015-01-15 22:39:54.501124252 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=113
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:56.430932604 after sql statement
|
||
2015-01-15 22:39:56.437321374 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=113
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:57.645268889 after sql statement
|
||
2015-01-15 22:39:57.655895426 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223958_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:39:58 (36094) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T223958_Job_62656.xml
|
||
2015-01-15 22:39:58 (36094) INFO : Job file loaded, run time for this step : 0.346623 seconds
|
||
2015-01-15 22:39:58 (36094) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:58 (36094) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:58 (36094) INFO : preProcess completed, run time for this step : 0.036351 seconds
|
||
2015-01-15 22:39:58 (36094) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:58 (36094) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:39:58 (36094) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:58 (36094) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:39:59 (36094) INFO : Bulk load completed, total run time : 1.40573 seconds
|
||
|
||
2015-01-15 22:39:59.261239350 after import
|
||
2015-01-15 22:39:59.283949652 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=114
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:04.445133094 after sql statement
|
||
2015-01-15 22:40:04.449596476 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=114
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:06.541855370 after sql statement
|
||
2015-01-15 22:40:06.554845016 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=114
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:07.429691828 after sql statement
|
||
2015-01-15 22:40:07.485172614 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.26 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:12.745309175 after sql statement
|
||
2015-01-15 22:40:12.750211366 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=115
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:16.625903488 after sql statement
|
||
2015-01-15 22:40:16.647804321 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=115
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:18.353145489 after sql statement
|
||
2015-01-15 22:40:18.362856054 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=115
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:19.416622437 after sql statement
|
||
2015-01-15 22:40:19.419758202 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224019_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:40:20 (53766) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224019_Job_62656.xml
|
||
2015-01-15 22:40:20 (53766) INFO : Job file loaded, run time for this step : 0.574341 seconds
|
||
2015-01-15 22:40:20 (53766) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:20 (53766) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:20 (53766) INFO : preProcess completed, run time for this step : 0.123254 seconds
|
||
2015-01-15 22:40:20 (53766) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:20 (53766) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:40:20 (53766) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:20 (53766) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:40:21 (53766) INFO : Bulk load completed, total run time : 2.16539 seconds
|
||
|
||
2015-01-15 22:40:21.883596919 after import
|
||
2015-01-15 22:40:21.886887779 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=116
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.98 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:24.414049795 after sql statement
|
||
2015-01-15 22:40:24.422758001 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=116
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.90 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:30.339451346 after sql statement
|
||
2015-01-15 22:40:30.362250212 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=116
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:30.997874209 after sql statement
|
||
2015-01-15 22:40:31.083068339 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.93 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:35.018215831 after sql statement
|
||
2015-01-15 22:40:35.025311033 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=117
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:38.489289556 after sql statement
|
||
2015-01-15 22:40:38.498371966 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=117
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.09 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:41.604188076 after sql statement
|
||
2015-01-15 22:40:41.617607942 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=117
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:42.360126117 after sql statement
|
||
2015-01-15 22:40:42.380267970 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224043_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:40:43 (4606) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224043_Job_62656.xml
|
||
2015-01-15 22:40:43 (4606) INFO : Job file loaded, run time for this step : 0.613849 seconds
|
||
2015-01-15 22:40:43 (4606) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:43 (4606) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:43 (4606) INFO : preProcess completed, run time for this step : 0.0436339 seconds
|
||
2015-01-15 22:40:43 (4606) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:43 (4606) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:43 (4606) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:40:43 (4606) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:40:44 (4606) INFO : Bulk load completed, total run time : 1.68253 seconds
|
||
|
||
2015-01-15 22:40:44.352075400 after import
|
||
2015-01-15 22:40:44.364398583 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=118
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:51.462246827 after sql statement
|
||
2015-01-15 22:40:51.471136065 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=118
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:53.604122443 after sql statement
|
||
2015-01-15 22:40:53.610105776 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=118
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:54.108320279 after sql statement
|
||
2015-01-15 22:40:54.176384578 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.04 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:59.230101030 after sql statement
|
||
2015-01-15 22:40:59.239423744 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=119
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:01.251333013 after sql statement
|
||
2015-01-15 22:41:01.255336442 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=119
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:04.452426627 after sql statement
|
||
2015-01-15 22:41:04.467485015 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=119
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:05.319622462 after sql statement
|
||
2015-01-15 22:41:05.321641414 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224105_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:41:05 (19175) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224105_Job_62656.xml
|
||
2015-01-15 22:41:05 (19175) INFO : Job file loaded, run time for this step : 0.287694 seconds
|
||
2015-01-15 22:41:05 (19175) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:05 (19175) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:05 (19175) INFO : preProcess completed, run time for this step : 0.045727 seconds
|
||
2015-01-15 22:41:05 (19175) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:05 (19175) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:41:05 (19175) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:06 (19175) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:41:06 (19175) INFO : Bulk load completed, total run time : 1.44609 seconds
|
||
|
||
2015-01-15 22:41:06.949830650 after import
|
||
2015-01-15 22:41:06.960676104 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=120
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:12.093765014 after sql statement
|
||
2015-01-15 22:41:12.113275269 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=120
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:14.719116079 after sql statement
|
||
2015-01-15 22:41:14.737953292 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=120
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:15.276712114 after sql statement
|
||
2015-01-15 22:41:15.345168887 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.97 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:20.330930957 after sql statement
|
||
2015-01-15 22:41:20.338140153 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=121
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:27.110752845 after sql statement
|
||
2015-01-15 22:41:27.126619386 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=121
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:29.389046024 after sql statement
|
||
2015-01-15 22:41:29.400579100 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=121
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:30.002287320 after sql statement
|
||
2015-01-15 22:41:30.018007218 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224130_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:41:30 (37816) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224130_Job_62656.xml
|
||
2015-01-15 22:41:30 (37816) INFO : Job file loaded, run time for this step : 0.44623 seconds
|
||
2015-01-15 22:41:30 (37816) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:30 (37816) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:30 (37816) INFO : preProcess completed, run time for this step : 0.0359511 seconds
|
||
2015-01-15 22:41:30 (37816) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:30 (37816) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:41:30 (37816) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:31 (37816) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:41:31 (37816) INFO : Bulk load completed, total run time : 1.51637 seconds
|
||
|
||
2015-01-15 22:41:31.706395626 after import
|
||
2015-01-15 22:41:31.733473527 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=122
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:38.310512933 after sql statement
|
||
2015-01-15 22:41:38.320752910 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=122
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:39.782678236 after sql statement
|
||
2015-01-15 22:41:39.792922153 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=122
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:40.056130376 after sql statement
|
||
2015-01-15 22:41:40.138286222 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.43 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:43.572098088 after sql statement
|
||
2015-01-15 22:41:43.578025056 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=123
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:50.029757935 after sql statement
|
||
2015-01-15 22:41:50.038379848 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=123
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.48 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:52.550938103 after sql statement
|
||
2015-01-15 22:41:52.557924229 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=123
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:52.969659847 after sql statement
|
||
2015-01-15 22:41:52.978421057 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224153_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:41:53 (54370) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224153_Job_62656.xml
|
||
2015-01-15 22:41:53 (54370) INFO : Job file loaded, run time for this step : 0.412155 seconds
|
||
2015-01-15 22:41:53 (54370) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:53 (54370) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:53 (54370) INFO : preProcess completed, run time for this step : 0.0790591 seconds
|
||
2015-01-15 22:41:53 (54370) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:53 (54370) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:53 (54370) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:41:53 (54370) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:41:54 (54370) INFO : Bulk load completed, total run time : 1.50609 seconds
|
||
|
||
2015-01-15 22:41:54.654812334 after import
|
||
2015-01-15 22:41:54.673516466 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=124
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:59.008027250 after sql statement
|
||
2015-01-15 22:41:59.032602426 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=124
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:01.120353040 after sql statement
|
||
2015-01-15 22:42:01.150639465 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=124
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:02.349495598 after sql statement
|
||
2015-01-15 22:42:02.431070283 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.88 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:09.325860309 after sql statement
|
||
2015-01-15 22:42:09.342595475 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=125
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:15.828130027 after sql statement
|
||
2015-01-15 22:42:15.854916756 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=125
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:17.666024495 after sql statement
|
||
2015-01-15 22:42:17.670702380 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=125
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:18.675283258 after sql statement
|
||
2015-01-15 22:42:18.688471900 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224219_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:42:19 (10387) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224219_Job_62656.xml
|
||
2015-01-15 22:42:19 (10387) INFO : Job file loaded, run time for this step : 0.578527 seconds
|
||
2015-01-15 22:42:19 (10387) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:19 (10387) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:19 (10387) INFO : preProcess completed, run time for this step : 0.0734658 seconds
|
||
2015-01-15 22:42:19 (10387) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:19 (10387) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:19 (10387) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:42:19 (10387) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:42:20 (10387) INFO : Bulk load completed, total run time : 1.69787 seconds
|
||
|
||
2015-01-15 22:42:20.566324349 after import
|
||
2015-01-15 22:42:20.573091576 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=126
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:23.936226702 after sql statement
|
||
2015-01-15 22:42:23.947790595 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=126
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:28.172566007 after sql statement
|
||
2015-01-15 22:42:28.182357432 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=126
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:28.798926537 after sql statement
|
||
2015-01-15 22:42:28.878356365 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.67 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:32.559001013 after sql statement
|
||
2015-01-15 22:42:32.563870624 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=127
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.80 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:35.552002051 after sql statement
|
||
2015-01-15 22:42:35.557217978 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=127
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:38.637315893 after sql statement
|
||
2015-01-15 22:42:38.656601861 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=127
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:39.082542665 after sql statement
|
||
2015-01-15 22:42:39.087684873 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224239_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:42:39 (25914) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224239_Job_62656.xml
|
||
2015-01-15 22:42:39 (25914) INFO : Job file loaded, run time for this step : 0.347905 seconds
|
||
2015-01-15 22:42:39 (25914) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:39 (25914) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:39 (25914) INFO : preProcess completed, run time for this step : 0.0475411 seconds
|
||
2015-01-15 22:42:39 (25914) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:39 (25914) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:42:39 (25914) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:40 (25914) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:42:40 (25914) INFO : Bulk load completed, total run time : 1.42517 seconds
|
||
|
||
2015-01-15 22:42:40.953366442 after import
|
||
2015-01-15 22:42:40.969232757 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=128
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.36 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:46.753374151 after sql statement
|
||
2015-01-15 22:42:46.756996652 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=128
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:49.215671631 after sql statement
|
||
2015-01-15 22:42:49.223651149 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=128
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:49.602403513 after sql statement
|
||
2015-01-15 22:42:49.702360168 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.72 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:53.459210351 after sql statement
|
||
2015-01-15 22:42:53.525528822 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=129
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:57.975210641 after sql statement
|
||
2015-01-15 22:42:57.990313562 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=129
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:03.230106414 after sql statement
|
||
2015-01-15 22:43:03.235969585 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=129
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:04.857921652 after sql statement
|
||
2015-01-15 22:43:04.860104972 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224306_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:43:06 (44034) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224306_Job_62656.xml
|
||
2015-01-15 22:43:06 (44034) INFO : Job file loaded, run time for this step : 1.12596 seconds
|
||
2015-01-15 22:43:06 (44034) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:06 (44034) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:06 (44034) INFO : preProcess completed, run time for this step : 0.130069 seconds
|
||
2015-01-15 22:43:06 (44034) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:06 (44034) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:43:06 (44034) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:06 (44034) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:43:08 (44034) INFO : Bulk load completed, total run time : 3.55634 seconds
|
||
|
||
2015-01-15 22:43:08.981586581 after import
|
||
2015-01-15 22:43:08.990894463 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=130
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:13.309884634 after sql statement
|
||
2015-01-15 22:43:13.318455792 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=130
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:16.507820457 after sql statement
|
||
2015-01-15 22:43:16.525897750 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=130
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:17.091911628 after sql statement
|
||
2015-01-15 22:43:17.208485933 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.94 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:21.148743966 after sql statement
|
||
2015-01-15 22:43:21.234517687 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=131
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:25.574483548 after sql statement
|
||
2015-01-15 22:43:25.578866258 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=131
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.84 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:27.432494871 after sql statement
|
||
2015-01-15 22:43:27.437802674 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=131
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:27.631779061 after sql statement
|
||
2015-01-15 22:43:27.634219767 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224328_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:43:28 (60530) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224328_Job_62656.xml
|
||
2015-01-15 22:43:28 (60530) INFO : Job file loaded, run time for this step : 0.371739 seconds
|
||
2015-01-15 22:43:28 (60530) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:28 (60530) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:28 (60530) INFO : preProcess completed, run time for this step : 0.291851 seconds
|
||
2015-01-15 22:43:28 (60530) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:28 (60530) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:43:28 (60530) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:29 (60530) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:43:29 (60530) INFO : Bulk load completed, total run time : 1.72011 seconds
|
||
|
||
2015-01-15 22:43:29.751371145 after import
|
||
2015-01-15 22:43:29.756665199 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=132
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:34.573503576 after sql statement
|
||
2015-01-15 22:43:34.577287870 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=132
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:36.488956200 after sql statement
|
||
2015-01-15 22:43:36.492527222 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=132
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:36.631075141 after sql statement
|
||
2015-01-15 22:43:36.706269845 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.62 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:40.341279367 after sql statement
|
||
2015-01-15 22:43:40.376612238 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=133
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:42.837412155 after sql statement
|
||
2015-01-15 22:43:42.858748524 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=133
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:45.856112526 after sql statement
|
||
2015-01-15 22:43:45.860408108 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=133
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:45.997891453 after sql statement
|
||
2015-01-15 22:43:46.003550479 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224346_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:43:46 (9511) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224346_Job_62656.xml
|
||
2015-01-15 22:43:46 (9511) INFO : Job file loaded, run time for this step : 0.252483 seconds
|
||
2015-01-15 22:43:46 (9511) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:46 (9511) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:46 (9511) INFO : preProcess completed, run time for this step : 0.0420082 seconds
|
||
2015-01-15 22:43:46 (9511) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:46 (9511) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:46 (9511) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:43:46 (9511) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:43:47 (9511) INFO : Bulk load completed, total run time : 1.40967 seconds
|
||
|
||
2015-01-15 22:43:47.551642827 after import
|
||
2015-01-15 22:43:47.557227805 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=134
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:52.632737985 after sql statement
|
||
2015-01-15 22:43:52.647579665 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=134
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:54.824933372 after sql statement
|
||
2015-01-15 22:43:54.829131647 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=134
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:55.789621361 after sql statement
|
||
2015-01-15 22:43:55.902836145 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.64 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:00.566686403 after sql statement
|
||
2015-01-15 22:44:00.575542649 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=135
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:04.493183500 after sql statement
|
||
2015-01-15 22:44:04.501734360 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=135
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.33 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:07.856512335 after sql statement
|
||
2015-01-15 22:44:07.893448398 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=135
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:08.341918529 after sql statement
|
||
2015-01-15 22:44:08.359233219 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224408_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:44:08 (27134) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224408_Job_62656.xml
|
||
2015-01-15 22:44:08 (27134) INFO : Job file loaded, run time for this step : 0.271374 seconds
|
||
2015-01-15 22:44:08 (27134) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:08 (27134) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:08 (27134) INFO : preProcess completed, run time for this step : 0.101128 seconds
|
||
2015-01-15 22:44:08 (27134) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:08 (27134) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:44:08 (27134) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:09 (27134) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:44:09 (27134) INFO : Bulk load completed, total run time : 1.38856 seconds
|
||
|
||
2015-01-15 22:44:09.934036157 after import
|
||
2015-01-15 22:44:09.937995513 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=136
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:12.950197262 after sql statement
|
||
2015-01-15 22:44:12.956109780 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=136
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:15.734038882 after sql statement
|
||
2015-01-15 22:44:15.739725784 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=136
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:15.921082745 after sql statement
|
||
2015-01-15 22:44:15.993588477 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.39 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:19.398096668 after sql statement
|
||
2015-01-15 22:44:19.407460112 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=137
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:23.313547614 after sql statement
|
||
2015-01-15 22:44:23.321354944 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=137
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:25.797576430 after sql statement
|
||
2015-01-15 22:44:25.803300941 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=137
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:26.231769869 after sql statement
|
||
2015-01-15 22:44:26.262250871 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224426_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:44:26 (41274) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224426_Job_62656.xml
|
||
2015-01-15 22:44:26 (41274) INFO : Job file loaded, run time for this step : 0.426297 seconds
|
||
2015-01-15 22:44:26 (41274) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:26 (41274) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:26 (41274) INFO : preProcess completed, run time for this step : 0.0467319 seconds
|
||
2015-01-15 22:44:26 (41274) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:26 (41274) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:44:26 (41274) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:27 (41274) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:44:27 (41274) INFO : Bulk load completed, total run time : 1.50232 seconds
|
||
|
||
2015-01-15 22:44:28.002826705 after import
|
||
2015-01-15 22:44:28.007347702 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=138
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:34.208231015 after sql statement
|
||
2015-01-15 22:44:34.214986997 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=138
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:35.535121884 after sql statement
|
||
2015-01-15 22:44:35.543759068 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=138
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:35.927198572 after sql statement
|
||
2015-01-15 22:44:35.972053209 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.63 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:39.612448770 after sql statement
|
||
2015-01-15 22:44:39.617804988 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=139
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:42.060778968 after sql statement
|
||
2015-01-15 22:44:42.067574087 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=139
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:45.416322395 after sql statement
|
||
2015-01-15 22:44:45.424860355 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=139
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:46.605375601 after sql statement
|
||
2015-01-15 22:44:46.613970291 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224447_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:44:47 (56213) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224447_Job_62656.xml
|
||
2015-01-15 22:44:47 (56213) INFO : Job file loaded, run time for this step : 0.267948 seconds
|
||
2015-01-15 22:44:47 (56213) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:47 (56213) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:47 (56213) INFO : preProcess completed, run time for this step : 0.0463779 seconds
|
||
2015-01-15 22:44:47 (56213) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:47 (56213) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:44:47 (56213) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:47 (56213) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:44:48 (56213) INFO : Bulk load completed, total run time : 1.34053 seconds
|
||
|
||
2015-01-15 22:44:48.129727363 after import
|
||
2015-01-15 22:44:48.137760914 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=140
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:52.748460535 after sql statement
|
||
2015-01-15 22:44:52.772359410 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=140
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:55.734470165 after sql statement
|
||
2015-01-15 22:44:55.752662948 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=140
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:57.096766107 after sql statement
|
||
2015-01-15 22:44:57.197093354 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.65 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:00.860823732 after sql statement
|
||
2015-01-15 22:45:00.864812537 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=141
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:04.114332643 after sql statement
|
||
2015-01-15 22:45:04.124526017 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=141
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:06.937734133 after sql statement
|
||
2015-01-15 22:45:06.949934140 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=141
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:08.391154777 after sql statement
|
||
2015-01-15 22:45:08.393910692 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224508_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:45:08 (6659) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224508_Job_62656.xml
|
||
2015-01-15 22:45:08 (6659) INFO : Job file loaded, run time for this step : 0.393998 seconds
|
||
2015-01-15 22:45:08 (6659) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:08 (6659) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:08 (6659) INFO : preProcess completed, run time for this step : 0.074574 seconds
|
||
2015-01-15 22:45:08 (6659) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:08 (6659) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:45:08 (6659) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:09 (6659) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:45:10 (6659) INFO : Bulk load completed, total run time : 1.52763 seconds
|
||
|
||
2015-01-15 22:45:10.070640087 after import
|
||
2015-01-15 22:45:10.075701226 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=142
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:14.623850174 after sql statement
|
||
2015-01-15 22:45:14.632030734 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=142
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:17.395050482 after sql statement
|
||
2015-01-15 22:45:17.420155911 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=142
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:17.767436328 after sql statement
|
||
2015-01-15 22:45:17.832379145 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.69 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:21.534988042 after sql statement
|
||
2015-01-15 22:45:21.542265380 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=143
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:24.473963508 after sql statement
|
||
2015-01-15 22:45:24.482798774 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=143
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:26.210159516 after sql statement
|
||
2015-01-15 22:45:26.242665150 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=143
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:27.778748630 after sql statement
|
||
2015-01-15 22:45:27.783918540 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224528_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:45:28 (22105) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224528_Job_62656.xml
|
||
2015-01-15 22:45:28 (22105) INFO : Job file loaded, run time for this step : 0.365837 seconds
|
||
2015-01-15 22:45:28 (22105) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:28 (22105) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:28 (22105) INFO : preProcess completed, run time for this step : 0.043587 seconds
|
||
2015-01-15 22:45:28 (22105) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:28 (22105) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:45:28 (22105) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:28 (22105) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:45:29 (22105) INFO : Bulk load completed, total run time : 1.43248 seconds
|
||
|
||
2015-01-15 22:45:29.389023854 after import
|
||
2015-01-15 22:45:29.392639334 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=144
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:32.666426920 after sql statement
|
||
2015-01-15 22:45:32.705063768 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=144
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:35.362416241 after sql statement
|
||
2015-01-15 22:45:35.371498176 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=144
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:35.705089908 after sql statement
|
||
2015-01-15 22:45:35.799671707 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.46 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:42.266526782 after sql statement
|
||
2015-01-15 22:45:42.274325732 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=145
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:45.751956567 after sql statement
|
||
2015-01-15 22:45:45.776292716 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=145
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:48.661098463 after sql statement
|
||
2015-01-15 22:45:48.690899852 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=145
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:49.460685968 after sql statement
|
||
2015-01-15 22:45:49.469836976 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224550_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:45:50 (38128) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224550_Job_62656.xml
|
||
2015-01-15 22:45:50 (38128) INFO : Job file loaded, run time for this step : 0.519944 seconds
|
||
2015-01-15 22:45:50 (38128) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:50 (38128) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:50 (38128) INFO : preProcess completed, run time for this step : 0.138914 seconds
|
||
2015-01-15 22:45:50 (38128) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:50 (38128) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:45:50 (38128) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:50 (38128) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:45:51 (38128) INFO : Bulk load completed, total run time : 1.71783 seconds
|
||
|
||
2015-01-15 22:45:51.351442636 after import
|
||
2015-01-15 22:45:51.373598266 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=146
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:55.016616250 after sql statement
|
||
2015-01-15 22:45:55.037715383 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=146
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:58.214028494 after sql statement
|
||
2015-01-15 22:45:58.225751699 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=146
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:59.035912022 after sql statement
|
||
2015-01-15 22:45:59.100792651 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.69 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:02.788117333 after sql statement
|
||
2015-01-15 22:46:02.796680519 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=147
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:08.386665969 after sql statement
|
||
2015-01-15 22:46:08.390931249 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=147
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:11.433502276 after sql statement
|
||
2015-01-15 22:46:11.442220244 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=147
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:12.888825377 after sql statement
|
||
2015-01-15 22:46:12.891070970 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224613_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:46:13 (55281) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224613_Job_62656.xml
|
||
2015-01-15 22:46:13 (55281) INFO : Job file loaded, run time for this step : 0.628597 seconds
|
||
2015-01-15 22:46:13 (55281) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:14 (55281) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:14 (55281) INFO : preProcess completed, run time for this step : 0.103492 seconds
|
||
2015-01-15 22:46:14 (55281) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:14 (55281) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:46:14 (55281) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:14 (55281) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:46:15 (55281) INFO : Bulk load completed, total run time : 2.39771 seconds
|
||
|
||
2015-01-15 22:46:15.770744336 after import
|
||
2015-01-15 22:46:15.776138434 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=148
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.69 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:23.130283237 after sql statement
|
||
2015-01-15 22:46:23.134496939 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=148
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:24.208769038 after sql statement
|
||
2015-01-15 22:46:24.214331163 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=148
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:26.148359630 after sql statement
|
||
2015-01-15 22:46:26.226273659 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.03 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:30.279906744 after sql statement
|
||
2015-01-15 22:46:30.285461253 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=149
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:35.396982107 after sql statement
|
||
2015-01-15 22:46:35.404380745 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=149
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:37.610885675 after sql statement
|
||
2015-01-15 22:46:37.617216273 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=149
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:38.081783162 after sql statement
|
||
2015-01-15 22:46:38.087650628 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224639_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:46:39 (8226) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224639_Job_62656.xml
|
||
2015-01-15 22:46:39 (8226) INFO : Job file loaded, run time for this step : 0.401575 seconds
|
||
2015-01-15 22:46:39 (8226) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:39 (8226) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:39 (8226) INFO : preProcess completed, run time for this step : 0.078582 seconds
|
||
2015-01-15 22:46:39 (8226) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:39 (8226) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:39 (8226) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:46:39 (8226) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:46:40 (8226) INFO : Bulk load completed, total run time : 1.52804 seconds
|
||
|
||
2015-01-15 22:46:40.340083288 after import
|
||
2015-01-15 22:46:40.354411083 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=150
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:44.691677019 after sql statement
|
||
2015-01-15 22:46:44.698616769 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=150
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:48.972669942 after sql statement
|
||
2015-01-15 22:46:48.983250453 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=150
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:49.568072573 after sql statement
|
||
2015-01-15 22:46:49.667628748 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.67 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:53.394226494 after sql statement
|
||
2015-01-15 22:46:53.409643362 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=151
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:56.312271428 after sql statement
|
||
2015-01-15 22:46:56.331404592 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=151
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:00.041708272 after sql statement
|
||
2015-01-15 22:47:00.056030692 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=151
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:00.365616180 after sql statement
|
||
2015-01-15 22:47:00.367579827 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224700_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:47:00 (24875) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224700_Job_62656.xml
|
||
2015-01-15 22:47:00 (24875) INFO : Job file loaded, run time for this step : 0.341357 seconds
|
||
2015-01-15 22:47:00 (24875) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:00 (24875) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:00 (24875) INFO : preProcess completed, run time for this step : 0.055829 seconds
|
||
2015-01-15 22:47:00 (24875) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:00 (24875) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:00 (24875) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:47:02 (24875) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:47:02 (24875) INFO : Bulk load completed, total run time : 2.42348 seconds
|
||
|
||
2015-01-15 22:47:02.978474378 after import
|
||
2015-01-15 22:47:02.987554395 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=152
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:07.202691510 after sql statement
|
||
2015-01-15 22:47:07.209414479 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=152
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:10.961763891 after sql statement
|
||
2015-01-15 22:47:10.970807918 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=152
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:11.811841207 after sql statement
|
||
2015-01-15 22:47:11.878343248 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.64 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:15.537444341 after sql statement
|
||
2015-01-15 22:47:15.543856612 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=153
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:18.654400702 after sql statement
|
||
2015-01-15 22:47:18.659075306 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=153
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:21.408688030 after sql statement
|
||
2015-01-15 22:47:21.418946508 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=153
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:23.313501362 after sql statement
|
||
2015-01-15 22:47:23.316158889 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224723_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:47:23 (41519) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224723_Job_62656.xml
|
||
2015-01-15 22:47:23 (41519) INFO : Job file loaded, run time for this step : 0.381641 seconds
|
||
2015-01-15 22:47:23 (41519) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:23 (41519) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:23 (41519) INFO : preProcess completed, run time for this step : 0.085665 seconds
|
||
2015-01-15 22:47:23 (41519) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:23 (41519) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:47:23 (41519) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:24 (41519) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:47:24 (41519) INFO : Bulk load completed, total run time : 1.49531 seconds
|
||
|
||
2015-01-15 22:47:24.955520775 after import
|
||
2015-01-15 22:47:24.972881986 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=154
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:30.203663567 after sql statement
|
||
2015-01-15 22:47:30.218460605 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=154
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:32.201439775 after sql statement
|
||
2015-01-15 22:47:32.210077262 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=154
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:32.645642851 after sql statement
|
||
2015-01-15 22:47:32.733636762 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.72 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:36.476726610 after sql statement
|
||
2015-01-15 22:47:36.492198995 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=155
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:40.101467947 after sql statement
|
||
2015-01-15 22:47:40.106658760 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=155
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:42.225177244 after sql statement
|
||
2015-01-15 22:47:42.236866588 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=155
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:42.911203960 after sql statement
|
||
2015-01-15 22:47:42.925054644 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224743_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:47:43 (56722) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224743_Job_62656.xml
|
||
2015-01-15 22:47:43 (56722) INFO : Job file loaded, run time for this step : 0.651248 seconds
|
||
2015-01-15 22:47:43 (56722) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:43 (56722) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:43 (56722) INFO : preProcess completed, run time for this step : 0.0445511 seconds
|
||
2015-01-15 22:47:43 (56722) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:43 (56722) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:43 (56722) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:47:44 (56722) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:47:44 (56722) INFO : Bulk load completed, total run time : 1.78557 seconds
|
||
|
||
2015-01-15 22:47:44.909547722 after import
|
||
2015-01-15 22:47:44.932312833 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=156
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:49.074014132 after sql statement
|
||
2015-01-15 22:47:49.089553094 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=156
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:51.395346541 after sql statement
|
||
2015-01-15 22:47:51.402127313 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=156
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:52.201150712 after sql statement
|
||
2015-01-15 22:47:52.264998330 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.02 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:56.290659909 after sql statement
|
||
2015-01-15 22:47:56.310333469 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=157
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:00.793079131 after sql statement
|
||
2015-01-15 22:48:00.799275094 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=157
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.37 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:02.176422900 after sql statement
|
||
2015-01-15 22:48:02.191301764 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=157
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:02.455863775 after sql statement
|
||
2015-01-15 22:48:02.458212392 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224803_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:48:03 (5936) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224803_Job_62656.xml
|
||
2015-01-15 22:48:03 (5936) INFO : Job file loaded, run time for this step : 0.392936 seconds
|
||
2015-01-15 22:48:03 (5936) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:03 (5936) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:03 (5936) INFO : preProcess completed, run time for this step : 0.070183 seconds
|
||
2015-01-15 22:48:03 (5936) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:03 (5936) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:03 (5936) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:48:03 (5936) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:48:04 (5936) INFO : Bulk load completed, total run time : 1.52707 seconds
|
||
|
||
2015-01-15 22:48:04.747057326 after import
|
||
2015-01-15 22:48:04.754689991 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=158
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:10.248987912 after sql statement
|
||
2015-01-15 22:48:10.260570617 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=158
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:13.471770230 after sql statement
|
||
2015-01-15 22:48:13.476305866 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=158
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:13.772702498 after sql statement
|
||
2015-01-15 22:48:13.871381217 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.49 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:17.381926532 after sql statement
|
||
2015-01-15 22:48:17.392982483 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=159
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:21.249684709 after sql statement
|
||
2015-01-15 22:48:21.309986929 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=159
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:24.484770566 after sql statement
|
||
2015-01-15 22:48:24.492585211 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=159
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:24.806406482 after sql statement
|
||
2015-01-15 22:48:24.808703521 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224825_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:48:25 (22602) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224825_Job_62656.xml
|
||
2015-01-15 22:48:25 (22602) INFO : Job file loaded, run time for this step : 0.262068 seconds
|
||
2015-01-15 22:48:25 (22602) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:25 (22602) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:25 (22602) INFO : preProcess completed, run time for this step : 0.24191 seconds
|
||
2015-01-15 22:48:25 (22602) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:25 (22602) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:25 (22602) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:48:25 (22602) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:48:26 (22602) INFO : Bulk load completed, total run time : 1.54298 seconds
|
||
|
||
2015-01-15 22:48:26.516850995 after import
|
||
2015-01-15 22:48:26.538131478 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=160
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.17 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:31.234958049 after sql statement
|
||
2015-01-15 22:48:31.253834139 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=160
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:33.018520209 after sql statement
|
||
2015-01-15 22:48:33.025690044 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=160
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:34.373497632 after sql statement
|
||
2015-01-15 22:48:34.496778750 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.74 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:38.246089034 after sql statement
|
||
2015-01-15 22:48:38.252578715 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=161
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:43.402749816 after sql statement
|
||
2015-01-15 22:48:43.410760482 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=161
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:45.416599535 after sql statement
|
||
2015-01-15 22:48:45.432881499 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=161
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:45.981787130 after sql statement
|
||
2015-01-15 22:48:45.986253223 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224846_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:48:46 (39584) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224846_Job_62656.xml
|
||
2015-01-15 22:48:46 (39584) INFO : Job file loaded, run time for this step : 0.36596 seconds
|
||
2015-01-15 22:48:46 (39584) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:46 (39584) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:46 (39584) INFO : preProcess completed, run time for this step : 0.0599022 seconds
|
||
2015-01-15 22:48:46 (39584) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:46 (39584) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:48:46 (39584) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:46 (39584) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:48:47 (39584) INFO : Bulk load completed, total run time : 1.44464 seconds
|
||
|
||
2015-01-15 22:48:47.621791607 after import
|
||
2015-01-15 22:48:47.646240177 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=162
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:52.201510477 after sql statement
|
||
2015-01-15 22:48:52.205343637 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=162
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:55.727800672 after sql statement
|
||
2015-01-15 22:48:55.737779842 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=162
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:56.436778941 after sql statement
|
||
2015-01-15 22:48:56.501974881 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.47 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:59.983117627 after sql statement
|
||
2015-01-15 22:48:59.997146009 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=163
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:03.314173377 after sql statement
|
||
2015-01-15 22:49:03.317741919 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=163
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:05.401406387 after sql statement
|
||
2015-01-15 22:49:05.411033064 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=163
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:05.705306566 after sql statement
|
||
2015-01-15 22:49:05.707506540 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224906_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:49:06 (54680) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224906_Job_62656.xml
|
||
2015-01-15 22:49:06 (54680) INFO : Job file loaded, run time for this step : 0.298607 seconds
|
||
2015-01-15 22:49:06 (54680) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:06 (54680) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:06 (54680) INFO : preProcess completed, run time for this step : 0.0360909 seconds
|
||
2015-01-15 22:49:06 (54680) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:06 (54680) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:49:06 (54680) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:06 (54680) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:49:07 (54680) INFO : Bulk load completed, total run time : 1.36047 seconds
|
||
|
||
2015-01-15 22:49:07.218881815 after import
|
||
2015-01-15 22:49:07.223941778 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=164
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:13.206262864 after sql statement
|
||
2015-01-15 22:49:13.211902081 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=164
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:14.967213302 after sql statement
|
||
2015-01-15 22:49:14.972462357 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=164
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:15.366118919 after sql statement
|
||
2015-01-15 22:49:15.439820177 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.95 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:19.404286435 after sql statement
|
||
2015-01-15 22:49:19.419089438 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=165
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:25.142062781 after sql statement
|
||
2015-01-15 22:49:25.148018045 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=165
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:27.134499163 after sql statement
|
||
2015-01-15 22:49:27.142811244 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=165
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:28.499327628 after sql statement
|
||
2015-01-15 22:49:28.502921293 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224929_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:49:29 (5789) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224929_Job_62656.xml
|
||
2015-01-15 22:49:29 (5789) INFO : Job file loaded, run time for this step : 0.629725 seconds
|
||
2015-01-15 22:49:29 (5789) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:29 (5789) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:29 (5789) INFO : preProcess completed, run time for this step : 0.0611181 seconds
|
||
2015-01-15 22:49:29 (5789) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:29 (5789) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:29 (5789) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:49:29 (5789) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:49:30 (5789) INFO : Bulk load completed, total run time : 1.93023 seconds
|
||
|
||
2015-01-15 22:49:30.623638682 after import
|
||
2015-01-15 22:49:30.641569814 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=166
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:37.282970017 after sql statement
|
||
2015-01-15 22:49:37.295327765 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=166
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:41.043891912 after sql statement
|
||
2015-01-15 22:49:41.049042531 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=166
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:41.225310466 after sql statement
|
||
2015-01-15 22:49:41.274571747 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.50 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:44.773324909 after sql statement
|
||
2015-01-15 22:49:44.781234795 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=167
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:49.244144125 after sql statement
|
||
2015-01-15 22:49:49.255034131 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=167
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.61 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:50.872983739 after sql statement
|
||
2015-01-15 22:49:50.876883892 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=167
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:51.276573987 after sql statement
|
||
2015-01-15 22:49:51.281127905 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224951_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:49:51 (20763) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T224951_Job_62656.xml
|
||
2015-01-15 22:49:51 (20763) INFO : Job file loaded, run time for this step : 0.271946 seconds
|
||
2015-01-15 22:49:51 (20763) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:51 (20763) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:51 (20763) INFO : preProcess completed, run time for this step : 0.017946 seconds
|
||
2015-01-15 22:49:51 (20763) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:51 (20763) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:49:51 (20763) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:51 (20763) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:49:52 (20763) INFO : Bulk load completed, total run time : 1.41284 seconds
|
||
|
||
2015-01-15 22:49:52.883897483 after import
|
||
2015-01-15 22:49:52.899089386 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=168
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (4.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:58.550424790 after sql statement
|
||
2015-01-15 22:49:58.584459192 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=168
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:01.686028755 after sql statement
|
||
2015-01-15 22:50:01.690924736 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=168
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:02.254931823 after sql statement
|
||
2015-01-15 22:50:02.352328200 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.52 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:05.880230925 after sql statement
|
||
2015-01-15 22:50:05.884376625 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=169
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:09.852511644 after sql statement
|
||
2015-01-15 22:50:09.860446814 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=169
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:12.888919217 after sql statement
|
||
2015-01-15 22:50:12.926857992 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=169
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:14.149892371 after sql statement
|
||
2015-01-15 22:50:14.151940028 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T225015_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:50:15 (36482) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T225015_Job_62656.xml
|
||
2015-01-15 22:50:15 (36482) INFO : Job file loaded, run time for this step : 1.22609 seconds
|
||
2015-01-15 22:50:15 (36482) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:15 (36482) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:15 (36482) INFO : preProcess completed, run time for this step : 0.033272 seconds
|
||
2015-01-15 22:50:15 (36482) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:15 (36482) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:50:15 (36482) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:16 (36482) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:50:16 (36482) INFO : Bulk load completed, total run time : 2.29477 seconds
|
||
|
||
2015-01-15 22:50:16.887803453 after import
|
||
2015-01-15 22:50:16.892310545 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=170
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.80 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:18.943541165 after sql statement
|
||
2015-01-15 22:50:18.950020922 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=170
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:22.840001291 after sql statement
|
||
2015-01-15 22:50:22.847891709 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=170
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:23.858088710 after sql statement
|
||
2015-01-15 22:50:24.677917546 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (6.36 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:31.073639579 after sql statement
|
||
2015-01-15 22:50:31.095422129 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=171
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:33.851215377 after sql statement
|
||
2015-01-15 22:50:33.854780568 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=171
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:37.776324028 after sql statement
|
||
2015-01-15 22:50:37.783773402 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=171
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:38.146521435 after sql statement
|
||
2015-01-15 22:50:38.152388039 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T225038_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:50:38 (53893) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T225038_Job_62656.xml
|
||
2015-01-15 22:50:38 (53893) INFO : Job file loaded, run time for this step : 0.347505 seconds
|
||
2015-01-15 22:50:38 (53893) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:38 (53893) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:38 (53893) INFO : preProcess completed, run time for this step : 0.0514061 seconds
|
||
2015-01-15 22:50:38 (53893) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:38 (53893) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:50:38 (53893) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:38 (53893) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:50:39 (53893) INFO : Bulk load completed, total run time : 1.45395 seconds
|
||
|
||
2015-01-15 22:50:39.802102344 after import
|
||
2015-01-15 22:50:39.808786450 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=172
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:42.550068776 after sql statement
|
||
2015-01-15 22:50:42.572271223 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=172
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:46.299967904 after sql statement
|
||
2015-01-15 22:50:46.303456007 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=172
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:48.225913247 after sql statement
|
||
2015-01-15 22:50:48.329955068 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.97 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:52.321161202 after sql statement
|
||
2015-01-15 22:50:52.335841775 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=173
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:59.792152177 after sql statement
|
||
2015-01-15 22:50:59.802309539 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=173
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (2.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:01.917530063 after sql statement
|
||
2015-01-15 22:51:01.926173697 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=173
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:03.629703846 after sql statement
|
||
2015-01-15 22:51:03.646491889 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62656 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T225105_Job_62656.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62656.log
|
||
2015-01-15 22:51:05 (5750) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62656_D20150115_T225105_Job_62656.xml
|
||
2015-01-15 22:51:05 (5750) INFO : Job file loaded, run time for this step : 1.19258 seconds
|
||
2015-01-15 22:51:05 (5750) INFO : PreProcessing check starts
|
||
2015-01-15 22:51:05 (5750) INFO : PreProcessing check completed
|
||
2015-01-15 22:51:05 (5750) INFO : preProcess completed, run time for this step : 0.0359101 seconds
|
||
2015-01-15 22:51:05 (5750) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:51:05 (5750) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_8...[0;39m
|
||
2015-01-15 22:51:05 (5750) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:51:06 (5750) INFO : For table dmlc.test211_8: 80000 rows processed and 80000 rows inserted.
|
||
2015-01-15 22:51:06 (5750) INFO : Bulk load completed, total run time : 2.24617 seconds
|
||
|
||
2015-01-15 22:51:06.947886209 after import
|
||
2015-01-15 22:51:06.952150939 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=174
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:09.641844431 after sql statement
|
||
2015-01-15 22:51:09.648245747 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=174
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:13.153303944 after sql statement
|
||
2015-01-15 22:51:13.167554612 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=174
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:13.971771023 after sql statement
|
||
2015-01-15 22:51:14.035121351 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_8.tbl' into table test211_8 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (5.38 sec)
|
||
Records: 80000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:19.431860424 after sql statement
|
||
2015-01-15 22:51:19.497282548 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_8 where batch=175
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (3.45 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:23.847974990 after sql statement
|
||
2015-01-15 22:51:23.855819575 before sql statment
|
||
--------------
|
||
update test211_8 set c2=c1 where batch=175
|
||
--------------
|
||
|
||
Query OK, 80000 rows affected (1.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:25.527436305 after sql statement
|
||
2015-01-15 22:51:25.533817735 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=80000, 'good', 'bad') result from test211_8 where batch=175
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 80000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:25.684324238 after sql statement
|
||
Thu Jan 15 22:51:25 CST 2015 - All done.
|