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
8759 lines
257 KiB
Plaintext
8759 lines
257 KiB
Plaintext
2015-01-15 22:19:17.685980874 before sql statment
|
||
--------------
|
||
drop table if exists test211_14
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (5.21 sec)
|
||
|
||
--------------
|
||
create table test211_14(batch int, c1 int, c2 int)engine=infinidb
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:24.391109741 after sql statement
|
||
2015-01-15 22:19:24.533145620 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.51 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:29.069591797 after sql statement
|
||
2015-01-15 22:19:29.074158849 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=1
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:32.646371486 after sql statement
|
||
2015-01-15 22:19:32.671321066 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=1
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:35.544281236 after sql statement
|
||
2015-01-15 22:19:35.550873939 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=1
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:35.883882991 after sql statement
|
||
2015-01-15 22:19:35.887279169 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T221936_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:19:36 (35002) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T221936_Job_62708.xml
|
||
2015-01-15 22:19:36 (35002) INFO : Job file loaded, run time for this step : 0.297544 seconds
|
||
2015-01-15 22:19:36 (35002) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:36 (35002) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:36 (35002) INFO : preProcess completed, run time for this step : 0.024188 seconds
|
||
2015-01-15 22:19:36 (35002) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:36 (35002) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:36 (35002) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:19:37 (35002) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:19:37 (35002) INFO : Bulk load completed, total run time : 1.34984 seconds
|
||
|
||
2015-01-15 22:19:37.369960888 after import
|
||
2015-01-15 22:19:37.373901968 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=2
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:42.563672213 after sql statement
|
||
2015-01-15 22:19:42.574754612 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=2
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:48.242684927 after sql statement
|
||
2015-01-15 22:19:48.248286158 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=2
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:49.642314606 after sql statement
|
||
2015-01-15 22:19:49.785536575 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.80 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:54.606470657 after sql statement
|
||
2015-01-15 22:19:54.616415530 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=3
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:58.629056635 after sql statement
|
||
2015-01-15 22:19:58.634906161 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=3
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.61 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:03.270185333 after sql statement
|
||
2015-01-15 22:20:03.279029826 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=3
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:04.740279895 after sql statement
|
||
2015-01-15 22:20:04.748186400 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222006_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:20:06 (55625) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222006_Job_62708.xml
|
||
2015-01-15 22:20:06 (55625) INFO : Job file loaded, run time for this step : 0.41425 seconds
|
||
2015-01-15 22:20:06 (55625) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:06 (55625) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:06 (55625) INFO : preProcess completed, run time for this step : 0.108498 seconds
|
||
2015-01-15 22:20:06 (55625) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:06 (55625) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:06 (55625) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:20:06 (55625) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:20:07 (55625) INFO : Bulk load completed, total run time : 1.54255 seconds
|
||
|
||
2015-01-15 22:20:07.340149852 after import
|
||
2015-01-15 22:20:07.345521656 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=4
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:12.074426091 after sql statement
|
||
2015-01-15 22:20:12.080892745 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=4
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:15.506793038 after sql statement
|
||
2015-01-15 22:20:15.512907398 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=4
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:15.978721218 after sql statement
|
||
2015-01-15 22:20:16.079326125 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.80 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:20.884213383 after sql statement
|
||
2015-01-15 22:20:20.941832700 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=5
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:25.951289808 after sql statement
|
||
2015-01-15 22:20:25.964662485 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=5
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:28.365542603 after sql statement
|
||
2015-01-15 22:20:28.386582396 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=5
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:28.803170578 after sql statement
|
||
2015-01-15 22:20:28.813659189 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222030_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:20:30 (9520) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222030_Job_62708.xml
|
||
2015-01-15 22:20:30 (9520) INFO : Job file loaded, run time for this step : 1.26602 seconds
|
||
2015-01-15 22:20:30 (9520) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:30 (9520) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:30 (9520) INFO : preProcess completed, run time for this step : 0.0481749 seconds
|
||
2015-01-15 22:20:30 (9520) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:30 (9520) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:30 (9520) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:20:30 (9520) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:20:31 (9520) INFO : Bulk load completed, total run time : 2.72449 seconds
|
||
|
||
2015-01-15 22:20:31.753701276 after import
|
||
2015-01-15 22:20:31.760215841 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=6
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:36.666225891 after sql statement
|
||
2015-01-15 22:20:36.673646140 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=6
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.82 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:39.504751024 after sql statement
|
||
2015-01-15 22:20:39.512020396 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=6
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:39.737367515 after sql statement
|
||
2015-01-15 22:20:39.857545338 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.73 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:43.603458042 after sql statement
|
||
2015-01-15 22:20:43.615281533 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=7
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:49.928925403 after sql statement
|
||
2015-01-15 22:20:49.941732745 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=7
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:54.716624504 after sql statement
|
||
2015-01-15 22:20:54.726266227 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=7
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.99 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:55.748694215 after sql statement
|
||
2015-01-15 22:20:55.777003398 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222056_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:20:56 (30057) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222056_Job_62708.xml
|
||
2015-01-15 22:20:56 (30057) INFO : Job file loaded, run time for this step : 0.356825 seconds
|
||
2015-01-15 22:20:56 (30057) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:56 (30057) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:56 (30057) INFO : preProcess completed, run time for this step : 0.0666559 seconds
|
||
2015-01-15 22:20:56 (30057) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:56 (30057) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:56 (30057) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:20:56 (30057) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:20:57 (30057) INFO : Bulk load completed, total run time : 1.46842 seconds
|
||
|
||
2015-01-15 22:20:57.448099631 after import
|
||
2015-01-15 22:20:57.463750342 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=8
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:04.215311698 after sql statement
|
||
2015-01-15 22:21:04.221504643 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=8
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:08.385205925 after sql statement
|
||
2015-01-15 22:21:08.391287962 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=8
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:09.029879145 after sql statement
|
||
2015-01-15 22:21:09.150130004 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.30 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:13.468599960 after sql statement
|
||
2015-01-15 22:21:13.477798930 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=9
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:17.361711576 after sql statement
|
||
2015-01-15 22:21:17.366489038 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=9
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.60 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:20.976918122 after sql statement
|
||
2015-01-15 22:21:20.988752733 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=9
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:21.452134922 after sql statement
|
||
2015-01-15 22:21:21.458163844 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222121_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:21:22 (50799) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222121_Job_62708.xml
|
||
2015-01-15 22:21:22 (50799) INFO : Job file loaded, run time for this step : 0.348933 seconds
|
||
2015-01-15 22:21:22 (50799) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:22 (50799) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:22 (50799) INFO : preProcess completed, run time for this step : 0.0378542 seconds
|
||
2015-01-15 22:21:22 (50799) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:22 (50799) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:21:22 (50799) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:22 (50799) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:21:23 (50799) INFO : Bulk load completed, total run time : 1.41485 seconds
|
||
|
||
2015-01-15 22:21:23.103050593 after import
|
||
2015-01-15 22:21:23.111024471 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=10
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:28.508879196 after sql statement
|
||
2015-01-15 22:21:28.517201751 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=10
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.61 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:33.153899783 after sql statement
|
||
2015-01-15 22:21:33.160295121 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=10
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:33.386303206 after sql statement
|
||
2015-01-15 22:21:33.508580425 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.48 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:37.002367963 after sql statement
|
||
2015-01-15 22:21:37.021197628 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=11
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:40.978130753 after sql statement
|
||
2015-01-15 22:21:40.982287059 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=11
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:43.389252294 after sql statement
|
||
2015-01-15 22:21:43.398921737 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=11
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:43.905659506 after sql statement
|
||
2015-01-15 22:21:43.912390644 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222144_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:21:44 (4598) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222144_Job_62708.xml
|
||
2015-01-15 22:21:44 (4598) INFO : Job file loaded, run time for this step : 0.354351 seconds
|
||
2015-01-15 22:21:44 (4598) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:44 (4598) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:44 (4598) INFO : preProcess completed, run time for this step : 0.127024 seconds
|
||
2015-01-15 22:21:44 (4598) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:44 (4598) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:21:44 (4598) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:44 (4598) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:21:45 (4598) INFO : Bulk load completed, total run time : 1.54871 seconds
|
||
|
||
2015-01-15 22:21:45.627245995 after import
|
||
2015-01-15 22:21:45.635832088 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=12
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:49.826921247 after sql statement
|
||
2015-01-15 22:21:49.863250465 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=12
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.90 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:52.773661536 after sql statement
|
||
2015-01-15 22:21:52.777930055 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=12
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:53.121724895 after sql statement
|
||
2015-01-15 22:21:53.215104984 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.67 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:56.901187066 after sql statement
|
||
2015-01-15 22:21:56.905893347 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=13
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.31 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:01.061005026 after sql statement
|
||
2015-01-15 22:22:01.067482215 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=13
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:03.571793602 after sql statement
|
||
2015-01-15 22:22:03.580238800 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=13
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:04.227180107 after sql statement
|
||
2015-01-15 22:22:04.241261660 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222204_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:22:04 (22267) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222204_Job_62708.xml
|
||
2015-01-15 22:22:04 (22267) INFO : Job file loaded, run time for this step : 0.346358 seconds
|
||
2015-01-15 22:22:04 (22267) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:04 (22267) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:04 (22267) INFO : preProcess completed, run time for this step : 0.067697 seconds
|
||
2015-01-15 22:22:04 (22267) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:04 (22267) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:04 (22267) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:22:05 (22267) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:22:05 (22267) INFO : Bulk load completed, total run time : 1.42092 seconds
|
||
|
||
2015-01-15 22:22:05.839929534 after import
|
||
2015-01-15 22:22:05.845765948 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=14
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:09.935107988 after sql statement
|
||
2015-01-15 22:22:09.939486269 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=14
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:12.681318631 after sql statement
|
||
2015-01-15 22:22:12.686104031 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=14
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:12.935854174 after sql statement
|
||
2015-01-15 22:22:13.025686551 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.85 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:16.899049573 after sql statement
|
||
2015-01-15 22:22:16.904389240 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=15
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:21.704275319 after sql statement
|
||
2015-01-15 22:22:21.709102086 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=15
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:24.222355850 after sql statement
|
||
2015-01-15 22:22:24.243699503 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=15
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:25.188654964 after sql statement
|
||
2015-01-15 22:22:25.195732607 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222225_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:22:25 (38905) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222225_Job_62708.xml
|
||
2015-01-15 22:22:25 (38905) INFO : Job file loaded, run time for this step : 0.391741 seconds
|
||
2015-01-15 22:22:25 (38905) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:25 (38905) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:25 (38905) INFO : preProcess completed, run time for this step : 0.0443261 seconds
|
||
2015-01-15 22:22:25 (38905) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:25 (38905) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:25 (38905) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:22:26 (38905) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:22:26 (38905) INFO : Bulk load completed, total run time : 1.47822 seconds
|
||
|
||
2015-01-15 22:22:26.869788357 after import
|
||
2015-01-15 22:22:26.899449058 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=16
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:33.784205211 after sql statement
|
||
2015-01-15 22:22:33.795870470 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=16
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:38.363894685 after sql statement
|
||
2015-01-15 22:22:38.369592940 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=16
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:38.926494840 after sql statement
|
||
2015-01-15 22:22:39.033752898 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.67 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:42.712024495 after sql statement
|
||
2015-01-15 22:22:42.730409163 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=17
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:46.477794811 after sql statement
|
||
2015-01-15 22:22:46.485073655 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=17
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:48.872627898 after sql statement
|
||
2015-01-15 22:22:48.879722272 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=17
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:49.829188618 after sql statement
|
||
2015-01-15 22:22:49.832706141 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222250_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:22:50 (58430) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222250_Job_62708.xml
|
||
2015-01-15 22:22:50 (58430) INFO : Job file loaded, run time for this step : 0.303626 seconds
|
||
2015-01-15 22:22:50 (58430) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:50 (58430) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:50 (58430) INFO : preProcess completed, run time for this step : 0.04814 seconds
|
||
2015-01-15 22:22:50 (58430) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:50 (58430) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:22:50 (58430) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:50 (58430) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:22:51 (58430) INFO : Bulk load completed, total run time : 1.40028 seconds
|
||
|
||
2015-01-15 22:22:51.415687203 after import
|
||
2015-01-15 22:22:51.420356837 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=18
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:54.211985582 after sql statement
|
||
2015-01-15 22:22:54.220257104 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=18
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.13 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:56.358821315 after sql statement
|
||
2015-01-15 22:22:56.363601925 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=18
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:56.519731764 after sql statement
|
||
2015-01-15 22:22:56.611322416 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.49 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:00.113434395 after sql statement
|
||
2015-01-15 22:23:00.118206045 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=19
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:03.567825216 after sql statement
|
||
2015-01-15 22:23:03.572320763 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=19
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.94 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:06.521933617 after sql statement
|
||
2015-01-15 22:23:06.525895365 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=19
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:06.748713221 after sql statement
|
||
2015-01-15 22:23:06.750622943 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222307_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:23:07 (7986) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222307_Job_62708.xml
|
||
2015-01-15 22:23:07 (7986) INFO : Job file loaded, run time for this step : 0.359649 seconds
|
||
2015-01-15 22:23:07 (7986) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:07 (7986) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:07 (7986) INFO : preProcess completed, run time for this step : 0.078789 seconds
|
||
2015-01-15 22:23:07 (7986) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:07 (7986) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:23:07 (7986) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:07 (7986) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:23:08 (7986) INFO : Bulk load completed, total run time : 1.46037 seconds
|
||
|
||
2015-01-15 22:23:08.613223725 after import
|
||
2015-01-15 22:23:08.621758175 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=20
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:14.794548126 after sql statement
|
||
2015-01-15 22:23:14.807830427 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=20
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:17.279227489 after sql statement
|
||
2015-01-15 22:23:17.287468581 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=20
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:17.594291640 after sql statement
|
||
2015-01-15 22:23:17.678082350 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.02 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:21.721212562 after sql statement
|
||
2015-01-15 22:23:21.734677253 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=21
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:26.586881054 after sql statement
|
||
2015-01-15 22:23:26.594957013 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=21
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:29.800131171 after sql statement
|
||
2015-01-15 22:23:29.810532687 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=21
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:30.912419001 after sql statement
|
||
2015-01-15 22:23:30.915361652 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222331_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:23:31 (27873) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222331_Job_62708.xml
|
||
2015-01-15 22:23:31 (27873) INFO : Job file loaded, run time for this step : 0.292981 seconds
|
||
2015-01-15 22:23:31 (27873) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:31 (27873) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:31 (27873) INFO : preProcess completed, run time for this step : 0.044641 seconds
|
||
2015-01-15 22:23:31 (27873) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:31 (27873) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:31 (27873) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:23:31 (27873) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:23:32 (27873) INFO : Bulk load completed, total run time : 1.3526 seconds
|
||
|
||
2015-01-15 22:23:32.449750848 after import
|
||
2015-01-15 22:23:32.460975902 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=22
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:37.648929368 after sql statement
|
||
2015-01-15 22:23:37.658112585 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=22
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:41.386609688 after sql statement
|
||
2015-01-15 22:23:41.401559717 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=22
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:41.790802307 after sql statement
|
||
2015-01-15 22:23:42.013081085 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.99 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:46.022464000 after sql statement
|
||
2015-01-15 22:23:46.027861569 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=23
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:53.977123193 after sql statement
|
||
2015-01-15 22:23:53.991293309 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=23
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:58.242121237 after sql statement
|
||
2015-01-15 22:23:58.250008009 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=23
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:59.251349786 after sql statement
|
||
2015-01-15 22:23:59.266499009 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222359_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:23:59 (50525) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222359_Job_62708.xml
|
||
2015-01-15 22:23:59 (50525) INFO : Job file loaded, run time for this step : 0.37415 seconds
|
||
2015-01-15 22:23:59 (50525) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:59 (50525) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:59 (50525) INFO : preProcess completed, run time for this step : 0.0908771 seconds
|
||
2015-01-15 22:23:59 (50525) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:23:59 (50525) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:59 (50525) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:00 (50525) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:24:01 (50525) INFO : Bulk load completed, total run time : 2.4777 seconds
|
||
|
||
2015-01-15 22:24:02.006210688 after import
|
||
2015-01-15 22:24:02.009470379 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=24
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.95 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:07.227713648 after sql statement
|
||
2015-01-15 22:24:07.248779394 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=24
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:11.959559500 after sql statement
|
||
2015-01-15 22:24:11.966640446 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=24
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:12.605560130 after sql statement
|
||
2015-01-15 22:24:12.708119496 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.89 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:16.610600046 after sql statement
|
||
2015-01-15 22:24:16.653117960 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=25
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:22.938019077 after sql statement
|
||
2015-01-15 22:24:22.945553041 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=25
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:27.725544595 after sql statement
|
||
2015-01-15 22:24:27.730957063 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=25
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:27.968305219 after sql statement
|
||
2015-01-15 22:24:27.971457212 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222429_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:24:29 (7034) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222429_Job_62708.xml
|
||
2015-01-15 22:24:29 (7034) INFO : Job file loaded, run time for this step : 1.24951 seconds
|
||
2015-01-15 22:24:29 (7034) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:29 (7034) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:29 (7034) INFO : preProcess completed, run time for this step : 0.0365229 seconds
|
||
2015-01-15 22:24:29 (7034) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:29 (7034) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:24:29 (7034) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:29 (7034) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:24:30 (7034) INFO : Bulk load completed, total run time : 2.3169 seconds
|
||
|
||
2015-01-15 22:24:30.565444512 after import
|
||
2015-01-15 22:24:30.570809333 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=26
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:35.376188567 after sql statement
|
||
2015-01-15 22:24:35.382006724 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=26
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:39.055010325 after sql statement
|
||
2015-01-15 22:24:39.061760259 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=26
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:39.735884507 after sql statement
|
||
2015-01-15 22:24:39.835834536 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.86 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:43.736238106 after sql statement
|
||
2015-01-15 22:24:43.776101764 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=27
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:48.094978496 after sql statement
|
||
2015-01-15 22:24:48.098877201 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=27
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:49.267132605 after sql statement
|
||
2015-01-15 22:24:49.271837336 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=27
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:49.758350490 after sql statement
|
||
2015-01-15 22:24:49.761596239 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222450_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:24:50 (24251) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222450_Job_62708.xml
|
||
2015-01-15 22:24:50 (24251) INFO : Job file loaded, run time for this step : 0.260731 seconds
|
||
2015-01-15 22:24:50 (24251) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:50 (24251) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:50 (24251) INFO : preProcess completed, run time for this step : 0.0384481 seconds
|
||
2015-01-15 22:24:50 (24251) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:50 (24251) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:24:50 (24251) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:50 (24251) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:24:51 (24251) INFO : Bulk load completed, total run time : 1.31844 seconds
|
||
|
||
2015-01-15 22:24:51.237196766 after import
|
||
2015-01-15 22:24:51.244765407 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=28
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.74 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:56.167385612 after sql statement
|
||
2015-01-15 22:24:56.179797661 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=28
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:00.909919350 after sql statement
|
||
2015-01-15 22:25:00.913766188 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=28
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:01.438080344 after sql statement
|
||
2015-01-15 22:25:01.527073492 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.74 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:06.277023900 after sql statement
|
||
2015-01-15 22:25:06.282726648 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=29
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (7.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:14.459342090 after sql statement
|
||
2015-01-15 22:25:14.466959012 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=29
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:17.603115904 after sql statement
|
||
2015-01-15 22:25:17.609401632 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=29
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:18.734212442 after sql statement
|
||
2015-01-15 22:25:18.737698218 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222519_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:25:19 (45014) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222519_Job_62708.xml
|
||
2015-01-15 22:25:19 (45014) INFO : Job file loaded, run time for this step : 0.379671 seconds
|
||
2015-01-15 22:25:19 (45014) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:19 (45014) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:19 (45014) INFO : preProcess completed, run time for this step : 0.0560572 seconds
|
||
2015-01-15 22:25:19 (45014) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:19 (45014) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:25:19 (45014) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:19 (45014) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:25:20 (45014) INFO : Bulk load completed, total run time : 1.44828 seconds
|
||
|
||
2015-01-15 22:25:20.338405894 after import
|
||
2015-01-15 22:25:20.348583099 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=30
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:26.628863148 after sql statement
|
||
2015-01-15 22:25:26.633565621 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=30
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:29.399242284 after sql statement
|
||
2015-01-15 22:25:29.408785307 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=30
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:30.531196804 after sql statement
|
||
2015-01-15 22:25:30.636325600 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.91 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:34.551574778 after sql statement
|
||
2015-01-15 22:25:34.556326892 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=31
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:38.753929218 after sql statement
|
||
2015-01-15 22:25:38.757508476 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=31
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:40.945793945 after sql statement
|
||
2015-01-15 22:25:40.952117826 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=31
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:41.315760191 after sql statement
|
||
2015-01-15 22:25:41.318181594 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222541_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:25:41 (64087) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222541_Job_62708.xml
|
||
2015-01-15 22:25:41 (64087) INFO : Job file loaded, run time for this step : 0.417015 seconds
|
||
2015-01-15 22:25:41 (64087) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:41 (64087) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:41 (64087) INFO : preProcess completed, run time for this step : 0.084621 seconds
|
||
2015-01-15 22:25:41 (64087) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:41 (64087) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:25:41 (64087) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:42 (64087) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:25:43 (64087) INFO : Bulk load completed, total run time : 1.52552 seconds
|
||
|
||
2015-01-15 22:25:43.031972132 after import
|
||
2015-01-15 22:25:43.036974222 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=32
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.17 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:48.327462972 after sql statement
|
||
2015-01-15 22:25:48.340247979 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=32
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:51.035915790 after sql statement
|
||
2015-01-15 22:25:51.039284398 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=32
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:51.579568877 after sql statement
|
||
2015-01-15 22:25:51.686346247 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.41 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:55.101983262 after sql statement
|
||
2015-01-15 22:25:55.110275296 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=33
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:58.407879865 after sql statement
|
||
2015-01-15 22:25:58.418336254 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=33
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:00.784576725 after sql statement
|
||
2015-01-15 22:26:00.790630208 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=33
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:01.425029312 after sql statement
|
||
2015-01-15 22:26:01.435533546 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222601_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:26:01 (14979) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222601_Job_62708.xml
|
||
2015-01-15 22:26:01 (14979) INFO : Job file loaded, run time for this step : 0.31514 seconds
|
||
2015-01-15 22:26:01 (14979) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:01 (14979) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:01 (14979) INFO : preProcess completed, run time for this step : 0.042084 seconds
|
||
2015-01-15 22:26:01 (14979) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:01 (14979) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:26:01 (14979) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:02 (14979) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:26:03 (14979) INFO : Bulk load completed, total run time : 1.46165 seconds
|
||
|
||
2015-01-15 22:26:03.050961298 after import
|
||
2015-01-15 22:26:03.057273316 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=34
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:08.955379024 after sql statement
|
||
2015-01-15 22:26:08.960828104 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=34
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:11.025618899 after sql statement
|
||
2015-01-15 22:26:11.031365662 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=34
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:12.494441730 after sql statement
|
||
2015-01-15 22:26:12.656390292 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.73 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:16.421424240 after sql statement
|
||
2015-01-15 22:26:16.429359852 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=35
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:21.486603203 after sql statement
|
||
2015-01-15 22:26:21.495987707 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=35
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:24.287276619 after sql statement
|
||
2015-01-15 22:26:24.294142905 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=35
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:26.032851644 after sql statement
|
||
2015-01-15 22:26:26.038414933 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222626_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:26:26 (35703) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222626_Job_62708.xml
|
||
2015-01-15 22:26:26 (35703) INFO : Job file loaded, run time for this step : 0.289697 seconds
|
||
2015-01-15 22:26:26 (35703) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:26 (35703) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:26 (35703) INFO : preProcess completed, run time for this step : 0.027072 seconds
|
||
2015-01-15 22:26:26 (35703) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:26 (35703) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:26:26 (35703) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:26 (35703) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:26:27 (35703) INFO : Bulk load completed, total run time : 1.33292 seconds
|
||
|
||
2015-01-15 22:26:27.536363616 after import
|
||
2015-01-15 22:26:27.552389242 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=36
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:34.155960819 after sql statement
|
||
2015-01-15 22:26:34.161601976 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=36
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:37.029841921 after sql statement
|
||
2015-01-15 22:26:37.036988808 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=36
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:38.179745693 after sql statement
|
||
2015-01-15 22:26:38.306972343 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.72 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:42.032825470 after sql statement
|
||
2015-01-15 22:26:42.067165070 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=37
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:50.160555272 after sql statement
|
||
2015-01-15 22:26:50.175603893 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=37
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:53.797267326 after sql statement
|
||
2015-01-15 22:26:53.809191955 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=37
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:54.116786514 after sql statement
|
||
2015-01-15 22:26:54.119209984 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222654_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:26:54 (55822) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222654_Job_62708.xml
|
||
2015-01-15 22:26:54 (55822) INFO : Job file loaded, run time for this step : 0.506261 seconds
|
||
2015-01-15 22:26:54 (55822) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:54 (55822) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:54 (55822) INFO : preProcess completed, run time for this step : 0.0629969 seconds
|
||
2015-01-15 22:26:54 (55822) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:54 (55822) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:54 (55822) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:26:55 (55822) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:26:55 (55822) INFO : Bulk load completed, total run time : 1.59965 seconds
|
||
|
||
2015-01-15 22:26:55.923478622 after import
|
||
2015-01-15 22:26:55.941325561 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=38
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.09 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:01.061146167 after sql statement
|
||
2015-01-15 22:27:01.066570902 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=38
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:04.692562769 after sql statement
|
||
2015-01-15 22:27:04.737438228 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=38
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:05.518524647 after sql statement
|
||
2015-01-15 22:27:05.632657646 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.02 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:09.658858771 after sql statement
|
||
2015-01-15 22:27:09.683437730 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=39
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:15.062793590 after sql statement
|
||
2015-01-15 22:27:15.071730377 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=39
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:16.501579821 after sql statement
|
||
2015-01-15 22:27:16.507111011 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=39
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:17.306781522 after sql statement
|
||
2015-01-15 22:27:17.310802570 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222718_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:27:18 (10004) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222718_Job_62708.xml
|
||
2015-01-15 22:27:18 (10004) INFO : Job file loaded, run time for this step : 0.384885 seconds
|
||
2015-01-15 22:27:18 (10004) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:18 (10004) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:18 (10004) INFO : preProcess completed, run time for this step : 0.0459189 seconds
|
||
2015-01-15 22:27:18 (10004) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:18 (10004) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:18 (10004) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:27:18 (10004) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:27:19 (10004) INFO : Bulk load completed, total run time : 1.45467 seconds
|
||
|
||
2015-01-15 22:27:19.383182356 after import
|
||
2015-01-15 22:27:19.391959637 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=40
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:21.489281377 after sql statement
|
||
2015-01-15 22:27:21.505313699 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=40
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:24.516743277 after sql statement
|
||
2015-01-15 22:27:24.520725094 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=40
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:25.030845195 after sql statement
|
||
2015-01-15 22:27:25.130729143 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.24 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:31.391108704 after sql statement
|
||
2015-01-15 22:27:31.409352434 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=41
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:34.393264558 after sql statement
|
||
2015-01-15 22:27:34.400457055 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=41
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.58 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:37.011165947 after sql statement
|
||
2015-01-15 22:27:37.017427577 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=41
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:37.278217508 after sql statement
|
||
2015-01-15 22:27:37.281098614 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222738_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:27:38 (24927) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222738_Job_62708.xml
|
||
2015-01-15 22:27:38 (24927) INFO : Job file loaded, run time for this step : 0.405512 seconds
|
||
2015-01-15 22:27:38 (24927) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:39 (24927) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:39 (24927) INFO : preProcess completed, run time for this step : 1.22515 seconds
|
||
2015-01-15 22:27:39 (24927) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:39 (24927) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:39 (24927) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:27:40 (24927) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:27:40 (24927) INFO : Bulk load completed, total run time : 2.66819 seconds
|
||
|
||
2015-01-15 22:27:40.463336931 after import
|
||
2015-01-15 22:27:40.467198149 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=42
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:45.937709761 after sql statement
|
||
2015-01-15 22:27:45.971178837 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=42
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:51.394433314 after sql statement
|
||
2015-01-15 22:27:51.399853548 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=42
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:51.668821337 after sql statement
|
||
2015-01-15 22:27:51.798386435 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.55 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:55.354624653 after sql statement
|
||
2015-01-15 22:27:55.359414406 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=43
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:00.513668293 after sql statement
|
||
2015-01-15 22:28:00.517910421 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=43
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:04.045769228 after sql statement
|
||
2015-01-15 22:28:04.053970442 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=43
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:04.404922181 after sql statement
|
||
2015-01-15 22:28:04.407208560 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222805_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:28:05 (44395) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222805_Job_62708.xml
|
||
2015-01-15 22:28:05 (44395) INFO : Job file loaded, run time for this step : 1.21768 seconds
|
||
2015-01-15 22:28:05 (44395) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:05 (44395) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:05 (44395) INFO : preProcess completed, run time for this step : 0.0541341 seconds
|
||
2015-01-15 22:28:05 (44395) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:05 (44395) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:28:05 (44395) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:06 (44395) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:28:06 (44395) INFO : Bulk load completed, total run time : 2.37282 seconds
|
||
|
||
2015-01-15 22:28:06.993311580 after import
|
||
2015-01-15 22:28:07.001193804 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=44
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:11.989646216 after sql statement
|
||
2015-01-15 22:28:11.997428003 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=44
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:14.845357320 after sql statement
|
||
2015-01-15 22:28:14.880033875 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=44
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:16.193979627 after sql statement
|
||
2015-01-15 22:28:16.334787417 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.53 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:19.896728822 after sql statement
|
||
2015-01-15 22:28:19.905673403 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=45
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:23.967346293 after sql statement
|
||
2015-01-15 22:28:23.974905546 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=45
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:26.059780412 after sql statement
|
||
2015-01-15 22:28:26.098706576 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=45
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:26.943875181 after sql statement
|
||
2015-01-15 22:28:26.946360729 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222827_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:28:27 (62666) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222827_Job_62708.xml
|
||
2015-01-15 22:28:27 (62666) INFO : Job file loaded, run time for this step : 0.297835 seconds
|
||
2015-01-15 22:28:27 (62666) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:27 (62666) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:27 (62666) INFO : preProcess completed, run time for this step : 0.0341151 seconds
|
||
2015-01-15 22:28:27 (62666) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:27 (62666) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:28:27 (62666) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:27 (62666) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:28:28 (62666) INFO : Bulk load completed, total run time : 1.35326 seconds
|
||
|
||
2015-01-15 22:28:28.487807669 after import
|
||
2015-01-15 22:28:28.492730710 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=46
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.23 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:34.429129525 after sql statement
|
||
2015-01-15 22:28:34.436830314 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=46
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:37.292513639 after sql statement
|
||
2015-01-15 22:28:37.304684719 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=46
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:37.936131511 after sql statement
|
||
2015-01-15 22:28:38.072545842 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.79 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:42.874155575 after sql statement
|
||
2015-01-15 22:28:42.879755249 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=47
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:45.788482977 after sql statement
|
||
2015-01-15 22:28:45.802322882 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=47
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.28 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:49.117178463 after sql statement
|
||
2015-01-15 22:28:49.122328240 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=47
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:49.900061653 after sql statement
|
||
2015-01-15 22:28:49.904209081 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222850_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:28:50 (17186) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222850_Job_62708.xml
|
||
2015-01-15 22:28:50 (17186) INFO : Job file loaded, run time for this step : 0.315697 seconds
|
||
2015-01-15 22:28:50 (17186) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:50 (17186) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:50 (17186) INFO : preProcess completed, run time for this step : 0.0346289 seconds
|
||
2015-01-15 22:28:50 (17186) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:50 (17186) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:50 (17186) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:28:50 (17186) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:28:51 (17186) INFO : Bulk load completed, total run time : 1.37298 seconds
|
||
|
||
2015-01-15 22:28:51.498716357 after import
|
||
2015-01-15 22:28:51.504303035 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=48
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:59.199492877 after sql statement
|
||
2015-01-15 22:28:59.211846350 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=48
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:02.754387853 after sql statement
|
||
2015-01-15 22:29:02.772309159 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=48
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:03.278560392 after sql statement
|
||
2015-01-15 22:29:03.407104385 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.44 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:08.861762436 after sql statement
|
||
2015-01-15 22:29:08.869682747 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=49
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:13.261788857 after sql statement
|
||
2015-01-15 22:29:13.269401370 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=49
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:14.720772697 after sql statement
|
||
2015-01-15 22:29:14.724214140 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=49
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:15.879487312 after sql statement
|
||
2015-01-15 22:29:15.881651349 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222916_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:29:16 (38364) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222916_Job_62708.xml
|
||
2015-01-15 22:29:16 (38364) INFO : Job file loaded, run time for this step : 0.349982 seconds
|
||
2015-01-15 22:29:16 (38364) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:16 (38364) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:16 (38364) INFO : preProcess completed, run time for this step : 0.032023 seconds
|
||
2015-01-15 22:29:16 (38364) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:16 (38364) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:29:16 (38364) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:17 (38364) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:29:17 (38364) INFO : Bulk load completed, total run time : 1.40731 seconds
|
||
|
||
2015-01-15 22:29:17.449551875 after import
|
||
2015-01-15 22:29:17.479276569 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=50
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:23.801914000 after sql statement
|
||
2015-01-15 22:29:23.805631555 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=50
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:27.604409468 after sql statement
|
||
2015-01-15 22:29:27.611260163 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=50
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:28.199575184 after sql statement
|
||
2015-01-15 22:29:28.338433435 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.57 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:31.914762478 after sql statement
|
||
2015-01-15 22:29:31.921578192 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=51
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:37.946974465 after sql statement
|
||
2015-01-15 22:29:37.951436077 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=51
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:40.326911905 after sql statement
|
||
2015-01-15 22:29:40.339006616 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=51
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:41.381898517 after sql statement
|
||
2015-01-15 22:29:41.385767693 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222942_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:29:42 (57985) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T222942_Job_62708.xml
|
||
2015-01-15 22:29:42 (57985) INFO : Job file loaded, run time for this step : 0.493573 seconds
|
||
2015-01-15 22:29:42 (57985) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:42 (57985) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:42 (57985) INFO : preProcess completed, run time for this step : 0.0444841 seconds
|
||
2015-01-15 22:29:42 (57985) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:42 (57985) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:29:42 (57985) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:43 (57985) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:29:43 (57985) INFO : Bulk load completed, total run time : 1.56278 seconds
|
||
|
||
2015-01-15 22:29:43.991045681 after import
|
||
2015-01-15 22:29:43.997381553 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=52
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:47.259850911 after sql statement
|
||
2015-01-15 22:29:47.265007999 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=52
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:49.844903205 after sql statement
|
||
2015-01-15 22:29:49.850630764 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=52
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:50.975774773 after sql statement
|
||
2015-01-15 22:29:51.081184280 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.85 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:55.940129970 after sql statement
|
||
2015-01-15 22:29:55.981249196 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=53
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:01.876195030 after sql statement
|
||
2015-01-15 22:30:01.893395648 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=53
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:05.103823952 after sql statement
|
||
2015-01-15 22:30:05.110800974 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=53
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:05.375403562 after sql statement
|
||
2015-01-15 22:30:05.377948666 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223005_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:30:05 (11427) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223005_Job_62708.xml
|
||
2015-01-15 22:30:05 (11427) INFO : Job file loaded, run time for this step : 0.332537 seconds
|
||
2015-01-15 22:30:05 (11427) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:05 (11427) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:05 (11427) INFO : preProcess completed, run time for this step : 0.0985951 seconds
|
||
2015-01-15 22:30:05 (11427) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:05 (11427) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:30:05 (11427) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:06 (11427) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:30:06 (11427) INFO : Bulk load completed, total run time : 1.45029 seconds
|
||
|
||
2015-01-15 22:30:06.999496302 after import
|
||
2015-01-15 22:30:07.015013836 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=54
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:13.617273240 after sql statement
|
||
2015-01-15 22:30:13.641923127 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=54
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:17.379068005 after sql statement
|
||
2015-01-15 22:30:17.386185771 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=54
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:17.788640280 after sql statement
|
||
2015-01-15 22:30:17.948313802 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.78 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:21.755197272 after sql statement
|
||
2015-01-15 22:30:21.788298264 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=55
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:24.806638967 after sql statement
|
||
2015-01-15 22:30:24.830257799 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=55
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:28.154518905 after sql statement
|
||
2015-01-15 22:30:28.161466490 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=55
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:28.676021118 after sql statement
|
||
2015-01-15 22:30:28.678183597 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223029_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:30:29 (29271) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223029_Job_62708.xml
|
||
2015-01-15 22:30:29 (29271) INFO : Job file loaded, run time for this step : 0.407995 seconds
|
||
2015-01-15 22:30:29 (29271) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:29 (29271) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:29 (29271) INFO : preProcess completed, run time for this step : 0.036737 seconds
|
||
2015-01-15 22:30:29 (29271) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:29 (29271) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:29 (29271) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:30:29 (29271) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:30:30 (29271) INFO : Bulk load completed, total run time : 1.51171 seconds
|
||
|
||
2015-01-15 22:30:30.535122596 after import
|
||
2015-01-15 22:30:30.553502308 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=56
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:36.272141540 after sql statement
|
||
2015-01-15 22:30:36.295654807 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=56
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:41.174247127 after sql statement
|
||
2015-01-15 22:30:41.180374142 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=56
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:41.719287933 after sql statement
|
||
2015-01-15 22:30:41.883867137 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.61 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:47.517676833 after sql statement
|
||
2015-01-15 22:30:47.521316136 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=57
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:52.228355615 after sql statement
|
||
2015-01-15 22:30:52.257081757 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=57
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:55.274641802 after sql statement
|
||
2015-01-15 22:30:55.284486805 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=57
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.99 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:56.286670921 after sql statement
|
||
2015-01-15 22:30:56.313476117 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223056_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:30:56 (50102) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223056_Job_62708.xml
|
||
2015-01-15 22:30:56 (50102) INFO : Job file loaded, run time for this step : 0.345683 seconds
|
||
2015-01-15 22:30:56 (50102) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:56 (50102) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:56 (50102) INFO : preProcess completed, run time for this step : 0.102385 seconds
|
||
2015-01-15 22:30:56 (50102) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:56 (50102) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:30:56 (50102) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:57 (50102) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:30:57 (50102) INFO : Bulk load completed, total run time : 1.49723 seconds
|
||
|
||
2015-01-15 22:30:58.017431499 after import
|
||
2015-01-15 22:30:58.028238534 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=58
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:00.612652566 after sql statement
|
||
2015-01-15 22:31:00.620188918 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=58
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:03.680125110 after sql statement
|
||
2015-01-15 22:31:03.690739835 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=58
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:04.162847269 after sql statement
|
||
2015-01-15 22:31:04.319673462 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.69 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:08.031894946 after sql statement
|
||
2015-01-15 22:31:08.040664710 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=59
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:13.293653775 after sql statement
|
||
2015-01-15 22:31:13.303027474 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=59
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:17.182221201 after sql statement
|
||
2015-01-15 22:31:17.187727230 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=59
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:17.781583954 after sql statement
|
||
2015-01-15 22:31:17.785156578 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223118_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:31:18 (990) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223118_Job_62708.xml
|
||
2015-01-15 22:31:18 (990) INFO : Job file loaded, run time for this step : 0.428507 seconds
|
||
2015-01-15 22:31:18 (990) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:18 (990) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:18 (990) INFO : preProcess completed, run time for this step : 0.053673 seconds
|
||
2015-01-15 22:31:18 (990) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:18 (990) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:18 (990) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:31:20 (990) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:31:20 (990) INFO : Bulk load completed, total run time : 2.52977 seconds
|
||
|
||
2015-01-15 22:31:20.835279582 after import
|
||
2015-01-15 22:31:20.839420601 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=60
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.74 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:26.469822556 after sql statement
|
||
2015-01-15 22:31:26.484297613 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=60
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:28.980550162 after sql statement
|
||
2015-01-15 22:31:28.988505872 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=60
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:29.506294790 after sql statement
|
||
2015-01-15 22:31:29.631025912 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.04 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:33.679945401 after sql statement
|
||
2015-01-15 22:31:33.684778626 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=61
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:42.042838733 after sql statement
|
||
2015-01-15 22:31:42.057300223 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=61
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:46.031828365 after sql statement
|
||
2015-01-15 22:31:46.037534730 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=61
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:46.757305508 after sql statement
|
||
2015-01-15 22:31:46.760223174 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223147_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:31:47 (22373) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223147_Job_62708.xml
|
||
2015-01-15 22:31:47 (22373) INFO : Job file loaded, run time for this step : 0.31023 seconds
|
||
2015-01-15 22:31:47 (22373) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:47 (22373) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:47 (22373) INFO : preProcess completed, run time for this step : 0.0631979 seconds
|
||
2015-01-15 22:31:47 (22373) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:47 (22373) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:47 (22373) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:31:47 (22373) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:31:48 (22373) INFO : Bulk load completed, total run time : 1.4125 seconds
|
||
|
||
2015-01-15 22:31:48.350556342 after import
|
||
2015-01-15 22:31:48.355017823 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=62
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:55.573981550 after sql statement
|
||
2015-01-15 22:31:55.581565085 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=62
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:59.952516352 after sql statement
|
||
2015-01-15 22:31:59.957481489 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=62
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:00.256438991 after sql statement
|
||
2015-01-15 22:32:00.382642108 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.70 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:04.096255902 after sql statement
|
||
2015-01-15 22:32:04.102233058 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=63
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:08.594810279 after sql statement
|
||
2015-01-15 22:32:08.608698798 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=63
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:12.651450444 after sql statement
|
||
2015-01-15 22:32:12.675428492 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=63
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:13.573457139 after sql statement
|
||
2015-01-15 22:32:13.578635113 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223214_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:32:14 (41928) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223214_Job_62708.xml
|
||
2015-01-15 22:32:14 (41928) INFO : Job file loaded, run time for this step : 0.451323 seconds
|
||
2015-01-15 22:32:14 (41928) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:14 (41928) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:14 (41928) INFO : preProcess completed, run time for this step : 0.0289571 seconds
|
||
2015-01-15 22:32:14 (41928) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:14 (41928) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:32:14 (41928) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:14 (41928) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:32:15 (41928) INFO : Bulk load completed, total run time : 1.5198 seconds
|
||
|
||
2015-01-15 22:32:15.344767812 after import
|
||
2015-01-15 22:32:15.355623142 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=64
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:18.032260989 after sql statement
|
||
2015-01-15 22:32:18.052442120 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=64
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:20.243936497 after sql statement
|
||
2015-01-15 22:32:20.247913873 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=64
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:21.658773156 after sql statement
|
||
2015-01-15 22:32:21.779297841 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.74 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:26.551317288 after sql statement
|
||
2015-01-15 22:32:26.556537266 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=65
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:31.794035435 after sql statement
|
||
2015-01-15 22:32:31.805351153 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=65
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:35.001999520 after sql statement
|
||
2015-01-15 22:32:35.013752803 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=65
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:35.961709235 after sql statement
|
||
2015-01-15 22:32:35.964644650 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223236_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:32:36 (59084) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223236_Job_62708.xml
|
||
2015-01-15 22:32:36 (59084) INFO : Job file loaded, run time for this step : 0.411978 seconds
|
||
2015-01-15 22:32:36 (59084) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:36 (59084) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:36 (59084) INFO : preProcess completed, run time for this step : 0.0544951 seconds
|
||
2015-01-15 22:32:36 (59084) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:36 (59084) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:32:36 (59084) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:36 (59084) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:32:37 (59084) INFO : Bulk load completed, total run time : 1.78334 seconds
|
||
|
||
2015-01-15 22:32:37.953139660 after import
|
||
2015-01-15 22:32:37.965339631 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=66
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:43.564205418 after sql statement
|
||
2015-01-15 22:32:43.574950542 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=66
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:46.794128607 after sql statement
|
||
2015-01-15 22:32:46.797654438 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=66
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:47.391607386 after sql statement
|
||
2015-01-15 22:32:47.593142115 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.51 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:51.113147486 after sql statement
|
||
2015-01-15 22:32:51.118081180 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=67
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:57.514191916 after sql statement
|
||
2015-01-15 22:32:57.528875928 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=67
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:00.006379934 after sql statement
|
||
2015-01-15 22:33:00.017460896 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=67
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:00.288917697 after sql statement
|
||
2015-01-15 22:33:00.295224609 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223300_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:33:01 (12021) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223300_Job_62708.xml
|
||
2015-01-15 22:33:01 (12021) INFO : Job file loaded, run time for this step : 0.410089 seconds
|
||
2015-01-15 22:33:01 (12021) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:01 (12021) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:01 (12021) INFO : preProcess completed, run time for this step : 0.043843 seconds
|
||
2015-01-15 22:33:01 (12021) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:01 (12021) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:33:01 (12021) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:01 (12021) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:33:02 (12021) INFO : Bulk load completed, total run time : 1.48581 seconds
|
||
|
||
2015-01-15 22:33:02.154663621 after import
|
||
2015-01-15 22:33:02.182493166 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=68
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:06.321092116 after sql statement
|
||
2015-01-15 22:33:06.326675938 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=68
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:08.375226058 after sql statement
|
||
2015-01-15 22:33:08.385101025 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=68
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:08.936643115 after sql statement
|
||
2015-01-15 22:33:09.034230821 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.43 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:12.474634544 after sql statement
|
||
2015-01-15 22:33:12.487802362 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=69
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:16.108686831 after sql statement
|
||
2015-01-15 22:33:16.114925265 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=69
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:18.302709200 after sql statement
|
||
2015-01-15 22:33:18.315678534 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=69
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:18.712080256 after sql statement
|
||
2015-01-15 22:33:18.715173575 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223319_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:33:19 (27511) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223319_Job_62708.xml
|
||
2015-01-15 22:33:19 (27511) INFO : Job file loaded, run time for this step : 0.271853 seconds
|
||
2015-01-15 22:33:19 (27511) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:19 (27511) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:19 (27511) INFO : preProcess completed, run time for this step : 0.0274708 seconds
|
||
2015-01-15 22:33:19 (27511) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:19 (27511) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:33:19 (27511) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:19 (27511) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:33:20 (27511) INFO : Bulk load completed, total run time : 1.33776 seconds
|
||
|
||
2015-01-15 22:33:20.232493625 after import
|
||
2015-01-15 22:33:20.237091221 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=70
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:24.532360709 after sql statement
|
||
2015-01-15 22:33:24.538440489 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=70
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:29.141389411 after sql statement
|
||
2015-01-15 22:33:29.164696171 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=70
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:29.815075084 after sql statement
|
||
2015-01-15 22:33:29.944596696 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.50 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:34.448549804 after sql statement
|
||
2015-01-15 22:33:34.466749258 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=71
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:42.536400825 after sql statement
|
||
2015-01-15 22:33:42.543979210 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=71
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:48.089730386 after sql statement
|
||
2015-01-15 22:33:48.094307328 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=71
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:49.213949460 after sql statement
|
||
2015-01-15 22:33:49.234620041 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223350_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:33:50 (46408) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223350_Job_62708.xml
|
||
2015-01-15 22:33:50 (46408) INFO : Job file loaded, run time for this step : 1.02197 seconds
|
||
2015-01-15 22:33:50 (46408) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:50 (46408) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:50 (46408) INFO : preProcess completed, run time for this step : 0.0747912 seconds
|
||
2015-01-15 22:33:50 (46408) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:50 (46408) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:33:50 (46408) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:51 (46408) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:33:51 (46408) INFO : Bulk load completed, total run time : 2.12161 seconds
|
||
|
||
2015-01-15 22:33:51.918628871 after import
|
||
2015-01-15 22:33:51.943706123 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=72
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:01.565143344 after sql statement
|
||
2015-01-15 22:34:01.575146485 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=72
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:05.763384258 after sql statement
|
||
2015-01-15 22:34:05.773065651 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=72
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:06.172975618 after sql statement
|
||
2015-01-15 22:34:06.303909920 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.56 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:09.870335819 after sql statement
|
||
2015-01-15 22:34:09.883162143 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=73
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (7.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:19.664461156 after sql statement
|
||
2015-01-15 22:34:19.668656298 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=73
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:23.453305490 after sql statement
|
||
2015-01-15 22:34:23.461119694 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=73
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:24.005034176 after sql statement
|
||
2015-01-15 22:34:24.014684671 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223424_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:34:24 (1360) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223424_Job_62708.xml
|
||
2015-01-15 22:34:24 (1360) INFO : Job file loaded, run time for this step : 0.403987 seconds
|
||
2015-01-15 22:34:24 (1360) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:24 (1360) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:24 (1360) INFO : preProcess completed, run time for this step : 0.063067 seconds
|
||
2015-01-15 22:34:24 (1360) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:24 (1360) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:34:24 (1360) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:24 (1360) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:34:25 (1360) INFO : Bulk load completed, total run time : 1.52426 seconds
|
||
|
||
2015-01-15 22:34:25.726940252 after import
|
||
2015-01-15 22:34:25.736946009 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=74
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:36.315761068 after sql statement
|
||
2015-01-15 22:34:36.333546296 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=74
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:42.568414688 after sql statement
|
||
2015-01-15 22:34:42.576024044 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=74
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:43.428947435 after sql statement
|
||
2015-01-15 22:34:43.576944083 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.92 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:48.513014949 after sql statement
|
||
2015-01-15 22:34:48.520373781 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=75
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.67 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:59.625490579 after sql statement
|
||
2015-01-15 22:34:59.649276297 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=75
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:04.160472684 after sql statement
|
||
2015-01-15 22:35:04.170586470 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=75
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:06.429792213 after sql statement
|
||
2015-01-15 22:35:06.444018932 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223507_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:35:07 (24155) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223507_Job_62708.xml
|
||
2015-01-15 22:35:07 (24155) INFO : Job file loaded, run time for this step : 0.447886 seconds
|
||
2015-01-15 22:35:07 (24155) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:07 (24155) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:07 (24155) INFO : preProcess completed, run time for this step : 0.0739532 seconds
|
||
2015-01-15 22:35:07 (24155) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:07 (24155) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:07 (24155) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:35:07 (24155) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:35:08 (24155) INFO : Bulk load completed, total run time : 1.54952 seconds
|
||
|
||
2015-01-15 22:35:08.276421538 after import
|
||
2015-01-15 22:35:08.281794026 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=76
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (9.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:21.066386232 after sql statement
|
||
2015-01-15 22:35:21.102675201 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=76
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:26.216737709 after sql statement
|
||
2015-01-15 22:35:26.230994117 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=76
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:28.886805016 after sql statement
|
||
2015-01-15 22:35:29.059439370 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.96 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:34.041777018 after sql statement
|
||
2015-01-15 22:35:34.046059557 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=77
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (7.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:43.707409993 after sql statement
|
||
2015-01-15 22:35:43.720492128 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=77
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:47.820553538 after sql statement
|
||
2015-01-15 22:35:47.824417444 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=77
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:48.481549791 after sql statement
|
||
2015-01-15 22:35:48.505337935 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223548_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:35:49 (47178) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223548_Job_62708.xml
|
||
2015-01-15 22:35:49 (47178) INFO : Job file loaded, run time for this step : 0.357188 seconds
|
||
2015-01-15 22:35:49 (47178) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:49 (47178) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:49 (47178) INFO : preProcess completed, run time for this step : 0.0729718 seconds
|
||
2015-01-15 22:35:49 (47178) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:49 (47178) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:35:49 (47178) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:49 (47178) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:35:50 (47178) INFO : Bulk load completed, total run time : 1.44392 seconds
|
||
|
||
2015-01-15 22:35:50.143743985 after import
|
||
2015-01-15 22:35:50.149893518 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=78
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:56.110469365 after sql statement
|
||
2015-01-15 22:35:56.125627192 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=78
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:01.021088790 after sql statement
|
||
2015-01-15 22:36:01.027979801 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=78
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:01.490842540 after sql statement
|
||
2015-01-15 22:36:01.621725982 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.98 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:07.609299806 after sql statement
|
||
2015-01-15 22:36:07.615906117 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=79
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:14.075268198 after sql statement
|
||
2015-01-15 22:36:14.087212906 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=79
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:17.599638047 after sql statement
|
||
2015-01-15 22:36:17.605318887 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=79
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:18.061241876 after sql statement
|
||
2015-01-15 22:36:18.065634464 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223618_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:36:18 (4595) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223618_Job_62708.xml
|
||
2015-01-15 22:36:18 (4595) INFO : Job file loaded, run time for this step : 0.337754 seconds
|
||
2015-01-15 22:36:18 (4595) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:18 (4595) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:18 (4595) INFO : preProcess completed, run time for this step : 0.0430732 seconds
|
||
2015-01-15 22:36:18 (4595) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:18 (4595) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:36:18 (4595) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:18 (4595) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:36:19 (4595) INFO : Bulk load completed, total run time : 1.40679 seconds
|
||
|
||
2015-01-15 22:36:19.671236612 after import
|
||
2015-01-15 22:36:19.678777108 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=80
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:22.580935723 after sql statement
|
||
2015-01-15 22:36:22.585346108 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=80
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:25.978460203 after sql statement
|
||
2015-01-15 22:36:26.000731263 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=80
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:26.830258628 after sql statement
|
||
2015-01-15 22:36:26.927917254 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.49 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:30.442246102 after sql statement
|
||
2015-01-15 22:36:30.447584875 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=81
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:36.904986041 after sql statement
|
||
2015-01-15 22:36:36.909954371 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=81
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:41.810352733 after sql statement
|
||
2015-01-15 22:36:41.819440689 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=81
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:43.135622016 after sql statement
|
||
2015-01-15 22:36:43.138430666 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223645_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:36:45 (22255) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223645_Job_62708.xml
|
||
2015-01-15 22:36:45 (22255) INFO : Job file loaded, run time for this step : 1.18035 seconds
|
||
2015-01-15 22:36:45 (22255) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:45 (22255) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:45 (22255) INFO : preProcess completed, run time for this step : 0.0659161 seconds
|
||
2015-01-15 22:36:45 (22255) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:45 (22255) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:45 (22255) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:36:45 (22255) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:36:46 (22255) INFO : Bulk load completed, total run time : 2.27172 seconds
|
||
|
||
2015-01-15 22:36:46.507300384 after import
|
||
2015-01-15 22:36:46.520311178 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=82
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:53.065964309 after sql statement
|
||
2015-01-15 22:36:53.073020280 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=82
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:58.096304168 after sql statement
|
||
2015-01-15 22:36:58.107186383 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=82
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:58.854740230 after sql statement
|
||
2015-01-15 22:36:58.942497680 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.82 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:02.776741189 after sql statement
|
||
2015-01-15 22:37:02.791103433 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=83
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:08.462896951 after sql statement
|
||
2015-01-15 22:37:08.478535274 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=83
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.13 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:11.609682822 after sql statement
|
||
2015-01-15 22:37:11.615605467 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=83
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:12.600705875 after sql statement
|
||
2015-01-15 22:37:12.607672284 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223713_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:37:13 (44405) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223713_Job_62708.xml
|
||
2015-01-15 22:37:13 (44405) INFO : Job file loaded, run time for this step : 0.348698 seconds
|
||
2015-01-15 22:37:13 (44405) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:13 (44405) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:13 (44405) INFO : preProcess completed, run time for this step : 0.056222 seconds
|
||
2015-01-15 22:37:13 (44405) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:13 (44405) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:37:13 (44405) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:13 (44405) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:37:15 (44405) INFO : Bulk load completed, total run time : 2.79144 seconds
|
||
|
||
2015-01-15 22:37:15.575206605 after import
|
||
2015-01-15 22:37:16.184210618 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=84
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:19.795435671 after sql statement
|
||
2015-01-15 22:37:19.803562235 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=84
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:22.275988875 after sql statement
|
||
2015-01-15 22:37:22.290327043 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=84
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:22.776031924 after sql statement
|
||
2015-01-15 22:37:22.876449877 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.51 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:26.398565242 after sql statement
|
||
2015-01-15 22:37:26.420023958 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=85
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:32.516381246 after sql statement
|
||
2015-01-15 22:37:32.524593338 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=85
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:35.505442232 after sql statement
|
||
2015-01-15 22:37:35.516727128 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=85
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:36.669409670 after sql statement
|
||
2015-01-15 22:37:36.672589903 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223737_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:37:37 (62710) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223737_Job_62708.xml
|
||
2015-01-15 22:37:37 (62710) INFO : Job file loaded, run time for this step : 0.355415 seconds
|
||
2015-01-15 22:37:37 (62710) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:37 (62710) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:37 (62710) INFO : preProcess completed, run time for this step : 0.0453012 seconds
|
||
2015-01-15 22:37:37 (62710) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:37 (62710) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:37 (62710) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:37:37 (62710) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:37:38 (62710) INFO : Bulk load completed, total run time : 1.42785 seconds
|
||
|
||
2015-01-15 22:37:38.282649905 after import
|
||
2015-01-15 22:37:38.289065109 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=86
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:44.691770054 after sql statement
|
||
2015-01-15 22:37:44.698096841 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=86
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:48.652879571 after sql statement
|
||
2015-01-15 22:37:48.660942886 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=86
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:50.195790184 after sql statement
|
||
2015-01-15 22:37:50.281002286 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.66 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:55.950778497 after sql statement
|
||
2015-01-15 22:37:55.964633765 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=87
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (7.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:05.036080017 after sql statement
|
||
2015-01-15 22:38:05.042984562 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=87
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.28 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:08.335881512 after sql statement
|
||
2015-01-15 22:38:08.347471849 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=87
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:08.892738531 after sql statement
|
||
2015-01-15 22:38:08.896568908 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223809_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:38:09 (19324) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223809_Job_62708.xml
|
||
2015-01-15 22:38:09 (19324) INFO : Job file loaded, run time for this step : 0.449106 seconds
|
||
2015-01-15 22:38:09 (19324) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:09 (19324) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:09 (19324) INFO : preProcess completed, run time for this step : 0.059176 seconds
|
||
2015-01-15 22:38:09 (19324) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:09 (19324) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:38:09 (19324) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:09 (19324) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:38:10 (19324) INFO : Bulk load completed, total run time : 1.52866 seconds
|
||
|
||
2015-01-15 22:38:10.621560997 after import
|
||
2015-01-15 22:38:10.626371311 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.02 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=88
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:15.968449769 after sql statement
|
||
2015-01-15 22:38:15.980995406 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=88
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:19.205311147 after sql statement
|
||
2015-01-15 22:38:19.209417293 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=88
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:19.431064584 after sql statement
|
||
2015-01-15 22:38:19.542408735 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.10 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:24.650799793 after sql statement
|
||
2015-01-15 22:38:24.659646497 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=89
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:32.460280403 after sql statement
|
||
2015-01-15 22:38:32.475345000 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=89
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:36.593387972 after sql statement
|
||
2015-01-15 22:38:36.601658416 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=89
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:37.512872170 after sql statement
|
||
2015-01-15 22:38:37.518843117 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223838_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:38:38 (40662) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223838_Job_62708.xml
|
||
2015-01-15 22:38:38 (40662) INFO : Job file loaded, run time for this step : 1.07401 seconds
|
||
2015-01-15 22:38:38 (40662) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:38 (40662) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:38 (40662) INFO : preProcess completed, run time for this step : 0.048177 seconds
|
||
2015-01-15 22:38:38 (40662) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:38 (40662) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:38 (40662) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:38:39 (40662) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:38:39 (40662) INFO : Bulk load completed, total run time : 2.15885 seconds
|
||
|
||
2015-01-15 22:38:39.855708400 after import
|
||
2015-01-15 22:38:39.864814153 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=90
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:45.039720473 after sql statement
|
||
2015-01-15 22:38:45.057294951 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=90
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.48 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:48.558275882 after sql statement
|
||
2015-01-15 22:38:48.584278315 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=90
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:50.024958781 after sql statement
|
||
2015-01-15 22:38:50.123649462 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.74 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:54.870937638 after sql statement
|
||
2015-01-15 22:38:54.898140056 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=91
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.37 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:00.430634136 after sql statement
|
||
2015-01-15 22:39:00.440662494 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=91
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:02.193013342 after sql statement
|
||
2015-01-15 22:39:02.196748647 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=91
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:03.661250952 after sql statement
|
||
2015-01-15 22:39:03.663979943 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223904_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:39:04 (60288) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223904_Job_62708.xml
|
||
2015-01-15 22:39:04 (60288) INFO : Job file loaded, run time for this step : 0.342781 seconds
|
||
2015-01-15 22:39:04 (60288) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:04 (60288) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:04 (60288) INFO : preProcess completed, run time for this step : 0.046536 seconds
|
||
2015-01-15 22:39:04 (60288) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:39:04 (60288) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:04 (60288) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:04 (60288) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:39:05 (60288) INFO : Bulk load completed, total run time : 1.40574 seconds
|
||
|
||
2015-01-15 22:39:05.358218463 after import
|
||
2015-01-15 22:39:05.367164188 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=92
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:10.877033107 after sql statement
|
||
2015-01-15 22:39:10.883581920 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=92
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:14.390290082 after sql statement
|
||
2015-01-15 22:39:14.403929215 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=92
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:15.459058475 after sql statement
|
||
2015-01-15 22:39:15.550306757 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.91 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:19.467420739 after sql statement
|
||
2015-01-15 22:39:19.482184783 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=93
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:24.205637937 after sql statement
|
||
2015-01-15 22:39:24.210906862 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=93
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:27.934632342 after sql statement
|
||
2015-01-15 22:39:27.941462309 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=93
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:29.676776974 after sql statement
|
||
2015-01-15 22:39:29.678973709 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223930_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:39:30 (15171) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223930_Job_62708.xml
|
||
2015-01-15 22:39:30 (15171) INFO : Job file loaded, run time for this step : 0.351424 seconds
|
||
2015-01-15 22:39:30 (15171) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:30 (15171) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:30 (15171) INFO : preProcess completed, run time for this step : 0.056844 seconds
|
||
2015-01-15 22:39:30 (15171) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:30 (15171) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:30 (15171) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:39:30 (15171) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:39:31 (15171) INFO : Bulk load completed, total run time : 1.42884 seconds
|
||
|
||
2015-01-15 22:39:31.298059934 after import
|
||
2015-01-15 22:39:31.302870267 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=94
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:36.436023554 after sql statement
|
||
2015-01-15 22:39:36.442257798 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=94
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:38.525516182 after sql statement
|
||
2015-01-15 22:39:38.530706541 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=94
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:39.723398777 after sql statement
|
||
2015-01-15 22:39:39.844760694 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.92 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:45.775236961 after sql statement
|
||
2015-01-15 22:39:45.782938553 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=95
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:51.651264097 after sql statement
|
||
2015-01-15 22:39:51.661277372 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=95
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:55.608797188 after sql statement
|
||
2015-01-15 22:39:55.617705875 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=95
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:55.939869183 after sql statement
|
||
2015-01-15 22:39:55.942626153 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223956_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:39:56 (34729) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T223956_Job_62708.xml
|
||
2015-01-15 22:39:56 (34729) INFO : Job file loaded, run time for this step : 0.575561 seconds
|
||
2015-01-15 22:39:56 (34729) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:56 (34729) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:56 (34729) INFO : preProcess completed, run time for this step : 0.0669081 seconds
|
||
2015-01-15 22:39:56 (34729) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:56 (34729) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:39:56 (34729) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:56 (34729) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:39:57 (34729) INFO : Bulk load completed, total run time : 1.69075 seconds
|
||
|
||
2015-01-15 22:39:57.792686795 after import
|
||
2015-01-15 22:39:57.803044121 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=96
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:06.333134149 after sql statement
|
||
2015-01-15 22:40:06.346077902 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=96
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:09.241256465 after sql statement
|
||
2015-01-15 22:40:09.248209994 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=96
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:10.101988944 after sql statement
|
||
2015-01-15 22:40:10.218484938 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.52 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:14.748261238 after sql statement
|
||
2015-01-15 22:40:14.756805696 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=97
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:18.297071275 after sql statement
|
||
2015-01-15 22:40:18.302734348 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=97
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:22.220041473 after sql statement
|
||
2015-01-15 22:40:22.225226347 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=97
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:22.471974540 after sql statement
|
||
2015-01-15 22:40:22.475413057 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224023_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:40:23 (55558) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224023_Job_62708.xml
|
||
2015-01-15 22:40:23 (55558) INFO : Job file loaded, run time for this step : 0.364928 seconds
|
||
2015-01-15 22:40:23 (55558) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:23 (55558) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:23 (55558) INFO : preProcess completed, run time for this step : 0.0189459 seconds
|
||
2015-01-15 22:40:23 (55558) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:23 (55558) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:23 (55558) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:40:23 (55558) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:40:24 (55558) INFO : Bulk load completed, total run time : 1.41192 seconds
|
||
|
||
2015-01-15 22:40:24.323809315 after import
|
||
2015-01-15 22:40:24.330105909 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=98
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (8.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:35.942108326 after sql statement
|
||
2015-01-15 22:40:35.947942940 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=98
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.58 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:40.532868551 after sql statement
|
||
2015-01-15 22:40:40.551303741 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=98
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:41.617363283 after sql statement
|
||
2015-01-15 22:40:41.753473665 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.75 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:45.528819328 after sql statement
|
||
2015-01-15 22:40:45.533721565 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=99
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:54.244477766 after sql statement
|
||
2015-01-15 22:40:54.251530132 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=99
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:00.034087853 after sql statement
|
||
2015-01-15 22:41:00.047120133 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=99
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:01.135979881 after sql statement
|
||
2015-01-15 22:41:01.142501193 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224102_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:41:02 (15898) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224102_Job_62708.xml
|
||
2015-01-15 22:41:02 (15898) INFO : Job file loaded, run time for this step : 0.549488 seconds
|
||
2015-01-15 22:41:02 (15898) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:02 (15898) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:02 (15898) INFO : preProcess completed, run time for this step : 0.036273 seconds
|
||
2015-01-15 22:41:02 (15898) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:02 (15898) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:41:02 (15898) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:02 (15898) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:41:03 (15898) INFO : Bulk load completed, total run time : 1.60425 seconds
|
||
|
||
2015-01-15 22:41:03.614057826 after import
|
||
2015-01-15 22:41:03.622046080 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=100
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:08.277352624 after sql statement
|
||
2015-01-15 22:41:08.307646627 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=100
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:11.384391979 after sql statement
|
||
2015-01-15 22:41:11.394190792 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=100
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:11.959975462 after sql statement
|
||
2015-01-15 22:41:12.065634669 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.71 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:15.776381671 after sql statement
|
||
2015-01-15 22:41:15.781202060 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=101
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:20.958234043 after sql statement
|
||
2015-01-15 22:41:20.970127043 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=101
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:24.512889894 after sql statement
|
||
2015-01-15 22:41:24.517985169 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=101
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:24.788701550 after sql statement
|
||
2015-01-15 22:41:24.794023996 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224125_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:41:25 (33902) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224125_Job_62708.xml
|
||
2015-01-15 22:41:25 (33902) INFO : Job file loaded, run time for this step : 0.297775 seconds
|
||
2015-01-15 22:41:25 (33902) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:25 (33902) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:25 (33902) INFO : preProcess completed, run time for this step : 0.069428 seconds
|
||
2015-01-15 22:41:25 (33902) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:25 (33902) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:25 (33902) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:41:25 (33902) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:41:26 (33902) INFO : Bulk load completed, total run time : 1.41305 seconds
|
||
|
||
2015-01-15 22:41:26.407262145 after import
|
||
2015-01-15 22:41:26.431306870 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=102
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:31.507583285 after sql statement
|
||
2015-01-15 22:41:31.512288252 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=102
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:36.194872715 after sql statement
|
||
2015-01-15 22:41:36.205684998 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=102
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:36.594710841 after sql statement
|
||
2015-01-15 22:41:36.693223076 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.54 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:40.245056073 after sql statement
|
||
2015-01-15 22:41:40.249641772 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=103
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:44.455528477 after sql statement
|
||
2015-01-15 22:41:44.470700521 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=103
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.09 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:49.595634374 after sql statement
|
||
2015-01-15 22:41:49.668333079 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=103
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:51.103967154 after sql statement
|
||
2015-01-15 22:41:51.106828086 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224152_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:41:52 (52425) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224152_Job_62708.xml
|
||
2015-01-15 22:41:52 (52425) INFO : Job file loaded, run time for this step : 1.13102 seconds
|
||
2015-01-15 22:41:52 (52425) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:52 (52425) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:52 (52425) INFO : preProcess completed, run time for this step : 0.038681 seconds
|
||
2015-01-15 22:41:52 (52425) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:52 (52425) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:52 (52425) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:41:52 (52425) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:41:53 (52425) INFO : Bulk load completed, total run time : 2.19404 seconds
|
||
|
||
2015-01-15 22:41:53.486844823 after import
|
||
2015-01-15 22:41:53.507555365 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=104
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:58.308027656 after sql statement
|
||
2015-01-15 22:41:58.312217007 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=104
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:01.535686870 after sql statement
|
||
2015-01-15 22:42:01.557189404 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=104
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:02.812437562 after sql statement
|
||
2015-01-15 22:42:02.890112698 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.34 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:07.236787666 after sql statement
|
||
2015-01-15 22:42:07.241968784 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=105
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:12.447381088 after sql statement
|
||
2015-01-15 22:42:12.464907930 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=105
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:15.021374045 after sql statement
|
||
2015-01-15 22:42:15.026308379 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=105
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:15.452613285 after sql statement
|
||
2015-01-15 22:42:15.458625953 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224215_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:42:15 (7560) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224215_Job_62708.xml
|
||
2015-01-15 22:42:15 (7560) INFO : Job file loaded, run time for this step : 0.341333 seconds
|
||
2015-01-15 22:42:15 (7560) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:16 (7560) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:16 (7560) INFO : preProcess completed, run time for this step : 0.0500281 seconds
|
||
2015-01-15 22:42:16 (7560) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:16 (7560) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:42:16 (7560) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:16 (7560) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:42:17 (7560) INFO : Bulk load completed, total run time : 1.40494 seconds
|
||
|
||
2015-01-15 22:42:17.060617429 after import
|
||
2015-01-15 22:42:17.070069027 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=106
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:24.418618064 after sql statement
|
||
2015-01-15 22:42:24.425752265 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=106
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:28.794979324 after sql statement
|
||
2015-01-15 22:42:28.802991479 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=106
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:29.637270825 after sql statement
|
||
2015-01-15 22:42:29.835797620 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.81 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:33.645817967 after sql statement
|
||
2015-01-15 22:42:33.650928174 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=107
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:40.442207724 after sql statement
|
||
2015-01-15 22:42:40.453001657 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=107
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:44.149211096 after sql statement
|
||
2015-01-15 22:42:44.157218198 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=107
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:44.955155691 after sql statement
|
||
2015-01-15 22:42:44.957857608 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224245_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:42:45 (31074) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224245_Job_62708.xml
|
||
2015-01-15 22:42:45 (31074) INFO : Job file loaded, run time for this step : 0.3113 seconds
|
||
2015-01-15 22:42:45 (31074) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:45 (31074) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:45 (31074) INFO : preProcess completed, run time for this step : 0.0586252 seconds
|
||
2015-01-15 22:42:45 (31074) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:45 (31074) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:42:45 (31074) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:45 (31074) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:42:46 (31074) INFO : Bulk load completed, total run time : 1.40563 seconds
|
||
|
||
2015-01-15 22:42:46.682816280 after import
|
||
2015-01-15 22:42:46.689636176 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=108
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:53.036411900 after sql statement
|
||
2015-01-15 22:42:53.045084980 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=108
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:57.106362549 after sql statement
|
||
2015-01-15 22:42:57.119118882 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=108
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:57.839413230 after sql statement
|
||
2015-01-15 22:42:58.012836337 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (7.89 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:05.938216632 after sql statement
|
||
2015-01-15 22:43:05.942663302 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=109
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:11.001219247 after sql statement
|
||
2015-01-15 22:43:11.010247807 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=109
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:14.991216776 after sql statement
|
||
2015-01-15 22:43:14.999277638 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=109
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:15.355392162 after sql statement
|
||
2015-01-15 22:43:15.363753641 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224316_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:43:16 (51593) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224316_Job_62708.xml
|
||
2015-01-15 22:43:16 (51593) INFO : Job file loaded, run time for this step : 1.01654 seconds
|
||
2015-01-15 22:43:16 (51593) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:16 (51593) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:16 (51593) INFO : preProcess completed, run time for this step : 0.0908689 seconds
|
||
2015-01-15 22:43:16 (51593) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:16 (51593) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:16 (51593) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:43:17 (51593) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:43:17 (51593) INFO : Bulk load completed, total run time : 2.19267 seconds
|
||
|
||
2015-01-15 22:43:17.785136028 after import
|
||
2015-01-15 22:43:17.789509277 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=110
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:24.005288271 after sql statement
|
||
2015-01-15 22:43:24.022823563 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=110
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:26.401708038 after sql statement
|
||
2015-01-15 22:43:26.411165154 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=110
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:27.105966766 after sql statement
|
||
2015-01-15 22:43:27.225076500 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.13 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:31.377991797 after sql statement
|
||
2015-01-15 22:43:31.383344415 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=111
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:38.600776380 after sql statement
|
||
2015-01-15 22:43:38.610284806 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=111
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:41.120043994 after sql statement
|
||
2015-01-15 22:43:41.448227185 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=111
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:42.421480713 after sql statement
|
||
2015-01-15 22:43:42.424407129 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224343_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:43:43 (6773) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224343_Job_62708.xml
|
||
2015-01-15 22:43:43 (6773) INFO : Job file loaded, run time for this step : 0.605939 seconds
|
||
2015-01-15 22:43:43 (6773) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:43 (6773) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:43 (6773) INFO : preProcess completed, run time for this step : 0.0425549 seconds
|
||
2015-01-15 22:43:43 (6773) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:43 (6773) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:43 (6773) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:43:43 (6773) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:43:44 (6773) INFO : Bulk load completed, total run time : 1.68863 seconds
|
||
|
||
2015-01-15 22:43:44.459135328 after import
|
||
2015-01-15 22:43:44.472641387 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=112
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.69 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:49.519877168 after sql statement
|
||
2015-01-15 22:43:49.524312753 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=112
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:52.411111825 after sql statement
|
||
2015-01-15 22:43:52.420645713 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=112
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:54.014262012 after sql statement
|
||
2015-01-15 22:43:54.149789042 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.18 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:58.330706907 after sql statement
|
||
2015-01-15 22:43:58.338904000 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=113
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:04.878093505 after sql statement
|
||
2015-01-15 22:44:04.894979519 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=113
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:08.269170732 after sql statement
|
||
2015-01-15 22:44:08.280877414 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=113
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:08.689900641 after sql statement
|
||
2015-01-15 22:44:08.692848004 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224409_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:44:09 (27310) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224409_Job_62708.xml
|
||
2015-01-15 22:44:09 (27310) INFO : Job file loaded, run time for this step : 0.34665 seconds
|
||
2015-01-15 22:44:09 (27310) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:09 (27310) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:09 (27310) INFO : preProcess completed, run time for this step : 0.0389719 seconds
|
||
2015-01-15 22:44:09 (27310) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:09 (27310) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:09 (27310) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:44:09 (27310) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:44:10 (27310) INFO : Bulk load completed, total run time : 1.4147 seconds
|
||
|
||
2015-01-15 22:44:10.240933324 after import
|
||
2015-01-15 22:44:10.269893135 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=114
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:18.932629086 after sql statement
|
||
2015-01-15 22:44:18.936640963 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=114
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:20.479217234 after sql statement
|
||
2015-01-15 22:44:20.485674216 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=114
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:21.709542084 after sql statement
|
||
2015-01-15 22:44:21.854619904 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.49 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:25.358611544 after sql statement
|
||
2015-01-15 22:44:25.375280362 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=115
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:28.478066975 after sql statement
|
||
2015-01-15 22:44:28.484607743 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=115
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:31.788559007 after sql statement
|
||
2015-01-15 22:44:31.795531445 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=115
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:33.647499552 after sql statement
|
||
2015-01-15 22:44:33.650516418 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224434_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:44:34 (45781) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224434_Job_62708.xml
|
||
2015-01-15 22:44:34 (45781) INFO : Job file loaded, run time for this step : 0.309869 seconds
|
||
2015-01-15 22:44:34 (45781) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:34 (45781) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:34 (45781) INFO : preProcess completed, run time for this step : 0.0351679 seconds
|
||
2015-01-15 22:44:34 (45781) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:34 (45781) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:44:34 (45781) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:34 (45781) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:44:35 (45781) INFO : Bulk load completed, total run time : 1.38428 seconds
|
||
|
||
2015-01-15 22:44:35.831228928 after import
|
||
2015-01-15 22:44:35.838499146 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=116
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:39.807059967 after sql statement
|
||
2015-01-15 22:44:39.857848125 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=116
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:42.027121668 after sql statement
|
||
2015-01-15 22:44:42.035598362 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=116
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:43.247937773 after sql statement
|
||
2015-01-15 22:44:43.445812500 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.70 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:47.184101211 after sql statement
|
||
2015-01-15 22:44:47.194676378 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=117
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:52.823017568 after sql statement
|
||
2015-01-15 22:44:52.832681423 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=117
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:55.882677108 after sql statement
|
||
2015-01-15 22:44:55.891524647 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=117
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:57.450505984 after sql statement
|
||
2015-01-15 22:44:57.469584094 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224457_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:44:58 (63733) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224457_Job_62708.xml
|
||
2015-01-15 22:44:58 (63733) INFO : Job file loaded, run time for this step : 0.295561 seconds
|
||
2015-01-15 22:44:58 (63733) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:58 (63733) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:58 (63733) INFO : preProcess completed, run time for this step : 0.053966 seconds
|
||
2015-01-15 22:44:58 (63733) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:58 (63733) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:58 (63733) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:44:58 (63733) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:44:59 (63733) INFO : Bulk load completed, total run time : 1.5915 seconds
|
||
|
||
2015-01-15 22:44:59.321967936 after import
|
||
2015-01-15 22:44:59.341831121 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=118
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:04.050489842 after sql statement
|
||
2015-01-15 22:45:04.061907490 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=118
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:07.756954027 after sql statement
|
||
2015-01-15 22:45:07.771170441 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=118
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:08.973888924 after sql statement
|
||
2015-01-15 22:45:09.166501592 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.85 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:14.031178886 after sql statement
|
||
2015-01-15 22:45:14.038504516 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=119
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:22.526728457 after sql statement
|
||
2015-01-15 22:45:22.531028336 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=119
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:24.965360548 after sql statement
|
||
2015-01-15 22:45:24.981416317 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=119
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:25.401175701 after sql statement
|
||
2015-01-15 22:45:25.404744548 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224526_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:45:26 (20345) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224526_Job_62708.xml
|
||
2015-01-15 22:45:26 (20345) INFO : Job file loaded, run time for this step : 0.615967 seconds
|
||
2015-01-15 22:45:26 (20345) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:26 (20345) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:26 (20345) INFO : preProcess completed, run time for this step : 0.0843241 seconds
|
||
2015-01-15 22:45:26 (20345) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:26 (20345) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:26 (20345) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:45:27 (20345) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:45:27 (20345) INFO : Bulk load completed, total run time : 1.72508 seconds
|
||
|
||
2015-01-15 22:45:27.750801279 after import
|
||
2015-01-15 22:45:27.758455150 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=120
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:32.014162250 after sql statement
|
||
2015-01-15 22:45:32.019430404 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=120
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:35.404758614 after sql statement
|
||
2015-01-15 22:45:35.439267645 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=120
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:35.739743921 after sql statement
|
||
2015-01-15 22:45:35.857640432 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (6.42 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:42.301381537 after sql statement
|
||
2015-01-15 22:45:42.305379547 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=121
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:46.051984845 after sql statement
|
||
2015-01-15 22:45:46.059617268 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=121
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:49.634407555 after sql statement
|
||
2015-01-15 22:45:49.671651407 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=121
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:50.491257328 after sql statement
|
||
2015-01-15 22:45:50.519480756 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224551_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:45:51 (38844) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224551_Job_62708.xml
|
||
2015-01-15 22:45:51 (38844) INFO : Job file loaded, run time for this step : 0.343447 seconds
|
||
2015-01-15 22:45:51 (38844) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:51 (38844) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:51 (38844) INFO : preProcess completed, run time for this step : 0.0495541 seconds
|
||
2015-01-15 22:45:51 (38844) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:51 (38844) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:45:51 (38844) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:51 (38844) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:45:52 (38844) INFO : Bulk load completed, total run time : 1.41176 seconds
|
||
|
||
2015-01-15 22:45:52.140335669 after import
|
||
2015-01-15 22:45:52.146604204 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=122
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:56.462112810 after sql statement
|
||
2015-01-15 22:45:56.473603672 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=122
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:59.203727848 after sql statement
|
||
2015-01-15 22:45:59.214976826 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=122
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:00.582215793 after sql statement
|
||
2015-01-15 22:46:00.767827486 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.32 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:05.091102463 after sql statement
|
||
2015-01-15 22:46:05.094664801 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=123
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:10.135180022 after sql statement
|
||
2015-01-15 22:46:10.139818308 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=123
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:14.450250935 after sql statement
|
||
2015-01-15 22:46:14.456472026 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=123
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (3.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:17.529714772 after sql statement
|
||
2015-01-15 22:46:17.534758763 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224617_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:46:18 (57614) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224617_Job_62708.xml
|
||
2015-01-15 22:46:18 (57614) INFO : Job file loaded, run time for this step : 0.31422 seconds
|
||
2015-01-15 22:46:18 (57614) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:18 (57614) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:18 (57614) INFO : preProcess completed, run time for this step : 0.031827 seconds
|
||
2015-01-15 22:46:18 (57614) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:18 (57614) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:46:18 (57614) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:18 (57614) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:46:19 (57614) INFO : Bulk load completed, total run time : 1.38048 seconds
|
||
|
||
2015-01-15 22:46:19.091399078 after import
|
||
2015-01-15 22:46:19.095591424 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=124
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:25.951657709 after sql statement
|
||
2015-01-15 22:46:25.966135608 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=124
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.82 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:31.796112337 after sql statement
|
||
2015-01-15 22:46:31.806048269 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=124
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:32.849112026 after sql statement
|
||
2015-01-15 22:46:32.981572578 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.85 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:36.841717861 after sql statement
|
||
2015-01-15 22:46:36.850124423 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=125
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:42.788234883 after sql statement
|
||
2015-01-15 22:46:42.796113985 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=125
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:48.196356744 after sql statement
|
||
2015-01-15 22:46:48.203724328 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=125
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:48.467134818 after sql statement
|
||
2015-01-15 22:46:48.470688656 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224648_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:46:48 (15528) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224648_Job_62708.xml
|
||
2015-01-15 22:46:48 (15528) INFO : Job file loaded, run time for this step : 0.337891 seconds
|
||
2015-01-15 22:46:48 (15528) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:49 (15528) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:49 (15528) INFO : preProcess completed, run time for this step : 0.051836 seconds
|
||
2015-01-15 22:46:49 (15528) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:49 (15528) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:46:49 (15528) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:49 (15528) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:46:50 (15528) INFO : Bulk load completed, total run time : 1.42606 seconds
|
||
|
||
2015-01-15 22:46:50.081201227 after import
|
||
2015-01-15 22:46:50.100749972 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=126
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:54.170881782 after sql statement
|
||
2015-01-15 22:46:54.176008441 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=126
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:56.943726617 after sql statement
|
||
2015-01-15 22:46:56.949507508 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=126
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:58.593965526 after sql statement
|
||
2015-01-15 22:46:58.698300523 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.80 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:03.511833615 after sql statement
|
||
2015-01-15 22:47:03.518316814 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=127
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:10.402009048 after sql statement
|
||
2015-01-15 22:47:10.406217502 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=127
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:15.277531319 after sql statement
|
||
2015-01-15 22:47:15.286971299 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=127
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:15.528916942 after sql statement
|
||
2015-01-15 22:47:15.531811225 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224715_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:47:16 (35689) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224715_Job_62708.xml
|
||
2015-01-15 22:47:16 (35689) INFO : Job file loaded, run time for this step : 0.481811 seconds
|
||
2015-01-15 22:47:16 (35689) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:16 (35689) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:16 (35689) INFO : preProcess completed, run time for this step : 0.025157 seconds
|
||
2015-01-15 22:47:16 (35689) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:16 (35689) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:47:16 (35689) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:16 (35689) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:47:17 (35689) INFO : Bulk load completed, total run time : 1.5827 seconds
|
||
|
||
2015-01-15 22:47:17.270655475 after import
|
||
2015-01-15 22:47:17.277357728 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=128
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:21.097119732 after sql statement
|
||
2015-01-15 22:47:21.108047714 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=128
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.60 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:24.719976793 after sql statement
|
||
2015-01-15 22:47:24.724923356 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=128
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:25.021559239 after sql statement
|
||
2015-01-15 22:47:25.146524146 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.52 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:28.678483582 after sql statement
|
||
2015-01-15 22:47:28.691074032 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=129
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:33.245819679 after sql statement
|
||
2015-01-15 22:47:33.260928203 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=129
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:37.024824292 after sql statement
|
||
2015-01-15 22:47:37.031884471 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=129
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:37.698890167 after sql statement
|
||
2015-01-15 22:47:37.712409834 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224738_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:47:38 (52970) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224738_Job_62708.xml
|
||
2015-01-15 22:47:38 (52970) INFO : Job file loaded, run time for this step : 0.302291 seconds
|
||
2015-01-15 22:47:38 (52970) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:38 (52970) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:38 (52970) INFO : preProcess completed, run time for this step : 0.0456569 seconds
|
||
2015-01-15 22:47:38 (52970) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:38 (52970) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:38 (52970) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:47:38 (52970) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:47:39 (52970) INFO : Bulk load completed, total run time : 1.39596 seconds
|
||
|
||
2015-01-15 22:47:39.324385092 after import
|
||
2015-01-15 22:47:39.329800448 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=130
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:44.684881769 after sql statement
|
||
2015-01-15 22:47:44.735744474 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=130
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.81 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:48.586191335 after sql statement
|
||
2015-01-15 22:47:48.591183426 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=130
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:48.865687528 after sql statement
|
||
2015-01-15 22:47:48.999121964 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.47 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:52.492861403 after sql statement
|
||
2015-01-15 22:47:52.501810318 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=131
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:57.380808113 after sql statement
|
||
2015-01-15 22:47:57.415606421 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=131
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:00.499823108 after sql statement
|
||
2015-01-15 22:48:00.514276974 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=131
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:00.802089921 after sql statement
|
||
2015-01-15 22:48:00.804619614 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224801_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:48:01 (4099) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224801_Job_62708.xml
|
||
2015-01-15 22:48:01 (4099) INFO : Job file loaded, run time for this step : 0.330291 seconds
|
||
2015-01-15 22:48:01 (4099) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:01 (4099) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:01 (4099) INFO : preProcess completed, run time for this step : 0.0375979 seconds
|
||
2015-01-15 22:48:01 (4099) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:01 (4099) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:48:01 (4099) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:01 (4099) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:48:02 (4099) INFO : Bulk load completed, total run time : 1.39757 seconds
|
||
|
||
2015-01-15 22:48:02.365744264 after import
|
||
2015-01-15 22:48:02.371483396 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=132
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.83 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:07.295183926 after sql statement
|
||
2015-01-15 22:48:07.318577265 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=132
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:09.723803983 after sql statement
|
||
2015-01-15 22:48:09.727836634 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=132
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:10.108628490 after sql statement
|
||
2015-01-15 22:48:10.249291450 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.20 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:14.463408815 after sql statement
|
||
2015-01-15 22:48:14.478288253 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=133
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:20.838551782 after sql statement
|
||
2015-01-15 22:48:20.845107109 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=133
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:24.545947754 after sql statement
|
||
2015-01-15 22:48:24.555534964 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=133
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:24.883085244 after sql statement
|
||
2015-01-15 22:48:24.887309953 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224825_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:48:25 (22635) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224825_Job_62708.xml
|
||
2015-01-15 22:48:25 (22635) INFO : Job file loaded, run time for this step : 0.419656 seconds
|
||
2015-01-15 22:48:25 (22635) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:25 (22635) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:25 (22635) INFO : preProcess completed, run time for this step : 0.156585 seconds
|
||
2015-01-15 22:48:25 (22635) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:25 (22635) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:48:25 (22635) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:25 (22635) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:48:26 (22635) INFO : Bulk load completed, total run time : 1.59603 seconds
|
||
|
||
2015-01-15 22:48:26.641664012 after import
|
||
2015-01-15 22:48:26.647405881 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=134
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:33.582636081 after sql statement
|
||
2015-01-15 22:48:33.640495937 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=134
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:37.070595309 after sql statement
|
||
2015-01-15 22:48:37.092698043 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=134
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:38.333724218 after sql statement
|
||
2015-01-15 22:48:38.439150732 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.80 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:42.246896715 after sql statement
|
||
2015-01-15 22:48:42.250372648 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=135
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:46.079060603 after sql statement
|
||
2015-01-15 22:48:46.097034244 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=135
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:49.103224016 after sql statement
|
||
2015-01-15 22:48:49.114388215 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=135
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:50.419897624 after sql statement
|
||
2015-01-15 22:48:50.423611046 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224850_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:48:50 (42498) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224850_Job_62708.xml
|
||
2015-01-15 22:48:50 (42498) INFO : Job file loaded, run time for this step : 0.355573 seconds
|
||
2015-01-15 22:48:50 (42498) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:50 (42498) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:50 (42498) INFO : preProcess completed, run time for this step : 0.026684 seconds
|
||
2015-01-15 22:48:50 (42498) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:50 (42498) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:48:50 (42498) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:51 (42498) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:48:52 (42498) INFO : Bulk load completed, total run time : 1.4253 seconds
|
||
|
||
2015-01-15 22:48:52.042101375 after import
|
||
2015-01-15 22:48:52.050139288 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=136
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:58.675583499 after sql statement
|
||
2015-01-15 22:48:58.681666691 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=136
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:02.811049984 after sql statement
|
||
2015-01-15 22:49:02.833852511 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=136
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:03.348508226 after sql statement
|
||
2015-01-15 22:49:03.463780806 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.80 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:07.269248511 after sql statement
|
||
2015-01-15 22:49:07.277175679 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=137
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.83 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:13.867952841 after sql statement
|
||
2015-01-15 22:49:13.873503584 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=137
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:16.596295796 after sql statement
|
||
2015-01-15 22:49:16.613485115 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=137
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:17.357664138 after sql statement
|
||
2015-01-15 22:49:17.368438970 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224917_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:49:17 (62578) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224917_Job_62708.xml
|
||
2015-01-15 22:49:17 (62578) INFO : Job file loaded, run time for this step : 0.326302 seconds
|
||
2015-01-15 22:49:17 (62578) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:17 (62578) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:17 (62578) INFO : preProcess completed, run time for this step : 0.0365798 seconds
|
||
2015-01-15 22:49:17 (62578) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:17 (62578) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:49:17 (62578) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:18 (62578) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:49:18 (62578) INFO : Bulk load completed, total run time : 1.39787 seconds
|
||
|
||
2015-01-15 22:49:18.961285046 after import
|
||
2015-01-15 22:49:18.989147629 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=138
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.17 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:25.184438104 after sql statement
|
||
2015-01-15 22:49:25.193947459 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=138
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:27.200334159 after sql statement
|
||
2015-01-15 22:49:27.208486720 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=138
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:28.665985686 after sql statement
|
||
2015-01-15 22:49:28.802735298 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.86 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:32.674475977 after sql statement
|
||
2015-01-15 22:49:32.680258770 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=139
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:38.549253969 after sql statement
|
||
2015-01-15 22:49:38.577129491 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=139
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:42.431934496 after sql statement
|
||
2015-01-15 22:49:42.436219224 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=139
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:44.121949548 after sql statement
|
||
2015-01-15 22:49:44.124012565 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224944_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:49:44 (15137) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T224944_Job_62708.xml
|
||
2015-01-15 22:49:44 (15137) INFO : Job file loaded, run time for this step : 0.466595 seconds
|
||
2015-01-15 22:49:44 (15137) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:44 (15137) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:44 (15137) INFO : preProcess completed, run time for this step : 0.0330269 seconds
|
||
2015-01-15 22:49:44 (15137) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:44 (15137) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:44 (15137) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:49:45 (15137) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:49:45 (15137) INFO : Bulk load completed, total run time : 1.57671 seconds
|
||
|
||
2015-01-15 22:49:45.985784985 after import
|
||
2015-01-15 22:49:46.006129359 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=140
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:52.191461565 after sql statement
|
||
2015-01-15 22:49:52.198359506 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=140
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:57.983433341 after sql statement
|
||
2015-01-15 22:49:57.993515368 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=140
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:58.739537449 after sql statement
|
||
2015-01-15 22:49:58.855175931 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.58 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:03.453425156 after sql statement
|
||
2015-01-15 22:50:03.456793448 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=141
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.37 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:11.523177969 after sql statement
|
||
2015-01-15 22:50:11.536496128 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=141
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:14.044585588 after sql statement
|
||
2015-01-15 22:50:14.056785179 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=141
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:15.153709530 after sql statement
|
||
2015-01-15 22:50:15.156371354 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T225016_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:50:16 (37267) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T225016_Job_62708.xml
|
||
2015-01-15 22:50:16 (37267) INFO : Job file loaded, run time for this step : 0.295899 seconds
|
||
2015-01-15 22:50:16 (37267) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:16 (37267) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:16 (37267) INFO : preProcess completed, run time for this step : 0.063982 seconds
|
||
2015-01-15 22:50:16 (37267) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:16 (37267) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:16 (37267) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:50:16 (37267) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:50:17 (37267) INFO : Bulk load completed, total run time : 1.39309 seconds
|
||
|
||
2015-01-15 22:50:17.402409585 after import
|
||
2015-01-15 22:50:17.405814706 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=142
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:25.030977115 after sql statement
|
||
2015-01-15 22:50:25.049927547 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=142
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:27.428461217 after sql statement
|
||
2015-01-15 22:50:27.437140750 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=142
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:28.400359332 after sql statement
|
||
2015-01-15 22:50:28.590076562 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.02 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:32.625906074 after sql statement
|
||
2015-01-15 22:50:32.634318148 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=143
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:35.175993266 after sql statement
|
||
2015-01-15 22:50:35.190657027 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=143
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:39.760168142 after sql statement
|
||
2015-01-15 22:50:39.770858310 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=143
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:40.210809449 after sql statement
|
||
2015-01-15 22:50:40.225799556 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T225041_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:50:41 (55681) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T225041_Job_62708.xml
|
||
2015-01-15 22:50:41 (55681) INFO : Job file loaded, run time for this step : 0.407076 seconds
|
||
2015-01-15 22:50:41 (55681) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:41 (55681) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:41 (55681) INFO : preProcess completed, run time for this step : 0.0447071 seconds
|
||
2015-01-15 22:50:41 (55681) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:41 (55681) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:50:41 (55681) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:41 (55681) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:50:42 (55681) INFO : Bulk load completed, total run time : 1.46671 seconds
|
||
|
||
2015-01-15 22:50:42.499743723 after import
|
||
2015-01-15 22:50:42.523742312 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=144
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:49.192150466 after sql statement
|
||
2015-01-15 22:50:49.203257108 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=144
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:52.663690460 after sql statement
|
||
2015-01-15 22:50:52.681574133 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=144
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:53.538716286 after sql statement
|
||
2015-01-15 22:50:53.772602764 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.82 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:58.595648429 after sql statement
|
||
2015-01-15 22:50:58.608359026 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=145
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (2.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:01.878163192 after sql statement
|
||
2015-01-15 22:51:01.891688398 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=145
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:05.110533709 after sql statement
|
||
2015-01-15 22:51:05.129555444 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=145
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:05.493416773 after sql statement
|
||
2015-01-15 22:51:05.495604770 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62708 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T225106_Job_62708.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62708.log
|
||
2015-01-15 22:51:06 (7266) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62708_D20150115_T225106_Job_62708.xml
|
||
2015-01-15 22:51:06 (7266) INFO : Job file loaded, run time for this step : 0.711561 seconds
|
||
2015-01-15 22:51:06 (7266) INFO : PreProcessing check starts
|
||
2015-01-15 22:51:06 (7266) INFO : PreProcessing check completed
|
||
2015-01-15 22:51:06 (7266) INFO : preProcess completed, run time for this step : 0.0431199 seconds
|
||
2015-01-15 22:51:06 (7266) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:51:06 (7266) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:51:06 (7266) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_14...[0;39m
|
||
2015-01-15 22:51:06 (7266) INFO : For table dmlc.test211_14: 140000 rows processed and 140000 rows inserted.
|
||
2015-01-15 22:51:08 (7266) INFO : Bulk load completed, total run time : 2.15757 seconds
|
||
|
||
2015-01-15 22:51:08.087347954 after import
|
||
2015-01-15 22:51:08.092417793 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=146
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (5.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:14.476273435 after sql statement
|
||
2015-01-15 22:51:14.484109865 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=146
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (3.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:17.688142860 after sql statement
|
||
2015-01-15 22:51:17.697708749 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=146
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:19.433880345 after sql statement
|
||
2015-01-15 22:51:19.651548324 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_14.tbl' into table test211_14 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (4.13 sec)
|
||
Records: 140000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:23.787051317 after sql statement
|
||
2015-01-15 22:51:23.794711342 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_14 where batch=147
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (1.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:26.417757839 after sql statement
|
||
2015-01-15 22:51:26.421950179 before sql statment
|
||
--------------
|
||
update test211_14 set c2=c1 where batch=147
|
||
--------------
|
||
|
||
Query OK, 140000 rows affected (0.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:27.318102235 after sql statement
|
||
2015-01-15 22:51:27.322602285 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=140000, 'good', 'bad') result from test211_14 where batch=147
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 140000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:27.466521448 after sql statement
|
||
Thu Jan 15 22:51:27 CST 2015 - All done.
|