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
12457 lines
364 KiB
Plaintext
12457 lines
364 KiB
Plaintext
2015-01-15 22:19:17.682846292 before sql statment
|
||
--------------
|
||
drop table if exists test211_3
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
--------------
|
||
create table test211_3(batch int, c1 int, c2 int)engine=infinidb
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:20.634422615 after sql statement
|
||
2015-01-15 22:19:20.636241818 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T221920_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:19:20 (23024) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T221920_Job_62652.xml
|
||
2015-01-15 22:19:20 (23024) INFO : Job file loaded, run time for this step : 0.253164 seconds
|
||
2015-01-15 22:19:20 (23024) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:21 (23024) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:21 (23024) INFO : preProcess completed, run time for this step : 0.0223789 seconds
|
||
2015-01-15 22:19:21 (23024) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:21 (23024) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:19:21 (23024) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:21 (23024) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:19:22 (23024) INFO : Bulk load completed, total run time : 1.2866 seconds
|
||
|
||
2015-01-15 22:19:22.040022998 after import
|
||
2015-01-15 22:19:22.044748007 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=1
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:24.075978208 after sql statement
|
||
2015-01-15 22:19:24.080253787 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=1
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:27.281023227 after sql statement
|
||
2015-01-15 22:19:27.287397501 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=1
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:27.394653233 after sql statement
|
||
2015-01-15 22:19:27.425709839 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.85 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:32.282059624 after sql statement
|
||
2015-01-15 22:19:32.298050156 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=2
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:35.180571158 after sql statement
|
||
2015-01-15 22:19:35.192761463 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=2
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:36.418264111 after sql statement
|
||
2015-01-15 22:19:36.424333628 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=2
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:36.602496713 after sql statement
|
||
2015-01-15 22:19:36.606736029 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T221937_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:19:37 (35911) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T221937_Job_62652.xml
|
||
2015-01-15 22:19:37 (35911) INFO : Job file loaded, run time for this step : 0.368226 seconds
|
||
2015-01-15 22:19:37 (35911) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:37 (35911) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:37 (35911) INFO : preProcess completed, run time for this step : 0.036149 seconds
|
||
2015-01-15 22:19:37 (35911) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:37 (35911) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:37 (35911) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:19:37 (35911) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:19:38 (35911) INFO : Bulk load completed, total run time : 1.4228 seconds
|
||
|
||
2015-01-15 22:19:38.241118002 after import
|
||
2015-01-15 22:19:38.250623807 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=3
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:40.457003263 after sql statement
|
||
2015-01-15 22:19:40.485856344 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=3
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.83 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:41.322479227 after sql statement
|
||
2015-01-15 22:19:41.326396741 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=3
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:41.395199440 after sql statement
|
||
2015-01-15 22:19:41.424387118 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.89 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:47.319093332 after sql statement
|
||
2015-01-15 22:19:47.328045419 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=4
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:50.079554028 after sql statement
|
||
2015-01-15 22:19:50.086204331 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=4
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:19:53.767981104 after sql statement
|
||
2015-01-15 22:19:53.773279483 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=4
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:19:53.984302335 after sql statement
|
||
2015-01-15 22:19:53.988839813 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T221956_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:19:56 (47531) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T221956_Job_62652.xml
|
||
2015-01-15 22:19:56 (47531) INFO : Job file loaded, run time for this step : 1.43503 seconds
|
||
2015-01-15 22:19:56 (47531) INFO : PreProcessing check starts
|
||
2015-01-15 22:19:56 (47531) INFO : PreProcessing check completed
|
||
2015-01-15 22:19:56 (47531) INFO : preProcess completed, run time for this step : 0.0726199 seconds
|
||
2015-01-15 22:19:56 (47531) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:19:56 (47531) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:19:56 (47531) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:19:56 (47531) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:19:57 (47531) INFO : Bulk load completed, total run time : 2.52325 seconds
|
||
|
||
2015-01-15 22:19:57.323480405 after import
|
||
2015-01-15 22:19:57.335168284 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=5
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:00.619253630 after sql statement
|
||
2015-01-15 22:20:00.647502237 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=5
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:03.116382598 after sql statement
|
||
2015-01-15 22:20:03.122504388 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=5
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:04.727263142 after sql statement
|
||
2015-01-15 22:20:04.768694441 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.22 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:09.008710197 after sql statement
|
||
2015-01-15 22:20:09.017380320 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=6
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:12.348525896 after sql statement
|
||
2015-01-15 22:20:12.352663727 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=6
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:15.095234499 after sql statement
|
||
2015-01-15 22:20:15.102193893 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=6
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:15.886514843 after sql statement
|
||
2015-01-15 22:20:15.890209005 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222017_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:20:17 (64186) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222017_Job_62652.xml
|
||
2015-01-15 22:20:17 (64186) INFO : Job file loaded, run time for this step : 1.26793 seconds
|
||
2015-01-15 22:20:17 (64186) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:17 (64186) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:17 (64186) INFO : preProcess completed, run time for this step : 0.0487931 seconds
|
||
2015-01-15 22:20:17 (64186) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:17 (64186) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:17 (64186) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:20:18 (64186) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:20:18 (64186) INFO : Bulk load completed, total run time : 2.33069 seconds
|
||
|
||
2015-01-15 22:20:18.912138117 after import
|
||
2015-01-15 22:20:18.916420376 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=7
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:20.321527745 after sql statement
|
||
2015-01-15 22:20:20.349952186 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=7
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:21.909754211 after sql statement
|
||
2015-01-15 22:20:21.914169083 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=7
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:22.195972153 after sql statement
|
||
2015-01-15 22:20:22.224936510 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.44 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:25.676987740 after sql statement
|
||
2015-01-15 22:20:25.683728718 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=8
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:28.161346227 after sql statement
|
||
2015-01-15 22:20:28.166084006 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=8
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:29.372193450 after sql statement
|
||
2015-01-15 22:20:29.378921452 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=8
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:29.499270167 after sql statement
|
||
2015-01-15 22:20:29.501428078 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222032_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:20:32 (10156) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222032_Job_62652.xml
|
||
2015-01-15 22:20:32 (10156) INFO : Job file loaded, run time for this step : 0.380268 seconds
|
||
2015-01-15 22:20:32 (10156) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:32 (10156) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:32 (10156) INFO : preProcess completed, run time for this step : 0.04761 seconds
|
||
2015-01-15 22:20:32 (10156) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:32 (10156) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:32 (10156) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:20:33 (10156) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:20:34 (10156) INFO : Bulk load completed, total run time : 2.45516 seconds
|
||
|
||
2015-01-15 22:20:34.343966804 after import
|
||
2015-01-15 22:20:34.359970034 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=9
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:37.308138651 after sql statement
|
||
2015-01-15 22:20:37.311892518 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=9
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:39.537313372 after sql statement
|
||
2015-01-15 22:20:39.543612712 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=9
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:39.752857898 after sql statement
|
||
2015-01-15 22:20:39.803143914 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.77 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:43.587818491 after sql statement
|
||
2015-01-15 22:20:43.684322435 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=10
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:47.162097917 after sql statement
|
||
2015-01-15 22:20:47.179476263 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=10
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:48.601501067 after sql statement
|
||
2015-01-15 22:20:48.608564612 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=10
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:48.934065379 after sql statement
|
||
2015-01-15 22:20:48.937877845 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222049_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:20:49 (25066) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222049_Job_62652.xml
|
||
2015-01-15 22:20:49 (25066) INFO : Job file loaded, run time for this step : 0.259736 seconds
|
||
2015-01-15 22:20:49 (25066) INFO : PreProcessing check starts
|
||
2015-01-15 22:20:49 (25066) INFO : PreProcessing check completed
|
||
2015-01-15 22:20:49 (25066) INFO : preProcess completed, run time for this step : 0.02653 seconds
|
||
2015-01-15 22:20:49 (25066) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:20:49 (25066) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:20:49 (25066) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:20:49 (25066) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:20:50 (25066) INFO : Bulk load completed, total run time : 1.32196 seconds
|
||
|
||
2015-01-15 22:20:50.392727459 after import
|
||
2015-01-15 22:20:50.405116538 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=11
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:54.002342883 after sql statement
|
||
2015-01-15 22:20:54.008369741 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=11
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:20:56.194232637 after sql statement
|
||
2015-01-15 22:20:56.203239333 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=11
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:20:56.720584576 after sql statement
|
||
2015-01-15 22:20:56.755264441 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.66 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:00.428417071 after sql statement
|
||
2015-01-15 22:21:00.448733558 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=12
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:03.045112730 after sql statement
|
||
2015-01-15 22:21:03.050185821 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=12
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:05.759672547 after sql statement
|
||
2015-01-15 22:21:05.769785381 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=12
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:06.480843453 after sql statement
|
||
2015-01-15 22:21:06.490106415 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222106_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:21:07 (38201) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222106_Job_62652.xml
|
||
2015-01-15 22:21:07 (38201) INFO : Job file loaded, run time for this step : 0.365635 seconds
|
||
2015-01-15 22:21:07 (38201) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:07 (38201) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:07 (38201) INFO : preProcess completed, run time for this step : 0.072058 seconds
|
||
2015-01-15 22:21:07 (38201) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:07 (38201) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:07 (38201) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:21:07 (38201) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:21:08 (38201) INFO : Bulk load completed, total run time : 1.45503 seconds
|
||
|
||
2015-01-15 22:21:08.150965604 after import
|
||
2015-01-15 22:21:08.166349152 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=13
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:11.760160489 after sql statement
|
||
2015-01-15 22:21:11.768036120 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=13
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:12.841319575 after sql statement
|
||
2015-01-15 22:21:12.848470757 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=13
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:13.322085545 after sql statement
|
||
2015-01-15 22:21:13.342594637 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.53 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:16.878901345 after sql statement
|
||
2015-01-15 22:21:16.894853870 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=14
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:20.008283377 after sql statement
|
||
2015-01-15 22:21:20.013688763 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=14
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.13 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:21.162005697 after sql statement
|
||
2015-01-15 22:21:21.169105941 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=14
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:21.673249433 after sql statement
|
||
2015-01-15 22:21:21.698500252 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222122_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:21:22 (50960) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222122_Job_62652.xml
|
||
2015-01-15 22:21:22 (50960) INFO : Job file loaded, run time for this step : 0.332303 seconds
|
||
2015-01-15 22:21:22 (50960) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:22 (50960) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:22 (50960) INFO : preProcess completed, run time for this step : 0.051692 seconds
|
||
2015-01-15 22:21:22 (50960) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:22 (50960) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:22 (50960) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:21:22 (50960) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:21:23 (50960) INFO : Bulk load completed, total run time : 1.39986 seconds
|
||
|
||
2015-01-15 22:21:23.283515655 after import
|
||
2015-01-15 22:21:23.288905595 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=15
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:26.782737933 after sql statement
|
||
2015-01-15 22:21:26.788750871 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=15
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:28.548323437 after sql statement
|
||
2015-01-15 22:21:28.554964136 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=15
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:28.915346716 after sql statement
|
||
2015-01-15 22:21:28.963830489 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.75 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:32.731193820 after sql statement
|
||
2015-01-15 22:21:32.735863608 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=16
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:34.955763745 after sql statement
|
||
2015-01-15 22:21:34.967162121 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=16
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:37.150819051 after sql statement
|
||
2015-01-15 22:21:37.157899889 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=16
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:37.460938630 after sql statement
|
||
2015-01-15 22:21:37.465204736 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222137_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:21:37 (64053) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222137_Job_62652.xml
|
||
2015-01-15 22:21:37 (64053) INFO : Job file loaded, run time for this step : 0.275707 seconds
|
||
2015-01-15 22:21:37 (64053) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:38 (64053) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:38 (64053) INFO : preProcess completed, run time for this step : 0.0535679 seconds
|
||
2015-01-15 22:21:38 (64053) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:38 (64053) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:21:38 (64053) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:38 (64053) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:21:39 (64053) INFO : Bulk load completed, total run time : 1.34497 seconds
|
||
|
||
2015-01-15 22:21:39.044013247 after import
|
||
2015-01-15 22:21:39.049283309 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=17
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:42.480688521 after sql statement
|
||
2015-01-15 22:21:42.484570117 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=17
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:43.997288030 after sql statement
|
||
2015-01-15 22:21:44.008671406 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=17
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:44.615539338 after sql statement
|
||
2015-01-15 22:21:44.681591227 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.67 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:48.379274937 after sql statement
|
||
2015-01-15 22:21:48.400365352 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=18
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:50.402122983 after sql statement
|
||
2015-01-15 22:21:50.412933896 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=18
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:51.766079813 after sql statement
|
||
2015-01-15 22:21:51.772741512 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=18
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:52.160000424 after sql statement
|
||
2015-01-15 22:21:52.165870787 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222152_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:21:52 (11818) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222152_Job_62652.xml
|
||
2015-01-15 22:21:52 (11818) INFO : Job file loaded, run time for this step : 0.247922 seconds
|
||
2015-01-15 22:21:52 (11818) INFO : PreProcessing check starts
|
||
2015-01-15 22:21:52 (11818) INFO : PreProcessing check completed
|
||
2015-01-15 22:21:52 (11818) INFO : preProcess completed, run time for this step : 0.029294 seconds
|
||
2015-01-15 22:21:52 (11818) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:21:52 (11818) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:21:52 (11818) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:21:52 (11818) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:21:53 (11818) INFO : Bulk load completed, total run time : 1.29612 seconds
|
||
|
||
2015-01-15 22:21:53.631592226 after import
|
||
2015-01-15 22:21:53.636872791 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=19
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:55.716798751 after sql statement
|
||
2015-01-15 22:21:55.723254130 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=19
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.33 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:21:58.063961275 after sql statement
|
||
2015-01-15 22:21:58.081141256 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=19
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:21:58.283183991 after sql statement
|
||
2015-01-15 22:21:58.323705012 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.71 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:03.053747539 after sql statement
|
||
2015-01-15 22:22:03.058121743 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=20
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:05.929563298 after sql statement
|
||
2015-01-15 22:22:05.935008842 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=20
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:07.055645293 after sql statement
|
||
2015-01-15 22:22:07.061686900 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=20
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:08.539861929 after sql statement
|
||
2015-01-15 22:22:08.542146664 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222209_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:22:09 (25756) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222209_Job_62652.xml
|
||
2015-01-15 22:22:09 (25756) INFO : Job file loaded, run time for this step : 0.337729 seconds
|
||
2015-01-15 22:22:09 (25756) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:09 (25756) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:09 (25756) INFO : preProcess completed, run time for this step : 0.0562558 seconds
|
||
2015-01-15 22:22:09 (25756) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:09 (25756) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:22:09 (25756) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:09 (25756) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:22:10 (25756) INFO : Bulk load completed, total run time : 1.41452 seconds
|
||
|
||
2015-01-15 22:22:10.667914944 after import
|
||
2015-01-15 22:22:10.685345329 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=21
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:13.300915454 after sql statement
|
||
2015-01-15 22:22:13.313523666 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=21
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.85 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:15.167372632 after sql statement
|
||
2015-01-15 22:22:15.174924631 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=21
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:16.677192240 after sql statement
|
||
2015-01-15 22:22:16.708403699 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.00 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:20.724619980 after sql statement
|
||
2015-01-15 22:22:20.729315016 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=22
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:22.452030812 after sql statement
|
||
2015-01-15 22:22:22.477143292 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=22
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:24.500945108 after sql statement
|
||
2015-01-15 22:22:24.505081888 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=22
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:25.987609485 after sql statement
|
||
2015-01-15 22:22:25.989659423 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222226_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:22:26 (39343) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222226_Job_62652.xml
|
||
2015-01-15 22:22:26 (39343) INFO : Job file loaded, run time for this step : 0.290727 seconds
|
||
2015-01-15 22:22:26 (39343) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:26 (39343) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:26 (39343) INFO : preProcess completed, run time for this step : 0.037827 seconds
|
||
2015-01-15 22:22:26 (39343) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:26 (39343) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:22:26 (39343) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:26 (39343) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:22:27 (39343) INFO : Bulk load completed, total run time : 1.34458 seconds
|
||
|
||
2015-01-15 22:22:27.481409374 after import
|
||
2015-01-15 22:22:27.485539515 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=23
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.05 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:32.246884121 after sql statement
|
||
2015-01-15 22:22:32.252716898 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=23
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:33.497306221 after sql statement
|
||
2015-01-15 22:22:33.502295448 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=23
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:34.232080965 after sql statement
|
||
2015-01-15 22:22:34.278306817 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.67 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:37.974237474 after sql statement
|
||
2015-01-15 22:22:37.978227084 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=24
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.09 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:40.798940812 after sql statement
|
||
2015-01-15 22:22:40.810854775 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=24
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.18 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:42.012916206 after sql statement
|
||
2015-01-15 22:22:42.024036570 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=24
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:42.185582584 after sql statement
|
||
2015-01-15 22:22:42.194724481 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222242_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:22:42 (51037) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222242_Job_62652.xml
|
||
2015-01-15 22:22:42 (51037) INFO : Job file loaded, run time for this step : 0.302951 seconds
|
||
2015-01-15 22:22:42 (51037) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:42 (51037) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:42 (51037) INFO : preProcess completed, run time for this step : 0.0397642 seconds
|
||
2015-01-15 22:22:42 (51037) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:42 (51037) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:22:42 (51037) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:42 (51037) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:22:43 (51037) INFO : Bulk load completed, total run time : 1.36649 seconds
|
||
|
||
2015-01-15 22:22:43.707810895 after import
|
||
2015-01-15 22:22:43.714000931 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=25
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:46.504218559 after sql statement
|
||
2015-01-15 22:22:46.510033662 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=25
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:48.263406861 after sql statement
|
||
2015-01-15 22:22:48.274937528 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=25
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:48.842595256 after sql statement
|
||
2015-01-15 22:22:48.874649241 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.40 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:53.280610477 after sql statement
|
||
2015-01-15 22:22:53.325445801 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=26
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:55.469191063 after sql statement
|
||
2015-01-15 22:22:55.475404418 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=26
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:22:56.931535983 after sql statement
|
||
2015-01-15 22:22:56.939115946 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=26
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:22:57.113089778 after sql statement
|
||
2015-01-15 22:22:57.115619745 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222257_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:22:57 (64513) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222257_Job_62652.xml
|
||
2015-01-15 22:22:57 (64513) INFO : Job file loaded, run time for this step : 0.394163 seconds
|
||
2015-01-15 22:22:57 (64513) INFO : PreProcessing check starts
|
||
2015-01-15 22:22:57 (64513) INFO : PreProcessing check completed
|
||
2015-01-15 22:22:57 (64513) INFO : preProcess completed, run time for this step : 0.0365372 seconds
|
||
2015-01-15 22:22:57 (64513) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:22:57 (64513) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:22:57 (64513) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:22:57 (64513) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:22:58 (64513) INFO : Bulk load completed, total run time : 1.44485 seconds
|
||
|
||
2015-01-15 22:22:58.817228102 after import
|
||
2015-01-15 22:22:58.820766713 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=27
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:01.263247133 after sql statement
|
||
2015-01-15 22:23:01.278462652 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=27
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:02.588079329 after sql statement
|
||
2015-01-15 22:23:02.595868687 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=27
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:03.647974210 after sql statement
|
||
2015-01-15 22:23:03.672940964 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.18 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:07.870421546 after sql statement
|
||
2015-01-15 22:23:07.895540333 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=28
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:11.759262427 after sql statement
|
||
2015-01-15 22:23:11.769301557 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=28
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:13.336987602 after sql statement
|
||
2015-01-15 22:23:13.341750551 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=28
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:13.608606639 after sql statement
|
||
2015-01-15 22:23:13.611000152 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222313_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:23:14 (13648) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222313_Job_62652.xml
|
||
2015-01-15 22:23:14 (13648) INFO : Job file loaded, run time for this step : 0.270744 seconds
|
||
2015-01-15 22:23:14 (13648) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:14 (13648) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:14 (13648) INFO : preProcess completed, run time for this step : 0.0392659 seconds
|
||
2015-01-15 22:23:14 (13648) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:14 (13648) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:23:14 (13648) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:14 (13648) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:23:15 (13648) INFO : Bulk load completed, total run time : 1.32822 seconds
|
||
|
||
2015-01-15 22:23:15.092159404 after import
|
||
2015-01-15 22:23:15.099120812 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=29
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.86 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:17.861902228 after sql statement
|
||
2015-01-15 22:23:17.865858342 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=29
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.45 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:19.342136063 after sql statement
|
||
2015-01-15 22:23:19.347865963 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=29
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:20.013846088 after sql statement
|
||
2015-01-15 22:23:20.048675608 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.71 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:23.771276819 after sql statement
|
||
2015-01-15 22:23:23.779454335 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=30
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:27.883527642 after sql statement
|
||
2015-01-15 22:23:27.889037632 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=30
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:29.777362421 after sql statement
|
||
2015-01-15 22:23:29.784867377 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=30
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:30.777620273 after sql statement
|
||
2015-01-15 22:23:30.782542768 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222331_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:23:31 (27793) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222331_Job_62652.xml
|
||
2015-01-15 22:23:31 (27793) INFO : Job file loaded, run time for this step : 0.31177 seconds
|
||
2015-01-15 22:23:31 (27793) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:31 (27793) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:31 (27793) INFO : preProcess completed, run time for this step : 0.0432799 seconds
|
||
2015-01-15 22:23:31 (27793) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:31 (27793) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:31 (27793) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:23:31 (27793) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:23:32 (27793) INFO : Bulk load completed, total run time : 1.37638 seconds
|
||
|
||
2015-01-15 22:23:32.327770421 after import
|
||
2015-01-15 22:23:32.342097093 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=31
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.63 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:34.374383433 after sql statement
|
||
2015-01-15 22:23:34.381074569 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=31
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.90 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:36.284051270 after sql statement
|
||
2015-01-15 22:23:36.289426066 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=31
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:36.431000438 after sql statement
|
||
2015-01-15 22:23:36.480226916 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.55 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:40.048847619 after sql statement
|
||
2015-01-15 22:23:40.070419093 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=32
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:42.854190197 after sql statement
|
||
2015-01-15 22:23:42.859837465 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=32
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:45.609664058 after sql statement
|
||
2015-01-15 22:23:45.627735245 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=32
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:46.440925708 after sql statement
|
||
2015-01-15 22:23:46.443477458 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222346_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:23:47 (41005) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222346_Job_62652.xml
|
||
2015-01-15 22:23:47 (41005) INFO : Job file loaded, run time for this step : 0.41078 seconds
|
||
2015-01-15 22:23:47 (41005) INFO : PreProcessing check starts
|
||
2015-01-15 22:23:47 (41005) INFO : PreProcessing check completed
|
||
2015-01-15 22:23:47 (41005) INFO : preProcess completed, run time for this step : 0.053251 seconds
|
||
2015-01-15 22:23:47 (41005) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:23:47 (41005) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:23:47 (41005) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:23:47 (41005) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:23:48 (41005) INFO : Bulk load completed, total run time : 1.47835 seconds
|
||
|
||
2015-01-15 22:23:48.088809843 after import
|
||
2015-01-15 22:23:48.093265893 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=33
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:52.101244026 after sql statement
|
||
2015-01-15 22:23:52.106134685 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=33
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:54.114908733 after sql statement
|
||
2015-01-15 22:23:54.118847968 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=33
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:23:55.193796105 after sql statement
|
||
2015-01-15 22:23:55.223448376 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.66 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:23:58.906652536 after sql statement
|
||
2015-01-15 22:23:58.916284938 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=34
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:03.493999252 after sql statement
|
||
2015-01-15 22:24:03.502010219 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=34
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.21 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:04.717435046 after sql statement
|
||
2015-01-15 22:24:04.724744729 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=34
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:04.990571441 after sql statement
|
||
2015-01-15 22:24:04.993347417 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222405_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:24:05 (55100) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222405_Job_62652.xml
|
||
2015-01-15 22:24:05 (55100) INFO : Job file loaded, run time for this step : 0.319417 seconds
|
||
2015-01-15 22:24:05 (55100) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:05 (55100) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:05 (55100) INFO : preProcess completed, run time for this step : 0.179376 seconds
|
||
2015-01-15 22:24:05 (55100) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:05 (55100) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:24:05 (55100) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:05 (55100) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:24:06 (55100) INFO : Bulk load completed, total run time : 1.51679 seconds
|
||
|
||
2015-01-15 22:24:06.685253067 after import
|
||
2015-01-15 22:24:06.691984965 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=35
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:11.647734727 after sql statement
|
||
2015-01-15 22:24:11.651051641 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=35
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:13.523298602 after sql statement
|
||
2015-01-15 22:24:13.529043442 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=35
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:14.431699931 after sql statement
|
||
2015-01-15 22:24:14.459904965 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.10 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:19.565126019 after sql statement
|
||
2015-01-15 22:24:19.571616101 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=36
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:22.815551650 after sql statement
|
||
2015-01-15 22:24:22.824730367 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=36
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:24.708505813 after sql statement
|
||
2015-01-15 22:24:24.727675956 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=36
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:25.906498838 after sql statement
|
||
2015-01-15 22:24:25.912956742 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222428_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:24:28 (5960) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222428_Job_62652.xml
|
||
2015-01-15 22:24:28 (5960) INFO : Job file loaded, run time for this step : 1.45016 seconds
|
||
2015-01-15 22:24:28 (5960) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:28 (5960) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:28 (5960) INFO : preProcess completed, run time for this step : 0.069437 seconds
|
||
2015-01-15 22:24:28 (5960) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:28 (5960) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:28 (5960) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:24:28 (5960) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:24:29 (5960) INFO : Bulk load completed, total run time : 2.55977 seconds
|
||
|
||
2015-01-15 22:24:29.393203934 after import
|
||
2015-01-15 22:24:29.444747495 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=37
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.47 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:31.138154179 after sql statement
|
||
2015-01-15 22:24:31.148302445 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=37
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:33.519465671 after sql statement
|
||
2015-01-15 22:24:33.527335526 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=37
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:34.057294075 after sql statement
|
||
2015-01-15 22:24:34.100459202 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.50 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:37.617626832 after sql statement
|
||
2015-01-15 22:24:37.624197739 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=38
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:40.028599012 after sql statement
|
||
2015-01-15 22:24:40.049855837 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=38
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:41.692037634 after sql statement
|
||
2015-01-15 22:24:41.696686696 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=38
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:42.747213911 after sql statement
|
||
2015-01-15 22:24:42.751257061 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222443_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:24:43 (18689) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222443_Job_62652.xml
|
||
2015-01-15 22:24:43 (18689) INFO : Job file loaded, run time for this step : 0.250676 seconds
|
||
2015-01-15 22:24:43 (18689) INFO : PreProcessing check starts
|
||
2015-01-15 22:24:43 (18689) INFO : PreProcessing check completed
|
||
2015-01-15 22:24:43 (18689) INFO : preProcess completed, run time for this step : 0.031646 seconds
|
||
2015-01-15 22:24:43 (18689) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:24:43 (18689) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:24:43 (18689) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:24:43 (18689) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:24:44 (18689) INFO : Bulk load completed, total run time : 1.29689 seconds
|
||
|
||
2015-01-15 22:24:44.513214069 after import
|
||
2015-01-15 22:24:44.534900230 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=39
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.48 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.76 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:47.831519025 after sql statement
|
||
2015-01-15 22:24:47.836580474 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=39
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.97 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:48.814728710 after sql statement
|
||
2015-01-15 22:24:48.820848010 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=39
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:49.599213861 after sql statement
|
||
2015-01-15 22:24:49.633446960 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.65 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:53.307237251 after sql statement
|
||
2015-01-15 22:24:53.348630496 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=40
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.98 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:56.517151476 after sql statement
|
||
2015-01-15 22:24:56.544484312 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=40
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.82 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:24:59.378281410 after sql statement
|
||
2015-01-15 22:24:59.383097496 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=40
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:24:59.579633081 after sql statement
|
||
2015-01-15 22:24:59.584346611 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222500_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:25:00 (30394) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222500_Job_62652.xml
|
||
2015-01-15 22:25:00 (30394) INFO : Job file loaded, run time for this step : 0.376091 seconds
|
||
2015-01-15 22:25:00 (30394) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:00 (30394) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:00 (30394) INFO : preProcess completed, run time for this step : 0.0876651 seconds
|
||
2015-01-15 22:25:00 (30394) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:00 (30394) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:25:00 (30394) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:00 (30394) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:25:01 (30394) INFO : Bulk load completed, total run time : 1.48822 seconds
|
||
|
||
2015-01-15 22:25:01.247449358 after import
|
||
2015-01-15 22:25:01.254457195 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=41
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.82 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:03.675473149 after sql statement
|
||
2015-01-15 22:25:03.686814683 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=41
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:05.221010658 after sql statement
|
||
2015-01-15 22:25:05.224833023 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=41
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:05.818927523 after sql statement
|
||
2015-01-15 22:25:05.859183382 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.80 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:09.676115141 after sql statement
|
||
2015-01-15 22:25:09.680897933 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=42
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:14.399440068 after sql statement
|
||
2015-01-15 22:25:14.406102161 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=42
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:16.373076819 after sql statement
|
||
2015-01-15 22:25:16.382398109 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=42
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:17.581668786 after sql statement
|
||
2015-01-15 22:25:17.584166967 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222518_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:25:18 (44188) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222518_Job_62652.xml
|
||
2015-01-15 22:25:18 (44188) INFO : Job file loaded, run time for this step : 0.418167 seconds
|
||
2015-01-15 22:25:18 (44188) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:18 (44188) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:18 (44188) INFO : preProcess completed, run time for this step : 0.052989 seconds
|
||
2015-01-15 22:25:18 (44188) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:18 (44188) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:18 (44188) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:25:18 (44188) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:25:19 (44188) INFO : Bulk load completed, total run time : 1.51067 seconds
|
||
|
||
2015-01-15 22:25:19.317881851 after import
|
||
2015-01-15 22:25:19.339839473 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=43
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:21.625262780 after sql statement
|
||
2015-01-15 22:25:21.629523737 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=43
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:22.713458381 after sql statement
|
||
2015-01-15 22:25:22.724112317 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=43
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:22.854709707 after sql statement
|
||
2015-01-15 22:25:22.878413850 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.44 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:28.332459593 after sql statement
|
||
2015-01-15 22:25:28.346788346 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=44
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:30.799873197 after sql statement
|
||
2015-01-15 22:25:30.804559998 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=44
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:33.472985954 after sql statement
|
||
2015-01-15 22:25:33.482218474 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=44
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:33.907426452 after sql statement
|
||
2015-01-15 22:25:33.912158525 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222534_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:25:34 (57764) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222534_Job_62652.xml
|
||
2015-01-15 22:25:34 (57764) INFO : Job file loaded, run time for this step : 0.331469 seconds
|
||
2015-01-15 22:25:34 (57764) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:34 (57764) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:34 (57764) INFO : preProcess completed, run time for this step : 0.0455899 seconds
|
||
2015-01-15 22:25:34 (57764) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:34 (57764) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:34 (57764) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:25:34 (57764) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:25:35 (57764) INFO : Bulk load completed, total run time : 1.39782 seconds
|
||
|
||
2015-01-15 22:25:35.512532318 after import
|
||
2015-01-15 22:25:35.533073224 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=45
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:37.654363747 after sql statement
|
||
2015-01-15 22:25:37.661264175 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=45
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:39.624912154 after sql statement
|
||
2015-01-15 22:25:39.629035230 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=45
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:39.790465005 after sql statement
|
||
2015-01-15 22:25:39.819073712 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.29 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:44.116096095 after sql statement
|
||
2015-01-15 22:25:44.122921562 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=46
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:46.926157380 after sql statement
|
||
2015-01-15 22:25:46.934103940 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=46
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:48.161426402 after sql statement
|
||
2015-01-15 22:25:48.168150593 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=46
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:48.889879249 after sql statement
|
||
2015-01-15 22:25:48.893226715 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222549_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:25:49 (4831) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222549_Job_62652.xml
|
||
2015-01-15 22:25:49 (4831) INFO : Job file loaded, run time for this step : 0.369835 seconds
|
||
2015-01-15 22:25:49 (4831) INFO : PreProcessing check starts
|
||
2015-01-15 22:25:49 (4831) INFO : PreProcessing check completed
|
||
2015-01-15 22:25:49 (4831) INFO : preProcess completed, run time for this step : 0.0407438 seconds
|
||
2015-01-15 22:25:49 (4831) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:25:49 (4831) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:25:49 (4831) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:25:49 (4831) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:25:50 (4831) INFO : Bulk load completed, total run time : 1.43433 seconds
|
||
|
||
2015-01-15 22:25:50.513776507 after import
|
||
2015-01-15 22:25:50.523471591 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=47
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.10 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:53.441502231 after sql statement
|
||
2015-01-15 22:25:53.453823119 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=47
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:25:56.481794324 after sql statement
|
||
2015-01-15 22:25:56.488837130 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=47
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:25:57.173660585 after sql statement
|
||
2015-01-15 22:25:57.236123242 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.58 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:02.839530259 after sql statement
|
||
2015-01-15 22:26:02.843919290 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=48
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:04.335903472 after sql statement
|
||
2015-01-15 22:26:04.340948713 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=48
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.84 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:06.190006139 after sql statement
|
||
2015-01-15 22:26:06.194341064 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=48
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:06.501606296 after sql statement
|
||
2015-01-15 22:26:06.503994253 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222606_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:26:06 (19719) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222606_Job_62652.xml
|
||
2015-01-15 22:26:06 (19719) INFO : Job file loaded, run time for this step : 0.260002 seconds
|
||
2015-01-15 22:26:06 (19719) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:06 (19719) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:06 (19719) INFO : preProcess completed, run time for this step : 0.0474081 seconds
|
||
2015-01-15 22:26:06 (19719) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:06 (19719) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:26:06 (19719) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:07 (19719) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:26:08 (19719) INFO : Bulk load completed, total run time : 1.33912 seconds
|
||
|
||
2015-01-15 22:26:08.017725747 after import
|
||
2015-01-15 22:26:08.027443580 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=49
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:09.869146084 after sql statement
|
||
2015-01-15 22:26:09.873520577 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=49
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.13 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:11.018414051 after sql statement
|
||
2015-01-15 22:26:11.027655727 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=49
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:12.126895998 after sql statement
|
||
2015-01-15 22:26:12.193699619 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.83 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:17.043690903 after sql statement
|
||
2015-01-15 22:26:17.048527148 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=50
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:18.396471870 after sql statement
|
||
2015-01-15 22:26:18.401006418 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=50
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:20.182082096 after sql statement
|
||
2015-01-15 22:26:20.196857552 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=50
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:20.956938297 after sql statement
|
||
2015-01-15 22:26:20.959561542 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222621_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:26:21 (31826) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222621_Job_62652.xml
|
||
2015-01-15 22:26:21 (31826) INFO : Job file loaded, run time for this step : 0.420722 seconds
|
||
2015-01-15 22:26:21 (31826) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:21 (31826) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:21 (31826) INFO : preProcess completed, run time for this step : 0.0393269 seconds
|
||
2015-01-15 22:26:21 (31826) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:21 (31826) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:26:21 (31826) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:21 (31826) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:26:22 (31826) INFO : Bulk load completed, total run time : 1.47658 seconds
|
||
|
||
2015-01-15 22:26:22.634258052 after import
|
||
2015-01-15 22:26:22.648777586 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=51
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:25.203615224 after sql statement
|
||
2015-01-15 22:26:25.211396313 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=51
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:27.750333261 after sql statement
|
||
2015-01-15 22:26:27.762604517 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=51
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:28.226994380 after sql statement
|
||
2015-01-15 22:26:28.259161004 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (6.11 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:34.377657434 after sql statement
|
||
2015-01-15 22:26:34.391476877 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=52
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:36.995699306 after sql statement
|
||
2015-01-15 22:26:37.009026197 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=52
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:38.787598914 after sql statement
|
||
2015-01-15 22:26:38.799336466 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=52
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:39.694039506 after sql statement
|
||
2015-01-15 22:26:39.696360180 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222640_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:26:40 (45757) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222640_Job_62652.xml
|
||
2015-01-15 22:26:40 (45757) INFO : Job file loaded, run time for this step : 0.390105 seconds
|
||
2015-01-15 22:26:40 (45757) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:40 (45757) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:40 (45757) INFO : preProcess completed, run time for this step : 0.0524859 seconds
|
||
2015-01-15 22:26:40 (45757) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:40 (45757) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:26:40 (45757) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:40 (45757) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:26:41 (45757) INFO : Bulk load completed, total run time : 1.48206 seconds
|
||
|
||
2015-01-15 22:26:41.347263660 after import
|
||
2015-01-15 22:26:41.373119327 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=53
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:43.878929747 after sql statement
|
||
2015-01-15 22:26:43.887283516 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=53
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:45.143078416 after sql statement
|
||
2015-01-15 22:26:45.151318036 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=53
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:45.756513333 after sql statement
|
||
2015-01-15 22:26:45.813449161 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.92 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:51.747811370 after sql statement
|
||
2015-01-15 22:26:51.753723482 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=54
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:54.835703664 after sql statement
|
||
2015-01-15 22:26:54.859152155 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=54
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:26:56.804411862 after sql statement
|
||
2015-01-15 22:26:56.812251289 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=54
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:26:56.957902053 after sql statement
|
||
2015-01-15 22:26:56.960099296 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222657_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:26:57 (58819) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222657_Job_62652.xml
|
||
2015-01-15 22:26:57 (58819) INFO : Job file loaded, run time for this step : 0.397538 seconds
|
||
2015-01-15 22:26:57 (58819) INFO : PreProcessing check starts
|
||
2015-01-15 22:26:57 (58819) INFO : PreProcessing check completed
|
||
2015-01-15 22:26:57 (58819) INFO : preProcess completed, run time for this step : 0.035984 seconds
|
||
2015-01-15 22:26:57 (58819) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:26:57 (58819) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:26:57 (58819) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:26:57 (58819) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:26:58 (58819) INFO : Bulk load completed, total run time : 1.47307 seconds
|
||
|
||
2015-01-15 22:26:58.577654264 after import
|
||
2015-01-15 22:26:58.584975423 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=55
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.09 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:00.183163107 after sql statement
|
||
2015-01-15 22:27:00.189347375 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=55
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.56 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:01.767547665 after sql statement
|
||
2015-01-15 22:27:01.771469824 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=55
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.22 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:01.995780215 after sql statement
|
||
2015-01-15 22:27:02.035727934 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.47 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:05.526307240 after sql statement
|
||
2015-01-15 22:27:05.543826541 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=56
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:08.590039009 after sql statement
|
||
2015-01-15 22:27:08.608838943 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=56
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.59 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:10.210827599 after sql statement
|
||
2015-01-15 22:27:10.218151595 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=56
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:10.845451538 after sql statement
|
||
2015-01-15 22:27:10.848170644 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222711_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:27:11 (4456) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222711_Job_62652.xml
|
||
2015-01-15 22:27:11 (4456) INFO : Job file loaded, run time for this step : 0.428878 seconds
|
||
2015-01-15 22:27:11 (4456) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:11 (4456) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:11 (4456) INFO : preProcess completed, run time for this step : 0.100274 seconds
|
||
2015-01-15 22:27:11 (4456) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:11 (4456) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:27:11 (4456) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:11 (4456) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:27:12 (4456) INFO : Bulk load completed, total run time : 1.55547 seconds
|
||
|
||
2015-01-15 22:27:12.664356350 after import
|
||
2015-01-15 22:27:12.668077679 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=57
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:14.384244793 after sql statement
|
||
2015-01-15 22:27:14.406776561 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=57
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:16.166220029 after sql statement
|
||
2015-01-15 22:27:16.175716603 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=57
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:17.027326897 after sql statement
|
||
2015-01-15 22:27:17.074714331 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.22 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:22.306349298 after sql statement
|
||
2015-01-15 22:27:22.316170593 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=58
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:25.407115875 after sql statement
|
||
2015-01-15 22:27:25.417386704 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=58
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:30.758096474 after sql statement
|
||
2015-01-15 22:27:30.762701299 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=58
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:30.937444727 after sql statement
|
||
2015-01-15 22:27:30.939887351 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222731_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:27:31 (19433) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222731_Job_62652.xml
|
||
2015-01-15 22:27:31 (19433) INFO : Job file loaded, run time for this step : 0.530803 seconds
|
||
2015-01-15 22:27:31 (19433) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:31 (19433) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:31 (19433) INFO : preProcess completed, run time for this step : 0.0530651 seconds
|
||
2015-01-15 22:27:31 (19433) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:31 (19433) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:27:31 (19433) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:31 (19433) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:27:32 (19433) INFO : Bulk load completed, total run time : 1.60373 seconds
|
||
|
||
2015-01-15 22:27:32.731207097 after import
|
||
2015-01-15 22:27:32.744379636 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=59
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.46 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:36.612407947 after sql statement
|
||
2015-01-15 22:27:36.621169370 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=59
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.17 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:37.801418248 after sql statement
|
||
2015-01-15 22:27:37.807199146 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=59
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:38.263593083 after sql statement
|
||
2015-01-15 22:27:38.281095623 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.16 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:42.447023527 after sql statement
|
||
2015-01-15 22:27:42.453445299 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=60
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.92 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:46.219751238 after sql statement
|
||
2015-01-15 22:27:46.229182568 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=60
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:50.600937188 after sql statement
|
||
2015-01-15 22:27:50.610147351 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=60
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:50.867192736 after sql statement
|
||
2015-01-15 22:27:50.877438145 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222752_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:27:52 (33273) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222752_Job_62652.xml
|
||
2015-01-15 22:27:52 (33273) INFO : Job file loaded, run time for this step : 0.327825 seconds
|
||
2015-01-15 22:27:52 (33273) INFO : PreProcessing check starts
|
||
2015-01-15 22:27:52 (33273) INFO : PreProcessing check completed
|
||
2015-01-15 22:27:52 (33273) INFO : preProcess completed, run time for this step : 0.0906451 seconds
|
||
2015-01-15 22:27:52 (33273) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:27:52 (33273) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:27:52 (33273) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:27:52 (33273) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:27:54 (33273) INFO : Bulk load completed, total run time : 2.48271 seconds
|
||
|
||
2015-01-15 22:27:54.318400862 after import
|
||
2015-01-15 22:27:54.325226527 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=61
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:56.767426828 after sql statement
|
||
2015-01-15 22:27:56.773792201 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=61
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:27:58.977809915 after sql statement
|
||
2015-01-15 22:27:58.998739173 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=61
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.88 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:27:59.927508955 after sql statement
|
||
2015-01-15 22:27:59.971326960 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.61 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:03.589793811 after sql statement
|
||
2015-01-15 22:28:03.594149367 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=62
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:06.160125672 after sql statement
|
||
2015-01-15 22:28:06.165041235 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=62
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:07.487023808 after sql statement
|
||
2015-01-15 22:28:07.490680857 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=62
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:07.669137720 after sql statement
|
||
2015-01-15 22:28:07.672201171 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222808_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:28:08 (46745) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222808_Job_62652.xml
|
||
2015-01-15 22:28:08 (46745) INFO : Job file loaded, run time for this step : 0.384546 seconds
|
||
2015-01-15 22:28:08 (46745) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:08 (46745) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:08 (46745) INFO : preProcess completed, run time for this step : 0.0442002 seconds
|
||
2015-01-15 22:28:08 (46745) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:08 (46745) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:28:08 (46745) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:08 (46745) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:28:09 (46745) INFO : Bulk load completed, total run time : 1.45971 seconds
|
||
|
||
2015-01-15 22:28:09.287859362 after import
|
||
2015-01-15 22:28:09.303381889 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=63
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:11.989033342 after sql statement
|
||
2015-01-15 22:28:11.993246440 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=63
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:13.755673443 after sql statement
|
||
2015-01-15 22:28:13.760855553 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=63
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:14.116954090 after sql statement
|
||
2015-01-15 22:28:14.206116133 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.81 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:18.033988727 after sql statement
|
||
2015-01-15 22:28:18.043792469 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=64
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:21.529092237 after sql statement
|
||
2015-01-15 22:28:21.534042504 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=64
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:22.954586699 after sql statement
|
||
2015-01-15 22:28:22.964417807 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=64
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:23.296622749 after sql statement
|
||
2015-01-15 22:28:23.302880990 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222825_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:28:25 (60216) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222825_Job_62652.xml
|
||
2015-01-15 22:28:25 (60216) INFO : Job file loaded, run time for this step : 0.489321 seconds
|
||
2015-01-15 22:28:25 (60216) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:25 (60216) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:25 (60216) INFO : preProcess completed, run time for this step : 0.0656481 seconds
|
||
2015-01-15 22:28:25 (60216) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:25 (60216) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:28:25 (60216) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:26 (60216) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:28:26 (60216) INFO : Bulk load completed, total run time : 1.604 seconds
|
||
|
||
2015-01-15 22:28:26.988986644 after import
|
||
2015-01-15 22:28:26.999135730 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=65
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:28.762401533 after sql statement
|
||
2015-01-15 22:28:28.766616785 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=65
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:29.642277609 after sql statement
|
||
2015-01-15 22:28:29.647959502 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=65
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:30.080081669 after sql statement
|
||
2015-01-15 22:28:30.121938305 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.87 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:34.002881562 after sql statement
|
||
2015-01-15 22:28:34.009008402 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=66
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.41 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:35.910885873 after sql statement
|
||
2015-01-15 22:28:35.917340967 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=66
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.44 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:37.366395103 after sql statement
|
||
2015-01-15 22:28:37.372795596 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=66
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.85 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:38.245907262 after sql statement
|
||
2015-01-15 22:28:38.261726789 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222838_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:28:38 (8212) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222838_Job_62652.xml
|
||
2015-01-15 22:28:38 (8212) INFO : Job file loaded, run time for this step : 0.369496 seconds
|
||
2015-01-15 22:28:38 (8212) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:39 (8212) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:39 (8212) INFO : preProcess completed, run time for this step : 0.28584 seconds
|
||
2015-01-15 22:28:39 (8212) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:39 (8212) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:39 (8212) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:28:39 (8212) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:28:40 (8212) INFO : Bulk load completed, total run time : 1.69688 seconds
|
||
|
||
2015-01-15 22:28:40.156746332 after import
|
||
2015-01-15 22:28:40.161188897 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=67
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.35 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:44.495471821 after sql statement
|
||
2015-01-15 22:28:44.503677403 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=67
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.78 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:45.299440299 after sql statement
|
||
2015-01-15 22:28:45.308522060 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=67
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:46.074192785 after sql statement
|
||
2015-01-15 22:28:46.204302256 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.68 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:50.916017354 after sql statement
|
||
2015-01-15 22:28:50.920973471 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=68
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:52.714428241 after sql statement
|
||
2015-01-15 22:28:52.727026901 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=68
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:28:54.488917970 after sql statement
|
||
2015-01-15 22:28:54.495399304 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=68
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.09 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:54.595937782 after sql statement
|
||
2015-01-15 22:28:54.598399907 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222854_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:28:55 (21360) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222854_Job_62652.xml
|
||
2015-01-15 22:28:55 (21360) INFO : Job file loaded, run time for this step : 0.291387 seconds
|
||
2015-01-15 22:28:55 (21360) INFO : PreProcessing check starts
|
||
2015-01-15 22:28:55 (21360) INFO : PreProcessing check completed
|
||
2015-01-15 22:28:55 (21360) INFO : preProcess completed, run time for this step : 0.0369391 seconds
|
||
2015-01-15 22:28:55 (21360) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:28:55 (21360) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:28:55 (21360) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:28:55 (21360) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:28:56 (21360) INFO : Bulk load completed, total run time : 1.36444 seconds
|
||
|
||
2015-01-15 22:28:56.128283368 after import
|
||
2015-01-15 22:28:56.142337731 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=69
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.26 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:28:59.398563006 after sql statement
|
||
2015-01-15 22:28:59.405318999 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=69
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:02.052407259 after sql statement
|
||
2015-01-15 22:29:02.069360742 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=69
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:03.001886976 after sql statement
|
||
2015-01-15 22:29:03.047128157 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.80 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:07.901435281 after sql statement
|
||
2015-01-15 22:29:07.992810660 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=70
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:09.781728883 after sql statement
|
||
2015-01-15 22:29:09.790882932 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=70
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.92 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:10.722229055 after sql statement
|
||
2015-01-15 22:29:10.727363980 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=70
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:10.867413940 after sql statement
|
||
2015-01-15 22:29:10.872713606 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222912_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:29:12 (33447) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222912_Job_62652.xml
|
||
2015-01-15 22:29:12 (33447) INFO : Job file loaded, run time for this step : 1.02434 seconds
|
||
2015-01-15 22:29:12 (33447) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:12 (33447) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:12 (33447) INFO : preProcess completed, run time for this step : 0.044579 seconds
|
||
2015-01-15 22:29:12 (33447) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:12 (33447) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:29:12 (33447) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:12 (33447) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:29:13 (33447) INFO : Bulk load completed, total run time : 2.09827 seconds
|
||
|
||
2015-01-15 22:29:13.711728888 after import
|
||
2015-01-15 22:29:13.746061064 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=71
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:16.308718096 after sql statement
|
||
2015-01-15 22:29:16.314869905 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=71
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.36 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:19.681903113 after sql statement
|
||
2015-01-15 22:29:19.687313152 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=71
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:19.979359794 after sql statement
|
||
2015-01-15 22:29:20.001525031 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.96 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:23.986136117 after sql statement
|
||
2015-01-15 22:29:23.993190379 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=72
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:28.588827436 after sql statement
|
||
2015-01-15 22:29:28.598831272 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=72
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.08 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:30.695606716 after sql statement
|
||
2015-01-15 22:29:30.701367102 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=72
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:31.296651521 after sql statement
|
||
2015-01-15 22:29:31.325479599 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222931_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:29:32 (48904) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222931_Job_62652.xml
|
||
2015-01-15 22:29:32 (48904) INFO : Job file loaded, run time for this step : 0.405217 seconds
|
||
2015-01-15 22:29:32 (48904) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:32 (48904) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:32 (48904) INFO : preProcess completed, run time for this step : 0.0411141 seconds
|
||
2015-01-15 22:29:32 (48904) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:29:32 (48904) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:32 (48904) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:32 (48904) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:29:33 (48904) INFO : Bulk load completed, total run time : 1.49784 seconds
|
||
|
||
2015-01-15 22:29:33.106247222 after import
|
||
2015-01-15 22:29:33.116596358 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=73
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:35.469017784 after sql statement
|
||
2015-01-15 22:29:35.476841141 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=73
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:36.364052635 after sql statement
|
||
2015-01-15 22:29:36.373009058 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=73
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:36.731947620 after sql statement
|
||
2015-01-15 22:29:36.764134330 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.58 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:40.351740756 after sql statement
|
||
2015-01-15 22:29:40.361356273 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=74
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.64 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:43.855577785 after sql statement
|
||
2015-01-15 22:29:43.861443845 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=74
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.03 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:45.907360401 after sql statement
|
||
2015-01-15 22:29:45.912533471 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=74
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:46.941435749 after sql statement
|
||
2015-01-15 22:29:46.949914343 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222948_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:29:48 (62474) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T222948_Job_62652.xml
|
||
2015-01-15 22:29:48 (62474) INFO : Job file loaded, run time for this step : 0.683095 seconds
|
||
2015-01-15 22:29:48 (62474) INFO : PreProcessing check starts
|
||
2015-01-15 22:29:48 (62474) INFO : PreProcessing check completed
|
||
2015-01-15 22:29:48 (62474) INFO : preProcess completed, run time for this step : 0.046562 seconds
|
||
2015-01-15 22:29:48 (62474) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:29:48 (62474) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:29:48 (62474) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:29:48 (62474) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:29:49 (62474) INFO : Bulk load completed, total run time : 1.76467 seconds
|
||
|
||
2015-01-15 22:29:49.723185699 after import
|
||
2015-01-15 22:29:49.732052166 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=75
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:52.896429630 after sql statement
|
||
2015-01-15 22:29:52.902327952 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=75
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:54.454118171 after sql statement
|
||
2015-01-15 22:29:54.460625965 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=75
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:29:55.367022475 after sql statement
|
||
2015-01-15 22:29:55.399075269 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.83 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:29:59.234453168 after sql statement
|
||
2015-01-15 22:29:59.240421321 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=76
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:02.780104288 after sql statement
|
||
2015-01-15 22:30:02.788720668 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=76
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:06.467500460 after sql statement
|
||
2015-01-15 22:30:06.475706625 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=76
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:08.111733330 after sql statement
|
||
2015-01-15 22:30:08.113873168 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223009_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:30:09 (12936) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223009_Job_62652.xml
|
||
2015-01-15 22:30:09 (12936) INFO : Job file loaded, run time for this step : 1.19425 seconds
|
||
2015-01-15 22:30:09 (12936) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:09 (12936) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:09 (12936) INFO : preProcess completed, run time for this step : 0.049031 seconds
|
||
2015-01-15 22:30:09 (12936) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:09 (12936) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:30:09 (12936) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:09 (12936) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:30:10 (12936) INFO : Bulk load completed, total run time : 2.25801 seconds
|
||
|
||
2015-01-15 22:30:10.596740340 after import
|
||
2015-01-15 22:30:10.603115496 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=77
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:12.994903824 after sql statement
|
||
2015-01-15 22:30:13.006366808 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=77
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:15.147583978 after sql statement
|
||
2015-01-15 22:30:15.152646902 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=77
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:15.774111463 after sql statement
|
||
2015-01-15 22:30:15.819839794 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.58 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:19.408397578 after sql statement
|
||
2015-01-15 22:30:19.422970075 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=78
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.47 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:22.044377831 after sql statement
|
||
2015-01-15 22:30:22.057741756 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=78
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.28 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:23.358718652 after sql statement
|
||
2015-01-15 22:30:23.365796556 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=78
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:23.913512860 after sql statement
|
||
2015-01-15 22:30:23.916026624 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223024_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:30:24 (25637) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223024_Job_62652.xml
|
||
2015-01-15 22:30:24 (25637) INFO : Job file loaded, run time for this step : 0.335484 seconds
|
||
2015-01-15 22:30:24 (25637) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:24 (25637) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:24 (25637) INFO : preProcess completed, run time for this step : 0.0442941 seconds
|
||
2015-01-15 22:30:24 (25637) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:24 (25637) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:30:24 (25637) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:24 (25637) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:30:25 (25637) INFO : Bulk load completed, total run time : 1.42442 seconds
|
||
|
||
2015-01-15 22:30:25.550318168 after import
|
||
2015-01-15 22:30:25.557753999 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=79
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:28.567557333 after sql statement
|
||
2015-01-15 22:30:28.575978279 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=79
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:31.000419188 after sql statement
|
||
2015-01-15 22:30:31.007944020 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=79
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:31.867288711 after sql statement
|
||
2015-01-15 22:30:31.900443800 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.57 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:36.478629910 after sql statement
|
||
2015-01-15 22:30:36.488437107 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=80
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.84 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:41.176554165 after sql statement
|
||
2015-01-15 22:30:41.185316865 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=80
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:43.060004377 after sql statement
|
||
2015-01-15 22:30:43.071075412 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=80
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:44.312939336 after sql statement
|
||
2015-01-15 22:30:44.316750569 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223045_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:30:45 (40545) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223045_Job_62652.xml
|
||
2015-01-15 22:30:45 (40545) INFO : Job file loaded, run time for this step : 1.11627 seconds
|
||
2015-01-15 22:30:45 (40545) INFO : PreProcessing check starts
|
||
2015-01-15 22:30:45 (40545) INFO : PreProcessing check completed
|
||
2015-01-15 22:30:45 (40545) INFO : preProcess completed, run time for this step : 0.0673549 seconds
|
||
2015-01-15 22:30:45 (40545) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:30:45 (40545) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:30:45 (40545) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:30:45 (40545) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:30:46 (40545) INFO : Bulk load completed, total run time : 2.20858 seconds
|
||
|
||
2015-01-15 22:30:46.832262167 after import
|
||
2015-01-15 22:30:46.836437574 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=81
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:48.451960874 after sql statement
|
||
2015-01-15 22:30:48.457059964 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=81
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:49.680517904 after sql statement
|
||
2015-01-15 22:30:49.687089002 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=81
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:50.216257834 after sql statement
|
||
2015-01-15 22:30:50.240730287 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.47 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:30:53.730342056 after sql statement
|
||
2015-01-15 22:30:53.755720828 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=82
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:30:58.231452862 after sql statement
|
||
2015-01-15 22:30:58.249258783 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=82
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.44 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:00.703115379 after sql statement
|
||
2015-01-15 22:31:00.711349969 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=82
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:01.961322551 after sql statement
|
||
2015-01-15 22:31:01.964506664 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223103_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:31:03 (54358) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223103_Job_62652.xml
|
||
2015-01-15 22:31:03 (54358) INFO : Job file loaded, run time for this step : 0.336609 seconds
|
||
2015-01-15 22:31:03 (54358) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:03 (54358) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:03 (54358) INFO : preProcess completed, run time for this step : 0.026701 seconds
|
||
2015-01-15 22:31:03 (54358) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:03 (54358) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:31:03 (54358) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:03 (54358) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:31:04 (54358) INFO : Bulk load completed, total run time : 1.38343 seconds
|
||
|
||
2015-01-15 22:31:04.430336211 after import
|
||
2015-01-15 22:31:04.443267827 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=83
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:08.390803823 after sql statement
|
||
2015-01-15 22:31:08.397960253 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=83
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:10.504053965 after sql statement
|
||
2015-01-15 22:31:10.522853847 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=83
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:11.015224198 after sql statement
|
||
2015-01-15 22:31:11.051901206 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.73 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:17.183327025 after sql statement
|
||
2015-01-15 22:31:17.193202550 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=84
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:20.973362132 after sql statement
|
||
2015-01-15 22:31:20.977592844 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=84
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:21.784584182 after sql statement
|
||
2015-01-15 22:31:21.788272356 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=84
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:22.246158295 after sql statement
|
||
2015-01-15 22:31:22.248676928 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223122_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:31:22 (4652) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223122_Job_62652.xml
|
||
2015-01-15 22:31:22 (4652) INFO : Job file loaded, run time for this step : 0.360608 seconds
|
||
2015-01-15 22:31:22 (4652) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:22 (4652) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:22 (4652) INFO : preProcess completed, run time for this step : 0.038177 seconds
|
||
2015-01-15 22:31:22 (4652) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:22 (4652) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:22 (4652) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:31:22 (4652) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:31:23 (4652) INFO : Bulk load completed, total run time : 1.44451 seconds
|
||
|
||
2015-01-15 22:31:23.878909415 after import
|
||
2015-01-15 22:31:23.886505804 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=85
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:28.955593185 after sql statement
|
||
2015-01-15 22:31:28.967490388 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=85
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.06 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:30.040860142 after sql statement
|
||
2015-01-15 22:31:30.046919306 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=85
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:30.347076673 after sql statement
|
||
2015-01-15 22:31:30.403401843 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.61 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:34.045770309 after sql statement
|
||
2015-01-15 22:31:34.085873825 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=86
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.96 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:39.311814485 after sql statement
|
||
2015-01-15 22:31:39.316193254 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=86
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:40.438204855 after sql statement
|
||
2015-01-15 22:31:40.445238915 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=86
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:40.649226022 after sql statement
|
||
2015-01-15 22:31:40.653298485 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223142_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:31:42 (17819) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223142_Job_62652.xml
|
||
2015-01-15 22:31:42 (17819) INFO : Job file loaded, run time for this step : 1.1616 seconds
|
||
2015-01-15 22:31:42 (17819) INFO : PreProcessing check starts
|
||
2015-01-15 22:31:42 (17819) INFO : PreProcessing check completed
|
||
2015-01-15 22:31:42 (17819) INFO : preProcess completed, run time for this step : 0.0652809 seconds
|
||
2015-01-15 22:31:42 (17819) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:31:42 (17819) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:31:42 (17819) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:31:42 (17819) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:31:43 (17819) INFO : Bulk load completed, total run time : 2.2441 seconds
|
||
|
||
2015-01-15 22:31:43.778982183 after import
|
||
2015-01-15 22:31:43.788397459 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=87
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.89 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:46.220426507 after sql statement
|
||
2015-01-15 22:31:46.226483101 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=87
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.67 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:48.900512626 after sql statement
|
||
2015-01-15 22:31:48.907242405 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=87
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:49.635848988 after sql statement
|
||
2015-01-15 22:31:49.672214165 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.57 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:31:54.240598653 after sql statement
|
||
2015-01-15 22:31:54.261001519 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=88
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.52 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:31:55.990076699 after sql statement
|
||
2015-01-15 22:31:55.999326996 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=88
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:00.255239115 after sql statement
|
||
2015-01-15 22:32:00.261827545 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=88
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:01.420920211 after sql statement
|
||
2015-01-15 22:32:01.425261600 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223201_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:32:02 (33197) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223201_Job_62652.xml
|
||
2015-01-15 22:32:02 (33197) INFO : Job file loaded, run time for this step : 0.764259 seconds
|
||
2015-01-15 22:32:02 (33197) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:02 (33197) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:02 (33197) INFO : preProcess completed, run time for this step : 0.0441701 seconds
|
||
2015-01-15 22:32:02 (33197) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:02 (33197) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:02 (33197) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:32:02 (33197) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:32:03 (33197) INFO : Bulk load completed, total run time : 1.83328 seconds
|
||
|
||
2015-01-15 22:32:03.481663017 after import
|
||
2015-01-15 22:32:03.488174090 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=89
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:06.581212644 after sql statement
|
||
2015-01-15 22:32:06.602854534 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=89
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:08.721964398 after sql statement
|
||
2015-01-15 22:32:08.725957642 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=89
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:09.695162947 after sql statement
|
||
2015-01-15 22:32:09.738664825 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.58 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:13.320197138 after sql statement
|
||
2015-01-15 22:32:13.330871567 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=90
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:16.424796493 after sql statement
|
||
2015-01-15 22:32:16.436581101 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=90
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:17.240107448 after sql statement
|
||
2015-01-15 22:32:17.256345954 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=90
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:17.728707445 after sql statement
|
||
2015-01-15 22:32:17.731278624 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223218_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:32:18 (45572) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223218_Job_62652.xml
|
||
2015-01-15 22:32:18 (45572) INFO : Job file loaded, run time for this step : 0.327579 seconds
|
||
2015-01-15 22:32:18 (45572) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:18 (45572) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:18 (45572) INFO : preProcess completed, run time for this step : 0.0595012 seconds
|
||
2015-01-15 22:32:18 (45572) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:19 (45572) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:32:19 (45572) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:19 (45572) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:32:20 (45572) INFO : Bulk load completed, total run time : 1.41586 seconds
|
||
|
||
2015-01-15 22:32:20.032373980 after import
|
||
2015-01-15 22:32:20.044763917 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=91
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.76 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.02 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:23.836944580 after sql statement
|
||
2015-01-15 22:32:23.843274407 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=91
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.62 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:25.491443063 after sql statement
|
||
2015-01-15 22:32:25.506584728 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=91
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.21 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:25.742835253 after sql statement
|
||
2015-01-15 22:32:25.785848160 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.87 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:29.665581239 after sql statement
|
||
2015-01-15 22:32:29.708357137 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=92
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:32.768810896 after sql statement
|
||
2015-01-15 22:32:32.774882009 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=92
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.34 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:35.120006877 after sql statement
|
||
2015-01-15 22:32:35.128460087 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=92
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:36.055070558 after sql statement
|
||
2015-01-15 22:32:36.072145688 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223236_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:32:36 (59196) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223236_Job_62652.xml
|
||
2015-01-15 22:32:36 (59196) INFO : Job file loaded, run time for this step : 0.415538 seconds
|
||
2015-01-15 22:32:36 (59196) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:36 (59196) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:36 (59196) INFO : preProcess completed, run time for this step : 0.206782 seconds
|
||
2015-01-15 22:32:36 (59196) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:36 (59196) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:36 (59196) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:32:37 (59196) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:32:38 (59196) INFO : Bulk load completed, total run time : 2.65098 seconds
|
||
|
||
2015-01-15 22:32:38.902539996 after import
|
||
2015-01-15 22:32:38.907074827 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=93
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:42.071064418 after sql statement
|
||
2015-01-15 22:32:42.087007453 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=93
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:43.952973330 after sql statement
|
||
2015-01-15 22:32:43.959482760 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=93
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:44.476491299 after sql statement
|
||
2015-01-15 22:32:44.518906424 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.73 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:48.264219161 after sql statement
|
||
2015-01-15 22:32:48.270564091 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=94
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:51.122784764 after sql statement
|
||
2015-01-15 22:32:51.129354202 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=94
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:32:52.629899473 after sql statement
|
||
2015-01-15 22:32:52.639180140 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=94
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:53.074935478 after sql statement
|
||
2015-01-15 22:32:53.080021515 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223254_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:32:54 (6788) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223254_Job_62652.xml
|
||
2015-01-15 22:32:54 (6788) INFO : Job file loaded, run time for this step : 0.33691 seconds
|
||
2015-01-15 22:32:54 (6788) INFO : PreProcessing check starts
|
||
2015-01-15 22:32:54 (6788) INFO : PreProcessing check completed
|
||
2015-01-15 22:32:54 (6788) INFO : preProcess completed, run time for this step : 0.077152 seconds
|
||
2015-01-15 22:32:54 (6788) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:32:54 (6788) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:32:54 (6788) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:32:54 (6788) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:32:55 (6788) INFO : Bulk load completed, total run time : 1.43087 seconds
|
||
|
||
2015-01-15 22:32:55.174057421 after import
|
||
2015-01-15 22:32:55.179440968 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=95
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.91 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:32:58.770775252 after sql statement
|
||
2015-01-15 22:32:58.789626446 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=95
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:00.674577902 after sql statement
|
||
2015-01-15 22:33:00.681052424 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=95
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:01.372266134 after sql statement
|
||
2015-01-15 22:33:01.435245458 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.47 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:04.919222588 after sql statement
|
||
2015-01-15 22:33:04.927159878 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=96
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.53 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:07.689071216 after sql statement
|
||
2015-01-15 22:33:07.696303936 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=96
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:08.723900740 after sql statement
|
||
2015-01-15 22:33:08.729574092 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=96
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:09.000002276 after sql statement
|
||
2015-01-15 22:33:09.002261118 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223309_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:33:09 (19304) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223309_Job_62652.xml
|
||
2015-01-15 22:33:09 (19304) INFO : Job file loaded, run time for this step : 0.27469 seconds
|
||
2015-01-15 22:33:09 (19304) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:09 (19304) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:09 (19304) INFO : preProcess completed, run time for this step : 0.0418611 seconds
|
||
2015-01-15 22:33:09 (19304) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:09 (19304) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:33:09 (19304) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:09 (19304) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:33:10 (19304) INFO : Bulk load completed, total run time : 1.33387 seconds
|
||
|
||
2015-01-15 22:33:10.490793334 after import
|
||
2015-01-15 22:33:10.507474493 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=97
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.20 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.13 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:12.843909202 after sql statement
|
||
2015-01-15 22:33:12.863879063 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=97
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:15.760241351 after sql statement
|
||
2015-01-15 22:33:15.780182476 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=97
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:16.162625392 after sql statement
|
||
2015-01-15 22:33:16.188683157 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.47 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:19.687372881 after sql statement
|
||
2015-01-15 22:33:19.699424872 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=98
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:23.110133226 after sql statement
|
||
2015-01-15 22:33:23.120269883 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=98
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.41 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:25.545396249 after sql statement
|
||
2015-01-15 22:33:25.550195201 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=98
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:26.854993442 after sql statement
|
||
2015-01-15 22:33:26.879249968 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223327_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:33:27 (33797) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223327_Job_62652.xml
|
||
2015-01-15 22:33:27 (33797) INFO : Job file loaded, run time for this step : 0.323852 seconds
|
||
2015-01-15 22:33:27 (33797) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:27 (33797) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:27 (33797) INFO : preProcess completed, run time for this step : 0.108838 seconds
|
||
2015-01-15 22:33:27 (33797) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:27 (33797) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:27 (33797) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:33:27 (33797) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:33:28 (33797) INFO : Bulk load completed, total run time : 1.48679 seconds
|
||
|
||
2015-01-15 22:33:28.563537736 after import
|
||
2015-01-15 22:33:28.587135499 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=99
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.57 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:33.739242670 after sql statement
|
||
2015-01-15 22:33:33.747721990 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=99
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.50 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:36.279744770 after sql statement
|
||
2015-01-15 22:33:36.286418927 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=99
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.25 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:37.556315758 after sql statement
|
||
2015-01-15 22:33:37.589488016 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.07 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:41.672809444 after sql statement
|
||
2015-01-15 22:33:41.688175069 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=100
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.22 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.03 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:47.956187385 after sql statement
|
||
2015-01-15 22:33:47.962209322 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=100
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.61 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:33:50.590530938 after sql statement
|
||
2015-01-15 22:33:50.597600464 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=100
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:50.972166034 after sql statement
|
||
2015-01-15 22:33:50.979562029 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223351_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:33:51 (47531) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223351_Job_62652.xml
|
||
2015-01-15 22:33:51 (47531) INFO : Job file loaded, run time for this step : 0.391136 seconds
|
||
2015-01-15 22:33:51 (47531) INFO : PreProcessing check starts
|
||
2015-01-15 22:33:51 (47531) INFO : PreProcessing check completed
|
||
2015-01-15 22:33:51 (47531) INFO : preProcess completed, run time for this step : 0.0345459 seconds
|
||
2015-01-15 22:33:51 (47531) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:33:51 (47531) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:33:51 (47531) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:33:51 (47531) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:33:52 (47531) INFO : Bulk load completed, total run time : 1.47358 seconds
|
||
|
||
2015-01-15 22:33:52.675640490 after import
|
||
2015-01-15 22:33:52.682246554 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=101
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:33:58.956538106 after sql statement
|
||
2015-01-15 22:33:58.960744627 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=101
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:01.222971006 after sql statement
|
||
2015-01-15 22:34:01.229323406 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=101
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.12 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:02.360619352 after sql statement
|
||
2015-01-15 22:34:02.403073990 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.58 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:05.990396964 after sql statement
|
||
2015-01-15 22:34:05.997669659 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=102
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.49 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:08.999518278 after sql statement
|
||
2015-01-15 22:34:09.016288049 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=102
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:13.333107376 after sql statement
|
||
2015-01-15 22:34:13.342934380 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=102
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:15.065980303 after sql statement
|
||
2015-01-15 22:34:15.081299573 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223415_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:34:15 (61939) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223415_Job_62652.xml
|
||
2015-01-15 22:34:15 (61939) INFO : Job file loaded, run time for this step : 0.504843 seconds
|
||
2015-01-15 22:34:15 (61939) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:15 (61939) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:15 (61939) INFO : preProcess completed, run time for this step : 0.125457 seconds
|
||
2015-01-15 22:34:15 (61939) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:15 (61939) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:34:15 (61939) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:16 (61939) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:34:16 (61939) INFO : Bulk load completed, total run time : 1.68875 seconds
|
||
|
||
2015-01-15 22:34:16.974669818 after import
|
||
2015-01-15 22:34:17.004674590 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=103
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:23.385167009 after sql statement
|
||
2015-01-15 22:34:23.441469428 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=103
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:27.549312592 after sql statement
|
||
2015-01-15 22:34:27.568885088 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=103
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:28.866288563 after sql statement
|
||
2015-01-15 22:34:28.907586385 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.44 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:34.357850413 after sql statement
|
||
2015-01-15 22:34:34.376325585 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=104
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:38.899489721 after sql statement
|
||
2015-01-15 22:34:38.904623007 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=104
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:42.337971525 after sql statement
|
||
2015-01-15 22:34:42.345064965 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=104
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:42.808748748 after sql statement
|
||
2015-01-15 22:34:42.813450661 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223443_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:34:43 (11947) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223443_Job_62652.xml
|
||
2015-01-15 22:34:43 (11947) INFO : Job file loaded, run time for this step : 0.357696 seconds
|
||
2015-01-15 22:34:43 (11947) INFO : PreProcessing check starts
|
||
2015-01-15 22:34:43 (11947) INFO : PreProcessing check completed
|
||
2015-01-15 22:34:43 (11947) INFO : preProcess completed, run time for this step : 0.0344682 seconds
|
||
2015-01-15 22:34:43 (11947) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:34:43 (11947) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:34:43 (11947) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:34:43 (11947) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:34:44 (11947) INFO : Bulk load completed, total run time : 1.43957 seconds
|
||
|
||
2015-01-15 22:34:44.847234073 after import
|
||
2015-01-15 22:34:44.867802315 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=105
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:52.207138100 after sql statement
|
||
2015-01-15 22:34:52.244015420 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=105
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.16 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:54.408348088 after sql statement
|
||
2015-01-15 22:34:54.412436143 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=105
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:34:54.843030875 after sql statement
|
||
2015-01-15 22:34:54.869626239 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.74 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:34:59.626761726 after sql statement
|
||
2015-01-15 22:34:59.639213935 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=106
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.14 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:04.289001505 after sql statement
|
||
2015-01-15 22:35:04.293711198 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=106
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.38 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:08.714664400 after sql statement
|
||
2015-01-15 22:35:08.725489188 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=106
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.70 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:10.443049449 after sql statement
|
||
2015-01-15 22:35:10.445124421 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223510_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:35:10 (26416) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223510_Job_62652.xml
|
||
2015-01-15 22:35:10 (26416) INFO : Job file loaded, run time for this step : 0.378136 seconds
|
||
2015-01-15 22:35:10 (26416) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:11 (26416) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:11 (26416) INFO : preProcess completed, run time for this step : 0.035912 seconds
|
||
2015-01-15 22:35:11 (26416) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:11 (26416) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:35:11 (26416) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:11 (26416) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:35:12 (26416) INFO : Bulk load completed, total run time : 1.6353 seconds
|
||
|
||
2015-01-15 22:35:12.253015059 after import
|
||
2015-01-15 22:35:12.267946217 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=107
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (3.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:18.032063413 after sql statement
|
||
2015-01-15 22:35:18.037746360 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=107
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.02 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:19.062322539 after sql statement
|
||
2015-01-15 22:35:19.066447408 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=107
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:19.264524462 after sql statement
|
||
2015-01-15 22:35:19.288853726 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.28 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:23.575022222 after sql statement
|
||
2015-01-15 22:35:23.621622392 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=108
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.38 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:26.595172398 after sql statement
|
||
2015-01-15 22:35:26.606703156 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=108
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:32.050858433 after sql statement
|
||
2015-01-15 22:35:32.071827304 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=108
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:33.874874781 after sql statement
|
||
2015-01-15 22:35:33.884773554 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223534_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:35:34 (38511) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223534_Job_62652.xml
|
||
2015-01-15 22:35:34 (38511) INFO : Job file loaded, run time for this step : 0.473269 seconds
|
||
2015-01-15 22:35:34 (38511) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:34 (38511) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:34 (38511) INFO : preProcess completed, run time for this step : 0.0516691 seconds
|
||
2015-01-15 22:35:34 (38511) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:34 (38511) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:34 (38511) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:35:34 (38511) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:35:35 (38511) INFO : Bulk load completed, total run time : 1.55988 seconds
|
||
|
||
2015-01-15 22:35:35.636052290 after import
|
||
2015-01-15 22:35:35.640882831 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=109
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.86 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:41.315331110 after sql statement
|
||
2015-01-15 22:35:41.330144453 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=109
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:43.856926971 after sql statement
|
||
2015-01-15 22:35:43.882824481 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=109
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:44.901462905 after sql statement
|
||
2015-01-15 22:35:44.952230175 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.81 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:48.782962452 after sql statement
|
||
2015-01-15 22:35:48.805593515 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=110
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:52.476958264 after sql statement
|
||
2015-01-15 22:35:52.480788704 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=110
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:35:54.357180343 after sql statement
|
||
2015-01-15 22:35:54.361715402 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=110
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:35:54.570402856 after sql statement
|
||
2015-01-15 22:35:54.572557358 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223555_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:35:55 (52134) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223555_Job_62652.xml
|
||
2015-01-15 22:35:55 (52134) INFO : Job file loaded, run time for this step : 0.330954 seconds
|
||
2015-01-15 22:35:55 (52134) INFO : PreProcessing check starts
|
||
2015-01-15 22:35:55 (52134) INFO : PreProcessing check completed
|
||
2015-01-15 22:35:55 (52134) INFO : preProcess completed, run time for this step : 0.0761302 seconds
|
||
2015-01-15 22:35:55 (52134) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:35:55 (52134) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:35:55 (52134) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:35:55 (52134) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:35:56 (52134) INFO : Bulk load completed, total run time : 1.44214 seconds
|
||
|
||
2015-01-15 22:35:56.190257095 after import
|
||
2015-01-15 22:35:56.214297081 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=111
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.21 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:01.201121905 after sql statement
|
||
2015-01-15 22:36:01.206864953 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=111
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:04.166060750 after sql statement
|
||
2015-01-15 22:36:04.191318826 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=111
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:04.386716450 after sql statement
|
||
2015-01-15 22:36:04.419407447 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.88 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:08.300884123 after sql statement
|
||
2015-01-15 22:36:08.312892345 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=112
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.60 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:11.653518928 after sql statement
|
||
2015-01-15 22:36:11.662020691 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=112
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:14.126859421 after sql statement
|
||
2015-01-15 22:36:14.131072578 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=112
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:14.973019883 after sql statement
|
||
2015-01-15 22:36:14.977049764 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223615_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:36:15 (1966) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223615_Job_62652.xml
|
||
2015-01-15 22:36:15 (1966) INFO : Job file loaded, run time for this step : 0.306527 seconds
|
||
2015-01-15 22:36:15 (1966) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:15 (1966) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:15 (1966) INFO : preProcess completed, run time for this step : 0.0482759 seconds
|
||
2015-01-15 22:36:15 (1966) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:15 (1966) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:36:15 (1966) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:15 (1966) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:36:16 (1966) INFO : Bulk load completed, total run time : 1.39977 seconds
|
||
|
||
2015-01-15 22:36:16.573817479 after import
|
||
2015-01-15 22:36:16.583158073 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=113
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.40 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:19.405749101 after sql statement
|
||
2015-01-15 22:36:19.411087841 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=113
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:21.419587048 after sql statement
|
||
2015-01-15 22:36:21.427417746 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=113
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:22.929317177 after sql statement
|
||
2015-01-15 22:36:22.977072195 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.06 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:27.047290160 after sql statement
|
||
2015-01-15 22:36:27.054077887 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=114
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.24 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:30.676745434 after sql statement
|
||
2015-01-15 22:36:30.681609420 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=114
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.00 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:32.683453283 after sql statement
|
||
2015-01-15 22:36:32.692177911 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=114
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:33.003578276 after sql statement
|
||
2015-01-15 22:36:33.007261984 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223633_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:36:34 (16171) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223633_Job_62652.xml
|
||
2015-01-15 22:36:34 (16171) INFO : Job file loaded, run time for this step : 1.21569 seconds
|
||
2015-01-15 22:36:34 (16171) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:35 (16171) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:35 (16171) INFO : preProcess completed, run time for this step : 0.050185 seconds
|
||
2015-01-15 22:36:35 (16171) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:35 (16171) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:35 (16171) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:36:35 (16171) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:36:36 (16171) INFO : Bulk load completed, total run time : 2.29779 seconds
|
||
|
||
2015-01-15 22:36:36.057390725 after import
|
||
2015-01-15 22:36:36.062445814 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=115
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.36 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.52 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:39.944589283 after sql statement
|
||
2015-01-15 22:36:39.948694961 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=115
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.96 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:42.923542979 after sql statement
|
||
2015-01-15 22:36:42.928453976 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=115
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:43.592790288 after sql statement
|
||
2015-01-15 22:36:43.620502575 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.88 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:48.513772129 after sql statement
|
||
2015-01-15 22:36:48.530904096 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=116
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:51.582513922 after sql statement
|
||
2015-01-15 22:36:51.596052955 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=116
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:36:52.614938367 after sql statement
|
||
2015-01-15 22:36:52.619798290 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=116
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:36:55.034834922 after sql statement
|
||
2015-01-15 22:36:55.044579864 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223657_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:36:57 (30867) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223657_Job_62652.xml
|
||
2015-01-15 22:36:57 (30867) INFO : Job file loaded, run time for this step : 1.30818 seconds
|
||
2015-01-15 22:36:57 (30867) INFO : PreProcessing check starts
|
||
2015-01-15 22:36:57 (30867) INFO : PreProcessing check completed
|
||
2015-01-15 22:36:57 (30867) INFO : preProcess completed, run time for this step : 0.03826 seconds
|
||
2015-01-15 22:36:57 (30867) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:36:57 (30867) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:36:57 (30867) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:36:58 (30867) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:36:58 (30867) INFO : Bulk load completed, total run time : 2.36752 seconds
|
||
|
||
2015-01-15 22:36:58.790034241 after import
|
||
2015-01-15 22:36:58.808789933 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=117
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.97 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:01.048356123 after sql statement
|
||
2015-01-15 22:37:01.056185157 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=117
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:02.616424790 after sql statement
|
||
2015-01-15 22:37:02.632904765 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=117
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:03.200420511 after sql statement
|
||
2015-01-15 22:37:03.224969304 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.68 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:06.908388515 after sql statement
|
||
2015-01-15 22:37:06.912744376 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=118
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.86 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:09.625978875 after sql statement
|
||
2015-01-15 22:37:09.647876216 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=118
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:11.128086065 after sql statement
|
||
2015-01-15 22:37:11.134868242 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=118
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:11.628443090 after sql statement
|
||
2015-01-15 22:37:11.638822457 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223712_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:37:12 (43946) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223712_Job_62652.xml
|
||
2015-01-15 22:37:12 (43946) INFO : Job file loaded, run time for this step : 0.410392 seconds
|
||
2015-01-15 22:37:12 (43946) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:12 (43946) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:12 (43946) INFO : preProcess completed, run time for this step : 0.078722 seconds
|
||
2015-01-15 22:37:12 (43946) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:12 (43946) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:12 (43946) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:37:12 (43946) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:37:13 (43946) INFO : Bulk load completed, total run time : 1.51773 seconds
|
||
|
||
2015-01-15 22:37:13.324629255 after import
|
||
2015-01-15 22:37:13.330260549 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=119
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.98 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:16.644844007 after sql statement
|
||
2015-01-15 22:37:16.653571533 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=119
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.76 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:19.418596185 after sql statement
|
||
2015-01-15 22:37:19.429137172 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=119
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:19.716376354 after sql statement
|
||
2015-01-15 22:37:19.750130473 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.53 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:23.297505623 after sql statement
|
||
2015-01-15 22:37:23.303145458 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=120
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:26.566021042 after sql statement
|
||
2015-01-15 22:37:26.576101306 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=120
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.01 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:28.606183059 after sql statement
|
||
2015-01-15 22:37:28.615619171 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=120
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:29.528701603 after sql statement
|
||
2015-01-15 22:37:29.532685688 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223729_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:37:30 (57450) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223729_Job_62652.xml
|
||
2015-01-15 22:37:30 (57450) INFO : Job file loaded, run time for this step : 0.326967 seconds
|
||
2015-01-15 22:37:30 (57450) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:30 (57450) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:30 (57450) INFO : preProcess completed, run time for this step : 0.0565479 seconds
|
||
2015-01-15 22:37:30 (57450) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:30 (57450) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:37:30 (57450) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:30 (57450) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:37:31 (57450) INFO : Bulk load completed, total run time : 1.43889 seconds
|
||
|
||
2015-01-15 22:37:31.147373087 after import
|
||
2015-01-15 22:37:31.158454665 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=121
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:34.984167337 after sql statement
|
||
2015-01-15 22:37:35.003535932 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=121
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.87 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:36.893657911 after sql statement
|
||
2015-01-15 22:37:36.908441723 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=121
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:37.818209003 after sql statement
|
||
2015-01-15 22:37:37.851690131 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.49 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:42.354780117 after sql statement
|
||
2015-01-15 22:37:42.372273863 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=122
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.30 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:45.107099753 after sql statement
|
||
2015-01-15 22:37:45.110866161 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=122
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.98 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:48.099579021 after sql statement
|
||
2015-01-15 22:37:48.105570025 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=122
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:48.873533667 after sql statement
|
||
2015-01-15 22:37:48.875920848 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223749_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:37:50 (5921) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223749_Job_62652.xml
|
||
2015-01-15 22:37:50 (5921) INFO : Job file loaded, run time for this step : 0.360896 seconds
|
||
2015-01-15 22:37:50 (5921) INFO : PreProcessing check starts
|
||
2015-01-15 22:37:50 (5921) INFO : PreProcessing check completed
|
||
2015-01-15 22:37:50 (5921) INFO : preProcess completed, run time for this step : 0.0842769 seconds
|
||
2015-01-15 22:37:50 (5921) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:37:50 (5921) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:37:50 (5921) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:37:50 (5921) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:37:51 (5921) INFO : Bulk load completed, total run time : 1.47444 seconds
|
||
|
||
2015-01-15 22:37:51.176961116 after import
|
||
2015-01-15 22:37:51.189304934 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=123
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:54.491088358 after sql statement
|
||
2015-01-15 22:37:54.495924829 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=123
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:37:57.199696781 after sql statement
|
||
2015-01-15 22:37:57.222491262 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=123
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:37:59.826664086 after sql statement
|
||
2015-01-15 22:37:59.893387588 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.71 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:04.617582492 after sql statement
|
||
2015-01-15 22:38:04.628322010 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=124
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.88 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (2.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:07.559306683 after sql statement
|
||
2015-01-15 22:38:07.565703726 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=124
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.07 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:09.645265810 after sql statement
|
||
2015-01-15 22:38:09.665156253 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=124
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:10.136007592 after sql statement
|
||
2015-01-15 22:38:10.142196600 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223810_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:38:10 (20303) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223810_Job_62652.xml
|
||
2015-01-15 22:38:10 (20303) INFO : Job file loaded, run time for this step : 0.301682 seconds
|
||
2015-01-15 22:38:10 (20303) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:10 (20303) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:10 (20303) INFO : preProcess completed, run time for this step : 0.092093 seconds
|
||
2015-01-15 22:38:10 (20303) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:10 (20303) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:10 (20303) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:38:10 (20303) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:38:12 (20303) INFO : Bulk load completed, total run time : 2.20828 seconds
|
||
|
||
2015-01-15 22:38:12.537662970 after import
|
||
2015-01-15 22:38:12.549014944 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=125
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:16.092173632 after sql statement
|
||
2015-01-15 22:38:16.133983132 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=125
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:18.401289589 after sql statement
|
||
2015-01-15 22:38:18.405515936 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=125
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:19.038197374 after sql statement
|
||
2015-01-15 22:38:19.075020065 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.01 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:23.095245594 after sql statement
|
||
2015-01-15 22:38:23.101459700 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=126
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.91 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:26.764617845 after sql statement
|
||
2015-01-15 22:38:26.772883367 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=126
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.51 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:30.295749057 after sql statement
|
||
2015-01-15 22:38:30.299499454 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=126
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:30.723367963 after sql statement
|
||
2015-01-15 22:38:30.725629033 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223831_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:38:31 (34907) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223831_Job_62652.xml
|
||
2015-01-15 22:38:31 (34907) INFO : Job file loaded, run time for this step : 0.335323 seconds
|
||
2015-01-15 22:38:31 (34907) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:31 (34907) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:31 (34907) INFO : preProcess completed, run time for this step : 0.0489981 seconds
|
||
2015-01-15 22:38:31 (34907) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:31 (34907) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:38:31 (34907) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:31 (34907) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:38:32 (34907) INFO : Bulk load completed, total run time : 1.40409 seconds
|
||
|
||
2015-01-15 22:38:32.290124834 after import
|
||
2015-01-15 22:38:32.296280307 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=127
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.07 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.95 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:36.322781120 after sql statement
|
||
2015-01-15 22:38:36.329928270 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=127
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:38.914139736 after sql statement
|
||
2015-01-15 22:38:38.920752943 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=127
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.89 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:39.818838997 after sql statement
|
||
2015-01-15 22:38:39.850527336 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.68 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:43.552107269 after sql statement
|
||
2015-01-15 22:38:43.564307733 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=128
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.65 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:45.885770497 after sql statement
|
||
2015-01-15 22:38:45.894315140 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=128
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:47.800695783 after sql statement
|
||
2015-01-15 22:38:47.811479696 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=128
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:48.608289325 after sql statement
|
||
2015-01-15 22:38:48.610889590 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223849_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:38:49 (49186) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223849_Job_62652.xml
|
||
2015-01-15 22:38:49 (49186) INFO : Job file loaded, run time for this step : 0.43854 seconds
|
||
2015-01-15 22:38:49 (49186) INFO : PreProcessing check starts
|
||
2015-01-15 22:38:49 (49186) INFO : PreProcessing check completed
|
||
2015-01-15 22:38:49 (49186) INFO : preProcess completed, run time for this step : 0.051363 seconds
|
||
2015-01-15 22:38:49 (49186) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:38:49 (49186) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:38:49 (49186) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:38:49 (49186) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:38:50 (49186) INFO : Bulk load completed, total run time : 1.51407 seconds
|
||
|
||
2015-01-15 22:38:50.311881813 after import
|
||
2015-01-15 22:38:50.320249393 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=129
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:54.367398447 after sql statement
|
||
2015-01-15 22:38:54.380904882 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=129
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:38:57.132115830 after sql statement
|
||
2015-01-15 22:38:57.140668667 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=129
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.62 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:38:57.770405098 after sql statement
|
||
2015-01-15 22:38:57.799314513 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.70 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:01.527275936 after sql statement
|
||
2015-01-15 22:39:01.546184857 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=130
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:05.550667529 after sql statement
|
||
2015-01-15 22:39:05.560500959 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=130
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.91 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:07.481084088 after sql statement
|
||
2015-01-15 22:39:07.493284168 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=130
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:08.088201139 after sql statement
|
||
2015-01-15 22:39:08.102104726 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223908_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:39:08 (63599) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223908_Job_62652.xml
|
||
2015-01-15 22:39:08 (63599) INFO : Job file loaded, run time for this step : 0.522376 seconds
|
||
2015-01-15 22:39:08 (63599) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:08 (63599) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:08 (63599) INFO : preProcess completed, run time for this step : 0.0451939 seconds
|
||
2015-01-15 22:39:08 (63599) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:08 (63599) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:39:08 (63599) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:08 (63599) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:39:09 (63599) INFO : Bulk load completed, total run time : 1.59997 seconds
|
||
|
||
2015-01-15 22:39:09.867484750 after import
|
||
2015-01-15 22:39:09.879015804 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=131
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.99 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.99 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:12.871732327 after sql statement
|
||
2015-01-15 22:39:12.876958304 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=131
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:14.879988514 after sql statement
|
||
2015-01-15 22:39:14.885199996 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=131
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:16.010393742 after sql statement
|
||
2015-01-15 22:39:16.039109808 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.27 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:20.322715991 after sql statement
|
||
2015-01-15 22:39:20.328014065 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=132
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.75 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:23.620323868 after sql statement
|
||
2015-01-15 22:39:23.634467971 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=132
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:25.607966765 after sql statement
|
||
2015-01-15 22:39:25.616883730 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=132
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:25.900692129 after sql statement
|
||
2015-01-15 22:39:25.904293273 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223927_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:39:27 (13250) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223927_Job_62652.xml
|
||
2015-01-15 22:39:27 (13250) INFO : Job file loaded, run time for this step : 0.746625 seconds
|
||
2015-01-15 22:39:27 (13250) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:27 (13250) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:27 (13250) INFO : preProcess completed, run time for this step : 0.135975 seconds
|
||
2015-01-15 22:39:27 (13250) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:27 (13250) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:39:27 (13250) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:27 (13250) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:39:28 (13250) INFO : Bulk load completed, total run time : 1.9107 seconds
|
||
|
||
2015-01-15 22:39:28.277854675 after import
|
||
2015-01-15 22:39:28.285157097 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=133
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.46 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:31.562101227 after sql statement
|
||
2015-01-15 22:39:31.570358801 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=133
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:33.165405938 after sql statement
|
||
2015-01-15 22:39:33.190861440 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=133
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:33.388988920 after sql statement
|
||
2015-01-15 22:39:33.422547081 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.45 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:36.882727266 after sql statement
|
||
2015-01-15 22:39:36.892675152 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=134
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:38.946345911 after sql statement
|
||
2015-01-15 22:39:38.966077697 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=134
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.39 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:41.363676961 after sql statement
|
||
2015-01-15 22:39:41.369931910 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=134
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:41.752013427 after sql statement
|
||
2015-01-15 22:39:41.754241318 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223942_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:39:42 (25076) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T223942_Job_62652.xml
|
||
2015-01-15 22:39:42 (25076) INFO : Job file loaded, run time for this step : 0.290443 seconds
|
||
2015-01-15 22:39:42 (25076) INFO : PreProcessing check starts
|
||
2015-01-15 22:39:42 (25076) INFO : PreProcessing check completed
|
||
2015-01-15 22:39:42 (25076) INFO : preProcess completed, run time for this step : 0.0595078 seconds
|
||
2015-01-15 22:39:42 (25076) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:39:42 (25076) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:39:42 (25076) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:39:42 (25076) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:39:43 (25076) INFO : Bulk load completed, total run time : 1.38272 seconds
|
||
|
||
2015-01-15 22:39:43.312543050 after import
|
||
2015-01-15 22:39:43.318761585 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=135
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.98 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:47.927684820 after sql statement
|
||
2015-01-15 22:39:47.947003958 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=135
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:49.439778913 after sql statement
|
||
2015-01-15 22:39:49.447613625 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=135
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:51.185216283 after sql statement
|
||
2015-01-15 22:39:51.229613097 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.20 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:55.451008593 after sql statement
|
||
2015-01-15 22:39:55.457488745 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=136
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.55 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:57.214154502 after sql statement
|
||
2015-01-15 22:39:57.222644968 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=136
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:39:59.560367488 after sql statement
|
||
2015-01-15 22:39:59.567694639 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=136
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:39:59.910865867 after sql statement
|
||
2015-01-15 22:39:59.914185083 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224000_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:40:00 (38204) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224000_Job_62652.xml
|
||
2015-01-15 22:40:00 (38204) INFO : Job file loaded, run time for this step : 0.354482 seconds
|
||
2015-01-15 22:40:00 (38204) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:00 (38204) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:00 (38204) INFO : preProcess completed, run time for this step : 0.117893 seconds
|
||
2015-01-15 22:40:00 (38204) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:00 (38204) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:00 (38204) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:40:00 (38204) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:40:01 (38204) INFO : Bulk load completed, total run time : 1.49222 seconds
|
||
|
||
2015-01-15 22:40:01.681627930 after import
|
||
2015-01-15 22:40:01.710529010 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=137
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.61 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:04.632270509 after sql statement
|
||
2015-01-15 22:40:04.636831500 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=137
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.69 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:06.337272191 after sql statement
|
||
2015-01-15 22:40:06.346544369 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=137
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:07.190118499 after sql statement
|
||
2015-01-15 22:40:07.210912788 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.93 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:11.154567607 after sql statement
|
||
2015-01-15 22:40:11.157819596 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=138
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.94 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:14.552270117 after sql statement
|
||
2015-01-15 22:40:14.556818345 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=138
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.74 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:15.299731695 after sql statement
|
||
2015-01-15 22:40:15.306156341 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=138
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.19 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:15.512040095 after sql statement
|
||
2015-01-15 22:40:15.516856984 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224016_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:40:16 (50373) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224016_Job_62652.xml
|
||
2015-01-15 22:40:16 (50373) INFO : Job file loaded, run time for this step : 0.399936 seconds
|
||
2015-01-15 22:40:16 (50373) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:16 (50373) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:16 (50373) INFO : preProcess completed, run time for this step : 0.0410161 seconds
|
||
2015-01-15 22:40:16 (50373) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:16 (50373) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:40:16 (50373) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:16 (50373) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:40:17 (50373) INFO : Bulk load completed, total run time : 1.46245 seconds
|
||
|
||
2015-01-15 22:40:17.634431386 after import
|
||
2015-01-15 22:40:17.642865630 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=139
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.27 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.29 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:22.221056597 after sql statement
|
||
2015-01-15 22:40:22.225152886 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=139
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:23.384783490 after sql statement
|
||
2015-01-15 22:40:23.393760763 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=139
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:24.302752097 after sql statement
|
||
2015-01-15 22:40:24.343035193 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.96 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:28.318114128 after sql statement
|
||
2015-01-15 22:40:28.376647762 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=140
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.77 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:32.118055044 after sql statement
|
||
2015-01-15 22:40:32.127691412 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=140
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:33.619998436 after sql statement
|
||
2015-01-15 22:40:33.624727452 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=140
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:33.875291698 after sql statement
|
||
2015-01-15 22:40:33.878541516 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224034_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:40:34 (63112) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224034_Job_62652.xml
|
||
2015-01-15 22:40:34 (63112) INFO : Job file loaded, run time for this step : 0.281991 seconds
|
||
2015-01-15 22:40:34 (63112) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:34 (63112) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:34 (63112) INFO : preProcess completed, run time for this step : 0.0448999 seconds
|
||
2015-01-15 22:40:34 (63112) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:34 (63112) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:40:34 (63112) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:34 (63112) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:40:35 (63112) INFO : Bulk load completed, total run time : 1.37147 seconds
|
||
|
||
2015-01-15 22:40:35.427830494 after import
|
||
2015-01-15 22:40:35.456661655 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=141
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.05 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:38.937252044 after sql statement
|
||
2015-01-15 22:40:38.952437257 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=141
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.93 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:41.881130900 after sql statement
|
||
2015-01-15 22:40:41.894405519 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=141
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.58 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:43.480238522 after sql statement
|
||
2015-01-15 22:40:43.506697120 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.63 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:47.154829036 after sql statement
|
||
2015-01-15 22:40:47.162349216 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=142
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:51.863669412 after sql statement
|
||
2015-01-15 22:40:51.871226921 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=142
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.25 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:40:55.124814827 after sql statement
|
||
2015-01-15 22:40:55.135493252 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=142
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:40:56.574808307 after sql statement
|
||
2015-01-15 22:40:56.578359192 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224057_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:40:59 (13885) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224057_Job_62652.xml
|
||
2015-01-15 22:40:59 (13885) INFO : Job file loaded, run time for this step : 2.45615 seconds
|
||
2015-01-15 22:40:59 (13885) INFO : PreProcessing check starts
|
||
2015-01-15 22:40:59 (13885) INFO : PreProcessing check completed
|
||
2015-01-15 22:40:59 (13885) INFO : preProcess completed, run time for this step : 0.106679 seconds
|
||
2015-01-15 22:40:59 (13885) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:40:59 (13885) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:40:59 (13885) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:40:59 (13885) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:41:00 (13885) INFO : Bulk load completed, total run time : 3.58366 seconds
|
||
|
||
2015-01-15 22:41:00.394612771 after import
|
||
2015-01-15 22:41:00.400508668 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=143
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:04.066101720 after sql statement
|
||
2015-01-15 22:41:04.073199537 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=143
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.57 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:05.645739559 after sql statement
|
||
2015-01-15 22:41:05.656204805 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=143
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.63 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:06.307442155 after sql statement
|
||
2015-01-15 22:41:06.364723460 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.67 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:11.054766737 after sql statement
|
||
2015-01-15 22:41:11.063529509 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=144
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:14.094819909 after sql statement
|
||
2015-01-15 22:41:14.130758992 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=144
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:15.662791879 after sql statement
|
||
2015-01-15 22:41:15.671505301 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=144
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.43 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:16.107141266 after sql statement
|
||
2015-01-15 22:41:16.109927804 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224116_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:41:16 (27995) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224116_Job_62652.xml
|
||
2015-01-15 22:41:16 (27995) INFO : Job file loaded, run time for this step : 0.406526 seconds
|
||
2015-01-15 22:41:16 (27995) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:16 (27995) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:16 (27995) INFO : preProcess completed, run time for this step : 0.057833 seconds
|
||
2015-01-15 22:41:16 (27995) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:16 (27995) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:41:16 (27995) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:16 (27995) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:41:17 (27995) INFO : Bulk load completed, total run time : 1.52508 seconds
|
||
|
||
2015-01-15 22:41:17.881313485 after import
|
||
2015-01-15 22:41:17.891695802 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=145
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.51 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:23.211349345 after sql statement
|
||
2015-01-15 22:41:23.216946578 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=145
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.73 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:23.954053291 after sql statement
|
||
2015-01-15 22:41:23.959681000 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=145
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:24.242320787 after sql statement
|
||
2015-01-15 22:41:24.277941683 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.51 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:27.803846632 after sql statement
|
||
2015-01-15 22:41:27.811347418 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=146
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.95 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:30.323202661 after sql statement
|
||
2015-01-15 22:41:30.332434645 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=146
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.23 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:34.579013795 after sql statement
|
||
2015-01-15 22:41:34.619707750 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=146
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:35.303881491 after sql statement
|
||
2015-01-15 22:41:35.307719724 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224135_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:41:35 (40751) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224135_Job_62652.xml
|
||
2015-01-15 22:41:35 (40751) INFO : Job file loaded, run time for this step : 0.277582 seconds
|
||
2015-01-15 22:41:35 (40751) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:35 (40751) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:35 (40751) INFO : preProcess completed, run time for this step : 0.0443578 seconds
|
||
2015-01-15 22:41:35 (40751) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:35 (40751) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:41:35 (40751) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:35 (40751) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:41:36 (40751) INFO : Bulk load completed, total run time : 1.34825 seconds
|
||
|
||
2015-01-15 22:41:36.891311656 after import
|
||
2015-01-15 22:41:36.920467599 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=147
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.85 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:39.457458444 after sql statement
|
||
2015-01-15 22:41:39.467723169 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=147
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:41.001395871 after sql statement
|
||
2015-01-15 22:41:41.026758566 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=147
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:41.680287939 after sql statement
|
||
2015-01-15 22:41:41.721467384 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.63 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:45.380638495 after sql statement
|
||
2015-01-15 22:41:45.388028881 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=148
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.58 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.98 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:49.971499567 after sql statement
|
||
2015-01-15 22:41:49.986523223 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=148
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.24 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:52.254156257 after sql statement
|
||
2015-01-15 22:41:52.264871251 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=148
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:52.830341336 after sql statement
|
||
2015-01-15 22:41:52.833059429 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224153_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:41:53 (54254) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224153_Job_62652.xml
|
||
2015-01-15 22:41:53 (54254) INFO : Job file loaded, run time for this step : 0.394996 seconds
|
||
2015-01-15 22:41:53 (54254) INFO : PreProcessing check starts
|
||
2015-01-15 22:41:53 (54254) INFO : PreProcessing check completed
|
||
2015-01-15 22:41:53 (54254) INFO : preProcess completed, run time for this step : 0.0338399 seconds
|
||
2015-01-15 22:41:53 (54254) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:41:53 (54254) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:41:53 (54254) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:41:53 (54254) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:41:54 (54254) INFO : Bulk load completed, total run time : 1.45439 seconds
|
||
|
||
2015-01-15 22:41:54.497931793 after import
|
||
2015-01-15 22:41:54.546775533 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=149
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:41:57.187386312 after sql statement
|
||
2015-01-15 22:41:57.197221971 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=149
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.32 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:41:59.522318718 after sql statement
|
||
2015-01-15 22:41:59.533387094 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=149
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:00.260128036 after sql statement
|
||
2015-01-15 22:42:00.293618728 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.83 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:05.141784431 after sql statement
|
||
2015-01-15 22:42:05.160796496 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=150
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:07.761263269 after sql statement
|
||
2015-01-15 22:42:07.766363812 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=150
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:10.081399275 after sql statement
|
||
2015-01-15 22:42:10.101893909 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=150
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:10.525215185 after sql statement
|
||
2015-01-15 22:42:10.552287173 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224211_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:42:11 (3495) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224211_Job_62652.xml
|
||
2015-01-15 22:42:11 (3495) INFO : Job file loaded, run time for this step : 0.298812 seconds
|
||
2015-01-15 22:42:11 (3495) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:11 (3495) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:11 (3495) INFO : preProcess completed, run time for this step : 0.036109 seconds
|
||
2015-01-15 22:42:11 (3495) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:11 (3495) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:11 (3495) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:42:11 (3495) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:42:12 (3495) INFO : Bulk load completed, total run time : 1.41758 seconds
|
||
|
||
2015-01-15 22:42:12.175804437 after import
|
||
2015-01-15 22:42:12.180488947 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=151
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.39 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:14.941928543 after sql statement
|
||
2015-01-15 22:42:14.948363875 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=151
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:16.734205233 after sql statement
|
||
2015-01-15 22:42:16.754485193 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=151
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:18.174657186 after sql statement
|
||
2015-01-15 22:42:18.229736988 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.89 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:22.143582479 after sql statement
|
||
2015-01-15 22:42:22.161130733 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=152
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.80 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:24.284825632 after sql statement
|
||
2015-01-15 22:42:24.292438246 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=152
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.99 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:27.302553830 after sql statement
|
||
2015-01-15 22:42:27.325421647 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=152
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:27.610466173 after sql statement
|
||
2015-01-15 22:42:27.612688639 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224228_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:42:28 (16834) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224228_Job_62652.xml
|
||
2015-01-15 22:42:28 (16834) INFO : Job file loaded, run time for this step : 0.287056 seconds
|
||
2015-01-15 22:42:28 (16834) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:28 (16834) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:28 (16834) INFO : preProcess completed, run time for this step : 0.041265 seconds
|
||
2015-01-15 22:42:28 (16834) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:28 (16834) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:42:28 (16834) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:28 (16834) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:42:29 (16834) INFO : Bulk load completed, total run time : 1.36381 seconds
|
||
|
||
2015-01-15 22:42:29.301152678 after import
|
||
2015-01-15 22:42:29.318464471 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=153
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.54 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.78 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:32.639746161 after sql statement
|
||
2015-01-15 22:42:32.655048252 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=153
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:34.447165901 after sql statement
|
||
2015-01-15 22:42:34.460466608 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=153
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:34.970555446 after sql statement
|
||
2015-01-15 22:42:35.032609538 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.33 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:39.374492235 after sql statement
|
||
2015-01-15 22:42:39.378712959 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=154
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.42 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:41.936772548 after sql statement
|
||
2015-01-15 22:42:41.949852102 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=154
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:43.694250566 after sql statement
|
||
2015-01-15 22:42:43.720872930 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=154
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:44.103870473 after sql statement
|
||
2015-01-15 22:42:44.108838996 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224244_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:42:44 (30381) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224244_Job_62652.xml
|
||
2015-01-15 22:42:44 (30381) INFO : Job file loaded, run time for this step : 0.313318 seconds
|
||
2015-01-15 22:42:44 (30381) INFO : PreProcessing check starts
|
||
2015-01-15 22:42:44 (30381) INFO : PreProcessing check completed
|
||
2015-01-15 22:42:44 (30381) INFO : preProcess completed, run time for this step : 0.0294371 seconds
|
||
2015-01-15 22:42:44 (30381) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:42:44 (30381) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:42:44 (30381) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:42:44 (30381) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:42:45 (30381) INFO : Bulk load completed, total run time : 1.37909 seconds
|
||
|
||
2015-01-15 22:42:45.678985671 after import
|
||
2015-01-15 22:42:45.704204253 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=155
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:49.973156510 after sql statement
|
||
2015-01-15 22:42:49.981232992 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=155
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.77 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:51.760428881 after sql statement
|
||
2015-01-15 22:42:51.784154647 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=155
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:42:52.197249253 after sql statement
|
||
2015-01-15 22:42:52.228123778 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.86 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:42:57.122204041 after sql statement
|
||
2015-01-15 22:42:57.153996240 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=156
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:03.489327320 after sql statement
|
||
2015-01-15 22:43:04.198264655 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=156
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:05.733641848 after sql statement
|
||
2015-01-15 22:43:05.744715799 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=156
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:06.077163763 after sql statement
|
||
2015-01-15 22:43:06.080085946 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224306_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:43:06 (45268) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224306_Job_62652.xml
|
||
2015-01-15 22:43:06 (45268) INFO : Job file loaded, run time for this step : 0.528027 seconds
|
||
2015-01-15 22:43:06 (45268) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:07 (45268) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:07 (45268) INFO : preProcess completed, run time for this step : 0.040247 seconds
|
||
2015-01-15 22:43:07 (45268) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:07 (45268) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:07 (45268) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:43:07 (45268) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:43:09 (45268) INFO : Bulk load completed, total run time : 2.55619 seconds
|
||
|
||
2015-01-15 22:43:09.041863776 after import
|
||
2015-01-15 22:43:09.088113904 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=157
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.75 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:12.685282193 after sql statement
|
||
2015-01-15 22:43:12.691464531 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=157
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.33 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:15.032775380 after sql statement
|
||
2015-01-15 22:43:15.037064085 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=157
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:15.632223804 after sql statement
|
||
2015-01-15 22:43:16.024733857 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.90 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:19.952645321 after sql statement
|
||
2015-01-15 22:43:20.008831564 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=158
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:24.092527315 after sql statement
|
||
2015-01-15 22:43:24.101883412 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=158
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.70 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:25.811269199 after sql statement
|
||
2015-01-15 22:43:25.818555304 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=158
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.93 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:26.757771689 after sql statement
|
||
2015-01-15 22:43:26.759967474 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224328_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:43:28 (59645) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224328_Job_62652.xml
|
||
2015-01-15 22:43:28 (59645) INFO : Job file loaded, run time for this step : 0.61403 seconds
|
||
2015-01-15 22:43:28 (59645) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:28 (59645) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:28 (59645) INFO : preProcess completed, run time for this step : 0.108401 seconds
|
||
2015-01-15 22:43:28 (59645) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:28 (59645) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:43:28 (59645) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:29 (59645) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:43:29 (59645) INFO : Bulk load completed, total run time : 1.77185 seconds
|
||
|
||
2015-01-15 22:43:29.770091965 after import
|
||
2015-01-15 22:43:29.775556116 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=159
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.34 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:33.565649608 after sql statement
|
||
2015-01-15 22:43:33.569712858 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=159
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:35.051176626 after sql statement
|
||
2015-01-15 22:43:35.059426925 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=159
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:35.515137419 after sql statement
|
||
2015-01-15 22:43:35.540078487 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.45 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:39.001790908 after sql statement
|
||
2015-01-15 22:43:39.014190362 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=160
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.18 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:41.661018658 after sql statement
|
||
2015-01-15 22:43:41.670578293 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=160
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.31 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:43.991932569 after sql statement
|
||
2015-01-15 22:43:44.011304241 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=160
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:44.669281437 after sql statement
|
||
2015-01-15 22:43:44.674680934 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224345_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:43:45 (8699) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224345_Job_62652.xml
|
||
2015-01-15 22:43:45 (8699) INFO : Job file loaded, run time for this step : 0.326289 seconds
|
||
2015-01-15 22:43:45 (8699) INFO : PreProcessing check starts
|
||
2015-01-15 22:43:45 (8699) INFO : PreProcessing check completed
|
||
2015-01-15 22:43:45 (8699) INFO : preProcess completed, run time for this step : 0.167818 seconds
|
||
2015-01-15 22:43:45 (8699) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:43:45 (8699) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:43:45 (8699) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:43:45 (8699) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:43:46 (8699) INFO : Bulk load completed, total run time : 1.52506 seconds
|
||
|
||
2015-01-15 22:43:46.374307925 after import
|
||
2015-01-15 22:43:46.382345125 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=161
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.32 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:49.811888875 after sql statement
|
||
2015-01-15 22:43:49.821468770 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=161
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:51.058045828 after sql statement
|
||
2015-01-15 22:43:51.067190222 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=161
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:51.314854522 after sql statement
|
||
2015-01-15 22:43:51.335643136 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.51 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:43:54.858509670 after sql statement
|
||
2015-01-15 22:43:54.866479393 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=162
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.61 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:43:57.810441704 after sql statement
|
||
2015-01-15 22:43:57.826758218 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=162
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:00.501301345 after sql statement
|
||
2015-01-15 22:44:00.518904967 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=162
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:01.098724967 after sql statement
|
||
2015-01-15 22:44:01.100975161 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224402_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:44:02 (21102) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224402_Job_62652.xml
|
||
2015-01-15 22:44:02 (21102) INFO : Job file loaded, run time for this step : 0.311702 seconds
|
||
2015-01-15 22:44:02 (21102) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:02 (21102) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:02 (21102) INFO : preProcess completed, run time for this step : 0.0459709 seconds
|
||
2015-01-15 22:44:02 (21102) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:02 (21102) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:44:02 (21102) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:02 (21102) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:44:03 (21102) INFO : Bulk load completed, total run time : 1.38312 seconds
|
||
|
||
2015-01-15 22:44:03.405739807 after import
|
||
2015-01-15 22:44:03.411196538 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=163
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.49 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:06.403089345 after sql statement
|
||
2015-01-15 22:44:06.418731861 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=163
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.95 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:09.388993338 after sql statement
|
||
2015-01-15 22:44:09.402774767 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=163
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:10.091986281 after sql statement
|
||
2015-01-15 22:44:10.145624754 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.90 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:14.054778547 after sql statement
|
||
2015-01-15 22:44:14.059070347 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=164
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.72 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:17.931521118 after sql statement
|
||
2015-01-15 22:44:17.939731528 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=164
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.11 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:19.061118369 after sql statement
|
||
2015-01-15 22:44:19.070972565 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=164
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:19.533388646 after sql statement
|
||
2015-01-15 22:44:19.536777748 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224419_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:44:19 (35554) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224419_Job_62652.xml
|
||
2015-01-15 22:44:19 (35554) INFO : Job file loaded, run time for this step : 0.288539 seconds
|
||
2015-01-15 22:44:19 (35554) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:20 (35554) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:20 (35554) INFO : preProcess completed, run time for this step : 0.051626 seconds
|
||
2015-01-15 22:44:20 (35554) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:20 (35554) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:20 (35554) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:44:20 (35554) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:44:21 (35554) INFO : Bulk load completed, total run time : 1.35856 seconds
|
||
|
||
2015-01-15 22:44:21.042018347 after import
|
||
2015-01-15 22:44:21.048704011 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=165
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.10 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:24.738044942 after sql statement
|
||
2015-01-15 22:44:24.745896013 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=165
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:26.223738957 after sql statement
|
||
2015-01-15 22:44:26.228327298 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=165
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:27.611247885 after sql statement
|
||
2015-01-15 22:44:27.661429633 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.65 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:33.328921163 after sql statement
|
||
2015-01-15 22:44:33.335960294 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=166
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.01 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.50 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:34.851343641 after sql statement
|
||
2015-01-15 22:44:34.859333167 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=166
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:36.059039005 after sql statement
|
||
2015-01-15 22:44:36.073073414 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=166
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.96 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:37.037390664 after sql statement
|
||
2015-01-15 22:44:37.039428649 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224438_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:44:38 (49054) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224438_Job_62652.xml
|
||
2015-01-15 22:44:38 (49054) INFO : Job file loaded, run time for this step : 0.686478 seconds
|
||
2015-01-15 22:44:38 (49054) INFO : PreProcessing check starts
|
||
2015-01-15 22:44:38 (49054) INFO : PreProcessing check completed
|
||
2015-01-15 22:44:38 (49054) INFO : preProcess completed, run time for this step : 0.0752401 seconds
|
||
2015-01-15 22:44:38 (49054) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:44:38 (49054) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:44:38 (49054) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:44:38 (49054) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:44:39 (49054) INFO : Bulk load completed, total run time : 1.78777 seconds
|
||
|
||
2015-01-15 22:44:39.572619031 after import
|
||
2015-01-15 22:44:39.579823632 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=167
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.79 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:41.896744146 after sql statement
|
||
2015-01-15 22:44:41.900655342 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=167
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.79 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:44.697659815 after sql statement
|
||
2015-01-15 22:44:44.715874155 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=167
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:45.451401665 after sql statement
|
||
2015-01-15 22:44:45.489420167 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (5.08 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:50.587016489 after sql statement
|
||
2015-01-15 22:44:50.592375844 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=168
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.44 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.77 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:54.830419910 after sql statement
|
||
2015-01-15 22:44:54.840652504 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=168
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.14 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:44:57.997497163 after sql statement
|
||
2015-01-15 22:44:58.002417340 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=168
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.27 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:44:59.303524557 after sql statement
|
||
2015-01-15 22:44:59.306813393 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224500_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:45:00 (64541) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224500_Job_62652.xml
|
||
2015-01-15 22:45:00 (64541) INFO : Job file loaded, run time for this step : 1.08475 seconds
|
||
2015-01-15 22:45:00 (64541) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:00 (64541) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:00 (64541) INFO : preProcess completed, run time for this step : 0.0435119 seconds
|
||
2015-01-15 22:45:00 (64541) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:00 (64541) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:45:00 (64541) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:00 (64541) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:45:01 (64541) INFO : Bulk load completed, total run time : 2.15553 seconds
|
||
|
||
2015-01-15 22:45:01.608360543 after import
|
||
2015-01-15 22:45:01.613194880 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=169
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.43 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:04.429822227 after sql statement
|
||
2015-01-15 22:45:04.437288960 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=169
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.26 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:06.714920271 after sql statement
|
||
2015-01-15 22:45:06.723857894 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=169
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:08.297362518 after sql statement
|
||
2015-01-15 22:45:08.324148431 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.60 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:12.941114702 after sql statement
|
||
2015-01-15 22:45:12.947126215 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=170
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.69 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:14.765858802 after sql statement
|
||
2015-01-15 22:45:14.769931833 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=170
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.27 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:17.047975268 after sql statement
|
||
2015-01-15 22:45:17.057574470 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=170
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:17.371266139 after sql statement
|
||
2015-01-15 22:45:17.376063681 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224518_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:45:18 (13416) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224518_Job_62652.xml
|
||
2015-01-15 22:45:18 (13416) INFO : Job file loaded, run time for this step : 0.335348 seconds
|
||
2015-01-15 22:45:18 (13416) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:18 (13416) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:18 (13416) INFO : preProcess completed, run time for this step : 0.0735402 seconds
|
||
2015-01-15 22:45:18 (13416) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:18 (13416) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:18 (13416) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:45:18 (13416) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:45:19 (13416) INFO : Bulk load completed, total run time : 1.54556 seconds
|
||
|
||
2015-01-15 22:45:19.798495160 after import
|
||
2015-01-15 22:45:19.852279366 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=171
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.68 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:23.262008830 after sql statement
|
||
2015-01-15 22:45:23.268186521 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=171
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:24.472788413 after sql statement
|
||
2015-01-15 22:45:24.485168816 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=171
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.37 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:24.875829052 after sql statement
|
||
2015-01-15 22:45:24.916949925 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.60 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:29.535326830 after sql statement
|
||
2015-01-15 22:45:29.549742384 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=172
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.48 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:32.390923667 after sql statement
|
||
2015-01-15 22:45:32.395652898 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=172
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:34.830958242 after sql statement
|
||
2015-01-15 22:45:34.839981205 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=172
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.23 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:35.083250086 after sql statement
|
||
2015-01-15 22:45:35.087611162 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224536_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:45:36 (27960) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224536_Job_62652.xml
|
||
2015-01-15 22:45:36 (27960) INFO : Job file loaded, run time for this step : 0.376822 seconds
|
||
2015-01-15 22:45:36 (27960) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:36 (27960) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:36 (27960) INFO : preProcess completed, run time for this step : 0.066344 seconds
|
||
2015-01-15 22:45:36 (27960) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:36 (27960) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:45:36 (27960) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:36 (27960) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:45:37 (27960) INFO : Bulk load completed, total run time : 1.48971 seconds
|
||
|
||
2015-01-15 22:45:37.326577399 after import
|
||
2015-01-15 22:45:37.341673974 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.01 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=173
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.93 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:42.686823978 after sql statement
|
||
2015-01-15 22:45:42.691060699 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=173
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:44.904395157 after sql statement
|
||
2015-01-15 22:45:44.911568900 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=173
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.68 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:45.602527351 after sql statement
|
||
2015-01-15 22:45:45.625168744 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.70 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:49.330169215 after sql statement
|
||
2015-01-15 22:45:49.342257839 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=174
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.15 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:52.088051854 after sql statement
|
||
2015-01-15 22:45:52.101522063 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=174
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:45:53.755468383 after sql statement
|
||
2015-01-15 22:45:53.760181503 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=174
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.51 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:54.301809516 after sql statement
|
||
2015-01-15 22:45:54.305264402 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224555_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:45:55 (41692) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224555_Job_62652.xml
|
||
2015-01-15 22:45:55 (41692) INFO : Job file loaded, run time for this step : 0.350911 seconds
|
||
2015-01-15 22:45:55 (41692) INFO : PreProcessing check starts
|
||
2015-01-15 22:45:55 (41692) INFO : PreProcessing check completed
|
||
2015-01-15 22:45:55 (41692) INFO : preProcess completed, run time for this step : 0.032742 seconds
|
||
2015-01-15 22:45:55 (41692) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:45:55 (41692) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:45:55 (41692) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:45:55 (41692) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:45:56 (41692) INFO : Bulk load completed, total run time : 1.42421 seconds
|
||
|
||
2015-01-15 22:45:56.274011375 after import
|
||
2015-01-15 22:45:56.301938198 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=175
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.23 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:45:58.843593839 after sql statement
|
||
2015-01-15 22:45:58.849796940 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=175
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.52 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:01.387864593 after sql statement
|
||
2015-01-15 22:46:01.395725787 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=175
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:02.320276603 after sql statement
|
||
2015-01-15 22:46:02.382300786 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.67 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:06.078078650 after sql statement
|
||
2015-01-15 22:46:06.085719590 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=176
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.71 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:09.827155121 after sql statement
|
||
2015-01-15 22:46:09.833445576 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=176
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.86 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:12.719626418 after sql statement
|
||
2015-01-15 22:46:12.728741209 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=176
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.84 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:13.580163182 after sql statement
|
||
2015-01-15 22:46:13.610147261 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224614_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:46:14 (55806) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224614_Job_62652.xml
|
||
2015-01-15 22:46:14 (55806) INFO : Job file loaded, run time for this step : 0.36978 seconds
|
||
2015-01-15 22:46:14 (55806) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:14 (55806) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:14 (55806) INFO : preProcess completed, run time for this step : 0.066525 seconds
|
||
2015-01-15 22:46:14 (55806) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:14 (55806) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:46:14 (55806) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:14 (55806) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:46:15 (55806) INFO : Bulk load completed, total run time : 1.95291 seconds
|
||
|
||
2015-01-15 22:46:15.756895039 after import
|
||
2015-01-15 22:46:16.188288402 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=177
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.50 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:20.772883810 after sql statement
|
||
2015-01-15 22:46:20.788496218 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=177
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (0.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:21.439022458 after sql statement
|
||
2015-01-15 22:46:21.445481621 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=177
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.17 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:21.629728503 after sql statement
|
||
2015-01-15 22:46:21.654339935 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.29 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:25.959523179 after sql statement
|
||
2015-01-15 22:46:25.968710262 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=178
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.00 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:30.845423327 after sql statement
|
||
2015-01-15 22:46:30.877838823 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=178
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.37 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:33.279550207 after sql statement
|
||
2015-01-15 22:46:33.289422910 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=178
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.31 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:33.625801062 after sql statement
|
||
2015-01-15 22:46:33.629215706 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224634_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:46:34 (4566) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224634_Job_62652.xml
|
||
2015-01-15 22:46:34 (4566) INFO : Job file loaded, run time for this step : 0.327751 seconds
|
||
2015-01-15 22:46:34 (4566) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:34 (4566) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:34 (4566) INFO : preProcess completed, run time for this step : 0.0318351 seconds
|
||
2015-01-15 22:46:34 (4566) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:34 (4566) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:46:34 (4566) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:34 (4566) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:46:35 (4566) INFO : Bulk load completed, total run time : 1.38736 seconds
|
||
|
||
2015-01-15 22:46:35.209744176 after import
|
||
2015-01-15 22:46:35.215394269 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=179
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.70 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:37.920506703 after sql statement
|
||
2015-01-15 22:46:37.933971697 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=179
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.35 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:39.300946266 after sql statement
|
||
2015-01-15 22:46:39.307149640 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=179
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.83 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:40.144663812 after sql statement
|
||
2015-01-15 22:46:40.179235563 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.79 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:44.981526643 after sql statement
|
||
2015-01-15 22:46:44.995738720 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=180
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.06 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:49.943697363 after sql statement
|
||
2015-01-15 22:46:49.959636510 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=180
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.63 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:46:51.606000181 after sql statement
|
||
2015-01-15 22:46:51.612172363 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=180
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.15 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:52.783964991 after sql statement
|
||
2015-01-15 22:46:52.786813486 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224653_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:46:53 (19004) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224653_Job_62652.xml
|
||
2015-01-15 22:46:53 (19004) INFO : Job file loaded, run time for this step : 0.305947 seconds
|
||
2015-01-15 22:46:53 (19004) INFO : PreProcessing check starts
|
||
2015-01-15 22:46:53 (19004) INFO : PreProcessing check completed
|
||
2015-01-15 22:46:53 (19004) INFO : preProcess completed, run time for this step : 0.0727482 seconds
|
||
2015-01-15 22:46:53 (19004) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:46:53 (19004) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:46:53 (19004) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:46:53 (19004) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:46:54 (19004) INFO : Bulk load completed, total run time : 1.42642 seconds
|
||
|
||
2015-01-15 22:46:54.414315481 after import
|
||
2015-01-15 22:46:54.430331447 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=181
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.56 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:46:58.364969158 after sql statement
|
||
2015-01-15 22:46:58.374550365 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=181
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.47 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:00.853834337 after sql statement
|
||
2015-01-15 22:47:00.869779304 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=181
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.33 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:01.207530302 after sql statement
|
||
2015-01-15 22:47:01.237149781 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.48 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:05.720240636 after sql statement
|
||
2015-01-15 22:47:05.736701859 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=182
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.91 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:09.338650700 after sql statement
|
||
2015-01-15 22:47:09.348551219 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=182
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:11.240567801 after sql statement
|
||
2015-01-15 22:47:11.247694003 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=182
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:11.923171859 after sql statement
|
||
2015-01-15 22:47:11.925559315 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224712_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:47:12 (32912) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224712_Job_62652.xml
|
||
2015-01-15 22:47:12 (32912) INFO : Job file loaded, run time for this step : 0.353562 seconds
|
||
2015-01-15 22:47:12 (32912) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:12 (32912) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:12 (32912) INFO : preProcess completed, run time for this step : 0.0207629 seconds
|
||
2015-01-15 22:47:12 (32912) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:12 (32912) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:47:12 (32912) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:13 (32912) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:47:13 (32912) INFO : Bulk load completed, total run time : 1.39741 seconds
|
||
|
||
2015-01-15 22:47:13.640204676 after import
|
||
2015-01-15 22:47:13.655226679 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=183
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.60 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:17.074919163 after sql statement
|
||
2015-01-15 22:47:17.100735126 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=183
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.88 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:19.031645027 after sql statement
|
||
2015-01-15 22:47:19.052755680 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=183
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.04 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:20.101109384 after sql statement
|
||
2015-01-15 22:47:20.148237410 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.70 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:23.865368073 after sql statement
|
||
2015-01-15 22:47:23.874746511 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=184
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.25 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:25.564124322 after sql statement
|
||
2015-01-15 22:47:25.567867767 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=184
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.05 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:29.631298708 after sql statement
|
||
2015-01-15 22:47:29.639895124 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=184
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.71 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:30.358006335 after sql statement
|
||
2015-01-15 22:47:30.361551300 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224731_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:47:31 (47133) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224731_Job_62652.xml
|
||
2015-01-15 22:47:31 (47133) INFO : Job file loaded, run time for this step : 0.512659 seconds
|
||
2015-01-15 22:47:31 (47133) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:31 (47133) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:31 (47133) INFO : preProcess completed, run time for this step : 0.0952601 seconds
|
||
2015-01-15 22:47:31 (47133) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:31 (47133) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:47:31 (47133) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:31 (47133) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:47:32 (47133) INFO : Bulk load completed, total run time : 1.72936 seconds
|
||
|
||
2015-01-15 22:47:32.326105992 after import
|
||
2015-01-15 22:47:32.342530460 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=185
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.29 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:35.036875556 after sql statement
|
||
2015-01-15 22:47:35.045900842 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=185
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.46 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:36.513918752 after sql statement
|
||
2015-01-15 22:47:36.519949681 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=185
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.72 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:37.259764820 after sql statement
|
||
2015-01-15 22:47:37.291551810 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.81 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:41.112894043 after sql statement
|
||
2015-01-15 22:47:41.133373182 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=186
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.11 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.08 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:43.332505412 after sql statement
|
||
2015-01-15 22:47:43.388484028 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=186
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.43 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:45.828333660 after sql statement
|
||
2015-01-15 22:47:45.834491785 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=186
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:47.003682466 after sql statement
|
||
2015-01-15 22:47:47.009223462 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224747_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:47:47 (59687) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224747_Job_62652.xml
|
||
2015-01-15 22:47:47 (59687) INFO : Job file loaded, run time for this step : 0.456864 seconds
|
||
2015-01-15 22:47:47 (59687) INFO : PreProcessing check starts
|
||
2015-01-15 22:47:47 (59687) INFO : PreProcessing check completed
|
||
2015-01-15 22:47:47 (59687) INFO : preProcess completed, run time for this step : 0.0273759 seconds
|
||
2015-01-15 22:47:47 (59687) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:47:47 (59687) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:47:47 (59687) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:47:48 (59687) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:47:48 (59687) INFO : Bulk load completed, total run time : 1.50725 seconds
|
||
|
||
2015-01-15 22:47:48.692409751 after import
|
||
2015-01-15 22:47:48.697384549 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=187
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.13 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.92 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:51.750031741 after sql statement
|
||
2015-01-15 22:47:51.757669684 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=187
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.55 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:54.324498664 after sql statement
|
||
2015-01-15 22:47:54.334781937 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=187
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.28 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:47:54.621279865 after sql statement
|
||
2015-01-15 22:47:54.678221422 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.56 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:47:58.248471199 after sql statement
|
||
2015-01-15 22:47:58.256721882 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=188
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.95 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.30 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:01.519591077 after sql statement
|
||
2015-01-15 22:48:01.537957733 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=188
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.40 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:02.947923896 after sql statement
|
||
2015-01-15 22:48:02.957903931 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=188
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:03.144331053 after sql statement
|
||
2015-01-15 22:48:03.150064454 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224803_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:48:03 (6682) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224803_Job_62652.xml
|
||
2015-01-15 22:48:03 (6682) INFO : Job file loaded, run time for this step : 0.446885 seconds
|
||
2015-01-15 22:48:03 (6682) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:03 (6682) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:03 (6682) INFO : preProcess completed, run time for this step : 0.047507 seconds
|
||
2015-01-15 22:48:03 (6682) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:03 (6682) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:48:03 (6682) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:03 (6682) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:48:04 (6682) INFO : Bulk load completed, total run time : 1.51675 seconds
|
||
|
||
2015-01-15 22:48:04.835238129 after import
|
||
2015-01-15 22:48:04.839478077 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=189
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:08.517965538 after sql statement
|
||
2015-01-15 22:48:08.524832628 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=189
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.54 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:10.073103077 after sql statement
|
||
2015-01-15 22:48:10.076650170 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=189
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.65 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:11.730068988 after sql statement
|
||
2015-01-15 22:48:11.758440514 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.76 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:15.541981165 after sql statement
|
||
2015-01-15 22:48:15.548048283 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=190
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.31 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.18 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:20.039406548 after sql statement
|
||
2015-01-15 22:48:20.087526919 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=190
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.71 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:22.812275882 after sql statement
|
||
2015-01-15 22:48:22.817364886 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=190
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.66 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:23.496152639 after sql statement
|
||
2015-01-15 22:48:23.503343097 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224823_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:48:24 (21826) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224823_Job_62652.xml
|
||
2015-01-15 22:48:24 (21826) INFO : Job file loaded, run time for this step : 0.364925 seconds
|
||
2015-01-15 22:48:24 (21826) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:24 (21826) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:24 (21826) INFO : preProcess completed, run time for this step : 0.0959828 seconds
|
||
2015-01-15 22:48:24 (21826) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:24 (21826) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:24 (21826) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:48:24 (21826) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:48:25 (21826) INFO : Bulk load completed, total run time : 1.50943 seconds
|
||
|
||
2015-01-15 22:48:25.190023969 after import
|
||
2015-01-15 22:48:25.201926322 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=191
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.02 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.54 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:27.779893258 after sql statement
|
||
2015-01-15 22:48:27.787323950 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=191
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.20 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:28.997350011 after sql statement
|
||
2015-01-15 22:48:29.001643898 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=191
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.20 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:29.202224755 after sql statement
|
||
2015-01-15 22:48:29.249591712 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.10 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:33.375459215 after sql statement
|
||
2015-01-15 22:48:33.383007750 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=192
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.73 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:36.571376962 after sql statement
|
||
2015-01-15 22:48:36.583944191 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=192
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.75 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:38.350573523 after sql statement
|
||
2015-01-15 22:48:38.357208357 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=192
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.82 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:39.192532954 after sql statement
|
||
2015-01-15 22:48:39.195429502 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224839_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:48:39 (34209) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224839_Job_62652.xml
|
||
2015-01-15 22:48:39 (34209) INFO : Job file loaded, run time for this step : 0.455206 seconds
|
||
2015-01-15 22:48:39 (34209) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:39 (34209) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:39 (34209) INFO : preProcess completed, run time for this step : 0.082969 seconds
|
||
2015-01-15 22:48:39 (34209) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:40 (34209) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:48:40 (34209) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:40 (34209) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:48:41 (34209) INFO : Bulk load completed, total run time : 1.56056 seconds
|
||
|
||
2015-01-15 22:48:41.030458583 after import
|
||
2015-01-15 22:48:41.034173301 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=193
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.53 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:43.306426948 after sql statement
|
||
2015-01-15 22:48:43.314049700 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=193
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:44.973640036 after sql statement
|
||
2015-01-15 22:48:44.980273795 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=193
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:45.720597911 after sql statement
|
||
2015-01-15 22:48:45.767138572 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.57 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:49.361990734 after sql statement
|
||
2015-01-15 22:48:49.367080418 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=194
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.34 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.38 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:52.095935632 after sql statement
|
||
2015-01-15 22:48:52.105803172 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=194
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.22 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:48:55.343506599 after sql statement
|
||
2015-01-15 22:48:55.347564588 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=194
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.14 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:55.496015029 after sql statement
|
||
2015-01-15 22:48:55.498263757 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224855_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:48:55 (46517) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224855_Job_62652.xml
|
||
2015-01-15 22:48:55 (46517) INFO : Job file loaded, run time for this step : 0.326214 seconds
|
||
2015-01-15 22:48:55 (46517) INFO : PreProcessing check starts
|
||
2015-01-15 22:48:55 (46517) INFO : PreProcessing check completed
|
||
2015-01-15 22:48:55 (46517) INFO : preProcess completed, run time for this step : 0.0256529 seconds
|
||
2015-01-15 22:48:55 (46517) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:48:56 (46517) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:48:56 (46517) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:48:56 (46517) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:48:57 (46517) INFO : Bulk load completed, total run time : 1.3869 seconds
|
||
|
||
2015-01-15 22:48:57.023521110 after import
|
||
2015-01-15 22:48:57.053378957 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=195
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.03 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.32 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:48:59.417561839 after sql statement
|
||
2015-01-15 22:48:59.425599818 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=195
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.84 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:02.277469556 after sql statement
|
||
2015-01-15 22:49:02.301064771 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=195
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.41 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:02.718235993 after sql statement
|
||
2015-01-15 22:49:02.774306759 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.25 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:07.031871783 after sql statement
|
||
2015-01-15 22:49:07.042122198 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=196
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.37 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.73 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:12.153593444 after sql statement
|
||
2015-01-15 22:49:12.159906806 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=196
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:13.885929061 after sql statement
|
||
2015-01-15 22:49:13.891342175 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=196
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:14.567740754 after sql statement
|
||
2015-01-15 22:49:14.575735730 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224916_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:49:16 (59892) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224916_Job_62652.xml
|
||
2015-01-15 22:49:16 (59892) INFO : Job file loaded, run time for this step : 0.465013 seconds
|
||
2015-01-15 22:49:16 (59892) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:16 (59892) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:16 (59892) INFO : preProcess completed, run time for this step : 0.0508869 seconds
|
||
2015-01-15 22:49:16 (59892) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:16 (59892) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:49:16 (59892) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:16 (59892) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:49:17 (59892) INFO : Bulk load completed, total run time : 1.57133 seconds
|
||
|
||
2015-01-15 22:49:17.329041595 after import
|
||
2015-01-15 22:49:17.356012069 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=197
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.06 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.36 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:19.797748241 after sql statement
|
||
2015-01-15 22:49:19.808096861 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=197
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.12 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:20.939318762 after sql statement
|
||
2015-01-15 22:49:20.944864752 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=197
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.35 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:21.306434585 after sql statement
|
||
2015-01-15 22:49:21.339281596 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.92 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:25.260719285 after sql statement
|
||
2015-01-15 22:49:25.267874420 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=198
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.80 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.81 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:27.893536056 after sql statement
|
||
2015-01-15 22:49:27.907561863 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=198
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.80 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:31.719990436 after sql statement
|
||
2015-01-15 22:49:31.731045809 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=198
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.26 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:32.994916028 after sql statement
|
||
2015-01-15 22:49:33.005606044 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224933_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:49:33 (8580) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224933_Job_62652.xml
|
||
2015-01-15 22:49:33 (8580) INFO : Job file loaded, run time for this step : 0.489814 seconds
|
||
2015-01-15 22:49:33 (8580) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:33 (8580) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:33 (8580) INFO : preProcess completed, run time for this step : 0.091501 seconds
|
||
2015-01-15 22:49:33 (8580) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:33 (8580) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:49:33 (8580) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:34 (8580) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:49:34 (8580) INFO : Bulk load completed, total run time : 1.62955 seconds
|
||
|
||
2015-01-15 22:49:34.853750523 after import
|
||
2015-01-15 22:49:34.857891376 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=199
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.42 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.40 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:37.681894746 after sql statement
|
||
2015-01-15 22:49:37.686801111 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=199
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.19 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:41.890897150 after sql statement
|
||
2015-01-15 22:49:41.914769650 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=199
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (2.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:44.332109912 after sql statement
|
||
2015-01-15 22:49:44.377232308 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.62 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:48.011964343 after sql statement
|
||
2015-01-15 22:49:48.015906187 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=200
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.67 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:50.574537386 after sql statement
|
||
2015-01-15 22:49:50.588009887 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=200
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.64 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:49:52.242626124 after sql statement
|
||
2015-01-15 22:49:52.253439978 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=200
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:53.063601341 after sql statement
|
||
2015-01-15 22:49:53.066331766 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224953_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:49:53 (22449) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T224953_Job_62652.xml
|
||
2015-01-15 22:49:53 (22449) INFO : Job file loaded, run time for this step : 0.545356 seconds
|
||
2015-01-15 22:49:53 (22449) INFO : PreProcessing check starts
|
||
2015-01-15 22:49:53 (22449) INFO : PreProcessing check completed
|
||
2015-01-15 22:49:53 (22449) INFO : preProcess completed, run time for this step : 0.0926838 seconds
|
||
2015-01-15 22:49:53 (22449) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:49:53 (22449) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:49:53 (22449) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:49:53 (22449) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:49:54 (22449) INFO : Bulk load completed, total run time : 1.65651 seconds
|
||
|
||
2015-01-15 22:49:54.869226986 after import
|
||
2015-01-15 22:49:54.872837979 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=201
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.90 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.90 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:49:59.675043740 after sql statement
|
||
2015-01-15 22:49:59.681509675 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=201
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.72 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:02.418865598 after sql statement
|
||
2015-01-15 22:50:02.425758535 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=201
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.00 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:03.442504771 after sql statement
|
||
2015-01-15 22:50:03.489037432 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.88 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:07.381053531 after sql statement
|
||
2015-01-15 22:50:07.394623384 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=202
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.12 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.39 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:11.907355328 after sql statement
|
||
2015-01-15 22:50:11.911816639 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=202
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:13.815076047 after sql statement
|
||
2015-01-15 22:50:13.826971684 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=202
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.87 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:14.707350165 after sql statement
|
||
2015-01-15 22:50:14.721580263 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225016_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:50:16 (36943) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225016_Job_62652.xml
|
||
2015-01-15 22:50:16 (36943) INFO : Job file loaded, run time for this step : 0.529262 seconds
|
||
2015-01-15 22:50:16 (36943) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:16 (36943) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:16 (36943) INFO : preProcess completed, run time for this step : 0.088891 seconds
|
||
2015-01-15 22:50:16 (36943) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:16 (36943) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:16 (36943) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:50:16 (36943) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:50:17 (36943) INFO : Bulk load completed, total run time : 1.63769 seconds
|
||
|
||
2015-01-15 22:50:17.371570432 after import
|
||
2015-01-15 22:50:17.380781650 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=203
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.87 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.16 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:21.419436862 after sql statement
|
||
2015-01-15 22:50:21.424653153 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=203
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.89 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:23.325866640 after sql statement
|
||
2015-01-15 22:50:23.335620990 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=203
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.59 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:24.936180865 after sql statement
|
||
2015-01-15 22:50:24.962275739 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.10 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:29.061524793 after sql statement
|
||
2015-01-15 22:50:29.079919529 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=204
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.19 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.45 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:32.733193218 after sql statement
|
||
2015-01-15 22:50:32.739917931 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=204
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.53 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:34.282778908 after sql statement
|
||
2015-01-15 22:50:34.288633088 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=204
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:35.097548745 after sql statement
|
||
2015-01-15 22:50:35.099648800 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225035_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:50:35 (51889) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225035_Job_62652.xml
|
||
2015-01-15 22:50:35 (51889) INFO : Job file loaded, run time for this step : 0.40434 seconds
|
||
2015-01-15 22:50:35 (51889) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:36 (51889) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:36 (51889) INFO : preProcess completed, run time for this step : 1.03766 seconds
|
||
2015-01-15 22:50:36 (51889) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:36 (51889) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:50:36 (51889) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:37 (51889) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:50:37 (51889) INFO : Bulk load completed, total run time : 2.47987 seconds
|
||
|
||
2015-01-15 22:50:37.817482206 after import
|
||
2015-01-15 22:50:37.826633990 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=205
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.81 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.79 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:40.434413205 after sql statement
|
||
2015-01-15 22:50:40.439368630 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=205
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.66 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:42.109141736 after sql statement
|
||
2015-01-15 22:50:42.120361014 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=205
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.24 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:42.377514318 after sql statement
|
||
2015-01-15 22:50:42.409987867 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.04 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:46.485220078 after sql statement
|
||
2015-01-15 22:50:46.505377369 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=206
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.28 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.07 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:50.864031702 after sql statement
|
||
2015-01-15 22:50:50.869901433 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=206
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.23 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:50:53.111812442 after sql statement
|
||
2015-01-15 22:50:53.117772296 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=206
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.11 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:50:54.224810888 after sql statement
|
||
2015-01-15 22:50:55.463201703 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225056_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:50:57 (65052) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225056_Job_62652.xml
|
||
2015-01-15 22:50:57 (65052) INFO : Job file loaded, run time for this step : 0.618021 seconds
|
||
2015-01-15 22:50:57 (65052) INFO : PreProcessing check starts
|
||
2015-01-15 22:50:57 (65052) INFO : PreProcessing check completed
|
||
2015-01-15 22:50:57 (65052) INFO : preProcess completed, run time for this step : 0.045994 seconds
|
||
2015-01-15 22:50:57 (65052) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:50:57 (65052) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:50:57 (65052) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:50:57 (65052) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:50:58 (65052) INFO : Bulk load completed, total run time : 1.73865 seconds
|
||
|
||
2015-01-15 22:50:58.169901694 after import
|
||
2015-01-15 22:50:58.185184707 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=207
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.57 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.55 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:01.325067505 after sql statement
|
||
2015-01-15 22:51:01.329541994 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=207
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (2.30 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:03.643445548 after sql statement
|
||
2015-01-15 22:51:03.647952948 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=207
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (1.10 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:04.763322021 after sql statement
|
||
2015-01-15 22:51:04.804480756 before sql statment
|
||
--------------
|
||
load data infile '/tmp/test211_3.tbl' into table test211_3 fields terminated by '|'
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (4.44 sec)
|
||
Records: 30000 Deleted: 0 Skipped: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:09.251193618 after sql statement
|
||
2015-01-15 22:51:09.260419526 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=208
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.08 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (1.01 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:13.357093382 after sql statement
|
||
2015-01-15 22:51:13.361215331 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=208
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (3.29 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:16.662189684 after sql statement
|
||
2015-01-15 22:51:16.666365751 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=208
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.56 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:17.244551665 after sql statement
|
||
2015-01-15 22:51:17.248023856 before import
|
||
Locale is : C
|
||
|
||
Using table OID 62652 as the default JOB ID
|
||
Input file(s) will be read from : STDIN
|
||
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225119_Job_62652.xml
|
||
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62652.log
|
||
2015-01-15 22:51:20 (15728) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62652_D20150115_T225119_Job_62652.xml
|
||
2015-01-15 22:51:20 (15728) INFO : Job file loaded, run time for this step : 0.493894 seconds
|
||
2015-01-15 22:51:20 (15728) INFO : PreProcessing check starts
|
||
2015-01-15 22:51:20 (15728) INFO : PreProcessing check completed
|
||
2015-01-15 22:51:20 (15728) INFO : preProcess completed, run time for this step : 0.682335 seconds
|
||
2015-01-15 22:51:20 (15728) INFO : No of Read Threads Spawned = 1
|
||
2015-01-15 22:51:20 (15728) INFO : [0;1mReading input from STDIN to import into table dmlc.test211_3...[0;39m
|
||
2015-01-15 22:51:20 (15728) INFO : No of Parse Threads Spawned = 3
|
||
2015-01-15 22:51:21 (15728) INFO : For table dmlc.test211_3: 30000 rows processed and 30000 rows inserted.
|
||
2015-01-15 22:51:21 (15728) INFO : Bulk load completed, total run time : 2.24325 seconds
|
||
|
||
2015-01-15 22:51:21.852233129 after import
|
||
2015-01-15 22:51:21.926329077 before sql statment
|
||
--------------
|
||
set autocommit=off
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.00 sec)
|
||
|
||
--------------
|
||
delete from test211_3 where batch=209
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.04 sec)
|
||
|
||
--------------
|
||
rollback
|
||
--------------
|
||
|
||
Query OK, 0 rows affected (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:23.435071404 after sql statement
|
||
2015-01-15 22:51:23.443497425 before sql statment
|
||
--------------
|
||
update test211_3 set c2=c1 where batch=209
|
||
--------------
|
||
|
||
Query OK, 30000 rows affected (1.10 sec)
|
||
Rows matched: 0 Changed: 0 Warnings: 0
|
||
|
||
Bye
|
||
2015-01-15 22:51:24.560283839 after sql statement
|
||
2015-01-15 22:51:24.567739053 before sql statment
|
||
--------------
|
||
select count(*), if(count(*)=30000, 'good', 'bad') result from test211_3 where batch=209
|
||
--------------
|
||
|
||
+----------+--------+
|
||
| count(*) | result |
|
||
+----------+--------+
|
||
| 30000 | good |
|
||
+----------+--------+
|
||
1 row in set (0.44 sec)
|
||
|
||
Bye
|
||
2015-01-15 22:51:25.007193187 after sql statement
|
||
Thu Jan 15 22:51:25 CST 2015 - All done.
|