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
9830 lines
289 KiB
Plaintext
9830 lines
289 KiB
Plaintext
2015-01-15 22:19:17.700753157 before sql statment
|
||
--------------
|
||
drop table if exists test211_10
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.97 sec)
|
||
|
||
--------------
|
||
create table test211_10(batch int, c1 int, c2 int)engine=infinidb
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:23.564455132 after sql statement
|
||
2015-01-15 22:19:23.640623963 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.96 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:27.613614614 after sql statement
|
||
2015-01-15 22:19:27.621326661 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=1
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:30.928011652 after sql statement
|
||
2015-01-15 22:19:30.938229848 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=1
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:33.325030330 after sql statement
|
||
2015-01-15 22:19:33.333138577 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=1
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:33.458771157 after sql statement
|
||
2015-01-15 22:19:33.460986309 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T221933_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:19:33 (32938) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T221933_Job_62700.xml
|
||
2015-01-15 22:19:33 (32938) INFO : Job file loaded, run time for this step : 0.176089 seconds
|
||
2015-01-15 22:19:33 (32938) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:34 (32938) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:34 (32938) INFO : preProcess completed, run time for this step : 0.676541 seconds
|
||
2015-01-15 22:19:34 (32938) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:34 (32938) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:19:34 (32938) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:34 (32938) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:19:35 (32938) INFO : Bulk load completed, total run time : 1.88436 seconds
|
||
|
||
2015-01-15 22:19:35.474038100 after import
|
||
2015-01-15 22:19:35.478958861 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=2
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:40.899636534 after sql statement
|
||
2015-01-15 22:19:40.912118842 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=2
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (0.94 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:41.859184396 after sql statement
|
||
2015-01-15 22:19:41.870636868 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=2
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:42.067435865 after sql statement
|
||
2015-01-15 22:19:42.162464950 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (6.14 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:48.331533420 after sql statement
|
||
2015-01-15 22:19:48.356815146 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=3
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:52.706301640 after sql statement
|
||
2015-01-15 22:19:52.712520655 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=3
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:54.647389746 after sql statement
|
||
2015-01-15 22:19:54.654016167 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=3
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:54.989775276 after sql statement
|
||
2015-01-15 22:19:54.992998361 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T221956_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:19:56 (48491) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T221956_Job_62700.xml
|
||
2015-01-15 22:19:56 (48491) INFO : Job file loaded, run time for this step : 0.368184 seconds
|
||
2015-01-15 22:19:56 (48491) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:56 (48491) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:56 (48491) INFO : preProcess completed, run time for this step : 0.0552189 seconds
|
||
2015-01-15 22:19:56 (48491) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:56 (48491) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:19:56 (48491) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:56 (48491) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:19:57 (48491) INFO : Bulk load completed, total run time : 1.46329 seconds
|
||
|
||
2015-01-15 22:19:57.412177329 after import
|
||
2015-01-15 22:19:57.418162804 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=4
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:03.080910410 after sql statement
|
||
2015-01-15 22:20:03.086123336 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=4
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:06.095296996 after sql statement
|
||
2015-01-15 22:20:06.105808616 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=4
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:07.059122089 after sql statement
|
||
2015-01-15 22:20:07.150614591 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.70 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:10.861878555 after sql statement
|
||
2015-01-15 22:20:10.865577661 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=5
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:15.419217778 after sql statement
|
||
2015-01-15 22:20:15.429881509 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=5
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:17.756255324 after sql statement
|
||
2015-01-15 22:20:17.761790138 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=5
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:17.976069988 after sql statement
|
||
2015-01-15 22:20:17.978520337 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222019_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:20:20 (1004) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222019_Job_62700.xml
|
||
2015-01-15 22:20:20 (1004) INFO : Job file loaded, run time for this step : 0.380666 seconds
|
||
2015-01-15 22:20:20 (1004) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:20 (1004) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:20 (1004) INFO : preProcess completed, run time for this step : 0.0404811 seconds
|
||
2015-01-15 22:20:20 (1004) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:20 (1004) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:20:20 (1004) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:20 (1004) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:20:21 (1004) INFO : Bulk load completed, total run time : 1.45665 seconds
|
||
|
||
2015-01-15 22:20:21.125368175 after import
|
||
2015-01-15 22:20:21.178272590 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=6
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:24.968530344 after sql statement
|
||
2015-01-15 22:20:24.982226188 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=6
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:27.960166334 after sql statement
|
||
2015-01-15 22:20:27.964948000 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=6
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:28.349276719 after sql statement
|
||
2015-01-15 22:20:28.429032930 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (6.36 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:34.804862840 after sql statement
|
||
2015-01-15 22:20:34.815709284 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=7
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:39.922420294 after sql statement
|
||
2015-01-15 22:20:39.928861675 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=7
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:41.711966342 after sql statement
|
||
2015-01-15 22:20:41.744376925 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=7
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:42.228239907 after sql statement
|
||
2015-01-15 22:20:42.232893804 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222043_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:20:43 (19732) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222043_Job_62700.xml
|
||
2015-01-15 22:20:43 (19732) INFO : Job file loaded, run time for this step : 0.358517 seconds
|
||
2015-01-15 22:20:43 (19732) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:43 (19732) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:43 (19732) INFO : preProcess completed, run time for this step : 0.141422 seconds
|
||
2015-01-15 22:20:43 (19732) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:43 (19732) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:43 (19732) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:20:44 (19732) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:20:44 (19732) INFO : Bulk load completed, total run time : 1.54203 seconds
|
||
|
||
2015-01-15 22:20:44.548606850 after import
|
||
2015-01-15 22:20:44.565246901 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=8
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:49.167812923 after sql statement
|
||
2015-01-15 22:20:49.172859098 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=8
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.13 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:52.324434502 after sql statement
|
||
2015-01-15 22:20:52.328866927 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=8
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:52.473422643 after sql statement
|
||
2015-01-15 22:20:52.533694113 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.41 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:55.954048133 after sql statement
|
||
2015-01-15 22:20:55.970661312 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=9
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:00.914424080 after sql statement
|
||
2015-01-15 22:21:00.920309991 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=9
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:03.416271311 after sql statement
|
||
2015-01-15 22:21:03.420566977 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=9
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:03.940131624 after sql statement
|
||
2015-01-15 22:21:03.942265090 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222104_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:21:04 (35951) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222104_Job_62700.xml
|
||
2015-01-15 22:21:04 (35951) INFO : Job file loaded, run time for this step : 0.417743 seconds
|
||
2015-01-15 22:21:04 (35951) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:04 (35951) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:04 (35951) INFO : preProcess completed, run time for this step : 0.048193 seconds
|
||
2015-01-15 22:21:04 (35951) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:04 (35951) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:04 (35951) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:21:04 (35951) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:21:05 (35951) INFO : Bulk load completed, total run time : 1.48585 seconds
|
||
|
||
2015-01-15 22:21:05.578433045 after import
|
||
2015-01-15 22:21:05.604597460 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=10
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:10.840722133 after sql statement
|
||
2015-01-15 22:21:10.845691447 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=10
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.98 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:12.837007813 after sql statement
|
||
2015-01-15 22:21:12.855092995 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=10
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:13.147419394 after sql statement
|
||
2015-01-15 22:21:13.221356617 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.53 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:16.771623938 after sql statement
|
||
2015-01-15 22:21:16.776520365 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=11
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.69 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:21.259145528 after sql statement
|
||
2015-01-15 22:21:21.267920831 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=11
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.65 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:23.937601347 after sql statement
|
||
2015-01-15 22:21:23.941948380 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=11
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:24.951874781 after sql statement
|
||
2015-01-15 22:21:24.954827538 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222125_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:21:25 (53970) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222125_Job_62700.xml
|
||
2015-01-15 22:21:25 (53970) INFO : Job file loaded, run time for this step : 0.297636 seconds
|
||
2015-01-15 22:21:25 (53970) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:25 (53970) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:25 (53970) INFO : preProcess completed, run time for this step : 0.0501919 seconds
|
||
2015-01-15 22:21:25 (53970) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:25 (53970) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:21:25 (53970) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:25 (53970) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:21:26 (53970) INFO : Bulk load completed, total run time : 1.36209 seconds
|
||
|
||
2015-01-15 22:21:26.498789975 after import
|
||
2015-01-15 22:21:26.502998678 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=12
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:32.431871445 after sql statement
|
||
2015-01-15 22:21:32.441711896 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=12
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:34.369880647 after sql statement
|
||
2015-01-15 22:21:34.374032913 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=12
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:35.248358379 after sql statement
|
||
2015-01-15 22:21:35.316614075 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.53 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:38.860071472 after sql statement
|
||
2015-01-15 22:21:38.864698732 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=13
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:44.758675334 after sql statement
|
||
2015-01-15 22:21:44.772301248 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=13
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:47.465957548 after sql statement
|
||
2015-01-15 22:21:47.479726521 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=13
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:47.957209621 after sql statement
|
||
2015-01-15 22:21:47.962541228 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222148_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:21:48 (7765) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222148_Job_62700.xml
|
||
2015-01-15 22:21:48 (7765) INFO : Job file loaded, run time for this step : 0.309665 seconds
|
||
2015-01-15 22:21:48 (7765) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:48 (7765) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:48 (7765) INFO : preProcess completed, run time for this step : 0.0488942 seconds
|
||
2015-01-15 22:21:48 (7765) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:48 (7765) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:21:48 (7765) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:48 (7765) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:21:49 (7765) INFO : Bulk load completed, total run time : 1.38482 seconds
|
||
|
||
2015-01-15 22:21:49.562413960 after import
|
||
2015-01-15 22:21:49.584847698 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=14
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:54.783299596 after sql statement
|
||
2015-01-15 22:21:54.792512269 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=14
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:57.543528189 after sql statement
|
||
2015-01-15 22:21:57.548619509 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=14
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:58.132058939 after sql statement
|
||
2015-01-15 22:21:58.224692927 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.61 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:01.841159698 after sql statement
|
||
2015-01-15 22:22:01.861246737 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=15
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.62 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:04.443230812 after sql statement
|
||
2015-01-15 22:22:04.448534721 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=15
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:06.334817472 after sql statement
|
||
2015-01-15 22:22:06.344062100 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=15
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:06.627225669 after sql statement
|
||
2015-01-15 22:22:06.629473442 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222206_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:22:07 (24572) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222206_Job_62700.xml
|
||
2015-01-15 22:22:07 (24572) INFO : Job file loaded, run time for this step : 0.233867 seconds
|
||
2015-01-15 22:22:07 (24572) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:07 (24572) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:07 (24572) INFO : preProcess completed, run time for this step : 0.041642 seconds
|
||
2015-01-15 22:22:07 (24572) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:07 (24572) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:22:07 (24572) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:08 (24572) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:22:09 (24572) INFO : Bulk load completed, total run time : 2.37092 seconds
|
||
|
||
2015-01-15 22:22:09.168372795 after import
|
||
2015-01-15 22:22:09.172841762 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=16
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:14.899897262 after sql statement
|
||
2015-01-15 22:22:14.906472827 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=16
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:20.365860342 after sql statement
|
||
2015-01-15 22:22:20.379928983 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=16
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:20.759615970 after sql statement
|
||
2015-01-15 22:22:20.831088276 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.00 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:25.851582802 after sql statement
|
||
2015-01-15 22:22:25.873009833 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=17
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:32.497115902 after sql statement
|
||
2015-01-15 22:22:32.501241723 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=17
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:34.482951569 after sql statement
|
||
2015-01-15 22:22:34.490577152 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=17
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:34.925470918 after sql statement
|
||
2015-01-15 22:22:34.928044358 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222235_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:22:35 (45552) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222235_Job_62700.xml
|
||
2015-01-15 22:22:35 (45552) INFO : Job file loaded, run time for this step : 0.363789 seconds
|
||
2015-01-15 22:22:35 (45552) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:35 (45552) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:35 (45552) INFO : preProcess completed, run time for this step : 0.0408289 seconds
|
||
2015-01-15 22:22:35 (45552) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:35 (45552) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:22:35 (45552) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:35 (45552) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:22:36 (45552) INFO : Bulk load completed, total run time : 1.45447 seconds
|
||
|
||
2015-01-15 22:22:36.541638264 after import
|
||
2015-01-15 22:22:36.573785579 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=18
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:40.074633306 after sql statement
|
||
2015-01-15 22:22:40.082612500 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=18
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:42.663726133 after sql statement
|
||
2015-01-15 22:22:42.673665144 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=18
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:43.198557662 after sql statement
|
||
2015-01-15 22:22:43.274571031 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.56 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:47.840837155 after sql statement
|
||
2015-01-15 22:22:47.854228125 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=19
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:50.359320415 after sql statement
|
||
2015-01-15 22:22:50.395049086 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=19
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:53.106377917 after sql statement
|
||
2015-01-15 22:22:53.111814944 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=19
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:53.653372434 after sql statement
|
||
2015-01-15 22:22:53.656451871 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222254_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:22:54 (61525) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222254_Job_62700.xml
|
||
2015-01-15 22:22:54 (61525) INFO : Job file loaded, run time for this step : 0.307082 seconds
|
||
2015-01-15 22:22:54 (61525) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:54 (61525) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:54 (61525) INFO : preProcess completed, run time for this step : 0.054193 seconds
|
||
2015-01-15 22:22:54 (61525) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:54 (61525) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:54 (61525) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:22:54 (61525) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:22:55 (61525) INFO : Bulk load completed, total run time : 1.37625 seconds
|
||
|
||
2015-01-15 22:22:55.229862452 after import
|
||
2015-01-15 22:22:55.240678923 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=20
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:58.603114226 after sql statement
|
||
2015-01-15 22:22:58.608082866 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=20
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:01.456234144 after sql statement
|
||
2015-01-15 22:23:01.464604353 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=20
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:01.882065374 after sql statement
|
||
2015-01-15 22:23:01.976708733 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.62 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:05.611040484 after sql statement
|
||
2015-01-15 22:23:05.626199651 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=21
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:09.159237911 after sql statement
|
||
2015-01-15 22:23:09.164656367 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=21
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:11.955725768 after sql statement
|
||
2015-01-15 22:23:11.972403219 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=21
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:12.436941385 after sql statement
|
||
2015-01-15 22:23:12.440273524 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222312_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:23:12 (12242) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222312_Job_62700.xml
|
||
2015-01-15 22:23:12 (12242) INFO : Job file loaded, run time for this step : 0.328358 seconds
|
||
2015-01-15 22:23:12 (12242) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:12 (12242) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:12 (12242) INFO : preProcess completed, run time for this step : 0.029597 seconds
|
||
2015-01-15 22:23:12 (12242) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:12 (12242) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:23:12 (12242) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:13 (12242) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:23:13 (12242) INFO : Bulk load completed, total run time : 1.3697 seconds
|
||
|
||
2015-01-15 22:23:13.982491067 after import
|
||
2015-01-15 22:23:13.994485149 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=22
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:17.937371805 after sql statement
|
||
2015-01-15 22:23:17.951206328 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=22
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:19.885048549 after sql statement
|
||
2015-01-15 22:23:19.893338273 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=22
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:20.713119665 after sql statement
|
||
2015-01-15 22:23:20.833357416 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.62 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:24.478550968 after sql statement
|
||
2015-01-15 22:23:24.487575596 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=23
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:29.396707389 after sql statement
|
||
2015-01-15 22:23:29.407352605 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=23
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:31.671349044 after sql statement
|
||
2015-01-15 22:23:31.674945191 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=23
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:32.192333620 after sql statement
|
||
2015-01-15 22:23:32.196149564 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222332_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:23:32 (29432) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222332_Job_62700.xml
|
||
2015-01-15 22:23:32 (29432) INFO : Job file loaded, run time for this step : 0.307064 seconds
|
||
2015-01-15 22:23:32 (29432) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:32 (29432) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:32 (29432) INFO : preProcess completed, run time for this step : 0.044657 seconds
|
||
2015-01-15 22:23:32 (29432) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:32 (29432) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:23:32 (29432) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:33 (29432) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:23:33 (29432) INFO : Bulk load completed, total run time : 1.3875 seconds
|
||
|
||
2015-01-15 22:23:33.752054063 after import
|
||
2015-01-15 22:23:33.759056734 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=24
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.74 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:38.146179036 after sql statement
|
||
2015-01-15 22:23:38.150623131 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=24
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:41.561087411 after sql statement
|
||
2015-01-15 22:23:41.566177829 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=24
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:42.335825861 after sql statement
|
||
2015-01-15 22:23:42.513377589 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.88 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:46.399792531 after sql statement
|
||
2015-01-15 22:23:46.405095885 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=25
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.45 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:51.886915953 after sql statement
|
||
2015-01-15 22:23:51.895683441 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=25
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:54.438099628 after sql statement
|
||
2015-01-15 22:23:54.443493975 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=25
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:55.470786979 after sql statement
|
||
2015-01-15 22:23:55.473002964 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222355_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:23:56 (47779) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222355_Job_62700.xml
|
||
2015-01-15 22:23:56 (47779) INFO : Job file loaded, run time for this step : 0.385701 seconds
|
||
2015-01-15 22:23:56 (47779) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:56 (47779) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:56 (47779) INFO : preProcess completed, run time for this step : 0.119786 seconds
|
||
2015-01-15 22:23:56 (47779) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:23:56 (47779) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:56 (47779) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:56 (47779) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:23:57 (47779) INFO : Bulk load completed, total run time : 1.5282 seconds
|
||
|
||
2015-01-15 22:23:57.195705344 after import
|
||
2015-01-15 22:23:57.210030265 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=26
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:02.143079322 after sql statement
|
||
2015-01-15 22:24:02.148808858 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=26
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:04.561300235 after sql statement
|
||
2015-01-15 22:24:04.568849310 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=26
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:04.706749944 after sql statement
|
||
2015-01-15 22:24:04.769007238 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.49 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:08.263156033 after sql statement
|
||
2015-01-15 22:24:08.267646672 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=27
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:12.912776340 after sql statement
|
||
2015-01-15 22:24:12.932239249 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=27
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:15.503246481 after sql statement
|
||
2015-01-15 22:24:15.508242504 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=27
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:16.448787460 after sql statement
|
||
2015-01-15 22:24:16.451643393 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222417_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:24:17 (63673) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222417_Job_62700.xml
|
||
2015-01-15 22:24:17 (63673) INFO : Job file loaded, run time for this step : 0.494248 seconds
|
||
2015-01-15 22:24:17 (63673) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:17 (63673) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:17 (63673) INFO : preProcess completed, run time for this step : 0.0968862 seconds
|
||
2015-01-15 22:24:17 (63673) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:17 (63673) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:24:17 (63673) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:17 (63673) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:24:18 (63673) INFO : Bulk load completed, total run time : 1.60909 seconds
|
||
|
||
2015-01-15 22:24:18.379241399 after import
|
||
2015-01-15 22:24:18.385343089 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=28
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:22.082796098 after sql statement
|
||
2015-01-15 22:24:22.116454877 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=28
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.61 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:24.749155813 after sql statement
|
||
2015-01-15 22:24:24.755721786 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=28
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:26.966266784 after sql statement
|
||
2015-01-15 22:24:27.174940294 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.23 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:32.426751002 after sql statement
|
||
2015-01-15 22:24:32.443278518 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=29
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:37.194018933 after sql statement
|
||
2015-01-15 22:24:37.197473393 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=29
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:40.340325047 after sql statement
|
||
2015-01-15 22:24:40.366845990 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=29
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:40.752601594 after sql statement
|
||
2015-01-15 22:24:40.757306630 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222441_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:24:41 (17560) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222441_Job_62700.xml
|
||
2015-01-15 22:24:41 (17560) INFO : Job file loaded, run time for this step : 0.52354 seconds
|
||
2015-01-15 22:24:41 (17560) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:41 (17560) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:41 (17560) INFO : preProcess completed, run time for this step : 0.043875 seconds
|
||
2015-01-15 22:24:41 (17560) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:41 (17560) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:41 (17560) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:24:41 (17560) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:24:42 (17560) INFO : Bulk load completed, total run time : 1.58887 seconds
|
||
|
||
2015-01-15 22:24:42.548195538 after import
|
||
2015-01-15 22:24:42.551476530 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=30
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:46.136137492 after sql statement
|
||
2015-01-15 22:24:46.143282914 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=30
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:48.865232912 after sql statement
|
||
2015-01-15 22:24:48.870741052 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=30
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:49.690385450 after sql statement
|
||
2015-01-15 22:24:49.771188131 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.79 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:54.572693571 after sql statement
|
||
2015-01-15 22:24:54.618571143 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=31
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:00.368597747 after sql statement
|
||
2015-01-15 22:25:00.380542318 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=31
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.65 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:02.027572135 after sql statement
|
||
2015-01-15 22:25:02.034470575 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=31
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:02.823869568 after sql statement
|
||
2015-01-15 22:25:02.826201561 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222503_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:25:03 (33295) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222503_Job_62700.xml
|
||
2015-01-15 22:25:03 (33295) INFO : Job file loaded, run time for this step : 0.287508 seconds
|
||
2015-01-15 22:25:03 (33295) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:03 (33295) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:03 (33295) INFO : preProcess completed, run time for this step : 0.065428 seconds
|
||
2015-01-15 22:25:03 (33295) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:03 (33295) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:25:03 (33295) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:03 (33295) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:25:04 (33295) INFO : Bulk load completed, total run time : 1.37028 seconds
|
||
|
||
2015-01-15 22:25:04.599646176 after import
|
||
2015-01-15 22:25:04.616134696 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=32
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.09 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:10.777472276 after sql statement
|
||
2015-01-15 22:25:10.792085666 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=32
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:13.541291870 after sql statement
|
||
2015-01-15 22:25:13.557087938 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=32
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:14.169305970 after sql statement
|
||
2015-01-15 22:25:14.258079032 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.71 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:17.993191262 after sql statement
|
||
2015-01-15 22:25:18.011082389 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=33
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:22.130431679 after sql statement
|
||
2015-01-15 22:25:22.147266285 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=33
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:24.243139177 after sql statement
|
||
2015-01-15 22:25:24.260562615 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=33
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:24.870144918 after sql statement
|
||
2015-01-15 22:25:24.874469530 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222525_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:25:26 (50550) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222525_Job_62700.xml
|
||
2015-01-15 22:25:26 (50550) INFO : Job file loaded, run time for this step : 0.88339 seconds
|
||
2015-01-15 22:25:26 (50550) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:26 (50550) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:26 (50550) INFO : preProcess completed, run time for this step : 0.039922 seconds
|
||
2015-01-15 22:25:26 (50550) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:26 (50550) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:25:26 (50550) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:26 (50550) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:25:27 (50550) INFO : Bulk load completed, total run time : 1.96402 seconds
|
||
|
||
2015-01-15 22:25:27.336097637 after import
|
||
2015-01-15 22:25:27.343380724 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=34
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:30.499558747 after sql statement
|
||
2015-01-15 22:25:30.510327810 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=34
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:33.456682879 after sql statement
|
||
2015-01-15 22:25:33.468759412 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=34
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:33.849540219 after sql statement
|
||
2015-01-15 22:25:33.911432404 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.49 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:37.406262899 after sql statement
|
||
2015-01-15 22:25:37.432522593 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=35
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:42.043074881 after sql statement
|
||
2015-01-15 22:25:42.049764005 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=35
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:45.084383218 after sql statement
|
||
2015-01-15 22:25:45.092190103 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=35
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:45.655435124 after sql statement
|
||
2015-01-15 22:25:45.662008942 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222546_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:25:46 (1978) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222546_Job_62700.xml
|
||
2015-01-15 22:25:46 (1978) INFO : Job file loaded, run time for this step : 0.327307 seconds
|
||
2015-01-15 22:25:46 (1978) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:46 (1978) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:46 (1978) INFO : preProcess completed, run time for this step : 0.038763 seconds
|
||
2015-01-15 22:25:46 (1978) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:46 (1978) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:46 (1978) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:25:46 (1978) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:25:47 (1978) INFO : Bulk load completed, total run time : 1.41908 seconds
|
||
|
||
2015-01-15 22:25:47.340859671 after import
|
||
2015-01-15 22:25:47.350999140 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=36
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:49.542213075 after sql statement
|
||
2015-01-15 22:25:49.549109512 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=36
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.13 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:52.690866398 after sql statement
|
||
2015-01-15 22:25:52.695876529 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=36
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:52.954923926 after sql statement
|
||
2015-01-15 22:25:53.021091333 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.48 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:56.524196403 after sql statement
|
||
2015-01-15 22:25:56.530588971 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=37
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:00.487705575 after sql statement
|
||
2015-01-15 22:26:00.536554427 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=37
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:03.469128668 after sql statement
|
||
2015-01-15 22:26:03.473428956 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=37
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:04.048573187 after sql statement
|
||
2015-01-15 22:26:04.051596763 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222604_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:26:04 (17863) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222604_Job_62700.xml
|
||
2015-01-15 22:26:04 (17863) INFO : Job file loaded, run time for this step : 0.406714 seconds
|
||
2015-01-15 22:26:04 (17863) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:04 (17863) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:04 (17863) INFO : preProcess completed, run time for this step : 0.092293 seconds
|
||
2015-01-15 22:26:04 (17863) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:04 (17863) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:04 (17863) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:26:05 (17863) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:26:05 (17863) INFO : Bulk load completed, total run time : 1.53962 seconds
|
||
|
||
2015-01-15 22:26:05.826547700 after import
|
||
2015-01-15 22:26:05.833171746 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=38
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:10.637821486 after sql statement
|
||
2015-01-15 22:26:10.641765830 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=38
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.28 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:12.941502432 after sql statement
|
||
2015-01-15 22:26:12.949918419 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=38
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:13.939407848 after sql statement
|
||
2015-01-15 22:26:14.030530074 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.83 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:17.876336911 after sql statement
|
||
2015-01-15 22:26:17.880858224 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=39
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:21.497800279 after sql statement
|
||
2015-01-15 22:26:21.511256034 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=39
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:23.813287069 after sql statement
|
||
2015-01-15 22:26:23.818375499 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=39
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:24.442117842 after sql statement
|
||
2015-01-15 22:26:24.444259123 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222624_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:26:24 (34983) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222624_Job_62700.xml
|
||
2015-01-15 22:26:24 (34983) INFO : Job file loaded, run time for this step : 0.407534 seconds
|
||
2015-01-15 22:26:24 (34983) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:25 (34983) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:25 (34983) INFO : preProcess completed, run time for this step : 0.0704072 seconds
|
||
2015-01-15 22:26:25 (34983) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:25 (34983) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:26:25 (34983) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:25 (34983) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:26:26 (34983) INFO : Bulk load completed, total run time : 1.50099 seconds
|
||
|
||
2015-01-15 22:26:26.099176302 after import
|
||
2015-01-15 22:26:26.131373924 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=40
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.31 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:32.625202812 after sql statement
|
||
2015-01-15 22:26:32.634909256 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=40
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:34.886992092 after sql statement
|
||
2015-01-15 22:26:34.900638609 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=40
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:35.086759836 after sql statement
|
||
2015-01-15 22:26:35.162727249 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.60 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:38.766207667 after sql statement
|
||
2015-01-15 22:26:38.774430530 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=41
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:42.967135794 after sql statement
|
||
2015-01-15 22:26:42.971155753 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=41
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:45.098673187 after sql statement
|
||
2015-01-15 22:26:45.110845123 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=41
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:45.710563032 after sql statement
|
||
2015-01-15 22:26:45.713135718 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222647_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:26:47 (50702) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222647_Job_62700.xml
|
||
2015-01-15 22:26:47 (50702) INFO : Job file loaded, run time for this step : 1.32844 seconds
|
||
2015-01-15 22:26:47 (50702) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:48 (50702) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:48 (50702) INFO : preProcess completed, run time for this step : 1.32724 seconds
|
||
2015-01-15 22:26:48 (50702) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:48 (50702) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:48 (50702) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:26:48 (50702) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:26:49 (50702) INFO : Bulk load completed, total run time : 3.69105 seconds
|
||
|
||
2015-01-15 22:26:49.687289926 after import
|
||
2015-01-15 22:26:49.697491046 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=42
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:54.507393177 after sql statement
|
||
2015-01-15 22:26:54.520840913 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=42
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:56.896521408 after sql statement
|
||
2015-01-15 22:26:56.903193708 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=42
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:57.431590549 after sql statement
|
||
2015-01-15 22:26:57.505094089 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.50 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:02.009380367 after sql statement
|
||
2015-01-15 22:27:02.015619388 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=43
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:05.857422631 after sql statement
|
||
2015-01-15 22:27:05.862307205 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=43
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.98 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:08.856200411 after sql statement
|
||
2015-01-15 22:27:08.863954104 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=43
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:09.673360263 after sql statement
|
||
2015-01-15 22:27:09.675894015 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222710_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:27:10 (3387) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222710_Job_62700.xml
|
||
2015-01-15 22:27:10 (3387) INFO : Job file loaded, run time for this step : 0.61766 seconds
|
||
2015-01-15 22:27:10 (3387) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:10 (3387) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:10 (3387) INFO : preProcess completed, run time for this step : 0.09181 seconds
|
||
2015-01-15 22:27:10 (3387) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:10 (3387) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:27:10 (3387) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:10 (3387) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:27:11 (3387) INFO : Bulk load completed, total run time : 1.74217 seconds
|
||
|
||
2015-01-15 22:27:11.567346959 after import
|
||
2015-01-15 22:27:11.627158697 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=44
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:15.548482377 after sql statement
|
||
2015-01-15 22:27:15.565399942 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=44
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:17.354144670 after sql statement
|
||
2015-01-15 22:27:17.363078526 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=44
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:17.967054276 after sql statement
|
||
2015-01-15 22:27:18.104342679 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.64 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:21.771565836 after sql statement
|
||
2015-01-15 22:27:21.822931198 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=45
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:25.657779975 after sql statement
|
||
2015-01-15 22:27:25.680347501 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=45
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (6.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:31.710691366 after sql statement
|
||
2015-01-15 22:27:31.722275638 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=45
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:32.284961951 after sql statement
|
||
2015-01-15 22:27:32.289780774 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222732_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:27:32 (20657) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222732_Job_62700.xml
|
||
2015-01-15 22:27:32 (20657) INFO : Job file loaded, run time for this step : 0.401277 seconds
|
||
2015-01-15 22:27:32 (20657) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:32 (20657) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:32 (20657) INFO : preProcess completed, run time for this step : 0.060776 seconds
|
||
2015-01-15 22:27:32 (20657) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:32 (20657) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:27:32 (20657) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:33 (20657) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:27:33 (20657) INFO : Bulk load completed, total run time : 1.48415 seconds
|
||
|
||
2015-01-15 22:27:33.927508531 after import
|
||
2015-01-15 22:27:33.934862610 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=46
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:37.280884554 after sql statement
|
||
2015-01-15 22:27:37.296947213 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=46
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:40.814801189 after sql statement
|
||
2015-01-15 22:27:40.824261371 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=46
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:41.617988360 after sql statement
|
||
2015-01-15 22:27:41.705386272 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.54 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:45.257816787 after sql statement
|
||
2015-01-15 22:27:45.261684792 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=47
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (6.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:54.623327690 after sql statement
|
||
2015-01-15 22:27:54.632283158 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=47
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:56.615275851 after sql statement
|
||
2015-01-15 22:27:56.628383627 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=47
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:57.074061966 after sql statement
|
||
2015-01-15 22:27:57.076810706 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222757_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:27:57 (38438) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222757_Job_62700.xml
|
||
2015-01-15 22:27:57 (38438) INFO : Job file loaded, run time for this step : 0.313726 seconds
|
||
2015-01-15 22:27:57 (38438) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:57 (38438) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:57 (38438) INFO : preProcess completed, run time for this step : 0.036895 seconds
|
||
2015-01-15 22:27:57 (38438) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:57 (38438) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:27:57 (38438) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:57 (38438) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:27:58 (38438) INFO : Bulk load completed, total run time : 1.41299 seconds
|
||
|
||
2015-01-15 22:27:58.658359072 after import
|
||
2015-01-15 22:27:58.670885700 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=48
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:03.094609926 after sql statement
|
||
2015-01-15 22:28:03.098617729 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=48
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:06.323177959 after sql statement
|
||
2015-01-15 22:28:06.331303431 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=48
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:06.721406407 after sql statement
|
||
2015-01-15 22:28:06.842691544 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.18 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:11.035473806 after sql statement
|
||
2015-01-15 22:28:11.052460586 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=49
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.37 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:14.039441331 after sql statement
|
||
2015-01-15 22:28:14.049505357 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=49
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:17.595142968 after sql statement
|
||
2015-01-15 22:28:17.600223763 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=49
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:17.909048138 after sql statement
|
||
2015-01-15 22:28:17.912690802 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222818_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:28:18 (55654) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222818_Job_62700.xml
|
||
2015-01-15 22:28:18 (55654) INFO : Job file loaded, run time for this step : 0.2939 seconds
|
||
2015-01-15 22:28:18 (55654) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:18 (55654) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:18 (55654) INFO : preProcess completed, run time for this step : 0.0373349 seconds
|
||
2015-01-15 22:28:18 (55654) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:18 (55654) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:18 (55654) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:28:18 (55654) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:28:19 (55654) INFO : Bulk load completed, total run time : 1.36135 seconds
|
||
|
||
2015-01-15 22:28:19.428786806 after import
|
||
2015-01-15 22:28:19.433801824 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=50
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:23.517477315 after sql statement
|
||
2015-01-15 22:28:23.522937212 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=50
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:24.553230243 after sql statement
|
||
2015-01-15 22:28:24.559287305 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=50
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:24.791997679 after sql statement
|
||
2015-01-15 22:28:24.852467875 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.88 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:28.745120809 after sql statement
|
||
2015-01-15 22:28:28.750142105 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=51
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:32.654044285 after sql statement
|
||
2015-01-15 22:28:32.661459643 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=51
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:34.579228430 after sql statement
|
||
2015-01-15 22:28:34.583561590 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=51
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:35.462927755 after sql statement
|
||
2015-01-15 22:28:35.467336707 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222836_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:28:37 (5321) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222836_Job_62700.xml
|
||
2015-01-15 22:28:37 (5321) INFO : Job file loaded, run time for this step : 1.10631 seconds
|
||
2015-01-15 22:28:37 (5321) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:37 (5321) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:37 (5321) INFO : preProcess completed, run time for this step : 0.0593431 seconds
|
||
2015-01-15 22:28:37 (5321) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:37 (5321) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:28:37 (5321) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:37 (5321) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:28:38 (5321) INFO : Bulk load completed, total run time : 2.21108 seconds
|
||
|
||
2015-01-15 22:28:38.162417910 after import
|
||
2015-01-15 22:28:38.179491502 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=52
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:43.267289339 after sql statement
|
||
2015-01-15 22:28:43.279830977 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=52
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:45.345852684 after sql statement
|
||
2015-01-15 22:28:45.350660583 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=52
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:46.074972094 after sql statement
|
||
2015-01-15 22:28:46.194175304 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.83 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:50.036282474 after sql statement
|
||
2015-01-15 22:28:50.039813564 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=53
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:52.181996135 after sql statement
|
||
2015-01-15 22:28:52.187321927 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=53
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:54.922033873 after sql statement
|
||
2015-01-15 22:28:54.927403559 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=53
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:55.786310128 after sql statement
|
||
2015-01-15 22:28:55.788790463 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222856_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:28:56 (22332) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222856_Job_62700.xml
|
||
2015-01-15 22:28:56 (22332) INFO : Job file loaded, run time for this step : 0.371758 seconds
|
||
2015-01-15 22:28:56 (22332) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:56 (22332) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:56 (22332) INFO : preProcess completed, run time for this step : 0.025044 seconds
|
||
2015-01-15 22:28:56 (22332) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:56 (22332) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:28:56 (22332) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:56 (22332) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:28:57 (22332) INFO : Bulk load completed, total run time : 1.43102 seconds
|
||
|
||
2015-01-15 22:28:57.390378041 after import
|
||
2015-01-15 22:28:57.396514283 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=54
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.37 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:01.733189676 after sql statement
|
||
2015-01-15 22:29:01.741734400 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=54
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:04.286255645 after sql statement
|
||
2015-01-15 22:29:04.300037619 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=54
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:05.550505159 after sql statement
|
||
2015-01-15 22:29:05.671679155 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.18 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:10.859980142 after sql statement
|
||
2015-01-15 22:29:10.868947600 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=55
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:13.437557024 after sql statement
|
||
2015-01-15 22:29:13.443145460 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=55
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:15.244560605 after sql statement
|
||
2015-01-15 22:29:15.249466247 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=55
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:17.200012922 after sql statement
|
||
2015-01-15 22:29:17.203728646 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222917_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:29:17 (39049) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222917_Job_62700.xml
|
||
2015-01-15 22:29:17 (39049) INFO : Job file loaded, run time for this step : 0.427214 seconds
|
||
2015-01-15 22:29:17 (39049) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:17 (39049) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:17 (39049) INFO : preProcess completed, run time for this step : 0.0529001 seconds
|
||
2015-01-15 22:29:17 (39049) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:17 (39049) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:17 (39049) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:29:18 (39049) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:29:18 (39049) INFO : Bulk load completed, total run time : 1.50901 seconds
|
||
|
||
2015-01-15 22:29:18.944872752 after import
|
||
2015-01-15 22:29:18.949446276 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=56
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:21.925199567 after sql statement
|
||
2015-01-15 22:29:21.937592379 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=56
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:25.288629187 after sql statement
|
||
2015-01-15 22:29:25.293516288 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=56
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:25.929759397 after sql statement
|
||
2015-01-15 22:29:26.029029232 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.70 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:29.767051120 after sql statement
|
||
2015-01-15 22:29:29.780157488 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=57
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:32.619908219 after sql statement
|
||
2015-01-15 22:29:32.628745745 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=57
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:35.108476659 after sql statement
|
||
2015-01-15 22:29:35.112926375 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=57
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:35.408804410 after sql statement
|
||
2015-01-15 22:29:35.412103131 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222936_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:29:37 (52970) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222936_Job_62700.xml
|
||
2015-01-15 22:29:37 (52970) INFO : Job file loaded, run time for this step : 0.386766 seconds
|
||
2015-01-15 22:29:37 (52970) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:37 (52970) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:37 (52970) INFO : preProcess completed, run time for this step : 0.0422471 seconds
|
||
2015-01-15 22:29:37 (52970) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:37 (52970) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:37 (52970) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:29:37 (52970) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:29:38 (52970) INFO : Bulk load completed, total run time : 1.45627 seconds
|
||
|
||
2015-01-15 22:29:38.107971164 after import
|
||
2015-01-15 22:29:38.115740032 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=58
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:41.229076797 after sql statement
|
||
2015-01-15 22:29:41.235165685 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=58
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:44.560423867 after sql statement
|
||
2015-01-15 22:29:44.566677666 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=58
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:45.496948242 after sql statement
|
||
2015-01-15 22:29:45.620225363 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.80 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:49.434918169 after sql statement
|
||
2015-01-15 22:29:49.440646525 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=59
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:52.396836213 after sql statement
|
||
2015-01-15 22:29:52.400978956 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=59
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:54.465580727 after sql statement
|
||
2015-01-15 22:29:54.472596954 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=59
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:55.632247496 after sql statement
|
||
2015-01-15 22:29:55.636712382 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222956_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:29:56 (4689) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T222956_Job_62700.xml
|
||
2015-01-15 22:29:56 (4689) INFO : Job file loaded, run time for this step : 0.413223 seconds
|
||
2015-01-15 22:29:56 (4689) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:56 (4689) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:56 (4689) INFO : preProcess completed, run time for this step : 0.037935 seconds
|
||
2015-01-15 22:29:56 (4689) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:56 (4689) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:29:56 (4689) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:56 (4689) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:29:57 (4689) INFO : Bulk load completed, total run time : 1.48386 seconds
|
||
|
||
2015-01-15 22:29:57.328036685 after import
|
||
2015-01-15 22:29:57.334419642 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=60
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:03.687312550 after sql statement
|
||
2015-01-15 22:30:03.693090687 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=60
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:09.662406296 after sql statement
|
||
2015-01-15 22:30:09.671564200 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=60
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:09.842646556 after sql statement
|
||
2015-01-15 22:30:09.888799370 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.80 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:13.703339885 after sql statement
|
||
2015-01-15 22:30:13.716291005 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=61
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:18.494886042 after sql statement
|
||
2015-01-15 22:30:18.502196358 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=61
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:21.340560704 after sql statement
|
||
2015-01-15 22:30:21.345955928 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=61
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:21.786762058 after sql statement
|
||
2015-01-15 22:30:21.789141313 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223022_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:30:22 (23334) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223022_Job_62700.xml
|
||
2015-01-15 22:30:22 (23334) INFO : Job file loaded, run time for this step : 0.429639 seconds
|
||
2015-01-15 22:30:22 (23334) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:22 (23334) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:22 (23334) INFO : preProcess completed, run time for this step : 0.0544991 seconds
|
||
2015-01-15 22:30:22 (23334) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:22 (23334) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:22 (23334) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:30:22 (23334) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:30:23 (23334) INFO : Bulk load completed, total run time : 1.52486 seconds
|
||
|
||
2015-01-15 22:30:23.487348588 after import
|
||
2015-01-15 22:30:23.491385952 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=62
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.16 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:27.309558840 after sql statement
|
||
2015-01-15 22:30:27.351958846 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=62
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:30.684740553 after sql statement
|
||
2015-01-15 22:30:30.704681276 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=62
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:31.446127388 after sql statement
|
||
2015-01-15 22:30:31.537178509 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.67 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:35.220522036 after sql statement
|
||
2015-01-15 22:30:35.244913389 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=63
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:41.962728690 after sql statement
|
||
2015-01-15 22:30:41.980659696 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=63
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:45.018708839 after sql statement
|
||
2015-01-15 22:30:45.028462844 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=63
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:45.681817941 after sql statement
|
||
2015-01-15 22:30:45.685063725 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223046_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:30:46 (41554) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223046_Job_62700.xml
|
||
2015-01-15 22:30:46 (41554) INFO : Job file loaded, run time for this step : 0.319524 seconds
|
||
2015-01-15 22:30:46 (41554) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:46 (41554) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:46 (41554) INFO : preProcess completed, run time for this step : 0.0194302 seconds
|
||
2015-01-15 22:30:46 (41554) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:46 (41554) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:30:46 (41554) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:46 (41554) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:30:47 (41554) INFO : Bulk load completed, total run time : 1.35513 seconds
|
||
|
||
2015-01-15 22:30:47.239610481 after import
|
||
2015-01-15 22:30:47.246985886 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=64
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.95 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:50.102699642 after sql statement
|
||
2015-01-15 22:30:50.125340974 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=64
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:52.392912306 after sql statement
|
||
2015-01-15 22:30:52.399024841 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=64
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:53.981514524 after sql statement
|
||
2015-01-15 22:30:54.092131504 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.43 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:58.548895293 after sql statement
|
||
2015-01-15 22:30:58.558568186 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=65
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.45 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:04.024557446 after sql statement
|
||
2015-01-15 22:31:04.044487286 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=65
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:06.991889410 after sql statement
|
||
2015-01-15 22:31:06.997715021 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=65
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:07.378996592 after sql statement
|
||
2015-01-15 22:31:07.381512102 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223107_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:31:07 (58178) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223107_Job_62700.xml
|
||
2015-01-15 22:31:07 (58178) INFO : Job file loaded, run time for this step : 0.297878 seconds
|
||
2015-01-15 22:31:07 (58178) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:07 (58178) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:07 (58178) INFO : preProcess completed, run time for this step : 0.041095 seconds
|
||
2015-01-15 22:31:07 (58178) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:07 (58178) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:31:07 (58178) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:08 (58178) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:31:08 (58178) INFO : Bulk load completed, total run time : 1.38898 seconds
|
||
|
||
2015-01-15 22:31:08.919892437 after import
|
||
2015-01-15 22:31:08.925093980 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=66
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:13.079605919 after sql statement
|
||
2015-01-15 22:31:13.088444243 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=66
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:15.256359088 after sql statement
|
||
2015-01-15 22:31:15.260806561 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=66
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:17.435414304 after sql statement
|
||
2015-01-15 22:31:17.517272917 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.17 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:21.685090279 after sql statement
|
||
2015-01-15 22:31:21.695906786 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=67
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.83 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:25.174646322 after sql statement
|
||
2015-01-15 22:31:25.179588504 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=67
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:28.603557368 after sql statement
|
||
2015-01-15 22:31:28.612655323 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=67
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:29.483703392 after sql statement
|
||
2015-01-15 22:31:29.486559738 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223130_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:31:30 (9650) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223130_Job_62700.xml
|
||
2015-01-15 22:31:30 (9650) INFO : Job file loaded, run time for this step : 0.444779 seconds
|
||
2015-01-15 22:31:30 (9650) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:30 (9650) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:30 (9650) INFO : preProcess completed, run time for this step : 0.0512099 seconds
|
||
2015-01-15 22:31:30 (9650) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:30 (9650) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:31:30 (9650) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:31 (9650) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:31:31 (9650) INFO : Bulk load completed, total run time : 1.52234 seconds
|
||
|
||
2015-01-15 22:31:31.918003936 after import
|
||
2015-01-15 22:31:31.922318367 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=68
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:39.271978058 after sql statement
|
||
2015-01-15 22:31:39.279483080 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=68
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:41.279026115 after sql statement
|
||
2015-01-15 22:31:41.283571001 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=68
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:41.648898640 after sql statement
|
||
2015-01-15 22:31:41.795095573 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.33 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:46.132454630 after sql statement
|
||
2015-01-15 22:31:46.152957097 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=69
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:51.360351511 after sql statement
|
||
2015-01-15 22:31:51.371496895 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=69
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:54.370484839 after sql statement
|
||
2015-01-15 22:31:54.382842180 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=69
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:55.513492262 after sql statement
|
||
2015-01-15 22:31:55.516528250 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223156_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:31:56 (29075) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223156_Job_62700.xml
|
||
2015-01-15 22:31:56 (29075) INFO : Job file loaded, run time for this step : 0.394731 seconds
|
||
2015-01-15 22:31:56 (29075) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:56 (29075) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:56 (29075) INFO : preProcess completed, run time for this step : 0.0575271 seconds
|
||
2015-01-15 22:31:56 (29075) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:56 (29075) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:31:56 (29075) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:56 (29075) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:31:57 (29075) INFO : Bulk load completed, total run time : 1.51391 seconds
|
||
|
||
2015-01-15 22:31:57.366859820 after import
|
||
2015-01-15 22:31:57.399657599 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=70
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.49 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:01.542523596 after sql statement
|
||
2015-01-15 22:32:01.554267807 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=70
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:04.397730208 after sql statement
|
||
2015-01-15 22:32:04.407971582 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=70
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:04.944867943 after sql statement
|
||
2015-01-15 22:32:05.019748043 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.01 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:10.032944303 after sql statement
|
||
2015-01-15 22:32:10.039083652 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=71
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:14.264630082 after sql statement
|
||
2015-01-15 22:32:14.271181297 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=71
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.61 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:16.888006021 after sql statement
|
||
2015-01-15 22:32:16.892908928 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=71
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:17.569393271 after sql statement
|
||
2015-01-15 22:32:17.573768474 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223218_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:32:18 (45367) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223218_Job_62700.xml
|
||
2015-01-15 22:32:18 (45367) INFO : Job file loaded, run time for this step : 0.416524 seconds
|
||
2015-01-15 22:32:18 (45367) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:18 (45367) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:18 (45367) INFO : preProcess completed, run time for this step : 0.0496759 seconds
|
||
2015-01-15 22:32:18 (45367) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:18 (45367) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:32:18 (45367) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:18 (45367) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:32:19 (45367) INFO : Bulk load completed, total run time : 1.47975 seconds
|
||
|
||
2015-01-15 22:32:19.801394833 after import
|
||
2015-01-15 22:32:19.819316703 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=72
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:24.214688189 after sql statement
|
||
2015-01-15 22:32:24.226265706 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=72
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:27.615350466 after sql statement
|
||
2015-01-15 22:32:27.620294450 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=72
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:27.866923973 after sql statement
|
||
2015-01-15 22:32:27.967469585 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.45 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:32.460379665 after sql statement
|
||
2015-01-15 22:32:32.467477605 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=73
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:39.381598484 after sql statement
|
||
2015-01-15 22:32:39.394516201 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=73
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:41.164529128 after sql statement
|
||
2015-01-15 22:32:41.172512287 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=73
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:41.855789378 after sql statement
|
||
2015-01-15 22:32:41.892377038 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223242_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:32:42 (63167) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223242_Job_62700.xml
|
||
2015-01-15 22:32:42 (63167) INFO : Job file loaded, run time for this step : 0.384628 seconds
|
||
2015-01-15 22:32:42 (63167) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:42 (63167) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:42 (63167) INFO : preProcess completed, run time for this step : 0.045522 seconds
|
||
2015-01-15 22:32:42 (63167) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:42 (63167) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:42 (63167) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:32:43 (63167) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:32:43 (63167) INFO : Bulk load completed, total run time : 1.45455 seconds
|
||
|
||
2015-01-15 22:32:43.537326874 after import
|
||
2015-01-15 22:32:43.545073068 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=74
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:48.521649660 after sql statement
|
||
2015-01-15 22:32:48.641846934 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=74
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.60 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:52.281512679 after sql statement
|
||
2015-01-15 22:32:52.286473909 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=74
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:52.493478936 after sql statement
|
||
2015-01-15 22:32:52.558188859 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.90 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:57.463622384 after sql statement
|
||
2015-01-15 22:32:57.474711011 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=75
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:02.817966760 after sql statement
|
||
2015-01-15 22:33:02.822406684 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=75
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:06.190313364 after sql statement
|
||
2015-01-15 22:33:06.198542996 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=75
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:06.617211750 after sql statement
|
||
2015-01-15 22:33:06.620160108 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223306_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:33:07 (17105) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223306_Job_62700.xml
|
||
2015-01-15 22:33:07 (17105) INFO : Job file loaded, run time for this step : 0.314502 seconds
|
||
2015-01-15 22:33:07 (17105) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:07 (17105) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:07 (17105) INFO : preProcess completed, run time for this step : 0.039633 seconds
|
||
2015-01-15 22:33:07 (17105) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:07 (17105) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:33:07 (17105) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:07 (17105) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:33:08 (17105) INFO : Bulk load completed, total run time : 1.37208 seconds
|
||
|
||
2015-01-15 22:33:08.134550866 after import
|
||
2015-01-15 22:33:08.154655890 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=76
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.86 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:13.483070452 after sql statement
|
||
2015-01-15 22:33:13.493102555 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=76
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:16.679402140 after sql statement
|
||
2015-01-15 22:33:16.688890625 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=76
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:17.533324960 after sql statement
|
||
2015-01-15 22:33:17.610655346 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.51 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:21.136459478 after sql statement
|
||
2015-01-15 22:33:21.152049233 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=77
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:24.577547980 after sql statement
|
||
2015-01-15 22:33:24.590996260 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=77
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:27.797529734 after sql statement
|
||
2015-01-15 22:33:27.806555769 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=77
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:28.152473519 after sql statement
|
||
2015-01-15 22:33:28.155832379 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223328_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:33:28 (34724) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223328_Job_62700.xml
|
||
2015-01-15 22:33:28 (34724) INFO : Job file loaded, run time for this step : 0.448367 seconds
|
||
2015-01-15 22:33:28 (34724) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:28 (34724) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:28 (34724) INFO : preProcess completed, run time for this step : 0.0491891 seconds
|
||
2015-01-15 22:33:28 (34724) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:28 (34724) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:33:28 (34724) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:29 (34724) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:33:29 (34724) INFO : Bulk load completed, total run time : 1.52756 seconds
|
||
|
||
2015-01-15 22:33:29.873653824 after import
|
||
2015-01-15 22:33:29.890938712 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=78
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:37.333088678 after sql statement
|
||
2015-01-15 22:33:37.345548842 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=78
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:41.240510533 after sql statement
|
||
2015-01-15 22:33:41.245313145 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=78
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:43.365356265 after sql statement
|
||
2015-01-15 22:33:43.506969891 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.09 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:48.625127097 after sql statement
|
||
2015-01-15 22:33:48.635127168 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=79
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.80 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:55.010660384 after sql statement
|
||
2015-01-15 22:33:55.038454338 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=79
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:59.052123000 after sql statement
|
||
2015-01-15 22:33:59.057368417 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=79
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:59.828831744 after sql statement
|
||
2015-01-15 22:33:59.832609409 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223400_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:34:00 (52769) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223400_Job_62700.xml
|
||
2015-01-15 22:34:00 (52769) INFO : Job file loaded, run time for this step : 0.66603 seconds
|
||
2015-01-15 22:34:00 (52769) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:00 (52769) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:00 (52769) INFO : preProcess completed, run time for this step : 0.123321 seconds
|
||
2015-01-15 22:34:00 (52769) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:00 (52769) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:00 (52769) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:34:01 (52769) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:34:01 (52769) INFO : Bulk load completed, total run time : 1.83619 seconds
|
||
|
||
2015-01-15 22:34:01.895487118 after import
|
||
2015-01-15 22:34:01.904452022 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=80
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.95 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:07.994800131 after sql statement
|
||
2015-01-15 22:34:08.009016054 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=80
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:13.220556176 after sql statement
|
||
2015-01-15 22:34:13.230719337 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=80
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:14.171930608 after sql statement
|
||
2015-01-15 22:34:14.262761160 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.44 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:19.743119303 after sql statement
|
||
2015-01-15 22:34:19.749364973 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.02 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=81
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (7.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:28.312145793 after sql statement
|
||
2015-01-15 22:34:28.318584707 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=81
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:33.021389930 after sql statement
|
||
2015-01-15 22:34:33.036146890 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=81
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:33.728497172 after sql statement
|
||
2015-01-15 22:34:33.731781606 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223434_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:34:34 (7109) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223434_Job_62700.xml
|
||
2015-01-15 22:34:34 (7109) INFO : Job file loaded, run time for this step : 0.339603 seconds
|
||
2015-01-15 22:34:34 (7109) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:34 (7109) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:34 (7109) INFO : preProcess completed, run time for this step : 0.0468202 seconds
|
||
2015-01-15 22:34:34 (7109) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:34 (7109) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:34:34 (7109) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:35 (7109) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:34:35 (7109) INFO : Bulk load completed, total run time : 1.41017 seconds
|
||
|
||
2015-01-15 22:34:35.786796315 after import
|
||
2015-01-15 22:34:35.795468355 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=82
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.10 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:43.281946237 after sql statement
|
||
2015-01-15 22:34:43.301713961 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=82
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (6.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:50.161955900 after sql statement
|
||
2015-01-15 22:34:50.165794415 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=82
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:50.494241203 after sql statement
|
||
2015-01-15 22:34:50.634768979 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.89 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:54.530860357 after sql statement
|
||
2015-01-15 22:34:54.541636470 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=83
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:02.003359681 after sql statement
|
||
2015-01-15 22:35:02.011904109 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=83
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:07.443893742 after sql statement
|
||
2015-01-15 22:35:07.452958633 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=83
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:08.947287430 after sql statement
|
||
2015-01-15 22:35:08.951929872 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223509_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:35:09 (25519) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223509_Job_62700.xml
|
||
2015-01-15 22:35:09 (25519) INFO : Job file loaded, run time for this step : 0.535423 seconds
|
||
2015-01-15 22:35:09 (25519) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:09 (25519) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:09 (25519) INFO : preProcess completed, run time for this step : 0.0686181 seconds
|
||
2015-01-15 22:35:09 (25519) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:09 (25519) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:35:09 (25519) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:10 (25519) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:35:10 (25519) INFO : Bulk load completed, total run time : 1.63254 seconds
|
||
|
||
2015-01-15 22:35:10.853644760 after import
|
||
2015-01-15 22:35:10.858154731 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=84
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (7.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:20.869806213 after sql statement
|
||
2015-01-15 22:35:20.875014592 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=84
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:24.985342074 after sql statement
|
||
2015-01-15 22:35:24.998069999 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=84
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:26.535166979 after sql statement
|
||
2015-01-15 22:35:26.610588105 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.88 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:31.500599652 after sql statement
|
||
2015-01-15 22:35:31.518901930 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=85
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (4.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:41.577129174 after sql statement
|
||
2015-01-15 22:35:41.584543966 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=85
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:47.365786253 after sql statement
|
||
2015-01-15 22:35:47.395195136 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=85
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:47.610503040 after sql statement
|
||
2015-01-15 22:35:47.614480742 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223548_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:35:48 (46337) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223548_Job_62700.xml
|
||
2015-01-15 22:35:48 (46337) INFO : Job file loaded, run time for this step : 0.475491 seconds
|
||
2015-01-15 22:35:48 (46337) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:48 (46337) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:48 (46337) INFO : preProcess completed, run time for this step : 0.037874 seconds
|
||
2015-01-15 22:35:48 (46337) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:48 (46337) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:35:48 (46337) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:48 (46337) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:35:49 (46337) INFO : Bulk load completed, total run time : 1.53806 seconds
|
||
|
||
2015-01-15 22:35:49.333513290 after import
|
||
2015-01-15 22:35:49.342334398 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=86
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:54.793342088 after sql statement
|
||
2015-01-15 22:35:54.799324059 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=86
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:57.892151590 after sql statement
|
||
2015-01-15 22:35:57.896080899 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=86
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:57.991110042 after sql statement
|
||
2015-01-15 22:35:58.081991258 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.48 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:02.586906677 after sql statement
|
||
2015-01-15 22:36:02.618490534 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=87
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:07.316704097 after sql statement
|
||
2015-01-15 22:36:07.324407062 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=87
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:10.542466394 after sql statement
|
||
2015-01-15 22:36:10.559425338 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=87
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:10.768292197 after sql statement
|
||
2015-01-15 22:36:10.770395778 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223611_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:36:11 (63922) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223611_Job_62700.xml
|
||
2015-01-15 22:36:11 (63922) INFO : Job file loaded, run time for this step : 0.296157 seconds
|
||
2015-01-15 22:36:11 (63922) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:11 (63922) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:11 (63922) INFO : preProcess completed, run time for this step : 0.033438 seconds
|
||
2015-01-15 22:36:11 (63922) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:11 (63922) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:36:11 (63922) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:11 (63922) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:36:12 (63922) INFO : Bulk load completed, total run time : 1.35927 seconds
|
||
|
||
2015-01-15 22:36:12.282438047 after import
|
||
2015-01-15 22:36:12.288149014 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=88
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.95 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:17.448919954 after sql statement
|
||
2015-01-15 22:36:17.456100129 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=88
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:20.625032458 after sql statement
|
||
2015-01-15 22:36:20.633839788 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=88
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:22.436285224 after sql statement
|
||
2015-01-15 22:36:22.531022343 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.56 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:27.101713741 after sql statement
|
||
2015-01-15 22:36:27.108166448 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=89
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:31.719358275 after sql statement
|
||
2015-01-15 22:36:31.724249533 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=89
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:35.185192508 after sql statement
|
||
2015-01-15 22:36:35.193709006 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=89
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:35.534709439 after sql statement
|
||
2015-01-15 22:36:35.536528032 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223636_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:36:36 (16816) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223636_Job_62700.xml
|
||
2015-01-15 22:36:36 (16816) INFO : Job file loaded, run time for this step : 0.278035 seconds
|
||
2015-01-15 22:36:36 (16816) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:36 (16816) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:36 (16816) INFO : preProcess completed, run time for this step : 0.0279 seconds
|
||
2015-01-15 22:36:36 (16816) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:36 (16816) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:36:36 (16816) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:36 (16816) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:36:37 (16816) INFO : Bulk load completed, total run time : 1.32715 seconds
|
||
|
||
2015-01-15 22:36:37.389106779 after import
|
||
2015-01-15 22:36:37.399994671 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=90
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:43.597129020 after sql statement
|
||
2015-01-15 22:36:43.610562682 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=90
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:45.865437711 after sql statement
|
||
2015-01-15 22:36:45.869495281 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=90
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:46.082229801 after sql statement
|
||
2015-01-15 22:36:46.174001826 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.58 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:49.762510821 after sql statement
|
||
2015-01-15 22:36:49.776095140 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=91
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:53.389420591 after sql statement
|
||
2015-01-15 22:36:53.410740289 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=91
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:57.226485251 after sql statement
|
||
2015-01-15 22:36:57.233630127 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=91
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:57.734225492 after sql statement
|
||
2015-01-15 22:36:57.736804363 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223658_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:36:58 (32917) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223658_Job_62700.xml
|
||
2015-01-15 22:36:58 (32917) INFO : Job file loaded, run time for this step : 0.341699 seconds
|
||
2015-01-15 22:36:58 (32917) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:58 (32917) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:58 (32917) INFO : preProcess completed, run time for this step : 0.0308499 seconds
|
||
2015-01-15 22:36:58 (32917) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:58 (32917) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:58 (32917) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:36:58 (32917) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:36:59 (32917) INFO : Bulk load completed, total run time : 1.40142 seconds
|
||
|
||
2015-01-15 22:36:59.544967603 after import
|
||
2015-01-15 22:36:59.553738042 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=92
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:03.032482830 after sql statement
|
||
2015-01-15 22:37:03.049233610 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=92
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:06.194253381 after sql statement
|
||
2015-01-15 22:37:06.201283195 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=92
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:06.376086055 after sql statement
|
||
2015-01-15 22:37:06.462124926 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.51 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:09.997130453 after sql statement
|
||
2015-01-15 22:37:10.001258135 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=93
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:12.658119002 after sql statement
|
||
2015-01-15 22:37:12.673601272 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=93
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.44 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:16.135315215 after sql statement
|
||
2015-01-15 22:37:16.190943564 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=93
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:16.860754988 after sql statement
|
||
2015-01-15 22:37:16.872410437 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223717_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:37:17 (47370) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223717_Job_62700.xml
|
||
2015-01-15 22:37:17 (47370) INFO : Job file loaded, run time for this step : 0.33016 seconds
|
||
2015-01-15 22:37:17 (47370) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:17 (47370) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:17 (47370) INFO : preProcess completed, run time for this step : 0.0991251 seconds
|
||
2015-01-15 22:37:17 (47370) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:17 (47370) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:37:17 (47370) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:17 (47370) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:37:18 (47370) INFO : Bulk load completed, total run time : 1.46097 seconds
|
||
|
||
2015-01-15 22:37:18.588284851 after import
|
||
2015-01-15 22:37:18.594941572 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=94
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.91 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:21.002629109 after sql statement
|
||
2015-01-15 22:37:21.015233255 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=94
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:24.064106396 after sql statement
|
||
2015-01-15 22:37:24.073200553 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=94
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:25.065890590 after sql statement
|
||
2015-01-15 22:37:25.164126073 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.80 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:28.971487680 after sql statement
|
||
2015-01-15 22:37:28.975826222 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=95
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:32.567675461 after sql statement
|
||
2015-01-15 22:37:32.574352487 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=95
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:35.740442752 after sql statement
|
||
2015-01-15 22:37:35.747657279 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=95
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:36.678913301 after sql statement
|
||
2015-01-15 22:37:36.682562620 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223737_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:37:37 (62743) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223737_Job_62700.xml
|
||
2015-01-15 22:37:37 (62743) INFO : Job file loaded, run time for this step : 0.413354 seconds
|
||
2015-01-15 22:37:37 (62743) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:37 (62743) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:37 (62743) INFO : preProcess completed, run time for this step : 0.0525069 seconds
|
||
2015-01-15 22:37:37 (62743) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:37 (62743) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:37:37 (62743) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:37 (62743) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:37:38 (62743) INFO : Bulk load completed, total run time : 1.48621 seconds
|
||
|
||
2015-01-15 22:37:38.357863012 after import
|
||
2015-01-15 22:37:38.370648864 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=96
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:44.298990188 after sql statement
|
||
2015-01-15 22:37:44.303315826 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=96
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:47.244602196 after sql statement
|
||
2015-01-15 22:37:47.249873361 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=96
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:48.505205973 after sql statement
|
||
2015-01-15 22:37:48.590567126 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.41 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:53.027903813 after sql statement
|
||
2015-01-15 22:37:53.035831540 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=97
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:57.826946517 after sql statement
|
||
2015-01-15 22:37:57.845680838 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=97
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:01.260839232 after sql statement
|
||
2015-01-15 22:38:01.293577721 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=97
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:02.272120891 after sql statement
|
||
2015-01-15 22:38:02.275162090 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223802_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:38:02 (14636) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223802_Job_62700.xml
|
||
2015-01-15 22:38:02 (14636) INFO : Job file loaded, run time for this step : 0.426136 seconds
|
||
2015-01-15 22:38:02 (14636) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:02 (14636) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:02 (14636) INFO : preProcess completed, run time for this step : 0.047075 seconds
|
||
2015-01-15 22:38:02 (14636) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:02 (14636) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:38:02 (14636) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:03 (14636) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:38:03 (14636) INFO : Bulk load completed, total run time : 1.49932 seconds
|
||
|
||
2015-01-15 22:38:03.932549252 after import
|
||
2015-01-15 22:38:03.937523335 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=98
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:07.662761442 after sql statement
|
||
2015-01-15 22:38:07.668065786 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=98
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:12.685342416 after sql statement
|
||
2015-01-15 22:38:12.693636172 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=98
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:13.971812824 after sql statement
|
||
2015-01-15 22:38:14.064952750 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.36 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:18.432803455 after sql statement
|
||
2015-01-15 22:38:18.440425543 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=99
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:21.876723087 after sql statement
|
||
2015-01-15 22:38:21.883199094 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=99
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:24.373227357 after sql statement
|
||
2015-01-15 22:38:24.380905676 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=99
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:24.802978399 after sql statement
|
||
2015-01-15 22:38:24.810507427 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223825_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:38:25 (30712) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223825_Job_62700.xml
|
||
2015-01-15 22:38:25 (30712) INFO : Job file loaded, run time for this step : 0.304983 seconds
|
||
2015-01-15 22:38:25 (30712) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:25 (30712) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:25 (30712) INFO : preProcess completed, run time for this step : 0.0549631 seconds
|
||
2015-01-15 22:38:25 (30712) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:25 (30712) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:38:25 (30712) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:25 (30712) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:38:26 (30712) INFO : Bulk load completed, total run time : 1.38375 seconds
|
||
|
||
2015-01-15 22:38:26.546228241 after import
|
||
2015-01-15 22:38:26.551286690 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=100
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:31.813628608 after sql statement
|
||
2015-01-15 22:38:31.819090246 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=100
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:33.465785018 after sql statement
|
||
2015-01-15 22:38:33.487096610 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=100
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:33.888841567 after sql statement
|
||
2015-01-15 22:38:33.972191244 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.54 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:37.521608587 after sql statement
|
||
2015-01-15 22:38:37.529393292 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=101
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.99 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:43.472172493 after sql statement
|
||
2015-01-15 22:38:43.490418884 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=101
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:46.218814840 after sql statement
|
||
2015-01-15 22:38:46.226355164 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=101
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:46.555967553 after sql statement
|
||
2015-01-15 22:38:46.559408078 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223846_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:38:46 (47621) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223846_Job_62700.xml
|
||
2015-01-15 22:38:46 (47621) INFO : Job file loaded, run time for this step : 0.283393 seconds
|
||
2015-01-15 22:38:46 (47621) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:47 (47621) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:47 (47621) INFO : preProcess completed, run time for this step : 0.0439551 seconds
|
||
2015-01-15 22:38:47 (47621) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:47 (47621) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:38:47 (47621) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:47 (47621) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:38:48 (47621) INFO : Bulk load completed, total run time : 1.34326 seconds
|
||
|
||
2015-01-15 22:38:48.061335413 after import
|
||
2015-01-15 22:38:48.067857899 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=102
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:51.692936821 after sql statement
|
||
2015-01-15 22:38:51.702938226 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=102
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.15 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:55.859323312 after sql statement
|
||
2015-01-15 22:38:55.865097981 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=102
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:56.013880279 after sql statement
|
||
2015-01-15 22:38:56.103312440 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.60 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:59.714006107 after sql statement
|
||
2015-01-15 22:38:59.736826028 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=103
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:02.475028411 after sql statement
|
||
2015-01-15 22:39:02.485181590 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=103
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.60 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:06.097599093 after sql statement
|
||
2015-01-15 22:39:06.118983686 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=103
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:06.647866979 after sql statement
|
||
2015-01-15 22:39:06.654263019 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223907_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:39:07 (62451) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223907_Job_62700.xml
|
||
2015-01-15 22:39:07 (62451) INFO : Job file loaded, run time for this step : 0.25579 seconds
|
||
2015-01-15 22:39:07 (62451) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:07 (62451) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:07 (62451) INFO : preProcess completed, run time for this step : 0.0748971 seconds
|
||
2015-01-15 22:39:07 (62451) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:07 (62451) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:39:07 (62451) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:07 (62451) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:39:08 (62451) INFO : Bulk load completed, total run time : 1.38349 seconds
|
||
|
||
2015-01-15 22:39:08.228518767 after import
|
||
2015-01-15 22:39:08.234712903 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=104
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.86 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:12.085972493 after sql statement
|
||
2015-01-15 22:39:12.104139936 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=104
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:14.512329872 after sql statement
|
||
2015-01-15 22:39:14.535102918 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=104
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:15.643236101 after sql statement
|
||
2015-01-15 22:39:15.748273681 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.72 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:19.470835209 after sql statement
|
||
2015-01-15 22:39:19.483373317 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=105
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:24.279760952 after sql statement
|
||
2015-01-15 22:39:24.287124865 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=105
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:27.801609919 after sql statement
|
||
2015-01-15 22:39:27.814093167 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=105
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:29.620507982 after sql statement
|
||
2015-01-15 22:39:29.624208225 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223930_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:39:30 (15080) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223930_Job_62700.xml
|
||
2015-01-15 22:39:30 (15080) INFO : Job file loaded, run time for this step : 0.377028 seconds
|
||
2015-01-15 22:39:30 (15080) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:30 (15080) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:30 (15080) INFO : preProcess completed, run time for this step : 0.024328 seconds
|
||
2015-01-15 22:39:30 (15080) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:30 (15080) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:39:30 (15080) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:30 (15080) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:39:31 (15080) INFO : Bulk load completed, total run time : 1.41746 seconds
|
||
|
||
2015-01-15 22:39:31.236091355 after import
|
||
2015-01-15 22:39:31.241131728 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=106
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:35.677807710 after sql statement
|
||
2015-01-15 22:39:35.683332148 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=106
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:38.143661625 after sql statement
|
||
2015-01-15 22:39:38.148330853 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=106
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:39.633484539 after sql statement
|
||
2015-01-15 22:39:39.777145251 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.82 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:43.610600033 after sql statement
|
||
2015-01-15 22:39:43.625842050 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=107
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:49.127750732 after sql statement
|
||
2015-01-15 22:39:49.134076837 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=107
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:51.720130612 after sql statement
|
||
2015-01-15 22:39:51.734963938 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=107
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:52.989098530 after sql statement
|
||
2015-01-15 22:39:52.992130712 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223953_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:39:53 (32342) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T223953_Job_62700.xml
|
||
2015-01-15 22:39:53 (32342) INFO : Job file loaded, run time for this step : 0.347942 seconds
|
||
2015-01-15 22:39:53 (32342) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:53 (32342) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:53 (32342) INFO : preProcess completed, run time for this step : 0.0322571 seconds
|
||
2015-01-15 22:39:53 (32342) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:53 (32342) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:39:53 (32342) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:54 (32342) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:39:54 (32342) INFO : Bulk load completed, total run time : 1.43534 seconds
|
||
|
||
2015-01-15 22:39:54.613683156 after import
|
||
2015-01-15 22:39:54.646534856 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=108
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:57.559543573 after sql statement
|
||
2015-01-15 22:39:57.575400983 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=108
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:00.310826427 after sql statement
|
||
2015-01-15 22:40:00.324160180 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=108
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:00.696292982 after sql statement
|
||
2015-01-15 22:40:00.796980296 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.90 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:06.712867198 after sql statement
|
||
2015-01-15 22:40:06.721103777 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=109
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:10.360689122 after sql statement
|
||
2015-01-15 22:40:10.373296784 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=109
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:13.938260894 after sql statement
|
||
2015-01-15 22:40:13.948374665 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=109
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:14.241646078 after sql statement
|
||
2015-01-15 22:40:14.247958242 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224016_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:40:16 (49030) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224016_Job_62700.xml
|
||
2015-01-15 22:40:16 (49030) INFO : Job file loaded, run time for this step : 1.08033 seconds
|
||
2015-01-15 22:40:16 (49030) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:16 (49030) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:16 (49030) INFO : preProcess completed, run time for this step : 0.0793819 seconds
|
||
2015-01-15 22:40:16 (49030) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:16 (49030) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:40:16 (49030) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:16 (49030) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:40:17 (49030) INFO : Bulk load completed, total run time : 2.18474 seconds
|
||
|
||
2015-01-15 22:40:17.314058379 after import
|
||
2015-01-15 22:40:17.321103978 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=110
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:19.583053689 after sql statement
|
||
2015-01-15 22:40:19.589705199 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=110
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.65 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:23.258007201 after sql statement
|
||
2015-01-15 22:40:23.265881424 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=110
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:24.202052723 after sql statement
|
||
2015-01-15 22:40:24.285079573 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.05 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:28.344466677 after sql statement
|
||
2015-01-15 22:40:28.353342342 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=111
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:34.962598877 after sql statement
|
||
2015-01-15 22:40:34.967987309 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=111
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:38.087902640 after sql statement
|
||
2015-01-15 22:40:38.094181301 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=111
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:38.766992137 after sql statement
|
||
2015-01-15 22:40:38.769286178 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224039_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:40:39 (1663) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224039_Job_62700.xml
|
||
2015-01-15 22:40:39 (1663) INFO : Job file loaded, run time for this step : 0.303659 seconds
|
||
2015-01-15 22:40:39 (1663) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:39 (1663) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:39 (1663) INFO : preProcess completed, run time for this step : 0.041935 seconds
|
||
2015-01-15 22:40:39 (1663) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:39 (1663) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:39 (1663) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:40:39 (1663) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:40:40 (1663) INFO : Bulk load completed, total run time : 1.3989 seconds
|
||
|
||
2015-01-15 22:40:40.495920305 after import
|
||
2015-01-15 22:40:40.499923309 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=112
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:45.660715686 after sql statement
|
||
2015-01-15 22:40:45.664938419 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=112
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:48.234658853 after sql statement
|
||
2015-01-15 22:40:48.239576489 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=112
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:48.440902941 after sql statement
|
||
2015-01-15 22:40:50.668337547 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (6.26 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:56.937018985 after sql statement
|
||
2015-01-15 22:40:56.950747667 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=113
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:01.692888818 after sql statement
|
||
2015-01-15 22:41:01.697367299 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=113
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:04.510557956 after sql statement
|
||
2015-01-15 22:41:04.518009186 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=113
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:05.304403734 after sql statement
|
||
2015-01-15 22:41:05.308234339 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224105_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:41:05 (19166) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224105_Job_62700.xml
|
||
2015-01-15 22:41:05 (19166) INFO : Job file loaded, run time for this step : 0.308502 seconds
|
||
2015-01-15 22:41:05 (19166) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:05 (19166) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:05 (19166) INFO : preProcess completed, run time for this step : 0.0719099 seconds
|
||
2015-01-15 22:41:05 (19166) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:05 (19166) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:41:05 (19166) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:06 (19166) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:41:06 (19166) INFO : Bulk load completed, total run time : 1.46332 seconds
|
||
|
||
2015-01-15 22:41:06.926444389 after import
|
||
2015-01-15 22:41:06.931353962 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=114
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:13.248178939 after sql statement
|
||
2015-01-15 22:41:13.260703866 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=114
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.04 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:15.315697102 after sql statement
|
||
2015-01-15 22:41:15.321140195 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=114
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:15.604559688 after sql statement
|
||
2015-01-15 22:41:15.693916457 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.58 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:20.278493427 after sql statement
|
||
2015-01-15 22:41:20.297070781 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=115
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:27.279570541 after sql statement
|
||
2015-01-15 22:41:27.289346729 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=115
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:30.678183297 after sql statement
|
||
2015-01-15 22:41:30.683898488 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=115
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:32.051723081 after sql statement
|
||
2015-01-15 22:41:32.055090769 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224132_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:41:32 (39060) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224132_Job_62700.xml
|
||
2015-01-15 22:41:32 (39060) INFO : Job file loaded, run time for this step : 0.335802 seconds
|
||
2015-01-15 22:41:32 (39060) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:32 (39060) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:32 (39060) INFO : preProcess completed, run time for this step : 0.021081 seconds
|
||
2015-01-15 22:41:32 (39060) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:32 (39060) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:41:32 (39060) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:32 (39060) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:41:34 (39060) INFO : Bulk load completed, total run time : 2.18959 seconds
|
||
|
||
2015-01-15 22:41:34.448807613 after import
|
||
2015-01-15 22:41:34.502132506 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=116
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:40.895641858 after sql statement
|
||
2015-01-15 22:41:40.904294042 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=116
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:44.225614626 after sql statement
|
||
2015-01-15 22:41:44.238496291 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=116
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.94 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:45.175587853 after sql statement
|
||
2015-01-15 22:41:45.296883286 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.30 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:50.604141242 after sql statement
|
||
2015-01-15 22:41:50.615369205 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=117
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:56.672894857 after sql statement
|
||
2015-01-15 22:41:56.677912684 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=117
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:59.231914208 after sql statement
|
||
2015-01-15 22:41:59.236181740 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=117
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:59.912037483 after sql statement
|
||
2015-01-15 22:41:59.916803166 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224201_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:42:01 (59647) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224201_Job_62700.xml
|
||
2015-01-15 22:42:01 (59647) INFO : Job file loaded, run time for this step : 0.470978 seconds
|
||
2015-01-15 22:42:01 (59647) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:01 (59647) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:01 (59647) INFO : preProcess completed, run time for this step : 0.0551999 seconds
|
||
2015-01-15 22:42:01 (59647) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:01 (59647) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:01 (59647) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:42:01 (59647) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:42:02 (59647) INFO : Bulk load completed, total run time : 1.58141 seconds
|
||
|
||
2015-01-15 22:42:02.438657884 after import
|
||
2015-01-15 22:42:02.452111502 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=118
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:06.167222357 after sql statement
|
||
2015-01-15 22:42:06.187360175 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=118
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:08.065630960 after sql statement
|
||
2015-01-15 22:42:08.071867163 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=118
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:08.341436813 after sql statement
|
||
2015-01-15 22:42:08.405205554 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.91 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:12.331536208 after sql statement
|
||
2015-01-15 22:42:12.335809381 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=119
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:16.172677226 after sql statement
|
||
2015-01-15 22:42:16.181169999 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=119
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:19.806179216 after sql statement
|
||
2015-01-15 22:42:19.815163253 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=119
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:20.294340613 after sql statement
|
||
2015-01-15 22:42:20.296854075 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224220_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:42:20 (11399) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224220_Job_62700.xml
|
||
2015-01-15 22:42:20 (11399) INFO : Job file loaded, run time for this step : 0.363186 seconds
|
||
2015-01-15 22:42:20 (11399) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:20 (11399) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:20 (11399) INFO : preProcess completed, run time for this step : 0.101899 seconds
|
||
2015-01-15 22:42:20 (11399) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:20 (11399) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:20 (11399) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:42:21 (11399) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:42:21 (11399) INFO : Bulk load completed, total run time : 1.49222 seconds
|
||
|
||
2015-01-15 22:42:21.999215374 after import
|
||
2015-01-15 22:42:22.005193532 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=120
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:26.166008718 after sql statement
|
||
2015-01-15 22:42:26.195468816 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=120
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.68 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:28.891335255 after sql statement
|
||
2015-01-15 22:42:28.898706865 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=120
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:29.817211540 after sql statement
|
||
2015-01-15 22:42:29.999410033 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.05 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:34.064778345 after sql statement
|
||
2015-01-15 22:42:34.070114138 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=121
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:40.524173855 after sql statement
|
||
2015-01-15 22:42:40.534716553 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=121
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:43.543789746 after sql statement
|
||
2015-01-15 22:42:43.549298518 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=121
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:43.885754163 after sql statement
|
||
2015-01-15 22:42:43.887729658 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224244_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:42:44 (30158) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224244_Job_62700.xml
|
||
2015-01-15 22:42:44 (30158) INFO : Job file loaded, run time for this step : 0.30035 seconds
|
||
2015-01-15 22:42:44 (30158) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:44 (30158) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:44 (30158) INFO : preProcess completed, run time for this step : 0.0616641 seconds
|
||
2015-01-15 22:42:44 (30158) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:44 (30158) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:44 (30158) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:42:44 (30158) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:42:45 (30158) INFO : Bulk load completed, total run time : 1.37959 seconds
|
||
|
||
2015-01-15 22:42:45.430112628 after import
|
||
2015-01-15 22:42:45.441217094 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=122
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:49.145841577 after sql statement
|
||
2015-01-15 22:42:49.152804239 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=122
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:52.224251392 after sql statement
|
||
2015-01-15 22:42:52.236412181 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=122
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:52.962787662 after sql statement
|
||
2015-01-15 22:42:53.105901592 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.00 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:58.122238504 after sql statement
|
||
2015-01-15 22:42:58.170798016 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=123
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (6.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:05.324407124 after sql statement
|
||
2015-01-15 22:43:05.358691855 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=123
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:06.865310856 after sql statement
|
||
2015-01-15 22:43:06.885298414 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=123
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:07.362321952 after sql statement
|
||
2015-01-15 22:43:07.365053779 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224308_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:43:08 (46420) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224308_Job_62700.xml
|
||
2015-01-15 22:43:08 (46420) INFO : Job file loaded, run time for this step : 1.4512 seconds
|
||
2015-01-15 22:43:08 (46420) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:09 (46420) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:09 (46420) INFO : preProcess completed, run time for this step : 0.055553 seconds
|
||
2015-01-15 22:43:09 (46420) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:09 (46420) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:43:09 (46420) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:09 (46420) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:43:10 (46420) INFO : Bulk load completed, total run time : 2.54272 seconds
|
||
|
||
2015-01-15 22:43:10.110988952 after import
|
||
2015-01-15 22:43:10.126830619 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=124
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:16.656372253 after sql statement
|
||
2015-01-15 22:43:16.670684302 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=124
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.42 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:20.096484723 after sql statement
|
||
2015-01-15 22:43:20.105760263 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=124
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.64 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:20.762471368 after sql statement
|
||
2015-01-15 22:43:20.858743238 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.51 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:24.375485289 after sql statement
|
||
2015-01-15 22:43:24.382468618 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=125
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:27.747217494 after sql statement
|
||
2015-01-15 22:43:27.751086922 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=125
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.58 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:30.341843633 after sql statement
|
||
2015-01-15 22:43:30.347157098 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=125
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.97 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:31.323377711 after sql statement
|
||
2015-01-15 22:43:31.331397125 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224331_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:43:31 (63051) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224331_Job_62700.xml
|
||
2015-01-15 22:43:31 (63051) INFO : Job file loaded, run time for this step : 0.390341 seconds
|
||
2015-01-15 22:43:31 (63051) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:32 (63051) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:32 (63051) INFO : preProcess completed, run time for this step : 0.0597959 seconds
|
||
2015-01-15 22:43:32 (63051) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:32 (63051) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:43:32 (63051) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:32 (63051) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:43:33 (63051) INFO : Bulk load completed, total run time : 1.47058 seconds
|
||
|
||
2015-01-15 22:43:33.038820334 after import
|
||
2015-01-15 22:43:33.046150662 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=126
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:39.550057168 after sql statement
|
||
2015-01-15 22:43:39.556186155 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=126
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.49 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:42.067011012 after sql statement
|
||
2015-01-15 22:43:42.080970362 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=126
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:43.575972752 after sql statement
|
||
2015-01-15 22:43:43.756023152 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.77 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:47.529373618 after sql statement
|
||
2015-01-15 22:43:47.539556915 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=127
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:53.013740524 after sql statement
|
||
2015-01-15 22:43:53.018392328 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=127
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:55.773749900 after sql statement
|
||
2015-01-15 22:43:55.782493432 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=127
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:56.970498110 after sql statement
|
||
2015-01-15 22:43:56.973042692 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224357_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:43:57 (18027) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224357_Job_62700.xml
|
||
2015-01-15 22:43:57 (18027) INFO : Job file loaded, run time for this step : 0.278927 seconds
|
||
2015-01-15 22:43:57 (18027) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:57 (18027) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:57 (18027) INFO : preProcess completed, run time for this step : 0.037657 seconds
|
||
2015-01-15 22:43:57 (18027) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:57 (18027) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:43:57 (18027) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:57 (18027) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:43:58 (18027) INFO : Bulk load completed, total run time : 1.38377 seconds
|
||
|
||
2015-01-15 22:43:58.550280003 after import
|
||
2015-01-15 22:43:58.557878898 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=128
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:03.128690015 after sql statement
|
||
2015-01-15 22:44:03.140170871 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=128
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:04.958446592 after sql statement
|
||
2015-01-15 22:44:04.964342858 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=128
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.99 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:05.983045651 after sql statement
|
||
2015-01-15 22:44:06.069473340 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.68 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:09.792663737 after sql statement
|
||
2015-01-15 22:44:09.829966494 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=129
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:16.187434238 after sql statement
|
||
2015-01-15 22:44:16.193024152 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=129
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:18.342263349 after sql statement
|
||
2015-01-15 22:44:18.349960399 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=129
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:18.575275205 after sql statement
|
||
2015-01-15 22:44:18.578971230 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224418_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:44:18 (34636) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224418_Job_62700.xml
|
||
2015-01-15 22:44:18 (34636) INFO : Job file loaded, run time for this step : 0.260457 seconds
|
||
2015-01-15 22:44:18 (34636) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:19 (34636) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:19 (34636) INFO : preProcess completed, run time for this step : 0.039104 seconds
|
||
2015-01-15 22:44:19 (34636) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:19 (34636) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:44:19 (34636) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:19 (34636) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:44:20 (34636) INFO : Bulk load completed, total run time : 1.37005 seconds
|
||
|
||
2015-01-15 22:44:20.128333933 after import
|
||
2015-01-15 22:44:20.153346472 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=130
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:24.613710231 after sql statement
|
||
2015-01-15 22:44:24.634523568 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=130
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.96 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:26.613130751 after sql statement
|
||
2015-01-15 22:44:26.627102949 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=130
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:27.616446841 after sql statement
|
||
2015-01-15 22:44:27.737932134 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.69 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:33.437470286 after sql statement
|
||
2015-01-15 22:44:33.442927413 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=131
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:36.465626657 after sql statement
|
||
2015-01-15 22:44:36.471874212 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=131
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:40.580256159 after sql statement
|
||
2015-01-15 22:44:40.588314007 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=131
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.74 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:42.345878758 after sql statement
|
||
2015-01-15 22:44:42.350109094 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224443_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:44:43 (52918) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224443_Job_62700.xml
|
||
2015-01-15 22:44:43 (52918) INFO : Job file loaded, run time for this step : 0.625161 seconds
|
||
2015-01-15 22:44:43 (52918) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:43 (52918) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:43 (52918) INFO : preProcess completed, run time for this step : 0.0334899 seconds
|
||
2015-01-15 22:44:43 (52918) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:43 (52918) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:43 (52918) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:44:43 (52918) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:44:44 (52918) INFO : Bulk load completed, total run time : 1.70716 seconds
|
||
|
||
2015-01-15 22:44:44.590826562 after import
|
||
2015-01-15 22:44:44.613951810 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=132
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:50.207230221 after sql statement
|
||
2015-01-15 22:44:50.219953401 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=132
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.09 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:54.326858454 after sql statement
|
||
2015-01-15 22:44:54.353227586 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=132
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:55.971483178 after sql statement
|
||
2015-01-15 22:44:56.034942692 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.67 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:59.737325680 after sql statement
|
||
2015-01-15 22:44:59.746139677 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=133
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:03.508905550 after sql statement
|
||
2015-01-15 22:45:03.518363909 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=133
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:06.448788200 after sql statement
|
||
2015-01-15 22:45:06.454356068 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=133
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:07.476845674 after sql statement
|
||
2015-01-15 22:45:07.479464475 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224508_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:45:08 (6123) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224508_Job_62700.xml
|
||
2015-01-15 22:45:08 (6123) INFO : Job file loaded, run time for this step : 0.328378 seconds
|
||
2015-01-15 22:45:08 (6123) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:08 (6123) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:08 (6123) INFO : preProcess completed, run time for this step : 0.0659912 seconds
|
||
2015-01-15 22:45:08 (6123) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:08 (6123) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:45:08 (6123) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:08 (6123) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:45:09 (6123) INFO : Bulk load completed, total run time : 1.43259 seconds
|
||
|
||
2015-01-15 22:45:09.183599237 after import
|
||
2015-01-15 22:45:09.193935407 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=134
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.78 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:14.348532030 after sql statement
|
||
2015-01-15 22:45:14.360515721 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=134
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:17.638669421 after sql statement
|
||
2015-01-15 22:45:17.646962311 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=134
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:18.125797703 after sql statement
|
||
2015-01-15 22:45:18.225488316 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.74 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:22.972302924 after sql statement
|
||
2015-01-15 22:45:22.980635550 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=135
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:27.091823207 after sql statement
|
||
2015-01-15 22:45:27.102981920 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=135
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:29.765035527 after sql statement
|
||
2015-01-15 22:45:29.776405262 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=135
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:30.372629826 after sql statement
|
||
2015-01-15 22:45:30.403232888 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224530_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:45:31 (24781) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224530_Job_62700.xml
|
||
2015-01-15 22:45:31 (24781) INFO : Job file loaded, run time for this step : 0.441369 seconds
|
||
2015-01-15 22:45:31 (24781) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:31 (24781) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:31 (24781) INFO : preProcess completed, run time for this step : 0.157639 seconds
|
||
2015-01-15 22:45:31 (24781) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:31 (24781) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:31 (24781) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:45:31 (24781) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:45:32 (24781) INFO : Bulk load completed, total run time : 1.62437 seconds
|
||
|
||
2015-01-15 22:45:32.255370056 after import
|
||
2015-01-15 22:45:32.260434123 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=136
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.37 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:37.689334576 after sql statement
|
||
2015-01-15 22:45:37.736940284 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=136
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:42.516474453 after sql statement
|
||
2015-01-15 22:45:42.522416350 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=136
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:43.341935483 after sql statement
|
||
2015-01-15 22:45:43.436382680 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.53 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:46.971897799 after sql statement
|
||
2015-01-15 22:45:47.002795224 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=137
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:53.787088834 after sql statement
|
||
2015-01-15 22:45:53.803704622 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=137
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:56.628045606 after sql statement
|
||
2015-01-15 22:45:56.639878732 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=137
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:58.114767165 after sql statement
|
||
2015-01-15 22:45:58.131371406 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224559_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:45:59 (44256) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224559_Job_62700.xml
|
||
2015-01-15 22:45:59 (44256) INFO : Job file loaded, run time for this step : 1.14277 seconds
|
||
2015-01-15 22:45:59 (44256) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:59 (44256) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:59 (44256) INFO : preProcess completed, run time for this step : 0.0480039 seconds
|
||
2015-01-15 22:45:59 (44256) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:59 (44256) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:45:59 (44256) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:59 (44256) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:46:00 (44256) INFO : Bulk load completed, total run time : 2.22166 seconds
|
||
|
||
2015-01-15 22:46:00.580240879 after import
|
||
2015-01-15 22:46:00.588017607 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=138
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.91 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:03.279924543 after sql statement
|
||
2015-01-15 22:46:03.292204952 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=138
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:05.941325167 after sql statement
|
||
2015-01-15 22:46:05.950735684 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=138
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:06.270245728 after sql statement
|
||
2015-01-15 22:46:06.353271414 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.47 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:09.849352345 after sql statement
|
||
2015-01-15 22:46:09.870549641 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=139
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.49 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:16.023511414 after sql statement
|
||
2015-01-15 22:46:16.027203241 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=139
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:20.653381395 after sql statement
|
||
2015-01-15 22:46:20.660330199 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=139
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:20.799483726 after sql statement
|
||
2015-01-15 22:46:20.803161693 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224621_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:46:21 (60003) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224621_Job_62700.xml
|
||
2015-01-15 22:46:21 (60003) INFO : Job file loaded, run time for this step : 0.303986 seconds
|
||
2015-01-15 22:46:21 (60003) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:21 (60003) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:21 (60003) INFO : preProcess completed, run time for this step : 0.0325499 seconds
|
||
2015-01-15 22:46:21 (60003) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:21 (60003) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:46:21 (60003) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:21 (60003) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:46:22 (60003) INFO : Bulk load completed, total run time : 1.38763 seconds
|
||
|
||
2015-01-15 22:46:22.365393268 after import
|
||
2015-01-15 22:46:22.371725806 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=140
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:26.815801761 after sql statement
|
||
2015-01-15 22:46:26.827676727 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=140
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:31.747883407 after sql statement
|
||
2015-01-15 22:46:31.770033455 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=140
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:32.920796070 after sql statement
|
||
2015-01-15 22:46:32.984112323 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.79 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:36.789937263 after sql statement
|
||
2015-01-15 22:46:36.813616197 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=141
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:42.047794890 after sql statement
|
||
2015-01-15 22:46:42.064686451 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=141
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:44.751953041 after sql statement
|
||
2015-01-15 22:46:44.759442846 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=141
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:44.970115731 after sql statement
|
||
2015-01-15 22:46:44.982112853 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224645_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:46:45 (13499) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224645_Job_62700.xml
|
||
2015-01-15 22:46:45 (13499) INFO : Job file loaded, run time for this step : 0.355589 seconds
|
||
2015-01-15 22:46:45 (13499) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:45 (13499) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:45 (13499) INFO : preProcess completed, run time for this step : 0.045553 seconds
|
||
2015-01-15 22:46:45 (13499) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:45 (13499) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:45 (13499) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:46:45 (13499) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:46:47 (13499) INFO : Bulk load completed, total run time : 2.38804 seconds
|
||
|
||
2015-01-15 22:46:47.543232522 after import
|
||
2015-01-15 22:46:47.573001215 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=142
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:50.978445755 after sql statement
|
||
2015-01-15 22:46:50.985108660 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=142
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:53.109173730 after sql statement
|
||
2015-01-15 22:46:53.123082794 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=142
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:53.703243400 after sql statement
|
||
2015-01-15 22:46:53.776768020 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.53 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:57.307283662 after sql statement
|
||
2015-01-15 22:46:57.322180472 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=143
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:04.274107062 after sql statement
|
||
2015-01-15 22:47:04.284231908 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=143
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:07.550655489 after sql statement
|
||
2015-01-15 22:47:07.566748665 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=143
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:08.265735238 after sql statement
|
||
2015-01-15 22:47:08.268691176 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224708_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:47:08 (29991) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224708_Job_62700.xml
|
||
2015-01-15 22:47:08 (29991) INFO : Job file loaded, run time for this step : 0.272245 seconds
|
||
2015-01-15 22:47:08 (29991) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:08 (29991) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:08 (29991) INFO : preProcess completed, run time for this step : 0.08267 seconds
|
||
2015-01-15 22:47:08 (29991) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:08 (29991) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:08 (29991) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:47:08 (29991) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:47:09 (29991) INFO : Bulk load completed, total run time : 1.39488 seconds
|
||
|
||
2015-01-15 22:47:09.826848224 after import
|
||
2015-01-15 22:47:09.831637329 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.02 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=144
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:13.011097492 after sql statement
|
||
2015-01-15 22:47:13.053812136 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=144
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:15.526093048 after sql statement
|
||
2015-01-15 22:47:15.531202203 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=144
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:15.914093802 after sql statement
|
||
2015-01-15 22:47:16.003005411 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.72 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:20.735691359 after sql statement
|
||
2015-01-15 22:47:20.745501956 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=145
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.66 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:25.806129923 after sql statement
|
||
2015-01-15 22:47:25.811308319 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=145
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:29.699813031 after sql statement
|
||
2015-01-15 22:47:29.711826401 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=145
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:30.729827787 after sql statement
|
||
2015-01-15 22:47:30.768003894 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224731_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:47:31 (47298) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224731_Job_62700.xml
|
||
2015-01-15 22:47:31 (47298) INFO : Job file loaded, run time for this step : 0.304052 seconds
|
||
2015-01-15 22:47:31 (47298) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:31 (47298) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:31 (47298) INFO : preProcess completed, run time for this step : 0.0433409 seconds
|
||
2015-01-15 22:47:31 (47298) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:31 (47298) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:47:31 (47298) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:31 (47298) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:47:32 (47298) INFO : Bulk load completed, total run time : 1.36742 seconds
|
||
|
||
2015-01-15 22:47:32.388588879 after import
|
||
2015-01-15 22:47:32.392517239 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=146
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:36.082037482 after sql statement
|
||
2015-01-15 22:47:36.085419100 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=146
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:38.993229817 after sql statement
|
||
2015-01-15 22:47:39.002202278 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=146
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:40.481841106 after sql statement
|
||
2015-01-15 22:47:40.611846305 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.39 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:46.026368189 after sql statement
|
||
2015-01-15 22:47:46.030368738 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=147
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:51.118648852 after sql statement
|
||
2015-01-15 22:47:51.127631165 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=147
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:56.002446458 after sql statement
|
||
2015-01-15 22:47:56.008722812 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=147
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:56.901545134 after sql statement
|
||
2015-01-15 22:47:56.914311912 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224757_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:47:57 (1007) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224757_Job_62700.xml
|
||
2015-01-15 22:47:57 (1007) INFO : Job file loaded, run time for this step : 0.406138 seconds
|
||
2015-01-15 22:47:57 (1007) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:57 (1007) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:57 (1007) INFO : preProcess completed, run time for this step : 0.0946889 seconds
|
||
2015-01-15 22:47:57 (1007) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:57 (1007) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:57 (1007) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:47:58 (1007) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:47:58 (1007) INFO : Bulk load completed, total run time : 1.51987 seconds
|
||
|
||
2015-01-15 22:47:58.767988703 after import
|
||
2015-01-15 22:47:58.781938281 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=148
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:02.978030500 after sql statement
|
||
2015-01-15 22:48:02.985098121 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=148
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:04.784374898 after sql statement
|
||
2015-01-15 22:48:04.788605384 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=148
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:05.226782521 after sql statement
|
||
2015-01-15 22:48:05.321640438 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.04 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:10.378966379 after sql statement
|
||
2015-01-15 22:48:10.386741465 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=149
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:15.858045015 after sql statement
|
||
2015-01-15 22:48:15.863832332 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=149
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.09 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:18.958501582 after sql statement
|
||
2015-01-15 22:48:18.963510626 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=149
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:20.368381920 after sql statement
|
||
2015-01-15 22:48:20.385685091 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224820_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:48:20 (18888) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224820_Job_62700.xml
|
||
2015-01-15 22:48:20 (18888) INFO : Job file loaded, run time for this step : 0.299997 seconds
|
||
2015-01-15 22:48:20 (18888) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:20 (18888) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:20 (18888) INFO : preProcess completed, run time for this step : 0.0438411 seconds
|
||
2015-01-15 22:48:20 (18888) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:20 (18888) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:48:20 (18888) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:21 (18888) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:48:21 (18888) INFO : Bulk load completed, total run time : 1.37874 seconds
|
||
|
||
2015-01-15 22:48:21.935000640 after import
|
||
2015-01-15 22:48:21.956180482 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=150
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:27.833672112 after sql statement
|
||
2015-01-15 22:48:27.839134861 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=150
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.27 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:31.119149293 after sql statement
|
||
2015-01-15 22:48:31.131254860 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=150
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:32.011783933 after sql statement
|
||
2015-01-15 22:48:32.146522973 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.93 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:37.148996009 after sql statement
|
||
2015-01-15 22:48:37.177135847 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=151
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:43.950624239 after sql statement
|
||
2015-01-15 22:48:43.956651992 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=151
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:48.169447366 after sql statement
|
||
2015-01-15 22:48:48.206144421 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=151
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:49.741717139 after sql statement
|
||
2015-01-15 22:48:49.747400108 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224850_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:48:50 (41933) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224850_Job_62700.xml
|
||
2015-01-15 22:48:50 (41933) INFO : Job file loaded, run time for this step : 0.441356 seconds
|
||
2015-01-15 22:48:50 (41933) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:50 (41933) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:50 (41933) INFO : preProcess completed, run time for this step : 0.0361879 seconds
|
||
2015-01-15 22:48:50 (41933) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:50 (41933) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:50 (41933) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:48:50 (41933) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:48:51 (41933) INFO : Bulk load completed, total run time : 1.5 seconds
|
||
|
||
2015-01-15 22:48:51.480855584 after import
|
||
2015-01-15 22:48:51.485900840 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=152
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:54.940847601 after sql statement
|
||
2015-01-15 22:48:54.954234006 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=152
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:57.598016409 after sql statement
|
||
2015-01-15 22:48:57.605727787 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=152
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:59.186058330 after sql statement
|
||
2015-01-15 22:48:59.323062551 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.80 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:04.128484909 after sql statement
|
||
2015-01-15 22:49:04.174248202 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=153
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.80 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:10.956589987 after sql statement
|
||
2015-01-15 22:49:11.190403909 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=153
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:12.887987325 after sql statement
|
||
2015-01-15 22:49:12.894803003 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=153
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:13.315617081 after sql statement
|
||
2015-01-15 22:49:13.322167996 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224914_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:49:14 (58528) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224914_Job_62700.xml
|
||
2015-01-15 22:49:14 (58528) INFO : Job file loaded, run time for this step : 1.30883 seconds
|
||
2015-01-15 22:49:14 (58528) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:14 (58528) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:14 (58528) INFO : preProcess completed, run time for this step : 0.081558 seconds
|
||
2015-01-15 22:49:14 (58528) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:14 (58528) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:14 (58528) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:49:15 (58528) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:49:15 (58528) INFO : Bulk load completed, total run time : 2.40907 seconds
|
||
|
||
2015-01-15 22:49:15.888219944 after import
|
||
2015-01-15 22:49:15.896991653 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=154
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.45 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:18.910936396 after sql statement
|
||
2015-01-15 22:49:18.935477246 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=154
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:20.741543682 after sql statement
|
||
2015-01-15 22:49:20.747018460 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=154
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:21.015467273 after sql statement
|
||
2015-01-15 22:49:21.095767427 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.95 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:26.069479615 after sql statement
|
||
2015-01-15 22:49:26.099185487 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=155
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.33 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:30.839211770 after sql statement
|
||
2015-01-15 22:49:30.851813743 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=155
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:35.713794964 after sql statement
|
||
2015-01-15 22:49:35.720054467 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=155
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:36.063654004 after sql statement
|
||
2015-01-15 22:49:36.070852932 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224936_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:49:36 (10237) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224936_Job_62700.xml
|
||
2015-01-15 22:49:36 (10237) INFO : Job file loaded, run time for this step : 0.403647 seconds
|
||
2015-01-15 22:49:36 (10237) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:36 (10237) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:36 (10237) INFO : preProcess completed, run time for this step : 0.0490639 seconds
|
||
2015-01-15 22:49:36 (10237) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:36 (10237) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:49:36 (10237) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:37 (10237) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:49:37 (10237) INFO : Bulk load completed, total run time : 1.47951 seconds
|
||
|
||
2015-01-15 22:49:37.727251515 after import
|
||
2015-01-15 22:49:37.736135567 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=156
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:42.679324207 after sql statement
|
||
2015-01-15 22:49:42.688172089 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=156
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:47.414638123 after sql statement
|
||
2015-01-15 22:49:47.422700359 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=156
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:47.650629402 after sql statement
|
||
2015-01-15 22:49:47.747907221 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.40 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:51.160440565 after sql statement
|
||
2015-01-15 22:49:51.175361562 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=157
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:54.332018056 after sql statement
|
||
2015-01-15 22:49:54.336211422 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=157
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:58.769700885 after sql statement
|
||
2015-01-15 22:49:58.779187505 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=157
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:59.217996161 after sql statement
|
||
2015-01-15 22:49:59.222227291 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224959_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:49:59 (26291) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T224959_Job_62700.xml
|
||
2015-01-15 22:49:59 (26291) INFO : Job file loaded, run time for this step : 0.491912 seconds
|
||
2015-01-15 22:49:59 (26291) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:59 (26291) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:59 (26291) INFO : preProcess completed, run time for this step : 0.0292721 seconds
|
||
2015-01-15 22:49:59 (26291) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:59 (26291) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:49:59 (26291) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:00 (26291) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:50:00 (26291) INFO : Bulk load completed, total run time : 1.54526 seconds
|
||
|
||
2015-01-15 22:50:01.006531893 after import
|
||
2015-01-15 22:50:01.028198028 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=158
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:04.304926176 after sql statement
|
||
2015-01-15 22:50:04.319734312 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=158
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:07.135647408 after sql statement
|
||
2015-01-15 22:50:07.140680225 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=158
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:07.963493200 after sql statement
|
||
2015-01-15 22:50:08.030311182 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.45 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:12.491173115 after sql statement
|
||
2015-01-15 22:50:12.502877248 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=159
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:15.290024876 after sql statement
|
||
2015-01-15 22:50:15.296477427 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=159
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:17.994679168 after sql statement
|
||
2015-01-15 22:50:18.008269507 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=159
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:19.110531789 after sql statement
|
||
2015-01-15 22:50:19.115004587 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T225019_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:50:19 (40377) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T225019_Job_62700.xml
|
||
2015-01-15 22:50:19 (40377) INFO : Job file loaded, run time for this step : 0.518532 seconds
|
||
2015-01-15 22:50:19 (40377) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:19 (40377) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:19 (40377) INFO : preProcess completed, run time for this step : 0.028223 seconds
|
||
2015-01-15 22:50:19 (40377) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:19 (40377) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:50:19 (40377) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:20 (40377) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:50:21 (40377) INFO : Bulk load completed, total run time : 1.76146 seconds
|
||
|
||
2015-01-15 22:50:21.059997041 after import
|
||
2015-01-15 22:50:21.068298683 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=160
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:26.181526127 after sql statement
|
||
2015-01-15 22:50:26.191671055 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=160
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:29.250587662 after sql statement
|
||
2015-01-15 22:50:29.257512713 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=160
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:30.471540375 after sql statement
|
||
2015-01-15 22:50:30.694129687 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.76 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:34.464557165 after sql statement
|
||
2015-01-15 22:50:34.470551916 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=161
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (5.10 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:40.835067292 after sql statement
|
||
2015-01-15 22:50:40.839797181 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=161
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:43.102817073 after sql statement
|
||
2015-01-15 22:50:43.111924088 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=161
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:45.685527827 after sql statement
|
||
2015-01-15 22:50:45.693069512 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T225046_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:50:46 (59426) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T225046_Job_62700.xml
|
||
2015-01-15 22:50:46 (59426) INFO : Job file loaded, run time for this step : 0.397978 seconds
|
||
2015-01-15 22:50:46 (59426) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:46 (59426) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:46 (59426) INFO : preProcess completed, run time for this step : 0.101608 seconds
|
||
2015-01-15 22:50:46 (59426) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:46 (59426) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:46 (59426) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:50:47 (59426) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:50:47 (59426) INFO : Bulk load completed, total run time : 1.56926 seconds
|
||
|
||
2015-01-15 22:50:47.475123908 after import
|
||
2015-01-15 22:50:47.484002801 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=162
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:52.866819895 after sql statement
|
||
2015-01-15 22:50:52.872669040 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=162
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (4.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:57.266979060 after sql statement
|
||
2015-01-15 22:50:57.275472365 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=162
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:57.945421159 after sql statement
|
||
2015-01-15 22:50:58.014964142 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.63 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:01.671614284 after sql statement
|
||
2015-01-15 22:51:01.678075953 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=163
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:04.760360044 after sql statement
|
||
2015-01-15 22:51:04.766276958 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=163
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:08.177526112 after sql statement
|
||
2015-01-15 22:51:08.189807549 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=163
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:09.646639724 after sql statement
|
||
2015-01-15 22:51:09.649340743 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62700 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T225110_Job_62700.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62700.log
|
||
2015-01-15 22:51:10 (10184) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62700_D20150115_T225110_Job_62700.xml
|
||
2015-01-15 22:51:10 (10184) INFO : Job file loaded, run time for this step : 0.636757 seconds
|
||
2015-01-15 22:51:10 (10184) INFO : PreProcessing check starts
|
||
2015-01-15 22:51:10 (10184) INFO : PreProcessing check completed
|
||
2015-01-15 22:51:10 (10184) INFO : preProcess completed, run time for this step : 0.0701001 seconds
|
||
2015-01-15 22:51:10 (10184) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:51:10 (10184) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_10...[0;39m
|
||
2015-01-15 22:51:10 (10184) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:51:10 (10184) INFO : For table dmlc.test211_10: 100000 rows processed and 100000 rows inserted.
|
||
2015-01-15 22:51:11 (10184) INFO : Bulk load completed, total run time : 1.7494 seconds
|
||
|
||
2015-01-15 22:51:11.593197163 after import
|
||
2015-01-15 22:51:11.608229626 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=164
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.49 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:15.336548042 after sql statement
|
||
2015-01-15 22:51:15.382044227 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=164
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (2.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:17.899522033 after sql statement
|
||
2015-01-15 22:51:17.911569462 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=164
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:20.541811279 after sql statement
|
||
2015-01-15 22:51:20.600378302 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_10.tbl' into table test211_10 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (3.53 sec)
|
||
Records: 100000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:24.136957986 after sql statement
|
||
2015-01-15 22:51:24.144594738 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_10 where batch=165
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (1.59 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:26.298358063 after sql statement
|
||
2015-01-15 22:51:26.312303916 before sql statment
|
||
--------------
|
||
update test211_10 set c2=c1 where batch=165
|
||
--------------
|
||
|
||
Query OK, 100000 rows affected (0.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:27.104344564 after sql statement
|
||
2015-01-15 22:51:27.108643121 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=100000, 'good', 'bad') result from test211_10 where batch=165
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 100000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:27.385550076 after sql statement
|
||
Thu Jan 15 22:51:27 CST 2015 - All done.
|