Index: conf/hive-default.xml
===================================================================
--- conf/hive-default.xml (revision 1164667)
+++ conf/hive-default.xml (working copy)
@@ -480,7 +480,7 @@
hive.exec.compress.intermediate
- false
+ true
This controls whether intermediate files produced by hive between multiple map-reduce jobs are compressed. The compression codec and other options are determined from hadoop config variables mapred.output.compress*
@@ -1164,6 +1164,16 @@
+ hive.exec.inter.mapred.compression.codec
+
+ For select queries, this codec will be used to compress the data output by all map reduce jobs, for inserts,
+ this codec will be used to compress the output of every map reduce job except for the last one. For example, if the
+ query is a select with a join followed by a group by, the output of the map reduce jobs for both the join and the group
+ by will be compressed using this codec. If the query is an insert instead of a select, only the output of the map reduce
+ job for the join will be compressed using this codec.
+
+
+
hive.exec.perf.logger
org.apache.hadoop.hive.ql.log.PerfLogger
The class responsible logging client side performance metrics. Must be a subclass of org.apache.hadoop.hive.ql.log.PerfLogger
Index: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
===================================================================
--- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (revision 1164667)
+++ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (working copy)
@@ -163,6 +163,7 @@
HADOOPNUMREDUCERS("mapred.reduce.tasks", 1),
HADOOPJOBNAME("mapred.job.name", null),
HADOOPSPECULATIVEEXECREDUCERS("mapred.reduce.tasks.speculative.execution", false),
+ HADOOP_OUTPUT_COMPRESSION_CODEC("mapred.output.compression.codec", null),
// Metastore stuff. Be sure to update HiveConf.metaVars when you add
// something here!
@@ -468,6 +469,9 @@
HIVE_AUTOGEN_COLUMNALIAS_PREFIX_INCLUDEFUNCNAME(
"hive.autogen.columnalias.prefix.includefuncname", false),
+ // compression to be used between map reduce jobs
+ HIVE_INTER_MAPRED_COMPRESSION_CODEC("hive.exec.inter.mapred.compression.codec", ""),
+
// The class responsible for logging client side performance metrics
// Must be a subclass of org.apache.hadoop.hive.ql.log.PerfLogger
HIVE_PERF_LOGGER("hive.exec.perf.logger", "org.apache.hadoop.hive.ql.log.PerfLogger"),
Index: ql/src/test/results/clientpositive/no_hooks.q.out
===================================================================
--- ql/src/test/results/clientpositive/no_hooks.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/no_hooks.q.out (working copy)
@@ -64,7 +64,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -73,7 +73,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-46-21_910_5832404521138845298/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-27-19_392_1861017019011008528/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -112,7 +112,7 @@
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 WHERE src1.key < 10 and src2.key < 10 SORT BY src1.key, src1.value, src2.key, src2.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-46-22_013_4175620417781966963/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-27-19_530_8023775389772710909/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
Index: ql/src/test/results/clientpositive/merge4.q.out
===================================================================
--- ql/src/test/results/clientpositive/merge4.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/merge4.q.out (working copy)
@@ -52,7 +52,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-02-10_356_7280229505981137852/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-20-29_518_2476192803166174533/-ext-10000
Stage: Stage-0
Move Operator
@@ -73,7 +73,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-02-10_356_7280229505981137852/-ext-10002
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-20-29_518_2476192803166174533/-ext-10002
File Output Operator
compressed: false
GlobalTableId: 0
@@ -103,12 +103,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=11
PREHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=12
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-02-15_948_4448616854824017595/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-20-34_890_674693267747276017/-mr-10000
POSTHOOK: query: select * from nzhang_part
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=11
POSTHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=12
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-02-15_948_4448616854824017595/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-20-34_890_674693267747276017/-mr-10000
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).key SIMPLE [(srcpart)srcpart.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).value SIMPLE [(srcpart)srcpart.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=12).key SIMPLE [(srcpart)srcpart.FieldSchema(name:key, type:string, comment:default), ]
@@ -1164,7 +1164,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-02-16_568_1739193937590832777/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-20-35_396_548584680996029802/-ext-10000
Stage: Stage-0
Move Operator
@@ -1185,7 +1185,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-02-16_568_1739193937590832777/-ext-10002
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-20-35_396_548584680996029802/-ext-10002
File Output Operator
compressed: false
GlobalTableId: 0
@@ -1216,12 +1216,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=11
PREHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=12
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-02-24_111_1113738330444018754/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-20-43_391_1895217434488688098/-mr-10000
POSTHOOK: query: select * from nzhang_part
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=11
POSTHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=12
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-02-24_111_1113738330444018754/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-20-43_391_1895217434488688098/-mr-10000
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).key SIMPLE [(srcpart)srcpart.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).value SIMPLE [(srcpart)srcpart.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).key SIMPLE [(srcpart)srcpart.FieldSchema(name:key, type:string, comment:default), ]
@@ -2778,7 +2778,7 @@
type: string
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2787,7 +2787,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/tomasz/hive_2011-06-01_20-02-24_726_3971634126900198682/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-20-43_901_177189220886354271/-mr-10002
Union
Select Operator
expressions:
@@ -2806,7 +2806,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.nzhang_part
- file:/tmp/tomasz/hive_2011-06-01_20-02-24_726_3971634126900198682/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-20-43_901_177189220886354271/-mr-10004
Union
Select Operator
expressions:
@@ -2833,7 +2833,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-02-24_726_3971634126900198682/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-20-43_901_177189220886354271/-ext-10000
Stage: Stage-0
Move Operator
@@ -2854,7 +2854,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-02-24_726_3971634126900198682/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-20-43_901_177189220886354271/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -2894,7 +2894,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2957,11 +2957,11 @@
PREHOOK: query: select * from nzhang_part where hr = 'file,'
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=file,
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-02-37_034_2460969026932694029/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-20-56_096_9010775224466985326/-mr-10000
POSTHOOK: query: select * from nzhang_part where hr = 'file,'
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_part@ds=2010-08-15/hr=file,
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-02-37_034_2460969026932694029/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-20-56_096_9010775224466985326/-mr-10000
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).key SIMPLE [(srcpart)srcpart.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).value SIMPLE [(srcpart)srcpart.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: nzhang_part PARTITION(ds=2010-08-15,hr=11).key EXPRESSION [(srcpart)srcpart.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/auto_join27.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join27.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join27.q.out (working copy)
@@ -91,7 +91,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -132,7 +132,7 @@
Stage: Stage-6
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10002
Union
Map Join Operator
condition map:
@@ -153,12 +153,12 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10004
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10004
Union
Map Join Operator
condition map:
@@ -179,7 +179,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -190,7 +190,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -219,14 +219,14 @@
Stage: Stage-10
Map Reduce Local Work
Alias -> Map Local Tables:
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10002
Fetch Operator
limit: -1
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10004
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10004
Fetch Operator
limit: -1
Alias -> Map Local Operator Tree:
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10002
Union
HashTable Sink Operator
condition expressions:
@@ -237,7 +237,7 @@
0 [Column[_col0]]
1 [Column[_col0]]
Position of Big Table: 1
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10004
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10004
Union
HashTable Sink Operator
condition expressions:
@@ -283,7 +283,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -294,7 +294,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10002
Union
Reduce Output Operator
key expressions:
@@ -305,7 +305,7 @@
expr: _col0
type: string
tag: 0
- file:/tmp/njain/hive_2011-03-23_22-02-43_416_1632994873933518743/-mr-10004
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-24_663_2102283373934599005/-mr-10004
Union
Reduce Output Operator
key expressions:
@@ -353,7 +353,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -373,7 +373,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -396,7 +396,7 @@
ON src_12.key = src3.k AND src3.k < 200
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-03-23_22-02-44_469_912794075622273367/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-25_042_5448064865943657290/-mr-10000
POSTHOOK: query: SELECT count(1)
FROM
(
@@ -409,5 +409,5 @@
ON src_12.key = src3.k AND src3.k < 200
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-03-23_22-02-44_469_912794075622273367/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-25_042_5448064865943657290/-mr-10000
548
Index: ql/src/test/results/clientpositive/union19.q.out
===================================================================
--- ql/src/test/results/clientpositive/union19.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union19.q.out (working copy)
@@ -73,7 +73,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -82,7 +82,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-50-35_633_5501263837548824327/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-55_095_1865225486506586816/-mr-10004
Union
Select Operator
expressions:
@@ -129,7 +129,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest2
- file:/tmp/sdong/hive_2011-02-10_17-50-35_633_5501263837548824327/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-55_095_1865225486506586816/-mr-10005
Union
Select Operator
expressions:
@@ -242,7 +242,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -275,11 +275,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1 SORT BY DEST1.key, DEST1.value
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-47_346_4576578696322369282/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-07_232_2595782187532446678/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1 SORT BY DEST1.key, DEST1.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-47_346_4576578696322369282/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-07_232_2595782187532446678/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)s1.null, (src)s2.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
@@ -598,11 +598,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2 SORT BY DEST2.key, DEST2.val1, DEST2.val2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-50_762_8525696098189627148/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-10_248_2778445726842433375/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2 SORT BY DEST2.key, DEST2.val1, DEST2.val2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-50_762_8525696098189627148/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-10_248_2778445726842433375/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)s1.null, (src)s2.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/union4.q.out
===================================================================
--- ql/src/test/results/clientpositive/union4.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union4.q.out (working copy)
@@ -69,7 +69,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -78,7 +78,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-52-19_578_5455021115144951464/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-30_784_5035020013796439023/-mr-10002
Union
Select Operator
expressions:
@@ -102,7 +102,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.tmptable
- file:/tmp/sdong/hive_2011-02-10_17-52-19_578_5455021115144951464/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-30_784_5035020013796439023/-mr-10004
Union
Select Operator
expressions:
@@ -134,7 +134,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-52-19_578_5455021115144951464/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-53-30_784_5035020013796439023/-ext-10000
Stage: Stage-0
Move Operator
@@ -152,7 +152,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-52-19_578_5455021115144951464/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-53-30_784_5035020013796439023/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -196,7 +196,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -222,11 +222,11 @@
PREHOOK: query: select * from tmptable x sort by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@tmptable
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-31_950_2290511422094854304/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-53-41_044_3562033566839143494/-mr-10000
POSTHOOK: query: select * from tmptable x sort by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmptable
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-31_950_2290511422094854304/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-53-41_044_3562033566839143494/-mr-10000
POSTHOOK: Lineage: tmptable.key EXPRESSION []
POSTHOOK: Lineage: tmptable.value EXPRESSION [(src)s1.null, (src)s2.null, ]
tst1 500
Index: ql/src/test/results/clientpositive/ppd_clusterby.q.out
===================================================================
--- ql/src/test/results/clientpositive/ppd_clusterby.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/ppd_clusterby.q.out (working copy)
@@ -64,11 +64,11 @@
PREHOOK: query: SELECT * FROM SRC x where x.key = 10 CLUSTER BY x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-56-22_369_8709666241977580995/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-25_583_164641036682406506/-mr-10000
POSTHOOK: query: SELECT * FROM SRC x where x.key = 10 CLUSTER BY x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-56-22_369_8709666241977580995/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-25_583_164641036682406506/-mr-10000
10 val_10
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
@@ -147,7 +147,7 @@
type: string
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -156,7 +156,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-56-25_857_6745085956410995305/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-36-28_612_7539474887483909616/-mr-10002
Reduce Output Operator
key expressions:
expr: _col1
@@ -190,11 +190,11 @@
PREHOOK: query: SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-56-25_950_4577225496126879083/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-28_694_5733348950931188526/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-06-51_471_1696629323983265212/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-28_694_5733348950931188526/-mr-10000
20 val_20 20
PREHOOK: query: EXPLAIN
SELECT * FROM SRC x where x.key = 10 CLUSTER BY x.key
@@ -258,11 +258,11 @@
PREHOOK: query: SELECT * FROM SRC x where x.key = 10 CLUSTER BY x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-07-07_755_9086280220307924310/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-34_626_5911219535869923766/-mr-10000
POSTHOOK: query: SELECT * FROM SRC x where x.key = 10 CLUSTER BY x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-07-07_755_9086280220307924310/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-34_626_5911219535869923766/-mr-10000
10 val_10
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
@@ -337,7 +337,7 @@
type: string
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -346,7 +346,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-07-16_261_4934200005006221322/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-36-37_662_8938345607463806504/-mr-10002
Reduce Output Operator
key expressions:
expr: _col1
@@ -380,9 +380,9 @@
PREHOOK: query: SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-07-16_525_2344085515974635436/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-37_741_8877703636336433808/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-07-16_525_2344085515974635436/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-37_741_8877703636336433808/-mr-10000
20 val_20 20
Index: ql/src/test/results/clientpositive/groupby9.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby9.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby9.q.out (working copy)
@@ -63,7 +63,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -80,7 +80,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -89,7 +89,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-15-33_862_259216797160384461/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-06-08_857_6780233417111386528/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -151,7 +151,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-15-33_862_259216797160384461/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-06-08_857_6780233417111386528/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -243,11 +243,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-08_293_7429924683538619525/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-23_075_4612434001936807108/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-08_293_7429924683538619525/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-23_075_4612434001936807108/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -565,11 +565,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-08_668_6870820897021045378/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-23_320_4715419201425420776/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-08_668_6870820897021045378/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-23_320_4715419201425420776/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -944,7 +944,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -961,7 +961,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -970,7 +970,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-09_054_756521726730230471/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-06-23_518_2725068544392270803/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -1032,7 +1032,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-09_054_756521726730230471/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-06-23_518_2725068544392270803/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -1129,11 +1129,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-44_276_5880475121158610160/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-35_070_3284118803021462327/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-44_276_5880475121158610160/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-35_070_3284118803021462327/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -1456,11 +1456,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-44_784_5108066836829341387/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-35_263_1572763425525948711/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-44_784_5108066836829341387/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-35_263_1572763425525948711/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -1960,11 +1960,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-58_560_7963602050299315972/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-41_400_6301776853351952670/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-58_560_7963602050299315972/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-41_400_6301776853351952670/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2292,11 +2292,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-58_834_1833873061276074904/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-41_607_3828650419467971518/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-16-58_834_1833873061276074904/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-41_607_3828650419467971518/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2812,11 +2812,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-12_890_6380160763542148885/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-48_372_8271629408395380317/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-12_890_6380160763542148885/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-48_372_8271629408395380317/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3149,11 +3149,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-13_193_7339074127411194349/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-48_580_2825474598837157475/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-13_193_7339074127411194349/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-48_580_2825474598837157475/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3558,7 +3558,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -3575,7 +3575,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -3584,7 +3584,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-13_497_4987436197286921147/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-06-48_880_3015916574065943429/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -3646,7 +3646,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-13_497_4987436197286921147/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-06-48_880_3015916574065943429/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -3758,11 +3758,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-45_975_5081969405039841540/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-07-04_020_8500920950006369732/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-45_975_5081969405039841540/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-07-04_020_8500920950006369732/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -4100,11 +4100,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-46_291_8513836760939670649/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-07-04_220_8753188258500234226/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-17-46_291_8513836760939670649/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-07-04_220_8753188258500234226/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/index_bitmap3.q.out
===================================================================
--- ql/src/test/results/clientpositive/index_bitmap3.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/index_bitmap3.q.out (working copy)
@@ -69,11 +69,11 @@
PREHOOK: query: SELECT * FROM default__src_src1_index__ ORDER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@default__src_src1_index__
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-40-50_602_8891280180086929788/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-32_763_1349910526594097334/-mr-10000
POSTHOOK: query: SELECT * FROM default__src_src1_index__ ORDER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src1_index__
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-40-50_602_8891280180086929788/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-32_763_1349910526594097334/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
@@ -82,514 +82,514 @@
POSTHOOK: Lineage: default__src_src2_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
-0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
-0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
-0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
-10 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
-100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
-100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
-103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
-103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
-104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
-104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
-105 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
-11 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
-111 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
-113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
-113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
-114 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
-116 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
-118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
-118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
-119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
-119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
-119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
-12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
-12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
-120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
-120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
-125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
-125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
-126 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
-128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
-128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
-128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
-129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
-129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
-131 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
-133 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
-134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
-134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
-136 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
-137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
-137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
-143 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
-145 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
-146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
-146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
-149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
-149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
-15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
-15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
-150 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
-152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
-152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
-153 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
-155 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
-156 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
-157 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
-158 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
-160 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
-162 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
-163 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
-164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
-164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
-165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
-165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
-166 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
-167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
-167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
-167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
-168 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
-17 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
-170 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
-172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
-172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
-174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
-174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
-175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
-175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
-176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
-176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
-177 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
-178 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
-179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
-179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
-18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
-18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
-180 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
-181 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
-183 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
-186 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
-187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
-187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
-187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
-189 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
-19 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
-190 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
-191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
-191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
-192 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
-193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
-193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
-193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
-194 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
-195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
-195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
-196 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
-197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
-197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
-199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
-199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
-199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
-2 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
-20 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
-200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
-200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
-201 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
-202 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
-203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
-203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
-205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
-205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
-207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
-207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
-208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
-208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
-208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
-209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
-209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
-213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
-213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
-214 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
-216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
-216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
-217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
-217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
-218 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
-219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
-219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
-221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
-221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
-222 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
-223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
-223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
-224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
-224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
-226 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
-228 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
-229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
-229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
-233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
-233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
-235 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
-237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
-237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
-238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
-238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
-239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
-239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
-24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
-24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
-241 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
-242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
-242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
-244 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
-247 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
-248 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
-249 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
-252 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
-255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
-255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
-256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
-256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
-257 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
-258 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
-26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
-26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
-260 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
-262 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
-263 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
-265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
-265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
-266 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
-27 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
-272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
-272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
-273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
-273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
-273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
-274 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
-275 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
-278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
-278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
-28 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
-280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
-280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
-281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
-281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
-282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
-282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
-283 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
-284 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
-285 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
-286 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
-287 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
-288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
-288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
-289 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
-291 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
-292 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
-296 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
-298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
-298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
-298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
-30 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
-302 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
-305 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
-306 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
-307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
-307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
-308 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
-309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
-309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
-310 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
-311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
-311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
-311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
-315 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
-316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
-316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
-316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
-317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
-317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
-318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
-318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
-318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
-321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
-321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
-322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
-322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
-323 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
-325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
-325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
-327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
-327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
-327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
-33 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
-331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
-331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
-332 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
-333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
-333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
-335 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
-336 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
-338 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
-339 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
-34 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
-341 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
-342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
-342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
-344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
-344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
-345 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
-35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
-35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
-35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
-351 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
-353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
-353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
-356 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
-360 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
-362 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
-364 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
-365 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
-366 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
-367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
-367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
-368 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
-369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
-369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
-369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
-37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
-37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
-373 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
-374 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
-375 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
-377 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
-378 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
-379 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
-382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
-382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
-384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
-384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
-384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
-386 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
-389 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
-392 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
-393 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
-394 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
-395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
-395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
-396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
-396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
-396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
-397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
-397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
-399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
-399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
-4 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
-400 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
-402 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
-403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
-403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
-403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
-404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
-404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
-407 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
-409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
-409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
-409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
-41 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
-411 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
-413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
-413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
-414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
-414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
-417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
-417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
-417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
-418 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
-419 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
-42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
-42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
-421 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
-424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
-424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
-427 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
-429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
-429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
-43 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
-430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
-430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
-430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
-431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
-431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
-431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
-432 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
-435 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
-436 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
-437 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
-438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
-438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
-438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
-439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
-439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
-44 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
-443 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
-444 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
-446 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
-448 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
-449 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
-452 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
-453 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
-454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
-454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
-454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
-455 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
-457 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
-458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
-458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
-459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
-459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
-460 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
-462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
-462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
-463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
-463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
-466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
-466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
-466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
-467 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
-47 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
-470 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
-472 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
-475 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
-477 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
-478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
-478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
-479 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
-480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
-480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
-480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
-481 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
-482 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
-483 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
-484 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
-485 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
-487 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
-490 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
-491 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
-492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
-492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
-493 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
-494 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
-495 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
-496 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
-497 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
-498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
-498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
-498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
-5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
-5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
-5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
-51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
-51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
-53 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
-54 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
-57 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
-58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
-58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
-64 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
-65 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
-66 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
-67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
-67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
-69 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
-70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
-70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
-70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
-72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
-72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
-74 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
-76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
-76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
-77 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
-78 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
-8 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
-80 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
-82 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
-83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
-83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
-84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
-84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
-85 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
-86 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
-87 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
-9 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
-90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
-90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
-90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
-92 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
-95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
-95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
-96 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
-97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
-97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
-98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
-98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
+0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
+0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
+0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
+10 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
+100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
+100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
+103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
+103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
+104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
+104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
+105 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
+11 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
+111 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
+113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
+113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
+114 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
+116 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
+118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
+118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
+119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
+119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
+119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
+12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
+12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
+120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
+120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
+125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
+125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
+126 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
+128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
+128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
+128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
+129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
+129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
+131 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
+133 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
+134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
+134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
+136 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
+137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
+137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
+143 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
+145 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
+146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
+146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
+149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
+149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
+15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
+15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
+150 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
+152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
+152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
+153 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
+155 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
+156 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
+157 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
+158 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
+160 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
+162 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
+163 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
+164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
+164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
+165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
+165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
+166 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
+167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
+167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
+167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
+168 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
+17 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
+170 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
+172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
+172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
+174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
+174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
+175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
+175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
+176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
+176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
+177 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
+178 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
+179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
+179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
+18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
+18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
+180 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
+181 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
+183 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
+186 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
+187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
+187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
+187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
+189 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
+19 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
+190 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
+191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
+191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
+192 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
+193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
+193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
+193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
+194 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
+195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
+195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
+196 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
+197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
+197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
+199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
+199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
+199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
+2 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
+20 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
+200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
+200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
+201 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
+202 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
+203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
+203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
+205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
+205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
+207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
+207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
+208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
+208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
+208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
+209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
+209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
+213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
+213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
+214 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
+216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
+216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
+217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
+217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
+218 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
+219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
+219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
+221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
+221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
+222 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
+223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
+223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
+224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
+224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
+226 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
+228 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
+229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
+229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
+233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
+233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
+235 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
+237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
+237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
+238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
+238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
+239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
+239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
+24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
+24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
+241 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
+242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
+242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
+244 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
+247 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
+248 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
+249 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
+252 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
+255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
+255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
+256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
+256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
+257 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
+258 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
+26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
+26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
+260 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
+262 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
+263 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
+265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
+265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
+266 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
+27 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
+272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
+272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
+273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
+273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
+273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
+274 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
+275 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
+278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
+278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
+28 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
+280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
+280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
+281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
+281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
+282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
+282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
+283 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
+284 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
+285 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
+286 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
+287 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
+288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
+288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
+289 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
+291 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
+292 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
+296 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
+298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
+298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
+298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
+30 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
+302 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
+305 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
+306 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
+307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
+307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
+308 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
+309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
+309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
+310 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
+311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
+311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
+311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
+315 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
+316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
+316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
+316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
+317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
+317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
+318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
+318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
+318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
+321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
+321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
+322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
+322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
+323 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
+325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
+325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
+327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
+327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
+327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
+33 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
+331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
+331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
+332 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
+333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
+333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
+335 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
+336 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
+338 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
+339 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
+34 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
+341 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
+342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
+342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
+344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
+344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
+345 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
+35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
+35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
+35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
+351 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
+353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
+353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
+356 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
+360 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
+362 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
+364 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
+365 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
+366 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
+367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
+367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
+368 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
+369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
+369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
+369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
+37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
+37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
+373 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
+374 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
+375 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
+377 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
+378 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
+379 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
+382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
+382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
+384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
+384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
+384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
+386 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
+389 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
+392 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
+393 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
+394 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
+395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
+395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
+396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
+396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
+396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
+397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
+397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
+399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
+399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
+4 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
+400 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
+402 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
+403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
+403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
+403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
+404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
+404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
+407 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
+409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
+409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
+409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
+41 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
+411 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
+413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
+413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
+414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
+414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
+417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
+417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
+417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
+418 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
+419 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
+42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
+42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
+421 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
+424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
+424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
+427 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
+429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
+429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
+43 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
+430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
+430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
+430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
+431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
+431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
+431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
+432 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
+435 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
+436 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
+437 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
+438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
+438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
+438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
+439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
+439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
+44 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
+443 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
+444 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
+446 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
+448 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
+449 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
+452 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
+453 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
+454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
+454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
+454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
+455 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
+457 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
+458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
+458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
+459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
+459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
+460 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
+462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
+462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
+463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
+463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
+466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
+466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
+466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
+467 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
+47 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
+470 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
+472 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
+475 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
+477 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
+478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
+478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
+479 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
+480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
+480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
+480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
+481 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
+482 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
+483 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
+484 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
+485 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
+487 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
+490 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
+491 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
+492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
+492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
+493 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
+494 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
+495 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
+496 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
+497 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
+498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
+498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
+498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
+5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
+5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
+5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
+51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
+51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
+53 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
+54 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
+57 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
+58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
+58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
+64 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
+65 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
+66 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
+67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
+67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
+69 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
+70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
+70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
+70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
+72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
+72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
+74 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
+76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
+76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
+77 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
+78 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
+8 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
+80 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
+82 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
+83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
+83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
+84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
+84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
+85 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
+86 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
+87 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
+9 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
+90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
+90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
+90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
+92 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
+95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
+95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
+96 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
+97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
+97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
+98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
+98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
PREHOOK: query: SELECT * FROM default__src_src2_index__ ORDER BY value
PREHOOK: type: QUERY
PREHOOK: Input: default@default__src_src2_index__
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-40-53_471_4332059402152047025/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-35_749_5624532633955750020/-mr-10000
POSTHOOK: query: SELECT * FROM default__src_src2_index__ ORDER BY value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src2_index__
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-40-53_471_4332059402152047025/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-35_749_5624532633955750020/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
@@ -598,506 +598,506 @@
POSTHOOK: Lineage: default__src_src2_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
-val_0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
-val_0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
-val_0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
-val_10 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
-val_100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
-val_100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
-val_103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
-val_103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
-val_104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
-val_104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
-val_105 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
-val_11 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
-val_111 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
-val_113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
-val_113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
-val_114 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
-val_116 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
-val_118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
-val_118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
-val_119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
-val_119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
-val_119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
-val_12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
-val_12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
-val_120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
-val_120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
-val_125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
-val_125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
-val_126 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
-val_128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
-val_128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
-val_128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
-val_129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
-val_129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
-val_131 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
-val_133 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
-val_134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
-val_134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
-val_136 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
-val_137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
-val_137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
-val_143 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
-val_145 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
-val_146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
-val_146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
-val_149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
-val_149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
-val_15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
-val_15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
-val_150 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
-val_152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
-val_152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
-val_153 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
-val_155 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
-val_156 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
-val_157 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
-val_158 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
-val_160 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
-val_162 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
-val_163 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
-val_164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
-val_164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
-val_165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
-val_165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
-val_166 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
-val_167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
-val_167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
-val_167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
-val_168 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
-val_17 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
-val_170 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
-val_172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
-val_172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
-val_174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
-val_174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
-val_175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
-val_175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
-val_176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
-val_176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
-val_177 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
-val_178 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
-val_179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
-val_179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
-val_18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
-val_18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
-val_180 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
-val_181 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
-val_183 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
-val_186 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
-val_187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
-val_187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
-val_187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
-val_189 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
-val_19 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
-val_190 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
-val_191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
-val_191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
-val_192 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
-val_193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
-val_193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
-val_193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
-val_194 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
-val_195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
-val_195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
-val_196 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
-val_197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
-val_197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
-val_199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
-val_199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
-val_199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
-val_2 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
-val_20 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
-val_200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
-val_200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
-val_201 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
-val_202 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
-val_203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
-val_203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
-val_205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
-val_205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
-val_207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
-val_207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
-val_208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
-val_208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
-val_208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
-val_209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
-val_209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
-val_213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
-val_213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
-val_214 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
-val_216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
-val_216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
-val_217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
-val_217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
-val_218 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
-val_219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
-val_219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
-val_221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
-val_221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
-val_222 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
-val_223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
-val_223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
-val_224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
-val_224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
-val_226 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
-val_228 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
-val_229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
-val_229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
-val_233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
-val_233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
-val_235 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
-val_237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
-val_237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
-val_238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
-val_238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
-val_239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
-val_239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
-val_24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
-val_24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
-val_241 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
-val_242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
-val_242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
-val_244 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
-val_247 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
-val_248 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
-val_249 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
-val_252 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
-val_255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
-val_255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
-val_256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
-val_256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
-val_257 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
-val_258 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
-val_26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
-val_26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
-val_260 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
-val_262 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
-val_263 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
-val_265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
-val_265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
-val_266 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
-val_27 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
-val_272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
-val_272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
-val_273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
-val_273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
-val_273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
-val_274 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
-val_275 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
-val_278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
-val_278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
-val_28 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
-val_280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
-val_280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
-val_281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
-val_281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
-val_282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
-val_282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
-val_283 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
-val_284 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
-val_285 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
-val_286 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
-val_287 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
-val_288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
-val_288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
-val_289 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
-val_291 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
-val_292 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
-val_296 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
-val_298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
-val_298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
-val_298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
-val_30 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
-val_302 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
-val_305 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
-val_306 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
-val_307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
-val_307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
-val_308 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
-val_309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
-val_309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
-val_310 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
-val_311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
-val_311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
-val_311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
-val_315 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
-val_316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
-val_316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
-val_316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
-val_317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
-val_317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
-val_318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
-val_318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
-val_318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
-val_321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
-val_321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
-val_322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
-val_322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
-val_323 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
-val_325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
-val_325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
-val_327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
-val_327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
-val_327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
-val_33 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
-val_331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
-val_331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
-val_332 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
-val_333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
-val_333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
-val_335 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
-val_336 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
-val_338 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
-val_339 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
-val_34 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
-val_341 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
-val_342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
-val_342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
-val_344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
-val_344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
-val_345 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
-val_35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
-val_35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
-val_35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
-val_351 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
-val_353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
-val_353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
-val_356 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
-val_360 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
-val_362 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
-val_364 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
-val_365 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
-val_366 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
-val_367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
-val_367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
-val_368 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
-val_369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
-val_369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
-val_369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
-val_37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
-val_37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
-val_373 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
-val_374 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
-val_375 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
-val_377 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
-val_378 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
-val_379 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
-val_382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
-val_382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
-val_384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
-val_384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
-val_384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
-val_386 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
-val_389 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
-val_392 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
-val_393 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
-val_394 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
-val_395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
-val_395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
-val_396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
-val_396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
-val_396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
-val_397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
-val_397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
-val_399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
-val_399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
-val_4 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
-val_400 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
-val_402 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
-val_403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
-val_403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
-val_403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
-val_404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
-val_404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
-val_407 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
-val_409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
-val_409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
-val_409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
-val_41 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
-val_411 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
-val_413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
-val_413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
-val_414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
-val_414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
-val_417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
-val_417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
-val_417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
-val_418 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
-val_419 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
-val_42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
-val_42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
-val_421 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
-val_424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
-val_424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
-val_427 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
-val_429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
-val_429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
-val_43 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
-val_430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
-val_430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
-val_430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
-val_431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
-val_431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
-val_431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
-val_432 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
-val_435 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
-val_436 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
-val_437 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
-val_438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
-val_438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
-val_438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
-val_439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
-val_439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
-val_44 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
-val_443 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
-val_444 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
-val_446 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
-val_448 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
-val_449 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
-val_452 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
-val_453 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
-val_454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
-val_454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
-val_454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
-val_455 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
-val_457 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
-val_458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
-val_458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
-val_459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
-val_459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
-val_460 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
-val_462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
-val_462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
-val_463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
-val_463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
-val_466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
-val_466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
-val_466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
-val_467 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
-val_47 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
-val_470 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
-val_472 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
-val_475 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
-val_477 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
-val_478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
-val_478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
-val_479 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
-val_480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
-val_480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
-val_480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
-val_481 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
-val_482 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
-val_483 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
-val_484 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
-val_485 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
-val_487 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
-val_490 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
-val_491 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
-val_492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
-val_492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
-val_493 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
-val_494 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
-val_495 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
-val_496 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
-val_497 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
-val_498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
-val_498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
-val_498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
-val_5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
-val_5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
-val_5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
-val_51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
-val_51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
-val_53 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
-val_54 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
-val_57 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
-val_58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
-val_58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
-val_64 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
-val_65 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
-val_66 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
-val_67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
-val_67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
-val_69 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
-val_70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
-val_70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
-val_70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
-val_72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
-val_72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
-val_74 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
-val_76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
-val_76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
-val_77 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
-val_78 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
-val_8 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
-val_80 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
-val_82 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
-val_83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
-val_83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
-val_84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
-val_84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
-val_85 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
-val_86 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
-val_87 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
-val_9 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
-val_90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
-val_90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
-val_90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
-val_92 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
-val_95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
-val_95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
-val_96 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
-val_97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
-val_97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
-val_98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
-val_98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
+val_0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
+val_0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
+val_0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
+val_10 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
+val_100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
+val_100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
+val_103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
+val_103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
+val_104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
+val_104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
+val_105 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
+val_11 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
+val_111 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
+val_113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
+val_113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
+val_114 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
+val_116 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
+val_118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
+val_118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
+val_119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
+val_119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
+val_119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
+val_12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
+val_12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
+val_120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
+val_120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
+val_125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
+val_125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
+val_126 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
+val_128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
+val_128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
+val_128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
+val_129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
+val_129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
+val_131 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
+val_133 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
+val_134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
+val_134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
+val_136 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
+val_137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
+val_137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
+val_143 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
+val_145 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
+val_146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
+val_146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
+val_149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
+val_149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
+val_15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
+val_15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
+val_150 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
+val_152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
+val_152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
+val_153 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
+val_155 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
+val_156 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
+val_157 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
+val_158 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
+val_160 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
+val_162 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
+val_163 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
+val_164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
+val_164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
+val_165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
+val_165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
+val_166 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
+val_167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
+val_167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
+val_167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
+val_168 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
+val_17 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
+val_170 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
+val_172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
+val_172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
+val_174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
+val_174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
+val_175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
+val_175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
+val_176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
+val_176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
+val_177 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
+val_178 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
+val_179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
+val_179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
+val_18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
+val_18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
+val_180 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
+val_181 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
+val_183 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
+val_186 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
+val_187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
+val_187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
+val_187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
+val_189 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
+val_19 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
+val_190 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
+val_191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
+val_191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
+val_192 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
+val_193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
+val_193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
+val_193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
+val_194 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
+val_195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
+val_195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
+val_196 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
+val_197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
+val_197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
+val_199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
+val_199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
+val_199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
+val_2 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
+val_20 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
+val_200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
+val_200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
+val_201 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
+val_202 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
+val_203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
+val_203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
+val_205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
+val_205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
+val_207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
+val_207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
+val_208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
+val_208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
+val_208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
+val_209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
+val_209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
+val_213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
+val_213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
+val_214 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
+val_216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
+val_216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
+val_217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
+val_217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
+val_218 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
+val_219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
+val_219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
+val_221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
+val_221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
+val_222 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
+val_223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
+val_223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
+val_224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
+val_224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
+val_226 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
+val_228 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
+val_229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
+val_229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
+val_233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
+val_233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
+val_235 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
+val_237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
+val_237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
+val_238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
+val_238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
+val_239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
+val_239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
+val_24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
+val_24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
+val_241 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
+val_242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
+val_242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
+val_244 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
+val_247 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
+val_248 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
+val_249 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
+val_252 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
+val_255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
+val_255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
+val_256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
+val_256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
+val_257 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
+val_258 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
+val_26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
+val_26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
+val_260 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
+val_262 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
+val_263 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
+val_265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
+val_265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
+val_266 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
+val_27 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
+val_272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
+val_272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
+val_273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
+val_273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
+val_273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
+val_274 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
+val_275 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
+val_278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
+val_278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
+val_28 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
+val_280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
+val_280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
+val_281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
+val_281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
+val_282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
+val_282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
+val_283 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
+val_284 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
+val_285 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
+val_286 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
+val_287 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
+val_288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
+val_288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
+val_289 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
+val_291 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
+val_292 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
+val_296 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
+val_298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
+val_298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
+val_298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
+val_30 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
+val_302 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
+val_305 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
+val_306 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
+val_307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
+val_307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
+val_308 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
+val_309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
+val_309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
+val_310 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
+val_311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
+val_311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
+val_311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
+val_315 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
+val_316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
+val_316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
+val_316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
+val_317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
+val_317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
+val_318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
+val_318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
+val_318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
+val_321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
+val_321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
+val_322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
+val_322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
+val_323 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
+val_325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
+val_325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
+val_327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
+val_327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
+val_327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
+val_33 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
+val_331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
+val_331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
+val_332 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
+val_333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
+val_333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
+val_335 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
+val_336 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
+val_338 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
+val_339 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
+val_34 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
+val_341 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
+val_342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
+val_342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
+val_344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
+val_344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
+val_345 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
+val_35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
+val_35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
+val_35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
+val_351 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
+val_353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
+val_353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
+val_356 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
+val_360 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
+val_362 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
+val_364 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
+val_365 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
+val_366 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
+val_367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
+val_367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
+val_368 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
+val_369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
+val_369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
+val_369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
+val_37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
+val_37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
+val_373 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
+val_374 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
+val_375 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
+val_377 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
+val_378 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
+val_379 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
+val_382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
+val_382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
+val_384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
+val_384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
+val_384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
+val_386 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
+val_389 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
+val_392 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
+val_393 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
+val_394 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
+val_395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
+val_395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
+val_396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
+val_396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
+val_396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
+val_397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
+val_397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
+val_399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
+val_399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
+val_4 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
+val_400 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
+val_402 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
+val_403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
+val_403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
+val_403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
+val_404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
+val_404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
+val_407 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
+val_409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
+val_409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
+val_409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
+val_41 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
+val_411 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
+val_413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
+val_413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
+val_414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
+val_414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
+val_417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
+val_417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
+val_417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
+val_418 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
+val_419 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
+val_42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
+val_42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
+val_421 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
+val_424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
+val_424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
+val_427 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
+val_429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
+val_429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
+val_43 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
+val_430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
+val_430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
+val_430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
+val_431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
+val_431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
+val_431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
+val_432 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
+val_435 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
+val_436 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
+val_437 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
+val_438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
+val_438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
+val_438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
+val_439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
+val_439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
+val_44 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
+val_443 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
+val_444 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
+val_446 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
+val_448 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
+val_449 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
+val_452 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
+val_453 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
+val_454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
+val_454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
+val_454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
+val_455 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
+val_457 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
+val_458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
+val_458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
+val_459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
+val_459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
+val_460 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
+val_462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
+val_462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
+val_463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
+val_463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
+val_466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
+val_466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
+val_466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
+val_467 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
+val_47 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
+val_470 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
+val_472 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
+val_475 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
+val_477 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
+val_478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
+val_478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
+val_479 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
+val_480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
+val_480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
+val_480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
+val_481 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
+val_482 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
+val_483 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
+val_484 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
+val_485 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
+val_487 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
+val_490 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
+val_491 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
+val_492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
+val_492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
+val_493 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
+val_494 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
+val_495 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
+val_496 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
+val_497 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
+val_498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
+val_498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
+val_498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
+val_5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
+val_5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
+val_5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
+val_51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
+val_51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
+val_53 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
+val_54 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
+val_57 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
+val_58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
+val_58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
+val_64 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
+val_65 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
+val_66 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
+val_67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
+val_67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
+val_69 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
+val_70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
+val_70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
+val_70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
+val_72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
+val_72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
+val_74 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
+val_76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
+val_76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
+val_77 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
+val_78 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
+val_8 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
+val_80 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
+val_82 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
+val_83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
+val_83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
+val_84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
+val_84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
+val_85 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
+val_86 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
+val_87 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
+val_9 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
+val_90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
+val_90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
+val_90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
+val_92 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
+val_95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
+val_95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
+val_96 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
+val_97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
+val_97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
+val_98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
+val_98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
PREHOOK: query: EXPLAIN
SELECT a.bucketname AS `_bucketname`, COLLECT_SET(a.offset) as `_offsets`
FROM (SELECT `_bucketname` AS bucketname, `_offset` AS offset, `_bitmaps` AS bitmaps FROM default__src_src1_index__
@@ -1238,7 +1238,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1247,7 +1247,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/salbiz/hive_2011-08-01_13-40-56_392_5481668198203344057/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-17-38_849_59773549580049976/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1328,11 +1328,11 @@
PREHOOK: query: SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-02_730_686880037476479179/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-45_374_676339610375873567/-mr-10000
POSTHOOK: query: SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-02_730_686880037476479179/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-45_374_676339610375873567/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
@@ -1347,11 +1347,11 @@
PREHOOK: query: SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-05_593_8287537410237795945/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-48_343_3489854289008527869/-mr-10000
POSTHOOK: query: SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-05_593_8287537410237795945/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-48_343_3489854289008527869/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
Index: ql/src/test/results/clientpositive/auto_join13.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join13.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join13.q.out (working copy)
@@ -98,7 +98,7 @@
outputColumnNames: _col0, _col2, _col3
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -168,7 +168,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -179,7 +179,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-13-56_386_7572859568754068460/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-47_564_828588787281151874/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -264,7 +264,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -334,7 +334,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -395,7 +395,7 @@
outputColumnNames: _col0, _col2, _col3
Position of Big Table: 1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -464,7 +464,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -486,7 +486,7 @@
ON src1.c1 + src2.c3 = src3.c5 AND src3.c5 < 200
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-56_893_7631917180196604780/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-48_185_7947090964868675652/-mr-10000
POSTHOOK: query: SELECT sum(hash(src1.c1, src2.c4))
FROM
(SELECT src.key as c1, src.value as c2 from src) src1
@@ -498,5 +498,5 @@
ON src1.c1 + src2.c3 = src3.c5 AND src3.c5 < 200
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-56_893_7631917180196604780/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-48_185_7947090964868675652/-mr-10000
-97670109576
Index: ql/src/test/results/clientpositive/sample8.q.out
===================================================================
--- ql/src/test/results/clientpositive/sample8.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/sample8.q.out (working copy)
@@ -68,12 +68,12 @@
type: string
Needs Tagging: true
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [t, s]
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 [t]
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 [t]
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 [t]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [t, s]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 [t]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 [t]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 [t]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
Partition
base file name: hr=11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -87,13 +87,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -104,17 +104,17 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
Partition
base file name: hr=12
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -128,13 +128,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -145,17 +145,17 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
Partition
base file name: hr=11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -169,13 +169,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -186,17 +186,17 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12
Partition
base file name: hr=12
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -210,13 +210,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -227,13 +227,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1303268017
+ transient_lastDdlTime 1314928588
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
@@ -263,9 +263,9 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/sdong/hive_2011-04-19_19-55-04_226_8845503524181469759/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_232_1045318478425709663/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -281,7 +281,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-04-19_19-55-04_226_8845503524181469759/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_232_1045318478425709663/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -306,9 +306,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- file:/tmp/sdong/hive_2011-04-19_19-55-04_226_8845503524181469759/-mr-10002 [file:/tmp/sdong/hive_2011-04-19_19-55-04_226_8845503524181469759/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_232_1045318478425709663/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_232_1045318478425709663/-mr-10002]
Path -> Partition:
- file:/tmp/sdong/hive_2011-04-19_19-55-04_226_8845503524181469759/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_232_1045318478425709663/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -329,9 +329,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/sdong/hive_2011-04-19_19-55-04_226_8845503524181469759/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_232_1045318478425709663/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/sdong/hive_2011-04-19_19-55-04_226_8845503524181469759/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_232_1045318478425709663/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -359,7 +359,7 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-04-19_19-55-04_470_1513141196244722717/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_400_7800983404754782400/-mr-10000
POSTHOOK: query: SELECT s.key, s.value
FROM srcpart TABLESAMPLE (BUCKET 1 OUT OF 1 ON key) s
JOIN srcpart TABLESAMPLE (BUCKET 1 OUT OF 10 ON key) t
@@ -371,7 +371,7 @@
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-04-19_19-55-04_470_1513141196244722717/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-57-45_400_7800983404754782400/-mr-10000
0 val_0
0 val_0
0 val_0
Index: ql/src/test/results/clientpositive/join29.q.out
===================================================================
--- ql/src/test/results/clientpositive/join29.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join29.q.out (working copy)
@@ -80,7 +80,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -89,11 +89,11 @@
Stage: Stage-9
Map Reduce Local Work
Alias -> Map Local Tables:
- file:/tmp/sdong/hive_2011-02-10_16-04-29_506_6626668492500795/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-20_359_3824440818362138982/-mr-10004
Fetch Operator
limit: -1
Alias -> Map Local Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-04-29_506_6626668492500795/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-20_359_3824440818362138982/-mr-10004
HashTable Sink Operator
condition expressions:
0 {_col0} {_col1}
@@ -107,7 +107,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-04-29_506_6626668492500795/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-20_359_3824440818362138982/-mr-10002
Map Join Operator
condition map:
Inner Join 0 to 1
@@ -165,7 +165,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-04-29_506_6626668492500795/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-41-20_359_3824440818362138982/-ext-10000
Stage: Stage-0
Move Operator
@@ -183,7 +183,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-04-29_506_6626668492500795/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-41-20_359_3824440818362138982/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -243,7 +243,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -272,11 +272,11 @@
PREHOOK: query: select * from dest_j1 x order by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-04-43_398_9188586114177273945/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-41-34_008_7804339357928530225/-mr-10000
POSTHOOK: query: select * from dest_j1 x order by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-04-43_398_9188586114177273945/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-41-34_008_7804339357928530225/-mr-10000
POSTHOOK: Lineage: dest_j1.cnt1 EXPRESSION [(src1)x.null, ]
POSTHOOK: Lineage: dest_j1.cnt2 EXPRESSION [(src)y.null, ]
POSTHOOK: Lineage: dest_j1.key SIMPLE [(src1)x.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/auto_join22.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join22.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join22.q.out (working copy)
@@ -73,7 +73,7 @@
type: string
outputColumnNames: _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -137,7 +137,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -148,7 +148,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-16-23_523_4495183672982902266/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-18_784_9140057022819576902/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -227,7 +227,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -289,7 +289,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -341,7 +341,7 @@
type: string
outputColumnNames: _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -398,7 +398,7 @@
type: string
outputColumnNames: _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -412,9 +412,9 @@
PREHOOK: query: SELECT sum(hash(src5.src1_value)) FROM (SELECT src3.*, src4.value as src4_value, src4.key as src4_key FROM src src4 JOIN (SELECT src2.*, src1.key as src1_key, src1.value as src1_value FROM src src1 JOIN src src2 ON src1.key = src2.key) src3 ON src3.src1_key = src4.key) src5
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-16-23_920_3191755677182173532/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-19_353_7847415816215766371/-mr-10000
POSTHOOK: query: SELECT sum(hash(src5.src1_value)) FROM (SELECT src3.*, src4.value as src4_value, src4.key as src4_key FROM src src4 JOIN (SELECT src2.*, src1.key as src1_key, src1.value as src1_value FROM src src1 JOIN src src2 ON src1.key = src2.key) src3 ON src3.src1_key = src4.key) src5
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-16-23_920_3191755677182173532/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-19_353_7847415816215766371/-mr-10000
344337359100
Index: ql/src/test/results/clientpositive/innerjoin.q.out
===================================================================
--- ql/src/test/results/clientpositive/innerjoin.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/innerjoin.q.out (working copy)
@@ -71,7 +71,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -80,7 +80,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/bennies/hive_2011-06-27_03-03-57_197_6786583053992835762/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-25-26_790_320157340174254930/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -141,11 +141,11 @@
PREHOOK: query: SELECT dest_j1.* FROM dest_j1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/bennies/hive_2011-06-27_03-04-14_299_7962362076885293071/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-25-33_873_8403073856315910011/-mr-10000
POSTHOOK: query: SELECT dest_j1.* FROM dest_j1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/bennies/hive_2011-06-27_03-04-14_299_7962362076885293071/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-25-33_873_8403073856315910011/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
0 val_0
Index: ql/src/test/results/clientpositive/intermediate_compression.q.out
===================================================================
--- ql/src/test/results/clientpositive/intermediate_compression.q.out (revision 0)
+++ ql/src/test/results/clientpositive/intermediate_compression.q.out (revision 0)
@@ -0,0 +1,45 @@
+PREHOOK: query: drop table if exists src_inter1
+PREHOOK: type: DROPTABLE
+POSTHOOK: query: drop table if exists src_inter1
+POSTHOOK: type: DROPTABLE
+PREHOOK: query: create table src_inter1 like src
+PREHOOK: type: CREATETABLE
+POSTHOOK: query: create table src_inter1 like src
+POSTHOOK: type: CREATETABLE
+POSTHOOK: Output: default@src_inter1
+PREHOOK: query: insert overwrite table src_inter1 select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: default@src_inter1
+PREHOOK: query: insert overwrite table src_inter1 select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value)
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: default@src_inter1
+PREHOOK: query: insert overwrite local directory '/tmp/hive_test/intercomp_local/jg' select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: /tmp/hive_test/intercomp_local/jg
+PREHOOK: query: insert overwrite local directory '/tmp/hive_test/intercomp_local/jj' select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value)
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: /tmp/hive_test/intercomp_local/jj
+PREHOOK: query: insert overwrite table src_inter1 select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: default@src_inter1
+PREHOOK: query: insert overwrite table src_inter1 select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value)
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: default@src_inter1
+PREHOOK: query: insert overwrite local directory '/tmp/hive_test/intercomp_local/jg' select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: /tmp/hive_test/intercomp_local/jg
+PREHOOK: query: insert overwrite local directory '/tmp/hive_test/intercomp_local/jj' select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value)
+PREHOOK: type: QUERY
+PREHOOK: Input: default@src
+PREHOOK: Output: /tmp/hive_test/intercomp_local/jj
+PREHOOK: query: drop table if exists src_inter1
+PREHOOK: type: DROPTABLE
+PREHOOK: Input: default@src_inter1
+PREHOOK: Output: default@src_inter1
Index: ql/src/test/results/clientpositive/union14.q.out
===================================================================
--- ql/src/test/results/clientpositive/union14.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union14.q.out (working copy)
@@ -38,7 +38,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -47,7 +47,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-49-24_280_3904474767524374490/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-52_982_1982883860083483572/-mr-10002
Union
Select Operator
expressions:
@@ -75,7 +75,7 @@
value expressions:
expr: _col1
type: bigint
- file:/tmp/sdong/hive_2011-02-10_17-49-24_280_3904474767524374490/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-52_982_1982883860083483572/-mr-10003
Union
Select Operator
expressions:
@@ -161,7 +161,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -179,7 +179,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-49-24_385_6598673754001860936/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-53_092_8304814278550641530/-mr-10000
POSTHOOK: query: select unionsrc.key, count(1) FROM (select s2.key as key, s2.value as value from src1 s2
UNION ALL
select 'tst1' as key, cast(count(1) as string) as value from src s1)
@@ -187,7 +187,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-49-24_385_6598673754001860936/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-53_092_8304814278550641530/-mr-10000
10
128 1
146 1
Index: ql/src/test/results/clientpositive/join15.q.out
===================================================================
--- ql/src/test/results/clientpositive/join15.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join15.q.out (working copy)
@@ -71,7 +71,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -80,7 +80,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-02-20_877_3113763333972795388/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-39-19_131_7077139519978640264/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -119,11 +119,11 @@
PREHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key) SORT BY src1.key, src1.value, src2.key, src2.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-20_969_3431860590402163515/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-39-19_279_4866889364612607337/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key) SORT BY src1.key, src1.value, src2.key, src2.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-20_969_3431860590402163515/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-39-19_279_4866889364612607337/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
Index: ql/src/test/results/clientpositive/join38.q.out
===================================================================
--- ql/src/test/results/clientpositive/join38.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join38.q.out (working copy)
@@ -26,11 +26,11 @@
PREHOOK: query: select * from tmp
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-01_449_2704240234253573656/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-37_136_8683647086817642710/-mr-10000
POSTHOOK: query: select * from tmp
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-01_449_2704240234253573656/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-37_136_8683647086817642710/-mr-10000
POSTHOOK: Lineage: tmp.col0 SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp.col1 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp.col10 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -122,7 +122,7 @@
outputColumnNames: _col1, _col9, _col15
Position of Big Table: 1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -133,7 +133,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-07-01_714_3920059174195065578/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-43-37_324_2978295650719237040/-mr-10002
Select Operator
expressions:
expr: _col1
@@ -217,7 +217,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@tmp
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-01_819_8577478512687826786/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-37_416_5929457996336378261/-mr-10000
POSTHOOK: query: FROM src a JOIN tmp b ON (a.key = b.col11)
SELECT /*+ MAPJOIN(a) */ a.value, b.col5, count(1) as count
where b.col11 = 111
@@ -225,7 +225,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@tmp
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-01_819_8577478512687826786/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-37_416_5929457996336378261/-mr-10000
POSTHOOK: Lineage: tmp.col0 SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp.col1 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp.col10 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/groupby4.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby4.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby4.q.out (working copy)
@@ -50,7 +50,7 @@
mode: partial1
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -59,7 +59,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-50-58_192_8899098348583128919/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-02-58_987_6727500469532659323/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -119,11 +119,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-51-05_994_2391935757551071675/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-03-06_102_5793953187061217740/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-51-05_994_2391935757551071675/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-03-06_102_5793953187061217740/-mr-10000
POSTHOOK: Lineage: dest1.c1 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
0
1
Index: ql/src/test/results/clientpositive/pcr.q.out
===================================================================
--- ql/src/test/results/clientpositive/pcr.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/pcr.q.out (working copy)
@@ -107,10 +107,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -123,7 +123,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -134,7 +134,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -145,7 +145,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -156,11 +156,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -173,7 +173,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -184,7 +184,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -195,7 +195,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -206,7 +206,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -215,9 +215,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-23_794_45487565656477583/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-00_385_3861460700945918503/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-23_794_45487565656477583/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-00_385_3861460700945918503/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -238,12 +238,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-23_901_543871112868419867/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-00_474_408376918840259422/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 order by key, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-23_901_543871112868419867/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-00_474_408376918840259422/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -310,11 +310,11 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -327,7 +327,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -338,7 +338,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -349,7 +349,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -360,11 +360,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -377,7 +377,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -388,7 +388,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -399,7 +399,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -410,11 +410,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
Partition
base file name: ds=2000-04-10
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -427,7 +427,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -438,7 +438,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -449,7 +449,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -460,7 +460,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -469,9 +469,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-26_949_686771378189251939/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-04_121_7744815528294898563/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-26_949_686771378189251939/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-04_121_7744815528294898563/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -493,13 +493,13 @@
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
PREHOOK: Input: default@pcr_t1@ds=2000-04-10
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-27_063_5837880324861709071/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-04_270_7324063960367260899/-mr-10000
POSTHOOK: query: select key, value from pcr_t1 where ds<='2000-04-09' or key<5 order by key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
POSTHOOK: Input: default@pcr_t1@ds=2000-04-10
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-27_063_5837880324861709071/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-04_270_7324063960367260899/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -607,10 +607,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -623,7 +623,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -634,7 +634,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -645,7 +645,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -656,11 +656,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -673,7 +673,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -684,7 +684,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -695,7 +695,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -706,7 +706,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -715,9 +715,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-30_270_8932721888182592546/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-07_418_757056308648681786/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-30_270_8932721888182592546/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-07_418_757056308648681786/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -738,12 +738,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-30_378_3001871383983881471/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-07_507_8423782725158143572/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' order by key, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-30_378_3001871383983881471/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-07_507_8423782725158143572/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -818,10 +818,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -834,7 +834,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -845,7 +845,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -856,7 +856,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -867,11 +867,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
Partition
base file name: ds=2000-04-10
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -884,7 +884,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -895,7 +895,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -906,7 +906,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -917,7 +917,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -926,9 +926,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-33_477_4843342398582016187/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-10_565_610246609925938010/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-33_477_4843342398582016187/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-10_565_610246609925938010/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -950,13 +950,13 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-10
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-33_595_7059370303120446928/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-10_686_5583869200291947096/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1
where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5') order by key, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-10
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-33_595_7059370303120446928/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-10_686_5583869200291947096/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1031,11 +1031,11 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1048,7 +1048,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1059,7 +1059,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1070,7 +1070,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1081,11 +1081,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1098,7 +1098,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1109,7 +1109,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1120,7 +1120,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1131,11 +1131,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
Partition
base file name: ds=2000-04-10
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1148,7 +1148,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1159,7 +1159,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1170,7 +1170,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1181,7 +1181,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -1190,9 +1190,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-36_836_3051586657356094147/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-14_822_548144561942460619/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-36_836_3051586657356094147/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-14_822_548144561942460619/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -1215,14 +1215,14 @@
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
PREHOOK: Input: default@pcr_t1@ds=2000-04-10
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-37_078_5128271294396999103/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-14_922_2176612719615755063/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1
where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5') order by key, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
POSTHOOK: Input: default@pcr_t1@ds=2000-04-10
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-37_078_5128271294396999103/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-14_922_2176612719615755063/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1305,11 +1305,11 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1322,7 +1322,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1333,7 +1333,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1344,7 +1344,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1355,11 +1355,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1372,7 +1372,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1383,7 +1383,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1394,7 +1394,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1405,11 +1405,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
Partition
base file name: ds=2000-04-10
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1422,7 +1422,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1433,7 +1433,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1444,7 +1444,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1455,7 +1455,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -1464,9 +1464,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-40_317_3482597828578299090/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-18_192_1016481714273166781/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-40_317_3482597828578299090/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-18_192_1016481714273166781/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -1489,14 +1489,14 @@
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
PREHOOK: Input: default@pcr_t1@ds=2000-04-10
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-40_434_156015404539012634/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-18_297_2750196284673967794/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1
where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5') order by key, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
POSTHOOK: Input: default@pcr_t1@ds=2000-04-10
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-40_434_156015404539012634/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-18_297_2750196284673967794/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1583,10 +1583,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1599,7 +1599,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1610,7 +1610,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1621,7 +1621,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1632,11 +1632,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1649,7 +1649,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1660,7 +1660,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1671,7 +1671,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1682,7 +1682,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -1691,9 +1691,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-43_671_9068406681245435665/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-21_441_4028166060902236429/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-43_671_9068406681245435665/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-21_441_4028166060902236429/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -1714,12 +1714,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-43_787_4480677150525031425/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-21_554_4065316879214454493/-mr-10000
POSTHOOK: query: select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-43_787_4480677150525031425/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-21_554_4065316879214454493/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1773,10 +1773,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1789,7 +1789,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1800,7 +1800,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1811,7 +1811,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1822,11 +1822,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1839,7 +1839,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -1850,7 +1850,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -1861,7 +1861,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -1872,7 +1872,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -1881,9 +1881,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-46_895_6528226210433167390/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-24_653_1947749360223418817/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-46_895_6528226210433167390/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-24_653_1947749360223418817/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -1904,12 +1904,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-47_011_5025313460613776496/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-24_761_849284475629972077/-mr-10000
POSTHOOK: query: select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-47_011_5025313460613776496/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-24_761_849284475629972077/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2003,11 +2003,11 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2020,7 +2020,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2031,7 +2031,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2042,7 +2042,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2053,11 +2053,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2070,7 +2070,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2081,7 +2081,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2092,7 +2092,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2103,11 +2103,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
Partition
base file name: ds=2000-04-10
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2120,7 +2120,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2131,7 +2131,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2142,7 +2142,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2153,7 +2153,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -2162,9 +2162,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-50_070_7918278309965809032/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-27_802_3108066547989925391/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-50_070_7918278309965809032/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-27_802_3108066547989925391/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -2186,13 +2186,13 @@
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
PREHOOK: Input: default@pcr_t1@ds=2000-04-10
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-50_186_7467964439268319364/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-27_905_6063371207971711256/-mr-10000
POSTHOOK: query: select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
POSTHOOK: Input: default@pcr_t1@ds=2000-04-10
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-50_186_7467964439268319364/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-27_905_6063371207971711256/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2317,10 +2317,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2333,7 +2333,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2344,7 +2344,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2355,7 +2355,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2366,11 +2366,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2383,7 +2383,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2394,7 +2394,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2405,7 +2405,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2416,7 +2416,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -2425,9 +2425,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-53_371_8781736527660496822/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-31_042_1804916919164006581/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-53_371_8781736527660496822/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-31_042_1804916919164006581/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -2448,12 +2448,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-53_489_3007975236537851113/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-31_139_2657531268497581703/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1 where (ds='2000-04-08' and key=1) or (ds='2000-04-09' and key=2) order by key, value, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-53_489_3007975236537851113/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-31_139_2657531268497581703/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2525,9 +2525,9 @@
type: string
Needs Tagging: true
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t2, t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t2, t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2540,7 +2540,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2551,7 +2551,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2562,7 +2562,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2573,7 +2573,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -2602,9 +2602,9 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-56_612_921414605077106335/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_346_1327213701319852874/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2620,7 +2620,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/tomasz/hive_2011-06-01_20-14-56_612_921414605077106335/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_346_1327213701319852874/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2642,9 +2642,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- file:/tmp/tomasz/hive_2011-06-01_20-14-56_612_921414605077106335/-mr-10002 [file:/tmp/tomasz/hive_2011-06-01_20-14-56_612_921414605077106335/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_346_1327213701319852874/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_346_1327213701319852874/-mr-10002]
Path -> Partition:
- file:/tmp/tomasz/hive_2011-06-01_20-14-56_612_921414605077106335/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_346_1327213701319852874/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2665,9 +2665,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-14-56_612_921414605077106335/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_346_1327213701319852874/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-14-56_612_921414605077106335/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_346_1327213701319852874/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -2687,11 +2687,11 @@
PREHOOK: query: select * from pcr_t1 t1 join pcr_t1 t2 on t1.key=t2.key and t1.ds='2000-04-08' and t2.ds='2000-04-08' order by t1.key
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-56_741_2295421096099695127/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_464_6125833381177040047/-mr-10000
POSTHOOK: query: select * from pcr_t1 t1 join pcr_t1 t2 on t1.key=t2.key and t1.ds='2000-04-08' and t2.ds='2000-04-08' order by t1.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-14-56_741_2295421096099695127/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-34_464_6125833381177040047/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2800,10 +2800,10 @@
type: string
Needs Tagging: true
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [t2]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [t2]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2816,7 +2816,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2827,7 +2827,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2838,7 +2838,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2849,11 +2849,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2866,7 +2866,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 3
@@ -2877,7 +2877,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -2888,7 +2888,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 3
numPartitions 3
@@ -2899,7 +2899,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 540
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -2928,9 +2928,9 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-15-02_758_4300074240039386411/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_401_5942109540946541583/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2946,7 +2946,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/tomasz/hive_2011-06-01_20-15-02_758_4300074240039386411/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_401_5942109540946541583/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2968,9 +2968,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- file:/tmp/tomasz/hive_2011-06-01_20-15-02_758_4300074240039386411/-mr-10002 [file:/tmp/tomasz/hive_2011-06-01_20-15-02_758_4300074240039386411/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_401_5942109540946541583/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_401_5942109540946541583/-mr-10002]
Path -> Partition:
- file:/tmp/tomasz/hive_2011-06-01_20-15-02_758_4300074240039386411/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_401_5942109540946541583/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2991,9 +2991,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-15-02_758_4300074240039386411/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_401_5942109540946541583/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-15-02_758_4300074240039386411/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_401_5942109540946541583/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -3014,12 +3014,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-02_999_5248416871455577759/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_527_7415104764311217034/-mr-10000
POSTHOOK: query: select * from pcr_t1 t1 join pcr_t1 t2 on t1.key=t2.key and t1.ds='2000-04-08' and t2.ds='2000-04-09' order by t1.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-02_999_5248416871455577759/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-40_527_7415104764311217034/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3140,12 +3140,12 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3158,7 +3158,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3169,7 +3169,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3180,7 +3180,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3191,11 +3191,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3208,7 +3208,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3219,7 +3219,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3230,7 +3230,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3241,11 +3241,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
Partition
base file name: ds=2000-04-10
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3258,7 +3258,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3269,7 +3269,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3280,7 +3280,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3291,11 +3291,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11
Partition
base file name: ds=2000-04-11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3308,7 +3308,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3319,7 +3319,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3330,7 +3330,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3341,7 +3341,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -3350,9 +3350,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-15-14_411_1089680996735017254/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-52_262_2212064609040458740/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-15-14_411_1089680996735017254/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-52_262_2212064609040458740/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -3375,14 +3375,14 @@
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
PREHOOK: Input: default@pcr_t1@ds=2000-04-10
PREHOOK: Input: default@pcr_t1@ds=2000-04-11
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-14_536_2347363292073699128/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-52_391_7423232691262385454/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1 where (ds>'2000-04-08' and ds<'2000-04-11') or (ds>='2000-04-08' and ds<='2000-04-11' and key=2) order by key, value, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
POSTHOOK: Input: default@pcr_t1@ds=2000-04-10
POSTHOOK: Input: default@pcr_t1@ds=2000-04-11
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-14_536_2347363292073699128/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-52_391_7423232691262385454/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3493,11 +3493,11 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3510,7 +3510,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3521,7 +3521,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3532,7 +3532,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3543,11 +3543,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
Partition
base file name: ds=2000-04-09
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3560,7 +3560,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3571,7 +3571,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984459
+ transient_lastDdlTime 1314927295
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3582,7 +3582,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3593,11 +3593,11 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
Partition
base file name: ds=2000-04-10
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3610,7 +3610,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3621,7 +3621,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984463
+ transient_lastDdlTime 1314927300
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3632,7 +3632,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3643,7 +3643,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -3652,9 +3652,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-15-17_863_5288314494548058592/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-55_700_7321225074141647637/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-15-17_863_5288314494548058592/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-55_700_7321225074141647637/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -3676,13 +3676,13 @@
PREHOOK: Input: default@pcr_t1@ds=2000-04-08
PREHOOK: Input: default@pcr_t1@ds=2000-04-09
PREHOOK: Input: default@pcr_t1@ds=2000-04-10
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-17_982_2657675519029852039/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-55_809_6135466262728556167/-mr-10000
POSTHOOK: query: select key, value, ds from pcr_t1 where (ds>'2000-04-08' and ds<'2000-04-11') or (ds<='2000-04-09' and key=2) order by key, value, ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@pcr_t1@ds=2000-04-08
POSTHOOK: Input: default@pcr_t1@ds=2000-04-09
POSTHOOK: Input: default@pcr_t1@ds=2000-04-10
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-17_982_2657675519029852039/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-35-55_809_6135466262728556167/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3810,9 +3810,9 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10004
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10004
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -3822,12 +3822,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
serialization.ddl struct pcr_t2 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
TotalFiles: 1
@@ -3843,9 +3843,9 @@
File Output Operator
compressed: false
GlobalTableId: 2
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10005
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10005
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10002/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10002/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -3855,12 +3855,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
serialization.ddl struct pcr_t3 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
TotalFiles: 1
@@ -3868,9 +3868,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3883,7 +3883,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -3894,7 +3894,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3905,7 +3905,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -3916,7 +3916,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -3928,14 +3928,14 @@
Move Operator
files:
hdfs directory: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10004
- destination: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10004
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10000
Stage: Stage-0
Move Operator
tables:
replace: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10000
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -3945,28 +3945,28 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
serialization.ddl struct pcr_t2 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
- tmp directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10001
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10001
Stage: Stage-3
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10000/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10000/
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10000
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10000
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -3977,12 +3977,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
serialization.ddl struct pcr_t2 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
TotalFiles: 1
@@ -3990,9 +3990,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10004 [pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10004]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10004 [pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10004]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10004
Partition
base file name: -ext-10004
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4003,12 +4003,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
serialization.ddl struct pcr_t2 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4019,12 +4019,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
serialization.ddl struct pcr_t2 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
name: default.pcr_t2
@@ -4036,14 +4036,14 @@
Move Operator
files:
hdfs directory: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10005
- destination: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10002
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10005
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10002
Stage: Stage-1
Move Operator
tables:
replace: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10002
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10002
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -4053,28 +4053,28 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
serialization.ddl struct pcr_t3 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
- tmp directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10003
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10003
Stage: Stage-7
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10002/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10002/
Stage: Stage-8
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10005
File Output Operator
compressed: false
GlobalTableId: 0
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10002
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4085,12 +4085,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
serialization.ddl struct pcr_t3 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
TotalFiles: 1
@@ -4098,9 +4098,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10005 [pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10005]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10005 [pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10005]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-21_352_1116017592704734476/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-35-59_075_4031743621622100747/-ext-10005
Partition
base file name: -ext-10005
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4111,12 +4111,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
serialization.ddl struct pcr_t3 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4127,12 +4127,12 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
serialization.ddl struct pcr_t3 { i32 key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306984521
+ transient_lastDdlTime 1314927359
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
name: default.pcr_t3
@@ -4225,9 +4225,9 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10004
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10004
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -4237,7 +4237,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
numFiles 1
numPartitions 0
@@ -4247,7 +4247,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
TotalFiles: 1
@@ -4268,9 +4268,9 @@
File Output Operator
compressed: false
GlobalTableId: 2
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10005
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10005
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10002/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10002/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -4280,7 +4280,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
numFiles 1
numPartitions 0
@@ -4290,7 +4290,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
TotalFiles: 1
@@ -4298,9 +4298,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
Partition
base file name: ds=2000-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4313,7 +4313,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08
name default.pcr_t1
numFiles 1
numPartitions 4
@@ -4324,7 +4324,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984455
+ transient_lastDdlTime 1314927291
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4335,7 +4335,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t1
name default.pcr_t1
numFiles 4
numPartitions 4
@@ -4346,7 +4346,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 720
- transient_lastDdlTime 1306984514
+ transient_lastDdlTime 1314927352
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t1
name: default.pcr_t1
@@ -4358,14 +4358,14 @@
Move Operator
files:
hdfs directory: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10004
- destination: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10004
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10000
Stage: Stage-0
Move Operator
tables:
replace: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10000
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -4375,7 +4375,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
numFiles 1
numPartitions 0
@@ -4385,23 +4385,23 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
- tmp directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10001
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10001
Stage: Stage-3
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10000/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10000/
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10000
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10000
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4412,7 +4412,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
numFiles 1
numPartitions 0
@@ -4422,7 +4422,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
TotalFiles: 1
@@ -4430,9 +4430,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10004 [pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10004]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10004 [pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10004]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10004
Partition
base file name: -ext-10004
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4443,7 +4443,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
numFiles 1
numPartitions 0
@@ -4453,7 +4453,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4464,7 +4464,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t2
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t2
name default.pcr_t2
numFiles 1
numPartitions 0
@@ -4474,7 +4474,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t2
name: default.pcr_t2
@@ -4486,14 +4486,14 @@
Move Operator
files:
hdfs directory: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10005
- destination: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10002
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10005
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10002
Stage: Stage-1
Move Operator
tables:
replace: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10002
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10002
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -4503,7 +4503,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
numFiles 1
numPartitions 0
@@ -4513,23 +4513,23 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
- tmp directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10003
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10003
Stage: Stage-7
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10002/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10002/
Stage: Stage-8
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10005
File Output Operator
compressed: false
GlobalTableId: 0
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10002
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4540,7 +4540,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
numFiles 1
numPartitions 0
@@ -4550,7 +4550,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
TotalFiles: 1
@@ -4558,9 +4558,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10005 [pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10005]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10005 [pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10005]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_20-15-26_354_1969910550858833560/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-36-03_881_767298472494544674/-ext-10005
Partition
base file name: -ext-10005
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4571,7 +4571,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
numFiles 1
numPartitions 0
@@ -4581,7 +4581,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4592,7 +4592,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/pcr_t3
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/pcr_t3
name default.pcr_t3
numFiles 1
numPartitions 0
@@ -4602,7 +4602,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 180
- transient_lastDdlTime 1306984526
+ transient_lastDdlTime 1314927363
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.pcr_t3
name: default.pcr_t3
@@ -4693,9 +4693,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
Partition
base file name: hr=11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4709,13 +4709,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977859
+ transient_lastDdlTime 1314926815
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4726,13 +4726,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977857
+ transient_lastDdlTime 1314926813
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
@@ -4742,9 +4742,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-15-31_477_1883153026402938049/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-08_632_6924043742170922786/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-15-31_477_1883153026402938049/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-08_632_6924043742170922786/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -4763,10 +4763,10 @@
PREHOOK: query: select key, value from srcpart where ds='2008-04-04' and hr=11 order by key limit 10
PREHOOK: type: QUERY
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-31_581_5431886470453083216/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-08_714_8346328963668124791/-mr-10000
POSTHOOK: query: select key, value from srcpart where ds='2008-04-04' and hr=11 order by key limit 10
POSTHOOK: type: QUERY
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-31_581_5431886470453083216/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-08_714_8346328963668124791/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -4855,10 +4855,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 [srcpart]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 [srcpart]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
Partition
base file name: hr=11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4872,13 +4872,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977859
+ transient_lastDdlTime 1314926815
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4889,17 +4889,17 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977857
+ transient_lastDdlTime 1314926813
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
Partition
base file name: hr=12
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4913,13 +4913,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977859
+ transient_lastDdlTime 1314926815
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -4930,13 +4930,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977857
+ transient_lastDdlTime 1314926813
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
@@ -4945,9 +4945,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-15-34_433_3351089244397296225/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-11_589_4985183530192114542/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-15-34_433_3351089244397296225/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-11_589_4985183530192114542/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -4968,12 +4968,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-34_577_8045421042585772080/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-11_708_7878256002327332905/-mr-10000
POSTHOOK: query: select key, value, ds, hr from srcpart where ds='2008-04-08' and (hr='11' or hr='12') and key=11 order by key, ds, hr
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-34_577_8045421042585772080/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-11_708_7878256002327332905/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -5064,10 +5064,10 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 [srcpart]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 [srcpart]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
Partition
base file name: hr=11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -5081,13 +5081,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977859
+ transient_lastDdlTime 1314926815
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -5098,17 +5098,17 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977857
+ transient_lastDdlTime 1314926813
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
Partition
base file name: hr=11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -5122,13 +5122,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977860
+ transient_lastDdlTime 1314926816
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -5139,13 +5139,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1306977857
+ transient_lastDdlTime 1314926813
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
@@ -5154,9 +5154,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_20-15-37_742_6162655498763425797/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-14_999_2767914368112993476/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_20-15-37_742_6162655498763425797/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-14_999_2767914368112993476/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -5177,12 +5177,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-37_861_2917598676593294983/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-15_118_988717773071214359/-mr-10000
POSTHOOK: query: select key, value, ds, hr from srcpart where hr='11' and key=11 order by key, ds, hr
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_20-15-37_861_2917598676593294983/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-15_118_988717773071214359/-mr-10000
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-08).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/auto_join31.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join31.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join31.q.out (working copy)
@@ -64,7 +64,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -141,7 +141,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -152,7 +152,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_19-00-07_239_7580938439193474886/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-06-05_309_4452593884369032268/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -246,7 +246,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -317,7 +317,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -350,7 +350,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -383,7 +383,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -405,7 +405,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_19-00-09_306_4018311873888116476/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-06-05_671_3340839730696571202/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
RIGHT OUTER JOIN
@@ -417,5 +417,5 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_19-00-09_306_4018311873888116476/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-06-05_671_3340839730696571202/-mr-10000
348019368476
Index: ql/src/test/results/clientpositive/join_reorder3.q.out
===================================================================
--- ql/src/test/results/clientpositive/join_reorder3.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join_reorder3.q.out (working copy)
@@ -186,7 +186,7 @@
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-58-11_159_4555059335132203811/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-31_733_7735513870273944574/-mr-10000
POSTHOOK: query: SELECT /*+ STREAMTABLE(a,c) */ *
FROM T1 a JOIN T2 b ON a.key = b.key
JOIN T3 c ON b.key = c.key
@@ -196,7 +196,7 @@
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-58-11_159_4555059335132203811/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-31_733_7735513870273944574/-mr-10000
2 12 2 22 2 12 2 12
PREHOOK: query: EXPLAIN
SELECT /*+ STREAMTABLE(a,c) */ *
@@ -267,7 +267,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -322,7 +322,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col4, _col5, _col8, _col9
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -419,7 +419,7 @@
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-58-15_654_5324680612568899112/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-36_628_6882472676764312669/-mr-10000
POSTHOOK: query: SELECT /*+ STREAMTABLE(a,c) */ *
FROM T1 a JOIN T2 b ON a.key = b.key
JOIN T3 c ON a.val = c.val
@@ -429,5 +429,5 @@
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-58-15_654_5324680612568899112/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-36_628_6882472676764312669/-mr-10000
2 12 2 22 2 12 2 12
Index: ql/src/test/results/clientpositive/cluster.q.out
===================================================================
--- ql/src/test/results/clientpositive/cluster.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/cluster.q.out (working copy)
@@ -60,11 +60,11 @@
PREHOOK: query: SELECT * FROM SRC x where x.key = 10 CLUSTER BY x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-00_308_3996892596871050805/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-35_932_8267231343540549764/-mr-10000
POSTHOOK: query: SELECT * FROM SRC x where x.key = 10 CLUSTER BY x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-00_308_3996892596871050805/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-35_932_8267231343540549764/-mr-10000
10 val_10
PREHOOK: query: EXPLAIN
SELECT * FROM SRC x where x.key = 20 CLUSTER BY key
@@ -128,11 +128,11 @@
PREHOOK: query: SELECT * FROM SRC x where x.key = 20 CLUSTER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-05_095_3989764442537175585/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-39_108_3796992013384751454/-mr-10000
POSTHOOK: query: SELECT * FROM SRC x where x.key = 20 CLUSTER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-05_095_3989764442537175585/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-39_108_3796992013384751454/-mr-10000
20 val_20
PREHOOK: query: EXPLAIN
SELECT x.* FROM SRC x where x.key = 20 CLUSTER BY key
@@ -196,11 +196,11 @@
PREHOOK: query: SELECT x.* FROM SRC x where x.key = 20 CLUSTER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-08_623_1909163536697384354/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-42_214_2892901593342874305/-mr-10000
POSTHOOK: query: SELECT x.* FROM SRC x where x.key = 20 CLUSTER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-08_623_1909163536697384354/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-42_214_2892901593342874305/-mr-10000
20 val_20
PREHOOK: query: EXPLAIN
SELECT x.* FROM SRC x where x.key = 20 CLUSTER BY x.key
@@ -264,11 +264,11 @@
PREHOOK: query: SELECT x.* FROM SRC x where x.key = 20 CLUSTER BY x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-12_155_5678606790020408085/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-45_287_1353522935509266362/-mr-10000
POSTHOOK: query: SELECT x.* FROM SRC x where x.key = 20 CLUSTER BY x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-12_155_5678606790020408085/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-45_287_1353522935509266362/-mr-10000
20 val_20
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY key
@@ -332,11 +332,11 @@
PREHOOK: query: SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-15_632_3313925045921329153/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-48_358_6903424087361886425/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-15_632_3313925045921329153/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-48_358_6903424087361886425/-mr-10000
20 val_20
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY x.key
@@ -400,11 +400,11 @@
PREHOOK: query: SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-19_114_1622685930107208593/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-51_391_5634252534691042352/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-19_114_1622685930107208593/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-51_391_5634252534691042352/-mr-10000
20 val_20
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY v1
@@ -468,11 +468,11 @@
PREHOOK: query: SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY v1
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-22_595_5329567143269229226/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-54_440_1853125489203342111/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1 FROM SRC x where x.key = 20 CLUSTER BY v1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-22_595_5329567143269229226/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-54_440_1853125489203342111/-mr-10000
20 val_20
PREHOOK: query: EXPLAIN
SELECT y.* from (SELECT x.* FROM SRC x CLUSTER BY x.key) y where y.key = 20
@@ -543,11 +543,11 @@
PREHOOK: query: SELECT y.* from (SELECT x.* FROM SRC x CLUSTER BY x.key) y where y.key = 20
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-26_137_8371385798213040613/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-57_628_4083535664201552865/-mr-10000
POSTHOOK: query: SELECT y.* from (SELECT x.* FROM SRC x CLUSTER BY x.key) y where y.key = 20
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-26_137_8371385798213040613/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-38-57_628_4083535664201552865/-mr-10000
20 val_20
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
@@ -622,7 +622,7 @@
type: string
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -631,7 +631,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-39-29_546_9044307911488476013/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-39-00_607_549147855674083049/-mr-10002
Reduce Output Operator
key expressions:
expr: _col1
@@ -665,11 +665,11 @@
PREHOOK: query: SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-29_640_7990093747029711700/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-00_706_5795379459177378815/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1, y.key FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-29_640_7990093747029711700/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-00_706_5795379459177378815/-mr-10000
20 val_20 20
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1, y.* FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
@@ -748,7 +748,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -757,7 +757,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-39-36_146_7523047334744872007/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-39-06_657_6875740039360999465/-mr-10002
Reduce Output Operator
key expressions:
expr: _col1
@@ -793,11 +793,11 @@
PREHOOK: query: SELECT x.key, x.value as v1, y.* FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-36_271_8501113562060498197/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-06_760_2809799226037065642/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1, y.* FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY v1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-36_271_8501113562060498197/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-06_760_2809799226037065642/-mr-10000
20 val_20 20 val_20
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1, y.* FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY x.key
@@ -876,7 +876,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -885,7 +885,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-39-42_907_3531906775052670778/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-39-12_599_323247981907310556/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -921,11 +921,11 @@
PREHOOK: query: SELECT x.key, x.value as v1, y.* FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-43_027_3013451718430380875/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-12_689_6534101927312913143/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1, y.* FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-43_027_3013451718430380875/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-12_689_6534101927312913143/-mr-10000
20 val_20 20 val_20
PREHOOK: query: EXPLAIN
SELECT x.key, x.value as v1, y.key as yk FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY key
@@ -1000,7 +1000,7 @@
type: string
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1009,7 +1009,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-39-49_649_313028914611607523/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-39-18_508_3040960525772514036/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1043,11 +1043,11 @@
PREHOOK: query: SELECT x.key, x.value as v1, y.key as yk FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-49_743_5449040629326573495/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-18_596_1240731244964700786/-mr-10000
POSTHOOK: query: SELECT x.key, x.value as v1, y.key as yk FROM SRC x JOIN SRC y ON (x.key = y.key) where x.key = 20 CLUSTER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-49_743_5449040629326573495/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-18_596_1240731244964700786/-mr-10000
20 val_20 20
PREHOOK: query: EXPLAIN
SELECT unioninput.*
@@ -1173,7 +1173,7 @@
CLUSTER BY unioninput.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-56_398_2632059281772742928/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-24_475_362382197501745657/-mr-10000
POSTHOOK: query: SELECT unioninput.*
FROM (
FROM src select src.key, src.value WHERE src.key < 100
@@ -1183,7 +1183,7 @@
CLUSTER BY unioninput.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-39-56_398_2632059281772742928/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-39-24_475_362382197501745657/-mr-10000
0 val_0
0 val_0
0 val_0
Index: ql/src/test/results/clientpositive/join33.q.out
===================================================================
--- ql/src/test/results/clientpositive/join33.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join33.q.out (working copy)
@@ -67,9 +67,9 @@
outputColumnNames: _col0, _col1, _col5
Position of Big Table: 1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/sdong/hive_2011-02-10_16-05-42_624_7730493356150230026/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-27_235_2634652285320831865/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -85,9 +85,9 @@
Map Reduce Local Work
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src [y]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [y]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -98,12 +98,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -114,12 +114,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -127,7 +127,7 @@
Stage: Stage-1
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-05-42_624_7730493356150230026/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-27_235_2634652285320831865/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -169,10 +169,10 @@
type: string
Needs Tagging: true
Path -> Alias:
- file:/tmp/sdong/hive_2011-02-10_16-05-42_624_7730493356150230026/-mr-10002 [file:/tmp/sdong/hive_2011-02-10_16-05-42_624_7730493356150230026/-mr-10002]
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [z]
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-27_235_2634652285320831865/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_17-42-27_235_2634652285320831865/-mr-10002]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [z]
Path -> Partition:
- file:/tmp/sdong/hive_2011-02-10_16-05-42_624_7730493356150230026/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-27_235_2634652285320831865/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -188,7 +188,7 @@
columns _col0,_col1,_col5
columns.types string,string,string
escape.delim \
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
Partition
base file name: hr=11
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -202,13 +202,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378962
+ transient_lastDdlTime 1314923904
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -219,13 +219,13 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/srcpart
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/srcpart
name default.srcpart
partition_columns ds/hr
serialization.ddl struct srcpart { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378962
+ transient_lastDdlTime 1314923903
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
@@ -250,9 +250,9 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-42_624_7730493356150230026/-ext-10000
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-27_235_2634652285320831865/-ext-10000
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-42_624_7730493356150230026/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-27_235_2634652285320831865/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -262,12 +262,12 @@
columns.types string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, string val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382742
+ transient_lastDdlTime 1314924147
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
TotalFiles: 1
@@ -278,7 +278,7 @@
Move Operator
tables:
replace: true
- source: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-42_624_7730493356150230026/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-27_235_2634652285320831865/-ext-10000
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -288,19 +288,19 @@
columns.types string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, string val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382742
+ transient_lastDdlTime 1314924147
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
- tmp directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-42_624_7730493356150230026/-ext-10001
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-27_235_2634652285320831865/-ext-10001
Stage: Stage-2
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-42_624_7730493356150230026/-ext-10000/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-27_235_2634652285320831865/-ext-10000/
PREHOOK: query: INSERT OVERWRITE TABLE dest_j1
@@ -327,11 +327,11 @@
PREHOOK: query: select * from dest_j1 x order by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-54_048_1771157796925742087/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-37_484_1896898774074163800/-mr-10000
POSTHOOK: query: select * from dest_j1 x order by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-54_048_1771157796925742087/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-37_484_1896898774074163800/-mr-10000
POSTHOOK: Lineage: dest_j1.key SIMPLE [(src1)x.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.val2 EXPRESSION [(src)y.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(srcpart)z.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out
===================================================================
--- ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out (working copy)
@@ -52,7 +52,7 @@
outputColumnNames: _col0
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -83,7 +83,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-39-15_246_6812245566327256930/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-17-43_389_4601897230420834494/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -180,7 +180,7 @@
outputColumnNames: _col0, _col2
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -211,7 +211,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-39-15_407_4173154005362822854/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-17-43_522_198150846392110887/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -232,7 +232,7 @@
outputColumnNames: _col2
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -243,7 +243,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-39-15_407_4173154005362822854/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-17-43_522_198150846392110887/-mr-10003
Select Operator
expressions:
expr: _col2
@@ -309,7 +309,7 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-39-15_579_6486376364563566190/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-17-43_657_341379415865573805/-mr-10000
POSTHOOK: query: select /*+MAPJOIN(src, src1) */ count(*) from srcpart join src src on (srcpart.value=src.value) join src src1 on (srcpart.key=src1.key) group by ds
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
@@ -317,6 +317,6 @@
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-39-15_579_6486376364563566190/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-17-43_657_341379415865573805/-mr-10000
5308
5308
Index: ql/src/test/results/clientpositive/join_hive_626.q.out
===================================================================
--- ql/src/test/results/clientpositive/join_hive_626.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join_hive_626.q.out (working copy)
@@ -103,7 +103,7 @@
handleSkewJoin: false
outputColumnNames: _col1, _col8, _col12
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -178,12 +178,12 @@
PREHOOK: Input: default@hive_bar
PREHOOK: Input: default@hive_count
PREHOOK: Input: default@hive_foo
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-52-56_553_3455781225434177776/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-56-07_625_1081840383207089753/-mr-10000
POSTHOOK: query: select hive_foo.foo_name, hive_bar.bar_name, n from hive_foo join hive_bar on hive_foo.foo_id =
hive_bar.foo_id join hive_count on hive_count.bar_id = hive_bar.bar_id
POSTHOOK: type: QUERY
POSTHOOK: Input: default@hive_bar
POSTHOOK: Input: default@hive_count
POSTHOOK: Input: default@hive_foo
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-52-56_553_3455781225434177776/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-56-07_625_1081840383207089753/-mr-10000
foo1 bar10 2
Index: ql/src/test/results/clientpositive/auto_join28.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join28.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join28.q.out (working copy)
@@ -106,7 +106,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -115,7 +115,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_02-01-07_762_3143285408934123936/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-47_930_4351838835820994485/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -271,7 +271,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -280,7 +280,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_02-01-08_927_6488885956160974789/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-48_213_1611218831023481313/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -436,7 +436,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -445,7 +445,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_02-01-09_595_3307987358342071225/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-48_485_5246825261918697985/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -597,7 +597,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -606,7 +606,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_02-01-10_833_4549106031999121412/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-48_785_1235609619910367101/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
Index: ql/src/test/results/clientpositive/groupby8_noskew.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby8_noskew.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby8_noskew.q.out (working copy)
@@ -61,7 +61,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -76,7 +76,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -85,7 +85,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-53-51_058_4913513154393898571/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-05-48_900_2997496214884761433/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -147,7 +147,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-53-51_058_4913513154393898571/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-05-48_900_2997496214884761433/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -228,11 +228,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-54-03_192_3479046113182139510/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-07_996_1761667123321142232/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-54-03_192_3479046113182139510/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-07_996_1761667123321142232/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -549,11 +549,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-54-03_461_4788125726798198070/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-08_197_4733466827774396327/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-54-03_461_4788125726798198070/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-06-08_197_4733466827774396327/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/union5.q.out
===================================================================
--- ql/src/test/results/clientpositive/union5.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union5.q.out (working copy)
@@ -56,7 +56,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -65,7 +65,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-52-35_634_8721217390847331165/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-44_318_1265795542245059351/-mr-10002
Union
Select Operator
expressions:
@@ -93,7 +93,7 @@
value expressions:
expr: _col1
type: bigint
- file:/tmp/sdong/hive_2011-02-10_17-52-35_634_8721217390847331165/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-44_318_1265795542245059351/-mr-10003
Union
Select Operator
expressions:
@@ -179,7 +179,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -195,12 +195,12 @@
select 'tst2' as key, count(1) as value from src s2) unionsrc group by unionsrc.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-35_751_1142412284544355296/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-53-44_420_9191424418366141932/-mr-10000
POSTHOOK: query: select unionsrc.key, count(1) FROM (select 'tst1' as key, count(1) as value from src s1
UNION ALL
select 'tst2' as key, count(1) as value from src s2) unionsrc group by unionsrc.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-35_751_1142412284544355296/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-53-44_420_9191424418366141932/-mr-10000
tst1 1
tst2 1
Index: ql/src/test/results/clientpositive/join18_multi_distinct.q.out
===================================================================
--- ql/src/test/results/clientpositive/join18_multi_distinct.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join18_multi_distinct.q.out (working copy)
@@ -98,7 +98,7 @@
type: bigint
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -220,7 +220,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -246,7 +246,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-45_095_1063227124063139638/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-39-42_287_493688459794929026/-mr-10000
POSTHOOK: query: SELECT a.key, a.value, b.key, b.value1, b.value2
FROM
(
@@ -262,7 +262,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-45_095_1063227124063139638/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-39-42_287_493688459794929026/-mr-10000
NULL NULL 1 0
NULL NULL 1 0
NULL NULL 1 0
Index: ql/src/test/results/clientpositive/join2.q.out
===================================================================
--- ql/src/test/results/clientpositive/join2.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join2.q.out (working copy)
@@ -64,7 +64,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col4
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -162,11 +162,11 @@
PREHOOK: query: SELECT dest_j2.* FROM dest_j2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-05_598_2756456404842455287/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-00_856_5977335681628942448/-mr-10000
POSTHOOK: query: SELECT dest_j2.* FROM dest_j2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-05_598_2756456404842455287/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-00_856_5977335681628942448/-mr-10000
POSTHOOK: Lineage: dest_j2.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j2.value SIMPLE [(src)src3.FieldSchema(name:value, type:string, comment:default), ]
0 val_0
Index: ql/src/test/results/clientpositive/load_dyn_part14.q.out
===================================================================
--- ql/src/test/results/clientpositive/load_dyn_part14.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/load_dyn_part14.q.out (working copy)
@@ -12,7 +12,7 @@
key string
value string
-Detailed Table Information Table(tableName:nzhang_part14, dbName:default, owner:sdong, createTime:1297384261, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:key, type:string, comment:null), FieldSchema(name:value, type:string, comment:null)], location:pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/nzhang_part14, inputFormat:org.apache.hadoop.mapred.TextInputFormat, outputFormat:org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat, compressed:false, numBuckets:-1, serdeInfo:SerDeInfo(name:null, serializationLib:org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, parameters:{serialization.format=1}), bucketCols:[], sortCols:[], parameters:{}), partitionKeys:[FieldSchema(name:value, type:string, comment:null)], parameters:{transient_lastDdlTime=1297384261}, viewOriginalText:null, viewExpandedText:null, tableType:MANAGED_TABLE)
+Detailed Table Information Table(tableName:nzhang_part14, dbName:default, owner:kevinwilfong, createTime:1314925610, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:key, type:string, comment:null), FieldSchema(name:value, type:string, comment:null)], location:pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/nzhang_part14, inputFormat:org.apache.hadoop.mapred.TextInputFormat, outputFormat:org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat, compressed:false, numBuckets:-1, serdeInfo:SerDeInfo(name:null, serializationLib:org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, parameters:{serialization.format=1}), bucketCols:[], sortCols:[], parameters:{}), partitionKeys:[FieldSchema(name:value, type:string, comment:null)], parameters:{transient_lastDdlTime=1314925610}, viewOriginalText:null, viewExpandedText:null, tableType:MANAGED_TABLE)
PREHOOK: query: explain
insert overwrite table nzhang_part14 partition(value)
select key, value from (
@@ -74,7 +74,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -83,7 +83,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-31-01_687_6566069687609794153/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-06-50_963_2372817403114681120/-mr-10002
Union
Select Operator
expressions:
@@ -100,7 +100,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.nzhang_part14
- file:/tmp/sdong/hive_2011-02-10_16-31-01_687_6566069687609794153/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-06-50_963_2372817403114681120/-mr-10004
Union
Select Operator
expressions:
@@ -117,7 +117,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.nzhang_part14
- file:/tmp/sdong/hive_2011-02-10_16-31-01_687_6566069687609794153/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-06-50_963_2372817403114681120/-mr-10005
Union
Select Operator
expressions:
@@ -142,7 +142,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-31-01_687_6566069687609794153/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-06-50_963_2372817403114681120/-ext-10000
Stage: Stage-0
Move Operator
@@ -162,7 +162,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-31-01_687_6566069687609794153/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-06-50_963_2372817403114681120/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -198,7 +198,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -230,7 +230,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -275,13 +275,13 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_part14@value=
PREHOOK: Input: default@nzhang_part14@value=__HIVE_DEFAULT_PARTITION__
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-31-17_561_1922360594179733073/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-07-05_988_4835222783850771616/-mr-10000
POSTHOOK: query: select * from nzhang_part14 where value <> 'a'
order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_part14@value=
POSTHOOK: Input: default@nzhang_part14@value=__HIVE_DEFAULT_PARTITION__
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-31-17_561_1922360594179733073/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-07-05_988_4835222783850771616/-mr-10000
POSTHOOK: Lineage: nzhang_part14 PARTITION(value= ).key EXPRESSION []
POSTHOOK: Lineage: nzhang_part14 PARTITION(value=__HIVE_DEFAULT_PARTITION__).key EXPRESSION []
k1 __HIVE_DEFAULT_PARTITION__
Index: ql/src/test/results/clientpositive/auto_join23.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join23.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join23.q.out (working copy)
@@ -79,7 +79,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -90,7 +90,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-16-38_015_2684893001691105296/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-41_733_566774697239444445/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -179,7 +179,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -241,7 +241,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -255,11 +255,11 @@
PREHOOK: query: SELECT * FROM src src1 JOIN src src2 WHERE src1.key < 10 and src2.key < 10 SORT BY src1.key, src1.value, src2.key, src2.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-16-38_226_2455660167828859804/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-42_016_7255517399999581375/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 WHERE src1.key < 10 and src2.key < 10 SORT BY src1.key, src1.value, src2.key, src2.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-16-38_226_2455660167828859804/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-42_016_7255517399999581375/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
Index: ql/src/test/results/clientpositive/union15.q.out
===================================================================
--- ql/src/test/results/clientpositive/union15.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union15.q.out (working copy)
@@ -61,7 +61,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -70,7 +70,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-49-34_757_4876098321935548923/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-02_087_8625482298870776886/-mr-10002
Union
Select Operator
expressions:
@@ -98,7 +98,7 @@
value expressions:
expr: _col1
type: bigint
- file:/tmp/sdong/hive_2011-02-10_17-49-34_757_4876098321935548923/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-02_087_8625482298870776886/-mr-10003
Union
Select Operator
expressions:
@@ -126,7 +126,7 @@
value expressions:
expr: _col1
type: bigint
- file:/tmp/sdong/hive_2011-02-10_17-49-34_757_4876098321935548923/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-02_087_8625482298870776886/-mr-10004
Union
Select Operator
expressions:
@@ -192,7 +192,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -212,7 +212,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -231,7 +231,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-49-34_882_2837795805983985596/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-02_206_7678931587586930857/-mr-10000
POSTHOOK: query: select unionsrc.key, count(1) FROM (select 'tst1' as key, cast(count(1) as string) as value from src s1
UNION ALL
select s2.key as key, s2.value as value from src1 s2
@@ -240,7 +240,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-49-34_882_2837795805983985596/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-02_206_7678931587586930857/-mr-10000
20
128 2
146 2
Index: ql/src/test/results/clientpositive/nullgroup2.q.out
===================================================================
--- ql/src/test/results/clientpositive/nullgroup2.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/nullgroup2.q.out (working copy)
@@ -60,7 +60,7 @@
mode: partials
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -69,7 +69,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-47-23_485_8778783889856166585/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-28-19_192_8770494233716861037/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -114,11 +114,11 @@
PREHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-23_577_8894507172444012224/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-19_279_6651631645877010467/-mr-10000
POSTHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-23_577_8894507172444012224/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-19_279_6651631645877010467/-mr-10000
PREHOOK: query: explain
select x.key, count(1) from src x where x.key > 9999 group by x.key
PREHOOK: type: QUERY
@@ -201,11 +201,11 @@
PREHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-30_250_5010910823992231939/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-25_208_5033134892637911560/-mr-10000
POSTHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-30_250_5010910823992231939/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-25_208_5033134892637911560/-mr-10000
PREHOOK: query: explain
select x.key, count(1) from src x where x.key > 9999 group by x.key
PREHOOK: type: QUERY
@@ -259,7 +259,7 @@
mode: partial1
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -268,7 +268,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-47-33_781_7585292931085760023/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-28-28_253_8284510237091637057/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -313,11 +313,11 @@
PREHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-33_865_612821867896144563/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-28_331_8143223639174799970/-mr-10000
POSTHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-33_865_612821867896144563/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-28_331_8143223639174799970/-mr-10000
PREHOOK: query: explain
select x.key, count(1) from src x where x.key > 9999 group by x.key
PREHOOK: type: QUERY
@@ -391,8 +391,8 @@
PREHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-40_525_8325247838790193112/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-34_224_6404509476290236596/-mr-10000
POSTHOOK: query: select x.key, count(1) from src x where x.key > 9999 group by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-40_525_8325247838790193112/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-34_224_6404509476290236596/-mr-10000
Index: ql/src/test/results/clientpositive/groupby5.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby5.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby5.q.out (working copy)
@@ -61,7 +61,7 @@
mode: partial1
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -70,7 +70,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-51-23_638_4605186493865491279/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-03-21_160_2853085288788909047/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -149,11 +149,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-51-31_474_8933005344827613271/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-03-28_109_9035196154029722356/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-51-31_474_8933005344827613271/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-03-28_109_9035196154029722356/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
0 0.0
Index: ql/src/test/results/clientpositive/ppd_join2.q.out
===================================================================
--- ql/src/test/results/clientpositive/ppd_join2.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/ppd_join2.q.out (working copy)
@@ -112,7 +112,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -214,7 +214,7 @@
WHERE src1.c1 <> '311' and (src1.c2 <> 'val_50' or src1.c1 > '1') and (src2.c3 <> '10' or src1.c1 <> '10') and (src2.c3 <> '14') and (sqrt(src3.c5) <> 13)
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-22-23_609_8022409171851868425/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-37-20_008_8578115542890823742/-mr-10000
POSTHOOK: query: SELECT src1.c1, src2.c4
FROM
(SELECT src.key as c1, src.value as c2 from src where src.key <> '302' ) src1
@@ -227,7 +227,7 @@
WHERE src1.c1 <> '311' and (src1.c2 <> 'val_50' or src1.c1 > '1') and (src2.c3 <> '10' or src1.c1 <> '10') and (src2.c3 <> '14') and (sqrt(src3.c5) <> 13)
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-22-23_609_8022409171851868425/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-37-20_008_8578115542890823742/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -1848,7 +1848,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1946,7 +1946,7 @@
WHERE src1.c1 <> '311' and (src1.c2 <> 'val_50' or src1.c1 > '1') and (src2.c3 <> '10' or src1.c1 <> '10') and (src2.c3 <> '14') and (sqrt(src3.c5) <> 13)
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-22-44_680_6270114164732441996/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-37-27_527_2559015535824370826/-mr-10000
POSTHOOK: query: SELECT src1.c1, src2.c4
FROM
(SELECT src.key as c1, src.value as c2 from src where src.key <> '302' ) src1
@@ -1959,7 +1959,7 @@
WHERE src1.c1 <> '311' and (src1.c2 <> 'val_50' or src1.c1 > '1') and (src2.c3 <> '10' or src1.c1 <> '10') and (src2.c3 <> '14') and (sqrt(src3.c5) <> 13)
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-22-44_680_6270114164732441996/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-37-27_527_2559015535824370826/-mr-10000
0 val_0
0 val_0
0 val_0
Index: ql/src/test/results/clientpositive/union10.q.out
===================================================================
--- ql/src/test/results/clientpositive/union10.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union10.q.out (working copy)
@@ -72,7 +72,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -81,7 +81,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-48-28_233_2804783435602164161/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-01_923_1152504765362589786/-mr-10002
Union
Select Operator
expressions:
@@ -105,7 +105,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.tmptable
- file:/tmp/sdong/hive_2011-02-10_17-48-28_233_2804783435602164161/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-01_923_1152504765362589786/-mr-10004
Union
Select Operator
expressions:
@@ -129,7 +129,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.tmptable
- file:/tmp/sdong/hive_2011-02-10_17-48-28_233_2804783435602164161/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-01_923_1152504765362589786/-mr-10005
Union
Select Operator
expressions:
@@ -161,7 +161,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-48-28_233_2804783435602164161/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-50-01_923_1152504765362589786/-ext-10000
Stage: Stage-0
Move Operator
@@ -179,7 +179,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-48-28_233_2804783435602164161/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-50-01_923_1152504765362589786/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -223,7 +223,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -263,7 +263,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -293,11 +293,11 @@
PREHOOK: query: select * from tmptable x sort by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@tmptable
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-48-43_132_7439555334116715402/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-16_944_2621540852194075855/-mr-10000
POSTHOOK: query: select * from tmptable x sort by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmptable
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-48-43_132_7439555334116715402/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-16_944_2621540852194075855/-mr-10000
POSTHOOK: Lineage: tmptable.key EXPRESSION []
POSTHOOK: Lineage: tmptable.value EXPRESSION [(src)s1.null, (src)s2.null, (src)s3.null, ]
tst1 500
Index: ql/src/test/results/clientpositive/groupby3_map_skew.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby3_map_skew.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby3_map_skew.q.out (working copy)
@@ -111,7 +111,7 @@
mode: partials
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -120,7 +120,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-50-36_160_9079459775422143866/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-02-40_314_8946296075066741956/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -263,11 +263,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-50-44_349_2755110813259006506/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-02-47_726_5164532664407395609/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-50-44_349_2755110813259006506/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-02-47_726_5164532664407395609/-mr-10000
POSTHOOK: Lineage: dest1.c1 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.c2 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.c3 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/input39.q.out
===================================================================
--- ql/src/test/results/clientpositive/input39.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/input39.q.out (working copy)
@@ -129,7 +129,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -138,7 +138,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_15-56-17_686_3261350439842445445/-mr-10002
+ file:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-28-34_966_5812959869486527496/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -173,12 +173,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1@ds=1
PREHOOK: Input: default@t2@ds=1
-PREHOOK: Output: file:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_15-56-17_843_8594138521492763524/-mr-10000
+PREHOOK: Output: file:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-28-35_119_4712243956582901700/-mr-10000
POSTHOOK: query: select count(1) from t1 join t2 on t1.key=t2.key where t1.ds='1' and t2.ds='1'
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1@ds=1
POSTHOOK: Input: default@t2@ds=1
-POSTHOOK: Output: file:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_15-56-17_843_8594138521492763524/-mr-10000
+POSTHOOK: Output: file:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-28-35_119_4712243956582901700/-mr-10000
POSTHOOK: Lineage: t1 PARTITION(ds=1).key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: t1 PARTITION(ds=1).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: t1 PARTITION(ds=2).key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/groupby10.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby10.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby10.q.out (working copy)
@@ -73,7 +73,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -89,7 +89,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -98,7 +98,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-21-31_713_3968255414192405782/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-00-45_717_5467498574921095631/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -167,7 +167,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-21-31_713_3968255414192405782/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-00-45_717_5467498574921095631/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -257,11 +257,11 @@
PREHOOK: query: SELECT * from dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-02_703_8932159178555555798/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-00-57_799_3251254131358203465/-mr-10000
POSTHOOK: query: SELECT * from dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-02_703_8932159178555555798/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-00-57_799_3251254131358203465/-mr-10000
POSTHOOK: Lineage: dest1.key SIMPLE [(input)input.FieldSchema(name:key, type:int, comment:null), ]
POSTHOOK: Lineage: dest1.val1 EXPRESSION [(input)input.FieldSchema(name:value, type:string, comment:null), ]
POSTHOOK: Lineage: dest1.val2 EXPRESSION [(input)input.FieldSchema(name:value, type:string, comment:null), ]
@@ -291,11 +291,11 @@
PREHOOK: query: SELECT * from dest2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-03_016_8742949299415464174/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-00-58_006_8179300154858069530/-mr-10000
POSTHOOK: query: SELECT * from dest2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-03_016_8742949299415464174/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-00-58_006_8179300154858069530/-mr-10000
POSTHOOK: Lineage: dest1.key SIMPLE [(input)input.FieldSchema(name:key, type:int, comment:null), ]
POSTHOOK: Lineage: dest1.val1 EXPRESSION [(input)input.FieldSchema(name:value, type:string, comment:null), ]
POSTHOOK: Lineage: dest1.val2 EXPRESSION [(input)input.FieldSchema(name:value, type:string, comment:null), ]
@@ -497,11 +497,11 @@
PREHOOK: query: SELECT * from dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-17_401_1443701336089053996/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-04_210_1958624436151118111/-mr-10000
POSTHOOK: query: SELECT * from dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-17_401_1443701336089053996/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-04_210_1958624436151118111/-mr-10000
POSTHOOK: Lineage: dest1.key SIMPLE [(input)input.FieldSchema(name:key, type:int, comment:null), ]
POSTHOOK: Lineage: dest1.key SIMPLE [(input)input.FieldSchema(name:key, type:int, comment:null), ]
POSTHOOK: Lineage: dest1.val1 EXPRESSION [(input)input.FieldSchema(name:value, type:string, comment:null), ]
@@ -537,11 +537,11 @@
PREHOOK: query: SELECT * from dest2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-17_833_8350215655391374047/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-04_429_417291241772554364/-mr-10000
POSTHOOK: query: SELECT * from dest2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_03-22-17_833_8350215655391374047/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-04_429_417291241772554364/-mr-10000
POSTHOOK: Lineage: dest1.key SIMPLE [(input)input.FieldSchema(name:key, type:int, comment:null), ]
POSTHOOK: Lineage: dest1.key SIMPLE [(input)input.FieldSchema(name:key, type:int, comment:null), ]
POSTHOOK: Lineage: dest1.val1 EXPRESSION [(input)input.FieldSchema(name:value, type:string, comment:null), ]
Index: ql/src/test/results/clientpositive/join20.q.out
===================================================================
--- ql/src/test/results/clientpositive/join20.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join20.q.out (working copy)
@@ -104,7 +104,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -113,7 +113,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-03-06_117_6456509266682723845/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-40-01_328_5750591329250475369/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -161,12 +161,12 @@
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-06_231_432778980038401338/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-01_449_7707582496912433186/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key < 20)
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-06_231_432778980038401338/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-01_449_7707582496912433186/-mr-10000
NULL NULL NULL NULL 10 val_10
NULL NULL NULL NULL 100 val_100
NULL NULL NULL NULL 100 val_100
@@ -825,7 +825,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -834,7 +834,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-03-13_002_657975884271744395/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-40-08_257_4880105186985544820/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -882,12 +882,12 @@
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-13_116_6246377971037085356/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-08_370_3134194552461523169/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key < 15) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key < 20)
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-13_116_6246377971037085356/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-08_370_3134194552461523169/-mr-10000
NULL NULL NULL NULL 10 val_10
NULL NULL NULL NULL 100 val_100
NULL NULL NULL NULL 100 val_100
Index: ql/src/test/results/clientpositive/input25.q.out
===================================================================
--- ql/src/test/results/clientpositive/input25.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/input25.q.out (working copy)
@@ -71,7 +71,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -80,7 +80,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_15-54-37_001_5938833549199170061/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-27-04_730_4900841875827481817/-mr-10002
Union
Select Operator
expressions:
@@ -97,7 +97,7 @@
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- file:/tmp/sdong/hive_2011-02-10_15-54-37_001_5938833549199170061/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-27-04_730_4900841875827481817/-mr-10003
Union
Select Operator
expressions:
@@ -145,7 +145,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -164,7 +164,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@tst@d=2009-01-01
PREHOOK: Input: default@tst@d=2009-02-02
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-37_160_4822481153966993661/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-27-04_859_564156916398326831/-mr-10000
POSTHOOK: query: select * from (
select * from tst x where x.d='2009-01-01' limit 10
union all
@@ -173,4 +173,4 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tst@d=2009-01-01
POSTHOOK: Input: default@tst@d=2009-02-02
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-37_160_4822481153966993661/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-27-04_859_564156916398326831/-mr-10000
Index: ql/src/test/results/clientpositive/groupby1_map_skew.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby1_map_skew.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby1_map_skew.q.out (working copy)
@@ -64,7 +64,7 @@
mode: partials
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -73,7 +73,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-49-24_045_67224101808511354/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-01-34_837_3805394835836616642/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -146,11 +146,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-31_919_6097397953274527627/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-41_885_6463177842365959276/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-31_919_6097397953274527627/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-41_885_6463177842365959276/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
0 0.0
Index: ql/src/test/results/clientpositive/auto_join29.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join29.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join29.q.out (working copy)
@@ -111,7 +111,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -122,7 +122,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-57-17_592_8709002405354656522/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-49_262_7845326160345992184/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -250,7 +250,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -264,11 +264,11 @@
PREHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-18_507_4865266743316366123/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-49_548_5161852928342738655/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-18_507_4865266743316366123/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-49_548_5161852928342738655/-mr-10000
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
@@ -2992,7 +2992,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -3003,7 +3003,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-57-26_340_2980370629621195156/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-03_068_7554083360416647676/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -3135,7 +3135,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -3149,11 +3149,11 @@
PREHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) LEFT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-26_723_4403434666536644165/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-03_403_4906006439187614564/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) LEFT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-26_723_4403434666536644165/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-03_403_4906006439187614564/-mr-10000
0 val_0 NULL NULL NULL NULL
0 val_0 NULL NULL NULL NULL
0 val_0 NULL NULL NULL NULL
@@ -4299,7 +4299,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -4310,7 +4310,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-57-34_314_5036515933388200786/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-17_667_1500100281318744757/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -4442,7 +4442,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -4456,11 +4456,11 @@
PREHOOK: query: SELECT * FROM src src1 RIGHT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) LEFT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-34_640_4565988645154959812/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-18_016_13389380573273086/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 RIGHT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) LEFT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-34_640_4565988645154959812/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-18_016_13389380573273086/-mr-10000
NULL NULL 0 val_0 NULL NULL
NULL NULL 0 val_0 NULL NULL
NULL NULL 0 val_0 NULL NULL
@@ -5122,7 +5122,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -5133,7 +5133,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-57-42_086_4959375268931923460/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-35_248_498940420340470554/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -5261,7 +5261,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -5275,11 +5275,11 @@
PREHOOK: query: SELECT * FROM src src1 RIGHT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-42_395_1658385103530826429/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-35_524_7256721340405365600/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 RIGHT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-42_395_1658385103530826429/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-35_524_7256721340405365600/-mr-10000
NULL NULL NULL NULL 10 val_10
NULL NULL NULL NULL 100 val_100
NULL NULL NULL NULL 100 val_100
@@ -6455,7 +6455,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -6466,7 +6466,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-57-49_809_2351900656461167720/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-47_686_8428360097069474926/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -6593,7 +6593,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -6694,7 +6694,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -6708,11 +6708,11 @@
PREHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) LEFT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-50_186_6827633310155750826/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-48_023_4913110250154166710/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) LEFT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-50_186_6827633310155750826/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-01-48_023_4913110250154166710/-mr-10000
PREHOOK: query: explain
SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
@@ -6830,7 +6830,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -6841,7 +6841,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-57-57_748_8107596589008050455/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-00_128_3175034984760863890/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -6973,7 +6973,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -6987,11 +6987,11 @@
PREHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-58_038_1054240727239618014/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-00_403_8997727914325711186/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-57-58_038_1054240727239618014/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-00_403_8997727914325711186/-mr-10000
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
@@ -7609,7 +7609,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -7620,7 +7620,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-58-05_632_5865835228665674059/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-12_724_2829259964121355417/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -7752,7 +7752,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -7766,11 +7766,11 @@
PREHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-58-05_921_5300051216994398289/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-13_007_4475987194792720202/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-58-05_921_5300051216994398289/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-13_007_4475987194792720202/-mr-10000
PREHOOK: query: explain
SELECT * FROM src src1 RIGHT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
@@ -7890,7 +7890,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -7901,7 +7901,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-58-13_389_8654224821628724231/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-24_920_6730507229844853544/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -8036,7 +8036,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -8137,7 +8137,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -8151,11 +8151,11 @@
PREHOOK: query: SELECT * FROM src src1 RIGHT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-58-13_706_3377559122869220296/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-25_245_3687075954174358493/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 RIGHT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-58-13_706_3377559122869220296/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-25_245_3687075954174358493/-mr-10000
0 val_0 0 val_0 0 val_0
0 val_0 0 val_0 0 val_0
0 val_0 0 val_0 0 val_0
@@ -8327,7 +8327,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -8338,7 +8338,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/njain/hive_2011-04-08_14-58-21_248_4474430373846979525/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-37_223_2886158941437968399/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -8465,7 +8465,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -8561,7 +8561,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -8662,7 +8662,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -8676,8 +8676,8 @@
PREHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-58-21_616_6921093876289911756/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-37_614_7623285629238070390/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/njain/hive_2011-04-08_14-58-21_616_6921093876289911756/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-02-37_614_7623285629238070390/-mr-10000
Index: ql/src/test/results/clientpositive/ppd_gby2.q.out
===================================================================
--- ql/src/test/results/clientpositive/ppd_gby2.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/ppd_gby2.q.out (working copy)
@@ -101,7 +101,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -110,7 +110,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-17-03_240_3343733212968194961/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-36-59_264_2930399340631418419/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -159,7 +159,7 @@
GROUP BY src1.c2
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-17-04_077_883376489676525041/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-59_352_7258300764474492296/-mr-10000
POSTHOOK: query: SELECT max(src1.c1), src1.c2
FROM
(SELECT src.value AS c1, count(src.key) AS c2 FROM src WHERE src.value > 'val_10' GROUP BY src.value) src1
@@ -167,7 +167,7 @@
GROUP BY src1.c2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-17-04_077_883376489676525041/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-36-59_352_7258300764474492296/-mr-10000
val_4 1
val_399 2
val_396 3
@@ -272,7 +272,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -281,7 +281,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-17-23_094_9196364983578023762/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-37-06_339_4247477604568624585/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -330,7 +330,7 @@
GROUP BY src1.c2
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-17-23_367_2772975119752922926/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-37-06_420_8419378834306341878/-mr-10000
POSTHOOK: query: SELECT max(src1.c1), src1.c2
FROM
(SELECT src.value AS c1, count(src.key) AS c2 FROM src WHERE src.value > 'val_10' GROUP BY src.value) src1
@@ -338,7 +338,7 @@
GROUP BY src1.c2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-17-23_367_2772975119752922926/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-37-06_420_8419378834306341878/-mr-10000
val_4 1
val_399 2
val_396 3
Index: ql/src/test/results/clientpositive/union6.q.out
===================================================================
--- ql/src/test/results/clientpositive/union6.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union6.q.out (working copy)
@@ -69,7 +69,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -78,7 +78,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-52-46_559_910674796929230613/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-53_699_4062327020526180157/-mr-10002
Union
Select Operator
expressions:
@@ -95,7 +95,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.tmptable
- file:/tmp/sdong/hive_2011-02-10_17-52-46_559_910674796929230613/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-53_699_4062327020526180157/-mr-10004
Union
Select Operator
expressions:
@@ -120,7 +120,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-52-46_559_910674796929230613/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-53-53_699_4062327020526180157/-ext-10000
Stage: Stage-0
Move Operator
@@ -138,7 +138,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-52-46_559_910674796929230613/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-53-53_699_4062327020526180157/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -162,7 +162,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -190,11 +190,11 @@
PREHOOK: query: select * from tmptable x sort by x.key, x.value
PREHOOK: type: QUERY
PREHOOK: Input: default@tmptable
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-58_699_4520080058177751609/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-54-03_831_2196754426981463168/-mr-10000
POSTHOOK: query: select * from tmptable x sort by x.key, x.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmptable
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-58_699_4520080058177751609/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-54-03_831_2196754426981463168/-mr-10000
POSTHOOK: Lineage: tmptable.key EXPRESSION [(src1)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmptable.value EXPRESSION [(src)s1.null, (src1)s2.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/auto_join15.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join15.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join15.q.out (working copy)
@@ -82,7 +82,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -93,7 +93,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-14-22_789_7838635082851566599/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-55-23_974_6313263452893209629/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -135,7 +135,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -144,7 +144,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-14-22_789_7838635082851566599/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-55-23_974_6313263452893209629/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -220,7 +220,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -286,7 +286,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -305,7 +305,7 @@
) a
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-14-23_028_440164774935019585/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-55-24_313_4425060119347214236/-mr-10000
POSTHOOK: query: select sum(hash(a.k1,a.v1,a.k2, a.v2))
from (
SELECT src1.key as k1, src1.value as v1, src2.key as k2, src2.value as v2
@@ -314,5 +314,5 @@
) a
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-14-23_028_440164774935019585/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-55-24_313_4425060119347214236/-mr-10000
524272996896
Index: ql/src/test/results/clientpositive/index_auto_mult_tables_compact.q.out
===================================================================
--- ql/src/test/results/clientpositive/index_auto_mult_tables_compact.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/index_auto_mult_tables_compact.q.out (working copy)
@@ -77,7 +77,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -86,7 +86,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/salbiz/hive_2011-08-03_11-41-42_789_1684955694193338986/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-12-13_087_6039209740031765635/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -119,7 +119,7 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-41-42_970_2859185952217320568/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-12-13_256_7063916840208154522/-mr-10000
POSTHOOK: query: SELECT a.key, a.value FROM src a JOIN srcpart b ON (a.key = b.key) WHERE a.key > 80 AND a.key < 100 AND b.key > 70 AND b.key < 90 ORDER BY a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
@@ -127,7 +127,7 @@
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-41-42_970_2859185952217320568/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-12-13_256_7063916840208154522/-mr-10000
82 val_82
82 val_82
82 val_82
@@ -289,13 +289,13 @@
Move Operator
files:
hdfs directory: true
- destination: file:/data/users/salbiz/apache-hive/build/ql/scratchdir/hive_2011-08-03_11-42-13_662_1841905286836798924/-ext-10000
+ destination: file:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-12-45_616_3700028053165963696/-ext-10000
Stage: Stage-4
Move Operator
files:
hdfs directory: true
- destination: file:/tmp/salbiz/hive_2011-08-03_11-42-12_993_7173516009867952993/-mr-10003
+ destination: file:/tmp/kevinwilfong/hive_2011-09-01_17-12-44_923_7663780553264173374/-mr-10003
Stage: Stage-1
Map Reduce
@@ -363,7 +363,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -372,7 +372,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/salbiz/hive_2011-08-03_11-42-12_993_7173516009867952993/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-12-44_923_7663780553264173374/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -396,7 +396,7 @@
Stage: Stage-6
Map Reduce
Alias -> Map Operator Tree:
- file:/data/users/salbiz/apache-hive/build/ql/scratchdir/hive_2011-08-03_11-42-13_662_1841905286836798924/-ext-10001
+ file:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-12-45_616_3700028053165963696/-ext-10001
File Output Operator
compressed: false
GlobalTableId: 0
@@ -438,18 +438,18 @@
Move Operator
files:
hdfs directory: true
- destination: file:/data/users/salbiz/apache-hive/build/ql/scratchdir/hive_2011-08-03_11-42-13_773_6752137651963996196/-ext-10000
+ destination: file:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-12-45_752_1542862071502684400/-ext-10000
Stage: Stage-9
Move Operator
files:
hdfs directory: true
- destination: file:/tmp/salbiz/hive_2011-08-03_11-42-12_993_7173516009867952993/-mr-10004
+ destination: file:/tmp/kevinwilfong/hive_2011-09-01_17-12-44_923_7663780553264173374/-mr-10004
Stage: Stage-11
Map Reduce
Alias -> Map Operator Tree:
- file:/data/users/salbiz/apache-hive/build/ql/scratchdir/hive_2011-08-03_11-42-13_773_6752137651963996196/-ext-10001
+ file:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-12-45_752_1542862071502684400/-ext-10001
File Output Operator
compressed: false
GlobalTableId: 0
@@ -474,7 +474,7 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-42-13_878_115379500838443509/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-12-45_852_8756138897682730642/-mr-10000
POSTHOOK: query: SELECT a.key, a.value FROM src a JOIN srcpart b ON (a.key = b.key) WHERE a.key > 80 AND a.key < 100 AND b.key > 70 AND b.key < 90 ORDER BY a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src_index__
@@ -487,7 +487,7 @@
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-42-13_878_115379500838443509/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-12-45_852_8756138897682730642/-mr-10000
POSTHOOK: Lineage: default__src_src_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src_index__._offsets EXPRESSION [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src_index__.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/input14_limit.q.out
===================================================================
--- ql/src/test/results/clientpositive/input14_limit.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/input14_limit.q.out (working copy)
@@ -67,7 +67,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -76,7 +76,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_15-53-30_107_6304099816439656440/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-26-05_446_3427484207037317406/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -160,11 +160,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-53-38_016_641735622818134546/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-26-12_559_8250619847383479833/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-53-38_016_641735622818134546/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-26-12_559_8250619847383479833/-mr-10000
POSTHOOK: Lineage: dest1.key SCRIPT [(src)src.FieldSchema(name:key, type:string, comment:default), (src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value SCRIPT [(src)src.FieldSchema(name:key, type:string, comment:default), (src)src.FieldSchema(name:value, type:string, comment:default), ]
0 val_0
Index: ql/src/test/results/clientpositive/regex_col.q.out
===================================================================
--- ql/src/test/results/clientpositive/regex_col.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/regex_col.q.out (working copy)
@@ -275,7 +275,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -284,7 +284,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-01-27_356_3093621423795045358/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-55-38_598_4200882296680038472/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -320,7 +320,7 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-01-27_548_6653931489088427144/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-55-38_748_4613478864206096065/-mr-10000
POSTHOOK: query: SELECT b.`..` FROM srcpart a JOIN srcpart b
ON a.key = b.key AND a.hr = b.hr AND a.ds = b.ds AND a.key = 103
ORDER BY ds, hr
@@ -329,7 +329,7 @@
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-01-27_548_6653931489088427144/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-55-38_748_4613478864206096065/-mr-10000
2008-04-08 11
2008-04-08 11
2008-04-08 11
@@ -522,14 +522,14 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-01-35_406_5771693391982309464/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-55-45_551_1778417478675427140/-mr-10000
POSTHOOK: query: SELECT `(ds|hr)?+.+` FROM srcpart ORDER BY key, value LIMIT 10
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-01-35_406_5771693391982309464/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-55-45_551_1778417478675427140/-mr-10000
0 val_0
0 val_0
0 val_0
Index: ql/src/test/results/clientpositive/groupby8_map.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby8_map.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby8_map.q.out (working copy)
@@ -61,7 +61,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -76,7 +76,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -85,7 +85,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-53-24_863_5379541438728534643/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-05-19_097_614173024912292962/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -147,7 +147,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-53-24_863_5379541438728534643/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-05-19_097_614173024912292962/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -228,11 +228,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-36_982_7368636819874952810/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-30_187_8598145823411470656/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-36_982_7368636819874952810/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-30_187_8598145823411470656/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -549,11 +549,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-37_269_2021808970365502985/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-30_391_5098037093274104239/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-37_269_2021808970365502985/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-30_391_5098037093274104239/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/join_reorder.q.out
===================================================================
--- ql/src/test/results/clientpositive/join_reorder.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join_reorder.q.out (working copy)
@@ -194,13 +194,13 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-31_623_2837080214858318814/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-45_992_3267747596224399361/-mr-10000
POSTHOOK: query: FROM T1 a JOIN src c ON c.key+1=a.key
SELECT a.key, a.val, c.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-31_623_2837080214858318814/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-45_992_3267747596224399361/-mr-10000
1 11 0
1 11 0
1 11 0
@@ -210,13 +210,13 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-34_698_3624981517859141195/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-49_194_5638724538993547089/-mr-10000
POSTHOOK: query: FROM T1 a JOIN src c ON c.key+1=a.key
SELECT /*+ STREAMTABLE(a) */ a.key, a.val, c.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-34_698_3624981517859141195/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-49_194_5638724538993547089/-mr-10000
1 11 0
1 11 0
1 11 0
@@ -285,7 +285,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col4
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -422,7 +422,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col4
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -503,7 +503,7 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-37_928_4361307602999951254/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-52_555_803608363165820086/-mr-10000
POSTHOOK: query: FROM T1 a
LEFT OUTER JOIN T2 b ON (b.key=a.key)
RIGHT OUTER JOIN T3 c ON (c.val = a.val)
@@ -512,7 +512,7 @@
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-37_928_4361307602999951254/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-52_555_803608363165820086/-mr-10000
2 2 12 12
NULL NULL NULL 14
NULL NULL NULL 16
@@ -525,7 +525,7 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-44_013_965933761656921378/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-58_806_1732541029527816843/-mr-10000
POSTHOOK: query: FROM T1 a
LEFT OUTER JOIN T2 b ON (b.key=a.key)
RIGHT OUTER JOIN T3 c ON (c.val = a.val)
@@ -534,7 +534,7 @@
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-44_013_965933761656921378/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-00-58_806_1732541029527816843/-mr-10000
2 2 12 12
NULL NULL NULL 14
NULL NULL NULL 16
@@ -772,7 +772,7 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-50_283_7935840727920713008/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-05_358_1878141354670614003/-mr-10000
POSTHOOK: query: FROM UNIQUEJOIN
PRESERVE T1 a (a.key, a.val),
PRESERVE T2 b (b.key, b.val),
@@ -782,7 +782,7 @@
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-50_283_7935840727920713008/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-05_358_1878141354670614003/-mr-10000
1 NULL NULL
2 NULL 2
NULL 2 NULL
@@ -803,7 +803,7 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-53_534_2948703874836264518/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-08_700_4559626396586126323/-mr-10000
POSTHOOK: query: FROM UNIQUEJOIN
PRESERVE T1 a (a.key, a.val),
PRESERVE T2 b (b.key, b.val),
@@ -813,7 +813,7 @@
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-53_534_2948703874836264518/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-08_700_4559626396586126323/-mr-10000
1 NULL NULL
2 NULL 2
NULL 2 NULL
Index: ql/src/test/results/clientpositive/lineage1.q.out
===================================================================
--- ql/src/test/results/clientpositive/lineage1.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/lineage1.q.out (working copy)
@@ -93,7 +93,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -102,7 +102,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-30-08_914_3722712791189344403/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-05-48_782_6528907397251293148/-mr-10002
Union
Select Operator
expressions:
@@ -126,7 +126,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_l1
- file:/tmp/sdong/hive_2011-02-10_16-30-08_914_3722712791189344403/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-05-48_782_6528907397251293148/-mr-10004
Union
Select Operator
expressions:
@@ -158,7 +158,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-30-08_914_3722712791189344403/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-05-48_782_6528907397251293148/-ext-10000
Stage: Stage-0
Move Operator
@@ -176,7 +176,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-30-08_914_3722712791189344403/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-05-48_782_6528907397251293148/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -236,7 +236,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
Index: ql/src/test/results/clientpositive/filter_join_breaktask.q.out
===================================================================
--- ql/src/test/results/clientpositive/filter_join_breaktask.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/filter_join_breaktask.q.out (working copy)
@@ -85,9 +85,9 @@
type: string
Needs Tagging: true
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08 [f, m]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08 [f, m]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
Partition
base file name: ds=2008-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -100,7 +100,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
name default.filter_join_breaktask
numFiles 1
numPartitions 1
@@ -111,7 +111,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 236
- transient_lastDdlTime 1306980051
+ transient_lastDdlTime 1314921526
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -122,7 +122,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask
name default.filter_join_breaktask
numFiles 1
numPartitions 1
@@ -133,7 +133,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 236
- transient_lastDdlTime 1306980051
+ transient_lastDdlTime 1314921526
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.filter_join_breaktask
name: default.filter_join_breaktask
@@ -147,9 +147,9 @@
handleSkewJoin: false
outputColumnNames: _col0, _col6, _col7
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/amarsri/hive_2011-07-11_01-46-22_446_957936931018191228/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_16-58-46_391_4586562986694001127/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -196,10 +196,10 @@
type: string
Needs Tagging: true
Path -> Alias:
- file:/tmp/tomasz/hive_2011-06-01_19-00-51_695_3409169030364207424/-mr-10002 [$INTNAME]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08 [g]
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-58-46_391_4586562986694001127/-mr-10002 [$INTNAME]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08 [g]
Path -> Partition:
- file:/tmp/tomasz/hive_2011-06-01_19-00-51_695_3409169030364207424/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-58-46_391_4586562986694001127/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -215,7 +215,7 @@
columns _col0,_col6,_col7
columns.types int,string,string
escape.delim \
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
Partition
base file name: ds=2008-04-08
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -228,7 +228,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08
name default.filter_join_breaktask
numFiles 1
numPartitions 1
@@ -239,7 +239,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 236
- transient_lastDdlTime 1306980051
+ transient_lastDdlTime 1314921526
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -250,7 +250,7 @@
columns.types int:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/filter_join_breaktask
name default.filter_join_breaktask
numFiles 1
numPartitions 1
@@ -261,7 +261,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 236
- transient_lastDdlTime 1306980051
+ transient_lastDdlTime 1314921526
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.filter_join_breaktask
name: default.filter_join_breaktask
@@ -284,9 +284,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_19-00-51_695_3409169030364207424/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_16-58-46_391_4586562986694001127/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/tmp/tomasz/hive_2011-06-01_19-00-51_695_3409169030364207424/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_16-58-46_391_4586562986694001127/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -308,13 +308,13 @@
JOIN filter_join_breaktask g ON(g.value = m.value AND g.ds='2008-04-08' AND m.ds='2008-04-08' AND m.value is not null AND m.value !='')
PREHOOK: type: QUERY
PREHOOK: Input: default@filter_join_breaktask@ds=2008-04-08
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_19-00-51_894_7598558703345729633/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-58-46_728_8854015169410292880/-mr-10000
POSTHOOK: query: SELECT f.key, g.value
FROM filter_join_breaktask f JOIN filter_join_breaktask m ON( f.key = m.key AND f.ds='2008-04-08' AND m.ds='2008-04-08' AND f.key is not null)
JOIN filter_join_breaktask g ON(g.value = m.value AND g.ds='2008-04-08' AND m.ds='2008-04-08' AND m.value is not null AND m.value !='')
POSTHOOK: type: QUERY
POSTHOOK: Input: default@filter_join_breaktask@ds=2008-04-08
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_19-00-51_894_7598558703345729633/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-58-46_728_8854015169410292880/-mr-10000
POSTHOOK: Lineage: filter_join_breaktask PARTITION(ds=2008-04-08).key EXPRESSION [(src1)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: filter_join_breaktask PARTITION(ds=2008-04-08).value SIMPLE [(src1)src1.FieldSchema(name:value, type:string, comment:default), ]
146 val_146
Index: ql/src/test/results/clientpositive/auto_join24.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join24.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join24.q.out (working copy)
@@ -90,7 +90,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -101,7 +101,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-16-51_787_1548590887218755701/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-59_959_205310179903810556/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -177,7 +177,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -236,7 +236,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -250,11 +250,11 @@
PREHOOK: query: SELECT sum(a.cnt) FROM tst1 a JOIN tst1 b ON a.key = b.key
PREHOOK: type: QUERY
PREHOOK: Input: default@tst1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-16-51_997_3779127301007370770/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-59-00_234_3321109050521917288/-mr-10000
POSTHOOK: query: SELECT sum(a.cnt) FROM tst1 a JOIN tst1 b ON a.key = b.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tst1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-16-51_997_3779127301007370770/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-59-00_234_3321109050521917288/-mr-10000
POSTHOOK: Lineage: tst1.cnt EXPRESSION [(src)a.null, ]
POSTHOOK: Lineage: tst1.key SIMPLE [(src)a.FieldSchema(name:key, type:string, comment:default), ]
500
Index: ql/src/test/results/clientpositive/auto_join0.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join0.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join0.q.out (working copy)
@@ -110,7 +110,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -121,7 +121,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-13-04_569_7732693020567520800/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-53-38_968_1081331854926863013/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -163,7 +163,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -172,7 +172,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-13-04_569_7732693020567520800/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-53-38_968_1081331854926863013/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -270,7 +270,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -346,7 +346,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -368,7 +368,7 @@
) a
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-05_121_1656293372506547246/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-53-39_600_8613074461018858092/-mr-10000
POSTHOOK: query: select sum(hash(a.k1,a.v1,a.k2, a.v2))
from (
SELECT src1.key as k1, src1.value as v1,
@@ -380,5 +380,5 @@
) a
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-05_121_1656293372506547246/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-53-39_600_8613074461018858092/-mr-10000
34441656720
Index: ql/src/test/results/clientpositive/groupby6.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby6.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby6.q.out (working copy)
@@ -50,7 +50,7 @@
mode: partial1
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -59,7 +59,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-51-48_690_5920339205280656116/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-03-42_568_3732185699787040922/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -119,11 +119,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-51-57_565_7101728492314524628/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-03-50_818_6992585586101138083/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-51-57_565_7101728492314524628/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-03-50_818_6992585586101138083/-mr-10000
POSTHOOK: Lineage: dest1.c1 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
0
1
Index: ql/src/test/results/clientpositive/auto_join10.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join10.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join10.q.out (working copy)
@@ -95,7 +95,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -106,7 +106,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-13-28_404_8759389514701000314/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-10_112_8465763239261337908/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -196,7 +196,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -271,7 +271,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -290,7 +290,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-28_640_8358101718433464644/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-10_449_5752232454398960240/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src) x
JOIN
@@ -299,5 +299,5 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-28_640_8358101718433464644/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-10_449_5752232454398960240/-mr-10000
103231310608
Index: ql/src/test/results/clientpositive/udtf_json_tuple.q.out
===================================================================
--- ql/src/test/results/clientpositive/udtf_json_tuple.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/udtf_json_tuple.q.out (working copy)
@@ -170,11 +170,11 @@
PREHOOK: query: select a.key, b.* from json_t a lateral view json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') b as f1, f2, f3, f4, f5 order by a.key
PREHOOK: type: QUERY
PREHOOK: Input: default@json_t
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-24_496_2791241113341415015/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-06_584_3432821201420563767/-mr-10000
POSTHOOK: query: select a.key, b.* from json_t a lateral view json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') b as f1, f2, f3, f4, f5 order by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@json_t
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-24_496_2791241113341415015/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-06_584_3432821201420563767/-mr-10000
POSTHOOK: Lineage: json_t.jstring EXPRESSION []
POSTHOOK: Lineage: json_t.key EXPRESSION []
1 value1 value2 3 NULL 5.23
@@ -260,11 +260,11 @@
PREHOOK: query: select json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') as (f1, f2, f3, f4, f5) from json_t a order by f1, f2, f3
PREHOOK: type: QUERY
PREHOOK: Input: default@json_t
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-28_044_4791381019924625594/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-09_730_4989902832922834379/-mr-10000
POSTHOOK: query: select json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') as (f1, f2, f3, f4, f5) from json_t a order by f1, f2, f3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@json_t
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-28_044_4791381019924625594/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-09_730_4989902832922834379/-mr-10000
POSTHOOK: Lineage: json_t.jstring EXPRESSION []
POSTHOOK: Lineage: json_t.key EXPRESSION []
NULL NULL NULL NULL NULL
@@ -380,11 +380,11 @@
PREHOOK: query: select a.key, b.f2, b.f5 from json_t a lateral view json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') b as f1, f2, f3, f4, f5 order by a.key
PREHOOK: type: QUERY
PREHOOK: Input: default@json_t
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-31_578_1964403945393812277/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-12_789_3724977441686029837/-mr-10000
POSTHOOK: query: select a.key, b.f2, b.f5 from json_t a lateral view json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') b as f1, f2, f3, f4, f5 order by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@json_t
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-31_578_1964403945393812277/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-12_789_3724977441686029837/-mr-10000
POSTHOOK: Lineage: json_t.jstring EXPRESSION []
POSTHOOK: Lineage: json_t.key EXPRESSION []
1 value2 5.23
@@ -518,7 +518,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -527,7 +527,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-47-34_990_2986759858895218326/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-49-15_814_1545194147933100928/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -556,11 +556,11 @@
PREHOOK: query: select f2, count(*) from json_t a lateral view json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') b as f1, f2, f3, f4, f5 where f1 is not null group by f2 order by f2
PREHOOK: type: QUERY
PREHOOK: Input: default@json_t
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-35_084_4201412638254844477/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-15_897_8731733109968012994/-mr-10000
POSTHOOK: query: select f2, count(*) from json_t a lateral view json_tuple(a.jstring, 'f1', 'f2', 'f3', 'f4', 'f5') b as f1, f2, f3, f4, f5 where f1 is not null group by f2 order by f2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@json_t
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-47-35_084_4201412638254844477/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-49-15_897_8731733109968012994/-mr-10000
POSTHOOK: Lineage: json_t.jstring EXPRESSION []
POSTHOOK: Lineage: json_t.key EXPRESSION []
NULL 1
Index: ql/src/test/results/clientpositive/skewjoin.q.out
===================================================================
--- ql/src/test/results/clientpositive/skewjoin.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/skewjoin.q.out (working copy)
@@ -223,11 +223,11 @@
PREHOOK: query: SELECT sum(hash(key)), sum(hash(value)) FROM dest_j1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-39_124_8499663962960487492/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-28_928_6836665288634270256/-mr-10000
POSTHOOK: query: SELECT sum(hash(key)), sum(hash(value)) FROM dest_j1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-39_124_8499663962960487492/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-28_928_6836665288634270256/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
278697 101852390308
@@ -377,7 +377,7 @@
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-44_417_8615201222142995528/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-42_256_8303455051332709667/-mr-10000
POSTHOOK: query: SELECT /*+ STREAMTABLE(a) */ *
FROM T1 a JOIN T2 b ON a.key = b.key
JOIN T3 c ON b.key = c.key
@@ -387,7 +387,7 @@
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-44_417_8615201222142995528/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-42_256_8303455051332709667/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
2 12 2 22 2 12 2 12
@@ -537,7 +537,7 @@
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-48_110_6020068436781124721/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-47_262_5022379349362092850/-mr-10000
POSTHOOK: query: SELECT /*+ STREAMTABLE(a,c) */ *
FROM T1 a JOIN T2 b ON a.key = b.key
JOIN T3 c ON b.key = c.key
@@ -547,7 +547,7 @@
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-48_110_6020068436781124721/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-47_262_5022379349362092850/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
2 12 2 22 2 12 2 12
@@ -628,7 +628,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -637,7 +637,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/krishnak/hive_2011-03-21_05-12-51_835_6819175691231831354/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-03-52_156_6757689582754644259/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -682,12 +682,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-51_884_6262244889614083574/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-52_244_5128944679741015865/-mr-10000
POSTHOOK: query: FROM T1 a JOIN src c ON c.key+1=a.key SELECT /*+ STREAMTABLE(a) */ sum(hash(a.key)), sum(hash(a.val)), sum(hash(c.key))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-51_884_6262244889614083574/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-52_244_5128944679741015865/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
198 6274 194
@@ -787,7 +787,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -845,7 +845,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -856,7 +856,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/krishnak/hive_2011-03-21_05-12-57_953_4945774471783378386/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-03-58_423_8358462380272327779/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -900,7 +900,7 @@
SELECT sum(hash(Y.key)), sum(hash(Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-58_163_800940325414135052/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-58_859_768471702279906243/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src) x
JOIN
@@ -909,7 +909,7 @@
SELECT sum(hash(Y.key)), sum(hash(Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-12-58_163_800940325414135052/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-03-58_859_768471702279906243/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
44481300 101852390308
@@ -1019,7 +1019,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1077,7 +1077,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1088,7 +1088,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/krishnak/hive_2011-03-21_05-13-14_707_4314938642894836917/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-04-30_563_4991336144426743017/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -1132,7 +1132,7 @@
SELECT sum(hash(Y.key)), sum(hash(Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-14_932_6774927167099830935/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-04-30_760_5530609165325816095/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src) x
JOIN
@@ -1141,7 +1141,7 @@
SELECT sum(hash(Y.key)), sum(hash(Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-14_932_6774927167099830935/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-04-30_760_5530609165325816095/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
NULL NULL
@@ -1279,7 +1279,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1357,7 +1357,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1368,7 +1368,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/krishnak/hive_2011-03-21_05-13-29_011_8679483484583098714/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-04-57_713_841152997586438778/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -1468,7 +1468,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1492,7 +1492,7 @@
ON src1.c1 = src3.c5 AND src3.c5 < 80
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-29_545_3577757536432154532/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-04-58_097_8846948042817834149/-mr-10000
POSTHOOK: query: SELECT sum(hash(src1.c1)), sum(hash(src2.c4))
FROM
(SELECT src.key as c1, src.value as c2 from src) src1
@@ -1504,7 +1504,7 @@
ON src1.c1 = src3.c5 AND src3.c5 < 80
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-29_545_3577757536432154532/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-04-58_097_8846948042817834149/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
293143 -136853010385
@@ -1565,7 +1565,7 @@
outputColumnNames: _col0, _col5
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1576,7 +1576,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/krishnak/hive_2011-03-21_05-13-48_944_400848671018495057/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-05-33_617_5392792312868112233/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -1636,55 +1636,55 @@
PREHOOK: query: SELECT /*+ mapjoin(v)*/ sum(hash(k.key)), sum(hash(v.val)) FROM T1 k LEFT OUTER JOIN T1 v ON k.key+1=v.key
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-48_991_2752880130812440243/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-33_703_4925188007165746038/-mr-10000
POSTHOOK: query: SELECT /*+ mapjoin(v)*/ sum(hash(k.key)), sum(hash(v.val)) FROM T1 k LEFT OUTER JOIN T1 v ON k.key+1=v.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-48_991_2752880130812440243/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-33_703_4925188007165746038/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
372 6320
PREHOOK: query: select /*+ mapjoin(k)*/ sum(hash(k.key)), sum(hash(v.val)) from T1 k join T1 v on k.key=v.val
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-56_315_5522276206269942577/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-41_247_2091092302033430607/-mr-10000
POSTHOOK: query: select /*+ mapjoin(k)*/ sum(hash(k.key)), sum(hash(v.val)) from T1 k join T1 v on k.key=v.val
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-13-56_315_5522276206269942577/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-41_247_2091092302033430607/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
NULL NULL
PREHOOK: query: select /*+ mapjoin(k)*/ sum(hash(k.key)), sum(hash(v.val)) from T1 k join T1 v on k.key=v.key
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-03_750_9039515450445472024/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-49_348_1954420897594855081/-mr-10000
POSTHOOK: query: select /*+ mapjoin(k)*/ sum(hash(k.key)), sum(hash(v.val)) from T1 k join T1 v on k.key=v.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-03_750_9039515450445472024/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-49_348_1954420897594855081/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
429 12643
PREHOOK: query: select sum(hash(k.key)), sum(hash(v.val)) from T1 k join T1 v on k.key=v.key
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-10_966_7576870338948271924/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-57_138_3562089972227552026/-mr-10000
POSTHOOK: query: select sum(hash(k.key)), sum(hash(v.val)) from T1 k join T1 v on k.key=v.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-10_966_7576870338948271924/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-05-57_138_3562089972227552026/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
429 12643
PREHOOK: query: select count(1) from T1 a join T1 b on a.key = b.key
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-21_254_5258559304339508830/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-07_632_338245499014276065/-mr-10000
POSTHOOK: query: select count(1) from T1 a join T1 b on a.key = b.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-21_254_5258559304339508830/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-07_632_338245499014276065/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
8
@@ -1692,12 +1692,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-31_322_8323595700138921493/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-17_991_3665469522724503371/-mr-10000
POSTHOOK: query: FROM T1 a LEFT OUTER JOIN T2 c ON c.key+1=a.key SELECT sum(hash(a.key)), sum(hash(a.val)), sum(hash(c.key))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-31_322_8323595700138921493/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-17_991_3665469522724503371/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
317 9462 50
@@ -1705,12 +1705,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-37_309_7694104922236621988/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-24_828_2659691258832637003/-mr-10000
POSTHOOK: query: FROM T1 a RIGHT OUTER JOIN T2 c ON c.key+1=a.key SELECT /*+ STREAMTABLE(a) */ sum(hash(a.key)), sum(hash(a.val)), sum(hash(c.key))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-37_309_7694104922236621988/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-24_828_2659691258832637003/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
51 1570 318
@@ -1718,12 +1718,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-43_386_5303830935370216758/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-31_056_4827071581725997770/-mr-10000
POSTHOOK: query: FROM T1 a FULL OUTER JOIN T2 c ON c.key+1=a.key SELECT /*+ STREAMTABLE(a) */ sum(hash(a.key)), sum(hash(a.val)), sum(hash(c.key))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-43_386_5303830935370216758/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-31_056_4827071581725997770/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
317 9462 318
@@ -1731,12 +1731,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-49_530_4648267060577846267/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-37_313_8722026475873419697/-mr-10000
POSTHOOK: query: SELECT sum(hash(src1.key)), sum(hash(src1.val)), sum(hash(src2.key)) FROM T1 src1 LEFT OUTER JOIN T2 src2 ON src1.key+1 = src2.key RIGHT OUTER JOIN T2 src3 ON src2.key = src3.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-49_530_4648267060577846267/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-37_313_8722026475873419697/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
370 11003 377
@@ -1744,23 +1744,23 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-55_581_6275517415764613958/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-43_651_5644487105295333918/-mr-10000
POSTHOOK: query: SELECT sum(hash(src1.key)), sum(hash(src1.val)), sum(hash(src2.key)) FROM T1 src1 JOIN T2 src2 ON src1.key+1 = src2.key JOIN T2 src3 ON src2.key = src3.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-14-55_581_6275517415764613958/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-43_651_5644487105295333918/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
370 11003 377
PREHOOK: query: select /*+ mapjoin(v)*/ sum(hash(k.key)), sum(hash(v.val)) from T1 k left outer join T1 v on k.key+1=v.key
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-15-10_897_7173780524760752211/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-59_902_5689470707254664671/-mr-10000
POSTHOOK: query: select /*+ mapjoin(v)*/ sum(hash(k.key)), sum(hash(v.val)) from T1 k left outer join T1 v on k.key+1=v.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_05-15-10_897_7173780524760752211/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-06-59_902_5689470707254664671/-mr-10000
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src)src2.FieldSchema(name:value, type:string, comment:default), ]
372 6320
Index: ql/src/test/results/clientpositive/union11.q.out
===================================================================
--- ql/src/test/results/clientpositive/union11.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union11.q.out (working copy)
@@ -61,7 +61,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -70,7 +70,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-48-46_923_5249929033089415360/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-20_293_173842807936241796/-mr-10002
Union
Select Operator
expressions:
@@ -98,7 +98,7 @@
value expressions:
expr: _col1
type: bigint
- file:/tmp/sdong/hive_2011-02-10_17-48-46_923_5249929033089415360/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-20_293_173842807936241796/-mr-10003
Union
Select Operator
expressions:
@@ -126,7 +126,7 @@
value expressions:
expr: _col1
type: bigint
- file:/tmp/sdong/hive_2011-02-10_17-48-46_923_5249929033089415360/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-20_293_173842807936241796/-mr-10004
Union
Select Operator
expressions:
@@ -212,7 +212,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -252,7 +252,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -270,7 +270,7 @@
select 'tst3' as key, count(1) as value from src s3) unionsrc group by unionsrc.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-48-47_047_1532933495557970153/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-20_422_9109212187154792524/-mr-10000
POSTHOOK: query: select unionsrc.key, count(1) FROM (select 'tst1' as key, count(1) as value from src s1
UNION ALL
select 'tst2' as key, count(1) as value from src s2
@@ -278,7 +278,7 @@
select 'tst3' as key, count(1) as value from src s3) unionsrc group by unionsrc.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-48-47_047_1532933495557970153/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-20_422_9109212187154792524/-mr-10000
tst1 1
tst2 1
tst3 1
Index: ql/src/test/results/clientpositive/mapjoin_distinct.q.out
===================================================================
--- ql/src/test/results/clientpositive/mapjoin_distinct.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/mapjoin_distinct.q.out (working copy)
@@ -60,7 +60,7 @@
outputColumnNames: _col1
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -71,7 +71,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-37-40_563_433585388404283026/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-16-17_982_782217606297352451/-mr-10002
Select Operator
expressions:
expr: _col1
@@ -107,7 +107,7 @@
mode: partials
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -116,7 +116,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-37-40_563_433585388404283026/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-16-17_982_782217606297352451/-mr-10003
Reduce Output Operator
key expressions:
expr: _col0
@@ -158,7 +158,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-37-40_729_3324964356271994807/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-18_111_6337827546492901583/-mr-10000
POSTHOOK: query: FROM srcpart c
JOIN srcpart d
ON ( c.key=d.key AND c.ds='2008-04-08' AND d.ds='2008-04-08')
@@ -166,7 +166,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-37-40_729_3324964356271994807/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-18_111_6337827546492901583/-mr-10000
val_0
val_10
val_100
@@ -238,7 +238,7 @@
outputColumnNames: _col1
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -249,7 +249,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-37-55_645_7459162605410841209/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-16-31_148_9044197992583196841/-mr-10002
Select Operator
expressions:
expr: _col1
@@ -308,7 +308,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-37-55_791_16936825172294012/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-31_262_5127969954320616884/-mr-10000
POSTHOOK: query: FROM srcpart c
JOIN srcpart d
ON ( c.key=d.key AND c.ds='2008-04-08' AND d.ds='2008-04-08')
@@ -316,7 +316,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-37-55_791_16936825172294012/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-31_262_5127969954320616884/-mr-10000
val_0
val_10
val_100
@@ -389,7 +389,7 @@
outputColumnNames: _col1
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -400,7 +400,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-38-07_800_18311093333129052/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-16-42_613_8447854837718308267/-mr-10002
Select Operator
expressions:
expr: _col1
@@ -429,7 +429,7 @@
mode: partial1
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -438,7 +438,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-38-07_800_18311093333129052/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-16-42_613_8447854837718308267/-mr-10003
Reduce Output Operator
key expressions:
expr: _col0
@@ -480,7 +480,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-38-07_946_5835525932602393343/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-42_736_5557987497666686782/-mr-10000
POSTHOOK: query: FROM srcpart c
JOIN srcpart d
ON ( c.key=d.key AND c.ds='2008-04-08' AND d.ds='2008-04-08')
@@ -488,7 +488,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-38-07_946_5835525932602393343/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-42_736_5557987497666686782/-mr-10000
val_0
val_10
val_100
@@ -560,7 +560,7 @@
outputColumnNames: _col1
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -571,7 +571,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-38-22_735_288363957530184508/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-16-55_738_4249279458373337522/-mr-10002
Select Operator
expressions:
expr: _col1
@@ -623,7 +623,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-38-22_877_4204906363684367032/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-55_856_1346806284759415001/-mr-10000
POSTHOOK: query: FROM srcpart c
JOIN srcpart d
ON ( c.key=d.key AND c.ds='2008-04-08' AND d.ds='2008-04-08')
@@ -631,7 +631,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-38-22_877_4204906363684367032/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-16-55_856_1346806284759415001/-mr-10000
val_0
val_10
val_100
Index: ql/src/test/results/clientpositive/join35.q.out
===================================================================
--- ql/src/test/results/clientpositive/join35.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join35.q.out (working copy)
@@ -78,9 +78,9 @@
type: bigint
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src [null-subquery1:subq1-subquery1:x]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [null-subquery1:subq1-subquery1:x]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -91,12 +91,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -107,12 +107,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -134,9 +134,9 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -173,7 +173,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10002
Union
Map Join Operator
condition map:
@@ -217,9 +217,9 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10003
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10003
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -229,18 +229,18 @@
columns.types string:string:int
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, i32 val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382768
+ transient_lastDdlTime 1314924170
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
- file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10004
Union
Map Join Operator
condition map:
@@ -284,9 +284,9 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10003
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10003
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -296,12 +296,12 @@
columns.types string:string:int
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, i32 val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382768
+ transient_lastDdlTime 1314924170
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
TotalFiles: 1
@@ -311,10 +311,10 @@
Map Reduce Local Work
Needs Tagging: false
Path -> Alias:
- file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10002 [file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10002]
- file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10004 [file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10004]
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10004 [file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10004]
Path -> Partition:
- file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -330,7 +330,7 @@
columns _col0,_col1
columns.types string,bigint
escape.delim \
- file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10004
Partition
base file name: -mr-10004
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -354,14 +354,14 @@
Move Operator
files:
hdfs directory: true
- source: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10003
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10003
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10000
Stage: Stage-0
Move Operator
tables:
replace: true
- source: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10000
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -371,28 +371,28 @@
columns.types string:string:int
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, i32 val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382768
+ transient_lastDdlTime 1314924170
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
- tmp directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10001
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10001
Stage: Stage-3
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10000/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10000/
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
- directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10000
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10000
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -403,12 +403,12 @@
columns.types string:string:int
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, i32 val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382768
+ transient_lastDdlTime 1314924170
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
TotalFiles: 1
@@ -416,9 +416,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10003 [pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10003]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10003 [pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10003]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-06-08_256_5728117320203012463/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-50_352_6995640591058500481/-ext-10003
Partition
base file name: -ext-10003
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -429,12 +429,12 @@
columns.types string:string:int
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, i32 val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382768
+ transient_lastDdlTime 1314924170
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -445,12 +445,12 @@
columns.types string:string:int
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, i32 val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382768
+ transient_lastDdlTime 1314924170
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
@@ -495,9 +495,9 @@
type: bigint
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src [null-subquery2:subq1-subquery2:x1]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [null-subquery2:subq1-subquery2:x1]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -508,12 +508,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -524,12 +524,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -551,9 +551,9 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/sdong/hive_2011-02-10_16-06-08_256_5728117320203012463/-mr-10004
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-50_352_6995640591058500481/-mr-10004
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -597,11 +597,11 @@
PREHOOK: query: select * from dest_j1 x order by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-06-21_981_8339275278749703354/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-02_287_7258431715821059908/-mr-10000
POSTHOOK: query: select * from dest_j1 x order by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-06-21_981_8339275278749703354/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-02_287_7258431715821059908/-mr-10000
POSTHOOK: Lineage: dest_j1.key SIMPLE [(src1)x.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.val2 EXPRESSION [(src)x.null, (src)x1.null, ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(src1)x.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/groupby1.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby1.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby1.q.out (working copy)
@@ -55,7 +55,7 @@
mode: partial1
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -64,7 +64,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-48-28_322_6836842616937387407/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-00-37_427_5236946918277395616/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -137,11 +137,11 @@
PREHOOK: query: SELECT dest_g1.* FROM dest_g1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_g1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-48-36_158_2449754649383665745/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-00-44_527_5470339642272303538/-mr-10000
POSTHOOK: query: SELECT dest_g1.* FROM dest_g1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_g1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-48-36_158_2449754649383665745/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-00-44_527_5470339642272303538/-mr-10000
POSTHOOK: Lineage: dest_g1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_g1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
0 0.0
Index: ql/src/test/results/clientpositive/groupby11.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby11.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby11.q.out (working copy)
@@ -68,7 +68,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -84,7 +84,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -93,7 +93,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-48-51_216_1924019361478340470/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-01-05_154_842957054277669100/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -164,7 +164,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-48-51_216_1924019361478340470/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-01-05_154_842957054277669100/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -260,11 +260,11 @@
PREHOOK: query: SELECT * from dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1@ds=111
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-03_962_7856593142838469136/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-16_619_2708543478487638787/-mr-10000
POSTHOOK: query: SELECT * from dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1@ds=111
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-03_962_7856593142838469136/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-16_619_2708543478487638787/-mr-10000
POSTHOOK: Lineage: dest1 PARTITION(ds=111).key SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1 PARTITION(ds=111).val1 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1 PARTITION(ds=111).val2 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -583,11 +583,11 @@
PREHOOK: query: SELECT * from dest2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2@ds=111
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-04_260_42343472207447617/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-16_890_3474638356800064183/-mr-10000
POSTHOOK: query: SELECT * from dest2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2@ds=111
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-04_260_42343472207447617/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-16_890_3474638356800064183/-mr-10000
POSTHOOK: Lineage: dest1 PARTITION(ds=111).key SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1 PARTITION(ds=111).val1 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1 PARTITION(ds=111).val2 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/union20.q.out
===================================================================
--- ql/src/test/results/clientpositive/union20.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union20.q.out (working copy)
@@ -71,7 +71,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -95,7 +95,7 @@
type: string
expr: _col1
type: string
- file:/tmp/sdong/hive_2011-02-10_17-50-58_273_8747453587292923422/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-52-16_916_3567751714324147592/-mr-10002
Union
Reduce Output Operator
key expressions:
@@ -111,7 +111,7 @@
type: string
expr: _col1
type: string
- file:/tmp/sdong/hive_2011-02-10_17-50-58_273_8747453587292923422/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-52-16_916_3567751714324147592/-mr-10003
Union
Reduce Output Operator
key expressions:
@@ -172,7 +172,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -196,7 +196,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -205,18 +205,18 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-50-58_273_8747453587292923422/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-52-16_916_3567751714324147592/-mr-10004
Union
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
- file:/tmp/sdong/hive_2011-02-10_17-50-58_273_8747453587292923422/-mr-10006
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-52-16_916_3567751714324147592/-mr-10006
Union
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -256,7 +256,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -278,7 +278,7 @@
ON (unionsrc1.key = unionsrc2.key)
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-58_427_7809802233568190458/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-17_177_6103321310728356634/-mr-10000
POSTHOOK: query: SELECT unionsrc1.key, unionsrc1.value, unionsrc2.key, unionsrc2.value
FROM (select 'tst1' as key, cast(count(1) as string) as value from src s1
UNION ALL
@@ -290,7 +290,7 @@
ON (unionsrc1.key = unionsrc2.key)
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-58_427_7809802233568190458/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-17_177_6103321310728356634/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
Index: ql/src/test/results/clientpositive/udf_explode.q.out
===================================================================
--- ql/src/test/results/clientpositive/udf_explode.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/udf_explode.q.out (working copy)
@@ -38,9 +38,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_336_1217998765382678457/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_288_2847200687796121443/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_336_1217998765382678457/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_288_2847200687796121443/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -53,9 +53,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src [src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [src]
Path -> Partition:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -66,12 +66,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -82,12 +82,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -133,9 +133,9 @@
type: int
Needs Tagging: false
Path -> Alias:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src [a:src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [a:src]
Path -> Partition:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -146,12 +146,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -162,12 +162,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -189,9 +189,9 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_630_3763149591428470082/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_387_1696816262258472828/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -207,7 +207,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_630_3763149591428470082/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_387_1696816262258472828/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -222,9 +222,9 @@
type: bigint
Needs Tagging: false
Path -> Alias:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_630_3763149591428470082/-mr-10002 [file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_630_3763149591428470082/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_387_1696816262258472828/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_387_1696816262258472828/-mr-10002]
Path -> Partition:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_630_3763149591428470082/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_387_1696816262258472828/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -260,9 +260,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_630_3763149591428470082/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_387_1696816262258472828/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_630_3763149591428470082/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_387_1696816262258472828/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -282,33 +282,33 @@
PREHOOK: query: SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_773_2823963726868401744/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_498_1745618553939124858/-mr-10000
POSTHOOK: query: SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-27_773_2823963726868401744/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-01_498_1745618553939124858/-mr-10000
1
2
3
PREHOOK: query: SELECT explode(array(1,2,3)) AS (myCol) FROM src LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-34_626_1423446193149465057/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-04_398_4734820406321429331/-mr-10000
POSTHOOK: query: SELECT explode(array(1,2,3)) AS (myCol) FROM src LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-34_626_1423446193149465057/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-04_398_4734820406321429331/-mr-10000
1
2
3
PREHOOK: query: SELECT a.myCol, count(1) FROM (SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3) a GROUP BY a.myCol
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-39_233_5001190483366194328/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-07_263_2444909995640237895/-mr-10000
POSTHOOK: query: SELECT a.myCol, count(1) FROM (SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3) a GROUP BY a.myCol
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-39_233_5001190483366194328/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-07_263_2444909995640237895/-mr-10000
1 1
2 1
3 1
@@ -342,9 +342,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_271_8119936562156314036/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_097_7120260776064555286/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_271_8119936562156314036/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_097_7120260776064555286/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -357,9 +357,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src [src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [src]
Path -> Partition:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -370,12 +370,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -386,12 +386,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -439,9 +439,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src [a:src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [a:src]
Path -> Partition:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -452,12 +452,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -468,12 +468,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -499,9 +499,9 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_364_1797313029396517055/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_166_5151973018840380342/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -517,7 +517,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_364_1797313029396517055/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_166_5151973018840380342/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -536,9 +536,9 @@
type: bigint
Needs Tagging: false
Path -> Alias:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_364_1797313029396517055/-mr-10002 [file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_364_1797313029396517055/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_166_5151973018840380342/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_166_5151973018840380342/-mr-10002]
Path -> Partition:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_364_1797313029396517055/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_166_5151973018840380342/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -578,9 +578,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_364_1797313029396517055/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_166_5151973018840380342/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_364_1797313029396517055/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_166_5151973018840380342/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -600,22 +600,22 @@
PREHOOK: query: SELECT explode(map(1,'one',2,'two',3,'three')) AS (key,val) FROM src LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_487_4845458354353476339/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_247_3730747496436630979/-mr-10000
POSTHOOK: query: SELECT explode(map(1,'one',2,'two',3,'three')) AS (key,val) FROM src LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-09-55_487_4845458354353476339/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-13_247_3730747496436630979/-mr-10000
1 one
2 two
3 three
PREHOOK: query: SELECT a.key, a.val, count(1) FROM (SELECT explode(map(1,'one',2,'two',3,'three')) AS (key,val) FROM src LIMIT 3) a GROUP BY a.key, a.val
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-02_179_3181185311666666566/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-16_150_3566324413626279059/-mr-10000
POSTHOOK: query: SELECT a.key, a.val, count(1) FROM (SELECT explode(map(1,'one',2,'two',3,'three')) AS (key,val) FROM src LIMIT 3) a GROUP BY a.key, a.val
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-02_179_3181185311666666566/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-36-16_150_3566324413626279059/-mr-10000
1 one 1
2 two 1
3 three 1
Index: ql/src/test/results/clientpositive/join21.q.out
===================================================================
--- ql/src/test/results/clientpositive/join21.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join21.q.out (working copy)
@@ -102,7 +102,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -111,7 +111,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-03-20_066_8103776226830474897/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-40-14_840_710527022057377470/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -158,11 +158,11 @@
PREHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-20_178_7490200154544063262/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-14_980_5013979069647073465/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-20_178_7490200154544063262/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-14_980_5013979069647073465/-mr-10000
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
Index: ql/src/test/results/clientpositive/input26.q.out
===================================================================
--- ql/src/test/results/clientpositive/input26.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/input26.q.out (working copy)
@@ -58,7 +58,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -67,7 +67,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_15-54-47_775_6322428928723831214/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-27-14_007_1744807618002750226/-mr-10002
Union
Select Operator
expressions:
@@ -86,7 +86,7 @@
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- file:/tmp/sdong/hive_2011-02-10_15-54-47_775_6322428928723831214/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-27-14_007_1744807618002750226/-mr-10003
Union
Select Operator
expressions:
@@ -144,7 +144,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -162,7 +162,7 @@
)subq
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-47_937_1412967694655761034/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-27-14_137_6497520562485856121/-mr-10000
POSTHOOK: query: select * from (
select * from srcpart a where a.ds = '2008-04-08' and a.hr = '11' order by a.key limit 5
union all
@@ -170,7 +170,7 @@
)subq
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-47_937_1412967694655761034/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-27-14_137_6497520562485856121/-mr-10000
0 val_0 2008-04-08 11
0 val_0 2008-04-08 11
0 val_0 2008-04-08 11
Index: ql/src/test/results/clientpositive/join30.q.out
===================================================================
--- ql/src/test/results/clientpositive/join30.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join30.q.out (working copy)
@@ -61,7 +61,7 @@
outputColumnNames: _col0
Position of Big Table: 1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -72,7 +72,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-04-53_624_2366108451879503293/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-43_502_9146536039751836997/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -168,11 +168,11 @@
PREHOOK: query: select * from dest_j1 x order by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-03_234_5490278043076834243/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-41-52_121_2770430113095468578/-mr-10000
POSTHOOK: query: select * from dest_j1 x order by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-03_234_5490278043076834243/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-41-52_121_2770430113095468578/-mr-10000
POSTHOOK: Lineage: dest_j1.cnt EXPRESSION [(src1)x.null, (src)y.null, ]
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src1)x.FieldSchema(name:key, type:string, comment:default), ]
66 1
Index: ql/src/test/results/clientpositive/union7.q.out
===================================================================
--- ql/src/test/results/clientpositive/union7.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union7.q.out (working copy)
@@ -56,7 +56,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -65,7 +65,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-53-02_429_1226872131608807757/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-54-07_137_5058807385034201975/-mr-10002
Union
Select Operator
expressions:
@@ -93,7 +93,7 @@
value expressions:
expr: _col1
type: bigint
- file:/tmp/sdong/hive_2011-02-10_17-53-02_429_1226872131608807757/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-54-07_137_5058807385034201975/-mr-10003
Union
Select Operator
expressions:
@@ -159,7 +159,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -176,14 +176,14 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-53-02_548_1106278616475122301/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-54-07_246_1511155757146726030/-mr-10000
POSTHOOK: query: select unionsrc.key, count(1) FROM (select 'tst1' as key, cast(count(1) as string) as value from src s1
UNION ALL
select s2.key as key, s2.value as value from src1 s2) unionsrc group by unionsrc.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-53-02_548_1106278616475122301/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-54-07_246_1511155757146726030/-mr-10000
10
128 1
146 1
Index: ql/src/test/results/clientpositive/input3_limit.q.out
===================================================================
--- ql/src/test/results/clientpositive/input3_limit.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/input3_limit.q.out (working copy)
@@ -76,7 +76,7 @@
outputColumnNames: _col0, _col1
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -85,7 +85,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/67/67R3POPtF90VG63KSmCbcU++F0U/-Tmp-/krishnak/hive_2011-03-20_23-48-40_303_1958473630760739622/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-28-43_661_5462569005333456367/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -133,11 +133,11 @@
PREHOOK: query: SELECT * FROM T2 SORT BY key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/var/folders/67/67R3POPtF90VG63KSmCbcU++F0U/-Tmp-/krishnak/hive_2011-03-20_23-49-03_854_6142415275552021554/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-28-50_707_4403244186900665161/-mr-10000
POSTHOOK: query: SELECT * FROM T2 SORT BY key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/var/folders/67/67R3POPtF90VG63KSmCbcU++F0U/-Tmp-/krishnak/hive_2011-03-20_23-49-03_854_6142415275552021554/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-28-50_707_4403244186900665161/-mr-10000
POSTHOOK: Lineage: t2.key SIMPLE [(t1)t1.FieldSchema(name:key, type:string, comment:null), ]
POSTHOOK: Lineage: t2.value SIMPLE [(t1)t1.FieldSchema(name:value, type:string, comment:null), ]
0 val_0
Index: ql/src/test/results/clientpositive/index_auto_self_join.q.out
===================================================================
--- ql/src/test/results/clientpositive/index_auto_self_join.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/index_auto_self_join.q.out (working copy)
@@ -73,7 +73,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -82,7 +82,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/salbiz/hive_2011-08-03_11-42-30_405_5068275561507065717/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-13-48_145_3673810237660461092/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -111,11 +111,11 @@
PREHOOK: query: SELECT a.key, b.key FROM src a JOIN src b ON (a.value = b.value) WHERE a.key > 80 AND a.key < 100 AND b.key > 70 AND b.key < 90 ORDER BY a.key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-42-30_508_513747522661258530/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-13-48_250_3695232057537693072/-mr-10000
POSTHOOK: query: SELECT a.key, b.key FROM src a JOIN src b ON (a.value = b.value) WHERE a.key > 80 AND a.key < 100 AND b.key > 70 AND b.key < 90 ORDER BY a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-42-30_508_513747522661258530/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-13-48_250_3695232057537693072/-mr-10000
82 82
83 83
83 83
@@ -250,7 +250,7 @@
Move Operator
files:
hdfs directory: true
- destination: file:/tmp/salbiz/hive_2011-08-03_11-42-40_557_1279576820158523709/-mr-10003
+ destination: file:/tmp/kevinwilfong/hive_2011-09-01_17-13-58_592_2107067593038934866/-mr-10003
Stage: Stage-1
Map Reduce
@@ -316,7 +316,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -325,7 +325,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/salbiz/hive_2011-08-03_11-42-40_557_1279576820158523709/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-13-58_592_2107067593038934866/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -431,7 +431,7 @@
Move Operator
files:
hdfs directory: true
- destination: file:/tmp/salbiz/hive_2011-08-03_11-42-40_557_1279576820158523709/-mr-10004
+ destination: file:/tmp/kevinwilfong/hive_2011-09-01_17-13-58_592_2107067593038934866/-mr-10004
Stage: Stage-0
Fetch Operator
@@ -442,12 +442,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@default__src_src_index__
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-42-40_942_8561053341711300653/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-13-59_043_7368581007841386651/-mr-10000
POSTHOOK: query: SELECT a.key, b.key FROM src a JOIN src b ON (a.value = b.value) WHERE a.key > 80 AND a.key < 100 AND b.key > 70 AND b.key < 90 ORDER BY a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src_index__
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-03_11-42-40_942_8561053341711300653/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-13-59_043_7368581007841386651/-mr-10000
POSTHOOK: Lineage: default__src_src_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
Index: ql/src/test/results/clientpositive/nullgroup.q.out
===================================================================
--- ql/src/test/results/clientpositive/nullgroup.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/nullgroup.q.out (working copy)
@@ -62,11 +62,11 @@
PREHOOK: query: select count(1) from src x where x.key > 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-05_987_7125324557383069718/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-02_330_465355672061117438/-mr-10000
POSTHOOK: query: select count(1) from src x where x.key > 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-05_987_7125324557383069718/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-02_330_465355672061117438/-mr-10000
0
PREHOOK: query: explain
select count(1) from src x where x.key > 9999
@@ -132,11 +132,11 @@
PREHOOK: query: select count(1) from src x where x.key > 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-09_467_3203831239428624173/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-05_445_2215462281802348390/-mr-10000
POSTHOOK: query: select count(1) from src x where x.key > 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-09_467_3203831239428624173/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-05_445_2215462281802348390/-mr-10000
0
PREHOOK: query: explain
select count(1) from src x where x.key > 9999
@@ -181,7 +181,7 @@
mode: partial1
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -190,7 +190,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-47-12_863_4013349726685139826/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-28-08_420_5806315186226294472/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -224,11 +224,11 @@
PREHOOK: query: select count(1) from src x where x.key > 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-12_945_380649354162948794/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-08_511_9175369792663872894/-mr-10000
POSTHOOK: query: select count(1) from src x where x.key > 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-12_945_380649354162948794/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-08_511_9175369792663872894/-mr-10000
0
PREHOOK: query: explain
select count(1) from src x where x.key > 9999
@@ -288,9 +288,9 @@
PREHOOK: query: select count(1) from src x where x.key > 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-19_535_5224359427851170423/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-14_521_1769298309497029764/-mr-10000
POSTHOOK: query: select count(1) from src x where x.key > 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-47-19_535_5224359427851170423/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-14_521_1769298309497029764/-mr-10000
0
Index: ql/src/test/results/clientpositive/auto_join16.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join16.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join16.q.out (working copy)
@@ -98,7 +98,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -109,7 +109,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-14-34_877_5596761155901891451/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-55-40_237_2072838873758211102/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -202,7 +202,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -289,7 +289,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -308,7 +308,7 @@
where tab.value < 200
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-14-35_133_7289459318323276940/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-55-40_577_266966103876646764/-mr-10000
POSTHOOK: query: SELECT sum(hash(subq.key, tab.value))
FROM
(select a.key, a.value from src a where a.key > 10 ) subq
@@ -317,5 +317,5 @@
where tab.value < 200
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-14-35_133_7289459318323276940/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-55-40_577_266966103876646764/-mr-10000
NULL
Index: ql/src/test/results/clientpositive/semijoin.q.out
===================================================================
--- ql/src/test/results/clientpositive/semijoin.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/semijoin.q.out (working copy)
@@ -8,11 +8,11 @@
PREHOOK: query: select * from t1 sort by key
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-04-47_886_705452503633658789/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-13_307_9077267151849290639/-mr-10000
POSTHOOK: query: select * from t1 sort by key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-04-47_886_705452503633658789/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-13_307_9077267151849290639/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -34,11 +34,11 @@
PREHOOK: query: select * from t2 sort by key
PREHOOK: type: QUERY
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-04-54_794_6115178750654470118/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-19_420_7510877244421981853/-mr-10000
POSTHOOK: query: select * from t2 sort by key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-04-54_794_6115178750654470118/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-19_420_7510877244421981853/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -62,11 +62,11 @@
PREHOOK: query: select * from t3 sort by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-05_418_8784955403393483239/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-28_535_4359325765016604864/-mr-10000
POSTHOOK: query: select * from t3 sort by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-05_418_8784955403393483239/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-28_535_4359325765016604864/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -97,11 +97,11 @@
PREHOOK: query: select * from t4
PREHOOK: type: QUERY
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-08_875_8263284626120887909/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-31_604_6383552615039664399/-mr-10000
POSTHOOK: query: select * from t4
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-08_875_8263284626120887909/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-31_604_6383552615039664399/-mr-10000
PREHOOK: query: explain select * from t1 a left semi join t2 b on a.key=b.key sort by a.key, a.value
PREHOOK: type: QUERY
POSTHOOK: query: explain select * from t1 a left semi join t2 b on a.key=b.key sort by a.key, a.value
@@ -176,7 +176,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -185,7 +185,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-09_005_502081017578523829/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-59-31_734_3503193715545652015/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -217,12 +217,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-09_098_1588087013512926695/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-31_818_2653245458202368241/-mr-10000
POSTHOOK: query: select * from t1 a left semi join t2 b on a.key=b.key sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-09_098_1588087013512926695/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-31_818_2653245458202368241/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -303,7 +303,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -312,7 +312,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-15_949_4211046763459932826/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-59-37_946_6051433057961967082/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -344,12 +344,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-16_042_8329878039830895731/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-38_034_6151191172070456990/-mr-10000
POSTHOOK: query: select * from t2 a left semi join t1 b on b.key=a.key sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-16_042_8329878039830895731/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-38_034_6151191172070456990/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -432,7 +432,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -441,7 +441,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-22_786_6856730491579709518/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-59-44_153_4547757404384052514/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -473,12 +473,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-22_880_1665353720432910838/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-44_240_54971123713126283/-mr-10000
POSTHOOK: query: select * from t1 a left semi join t4 b on b.key=a.key sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-22_880_1665353720432910838/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-44_240_54971123713126283/-mr-10000
PREHOOK: query: explain select a.value from t1 a left semi join t3 b on (b.key = a.key and b.key < '15') sort by a.value
PREHOOK: type: QUERY
POSTHOOK: query: explain select a.value from t1 a left semi join t3 b on (b.key = a.key and b.key < '15') sort by a.value
@@ -555,7 +555,7 @@
type: string
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -564,7 +564,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-29_616_1235177871277954972/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-59-50_221_1739282589193843465/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -592,12 +592,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-29_715_4357564705901360206/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-50_309_4647510783326330889/-mr-10000
POSTHOOK: query: select a.value from t1 a left semi join t3 b on (b.key = a.key and b.key < '15') sort by a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-29_715_4357564705901360206/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-50_309_4647510783326330889/-mr-10000
val_0
val_0
val_0
@@ -691,7 +691,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -700,7 +700,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-36_675_4481351875930852775/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-59-56_346_1084140408093410853/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -732,12 +732,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-36_773_1099957685086464486/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-56_437_1465972639229452477/-mr-10000
POSTHOOK: query: select * from t1 a left semi join t2 b on a.key = b.key and b.value < "val_10" sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-36_773_1099957685086464486/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-59-56_437_1465972639229452477/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -820,7 +820,7 @@
type: string
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -829,7 +829,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-43_606_4268995089293633608/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-02_720_5310406600672827838/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -857,12 +857,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-43_705_5212605861362357897/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-02_837_443203038697299105/-mr-10000
POSTHOOK: query: select a.value from t1 a left semi join (select key from t3 where key > 5) b on a.key = b.key sort by a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-43_705_5212605861362357897/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-02_837_443203038697299105/-mr-10000
val_10
val_8
val_9
@@ -951,7 +951,7 @@
type: string
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -960,7 +960,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-50_572_4351935636267130614/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-09_786_2560115532016411212/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -988,12 +988,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-50_690_824047413986414031/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-09_879_1682123427268370152/-mr-10000
POSTHOOK: query: select a.value from t1 a left semi join (select key , value from t2 where key > 5) b on a.key = b.key and b.value <= 'val_20' sort by a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-50_690_824047413986414031/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-09_879_1682123427268370152/-mr-10000
PREHOOK: query: explain select * from t2 a left semi join (select key , value from t1 where key > 2) b on a.key = b.key sort by a.key, a.value
PREHOOK: type: QUERY
POSTHOOK: query: explain select * from t2 a left semi join (select key , value from t1 where key > 2) b on a.key = b.key sort by a.key, a.value
@@ -1077,7 +1077,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1086,7 +1086,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-05-57_516_1309591908900729926/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-16_064_4904221287878074394/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1118,12 +1118,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-57_625_9169051107141388478/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-16_154_2411253953233864346/-mr-10000
POSTHOOK: query: select * from t2 a left semi join (select key , value from t1 where key > 2) b on a.key = b.key sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-05-57_625_9169051107141388478/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-16_154_2411253953233864346/-mr-10000
4 val_2
8 val_4
10 val_5
@@ -1194,7 +1194,7 @@
outputColumnNames: _col0
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1205,7 +1205,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-04_576_6173849197621673319/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-22_301_7345062549145545955/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -1243,12 +1243,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-04_672_5227381156024671685/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-22_387_8005194347455223984/-mr-10000
POSTHOOK: query: select /*+ mapjoin(b) */ a.key from t3 a left semi join t1 b on a.key = b.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-04_672_5227381156024671685/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-22_387_8005194347455223984/-mr-10000
0
0
0
@@ -1342,7 +1342,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1351,7 +1351,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-12_910_1677370657145984011/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-29_774_7838999913338082294/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1383,12 +1383,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-13_004_9070842837652856960/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-29_865_7817970045546766656/-mr-10000
POSTHOOK: query: select * from t1 a left semi join t2 b on a.key = 2*b.key sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-13_004_9070842837652856960/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-29_865_7817970045546766656/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -1490,7 +1490,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1499,7 +1499,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-19_852_1718406537733894766/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-36_113_4682677712067200921/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1536,13 +1536,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-19_961_7528472610501686423/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-36_210_8935431728206980306/-mr-10000
POSTHOOK: query: select * from t1 a join t2 b on a.key = b.key left semi join t3 c on b.key = c.key sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-19_961_7528472610501686423/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-36_210_8935431728206980306/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
@@ -1643,7 +1643,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1652,7 +1652,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-27_084_2843906965158857658/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-42_543_8629198850257273412/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1684,12 +1684,12 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@t1
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-27_179_3678360233120119417/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-42_628_633712111885824836/-mr-10000
POSTHOOK: query: select * from t3 a left semi join t1 b on a.key = b.key and a.value=b.value sort by a.key, a.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-27_179_3678360233120119417/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-42_628_633712111885824836/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -1803,7 +1803,7 @@
outputColumnNames: _col0
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1814,7 +1814,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-33_926_1715380380256238596/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-48_628_5734586935226060826/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -1853,13 +1853,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-34_032_9074388788335932765/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-48_727_1753036894529216775/-mr-10000
POSTHOOK: query: select /*+ mapjoin(b, c) */ a.key from t3 a left semi join t1 b on a.key = b.key left semi join t2 c on a.key = c.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-34_032_9074388788335932765/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-48_727_1753036894529216775/-mr-10000
0
0
0
@@ -1958,7 +1958,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1967,7 +1967,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-42_647_6930739806966536340/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-00-56_222_7875217494302824268/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1996,13 +1996,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-42_752_7032165149735678247/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-56_330_78285738931690031/-mr-10000
POSTHOOK: query: select a.key from t3 a left outer join t1 b on a.key = b.key left semi join t2 c on b.key = c.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-42_752_7032165149735678247/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-00-56_330_78285738931690031/-mr-10000
0
0
0
@@ -2113,7 +2113,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2122,7 +2122,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-49_770_643136424396000126/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-01-02_761_4276970304829267965/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2151,13 +2151,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-49_878_1832122776231127136/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-02_855_5356609151416974283/-mr-10000
POSTHOOK: query: select a.key from t1 a right outer join t3 b on a.key = b.key left semi join t2 c on b.key = c.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-49_878_1832122776231127136/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-02_855_5356609151416974283/-mr-10000
NULL
NULL
NULL
@@ -2271,7 +2271,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2280,7 +2280,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-06-56_968_7643972596631988821/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-01-09_223_1870977068546244438/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2309,13 +2309,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-57_080_8193264678320216901/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-09_317_3558369693359144778/-mr-10000
POSTHOOK: query: select a.key from t1 a full outer join t3 b on a.key = b.key left semi join t2 c on b.key = c.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-06-57_080_8193264678320216901/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-09_317_3558369693359144778/-mr-10000
NULL
NULL
NULL
@@ -2429,7 +2429,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2438,7 +2438,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-07-04_107_6251353695567907652/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-01-15_609_5473530941750619526/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2467,13 +2467,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-04_211_3457575679962196635/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-15_700_6874880722086780302/-mr-10000
POSTHOOK: query: select a.key from t3 a left semi join t2 b on a.key = b.key left outer join t1 c on a.key = c.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-04_211_3457575679962196635/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-15_700_6874880722086780302/-mr-10000
0
0
0
@@ -2587,7 +2587,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2596,7 +2596,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-07-11_322_7072549615087920137/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-01-21_992_2367844049379640895/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2625,13 +2625,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-11_426_2212605511914985664/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-22_085_5689838523687739700/-mr-10000
POSTHOOK: query: select a.key from t3 a left semi join t2 b on a.key = b.key right outer join t1 c on a.key = c.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-11_426_2212605511914985664/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-22_085_5689838523687739700/-mr-10000
NULL
NULL
NULL
@@ -2747,7 +2747,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2756,7 +2756,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-07-18_609_2326696937241485221/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-01-28_351_2991862507283565755/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2785,13 +2785,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-18_713_5822041319246326513/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-28_442_2005074677152866743/-mr-10000
POSTHOOK: query: select a.key from t3 a left semi join t1 b on a.key = b.key full outer join t2 c on a.key = c.key sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-18_713_5822041319246326513/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-28_442_2005074677152866743/-mr-10000
NULL
NULL
NULL
@@ -2902,7 +2902,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2951,7 +2951,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2960,7 +2960,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-07-25_999_7077184010366818399/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-01-34_661_867374893287015450/-mr-10003
Reduce Output Operator
key expressions:
expr: _col0
@@ -2989,13 +2989,13 @@
PREHOOK: Input: default@t1
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-26_116_7797736579721782344/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-34_756_6609770193445990827/-mr-10000
POSTHOOK: query: select a.key from t3 a left semi join t2 b on a.key = b.key left outer join t1 c on a.value = c.value sort by a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@t1
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-07-26_116_7797736579721782344/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-01-34_756_6609770193445990827/-mr-10000
0
0
0
Index: ql/src/test/results/clientpositive/union17.q.out
===================================================================
--- ql/src/test/results/clientpositive/union17.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union17.q.out (working copy)
@@ -75,7 +75,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -84,7 +84,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-49-53_652_5953303330246119337/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-18_937_201357771586901523/-mr-10004
Union
Reduce Output Operator
key expressions:
@@ -100,7 +100,7 @@
type: string
expr: _col1
type: string
- file:/tmp/sdong/hive_2011-02-10_17-49-53_652_5953303330246119337/-mr-10007
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-18_937_201357771586901523/-mr-10007
Union
Reduce Output Operator
key expressions:
@@ -128,7 +128,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -145,7 +145,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -154,7 +154,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-49-53_652_5953303330246119337/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-18_937_201357771586901523/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -209,7 +209,7 @@
Stage: Stage-6
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-49-53_652_5953303330246119337/-mr-10006
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-18_937_201357771586901523/-mr-10006
Reduce Output Operator
key expressions:
expr: _col0
@@ -283,7 +283,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -316,11 +316,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-12_560_4410894515392312905/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-36_809_8827910074721812524/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-12_560_4410894515392312905/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-36_809_8827910074721812524/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)s1.null, (src)s2.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
@@ -639,11 +639,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-12_948_8332394278542218529/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-37_078_1659704247076540892/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-12_948_8332394278542218529/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-37_078_1659704247076540892/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)s1.null, (src)s2.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/join18.q.out
===================================================================
--- ql/src/test/results/clientpositive/join18.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join18.q.out (working copy)
@@ -90,7 +90,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -208,7 +208,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -233,7 +233,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-34_729_4416344743286504285/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-39-32_179_4841136431836221831/-mr-10000
POSTHOOK: query: SELECT a.key, a.value, b.key, b.value
FROM
(
@@ -248,7 +248,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-34_729_4416344743286504285/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-39-32_179_4841136431836221831/-mr-10000
NULL NULL 7
0 3 NULL NULL
10 1 NULL NULL
Index: ql/src/test/results/clientpositive/nullgroup4.q.out
===================================================================
--- ql/src/test/results/clientpositive/nullgroup4.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/nullgroup4.q.out (working copy)
@@ -61,7 +61,7 @@
mode: partials
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -70,7 +70,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-48-06_557_2052155921071236197/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-28-56_008_7835680259508786372/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -109,11 +109,11 @@
PREHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-06_647_1263343100620991753/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-56_096_6101660539000146093/-mr-10000
POSTHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-06_647_1263343100620991753/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-28-56_096_6101660539000146093/-mr-10000
0 0
PREHOOK: query: explain
select count(1), count(distinct x.value) from src x where x.key = 9999
@@ -195,11 +195,11 @@
PREHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-13_317_724608323495810773/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-29-02_133_8981092949424987578/-mr-10000
POSTHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-13_317_724608323495810773/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-29-02_133_8981092949424987578/-mr-10000
0 0
PREHOOK: query: explain
select count(1), count(distinct x.value) from src x where x.key = 9999
@@ -252,7 +252,7 @@
mode: partial1
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -261,7 +261,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-48-16_765_574506371110429888/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-29-05_197_4465253723459147799/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -300,11 +300,11 @@
PREHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-16_851_3113186442216375442/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-29-05_277_8678846055580710864/-mr-10000
POSTHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-16_851_3113186442216375442/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-29-05_277_8678846055580710864/-mr-10000
0 0
PREHOOK: query: explain
select count(1), count(distinct x.value) from src x where x.key = 9999
@@ -374,9 +374,9 @@
PREHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-23_501_8761130385448344432/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-29-11_249_6504992914211954445/-mr-10000
POSTHOOK: query: select count(1), count(distinct x.value) from src x where x.key = 9999
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-48-23_501_8761130385448344432/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-29-11_249_6504992914211954445/-mr-10000
0 0
Index: ql/src/test/results/clientpositive/auto_join11.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join11.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join11.q.out (working copy)
@@ -99,7 +99,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -110,7 +110,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-13-37_480_7449473359878350647/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-22_318_4554154740905963600/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -204,7 +204,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -284,7 +284,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -303,7 +303,7 @@
ON src1.c1 = src2.c3 AND src1.c1 < 100
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-37_752_5031067365721649833/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-22_663_5256051609949655490/-mr-10000
POSTHOOK: query: SELECT sum(hash(src1.c1, src2.c4))
FROM
(SELECT src.key as c1, src.value as c2 from src) src1
@@ -312,5 +312,5 @@
ON src1.c1 = src2.c3 AND src1.c1 < 100
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-37_752_5031067365721649833/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-22_663_5256051609949655490/-mr-10000
-101333194320
Index: ql/src/test/results/clientpositive/parallel.q.out
===================================================================
--- ql/src/test/results/clientpositive/parallel.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/parallel.q.out (working copy)
@@ -100,7 +100,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -122,7 +122,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -131,7 +131,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-50-21_409_1656492818850096115/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-30-56_527_4411860163069093614/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -187,7 +187,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-50-21_409_1656492818850096115/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-30-56_527_4411860163069093614/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -262,11 +262,11 @@
PREHOOK: query: select * from src_a order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_a
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-32_435_5670255145494067167/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-07_863_9037495998632145867/-mr-10000
POSTHOOK: query: select * from src_a order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_a
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-32_435_5670255145494067167/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-07_863_9037495998632145867/-mr-10000
POSTHOOK: Lineage: src_a.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: src_b.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -583,11 +583,11 @@
PREHOOK: query: select * from src_b order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_b
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-36_545_1053838148092538929/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-11_957_224315019386107166/-mr-10000
POSTHOOK: query: select * from src_b order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_b
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-36_545_1053838148092538929/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-11_957_224315019386107166/-mr-10000
POSTHOOK: Lineage: src_a.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: src_b.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -926,11 +926,11 @@
PREHOOK: query: select * from src_a order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_a
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-51_599_1611831009809137966/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-26_896_3042413915727986051/-mr-10000
POSTHOOK: query: select * from src_a order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_a
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-51_599_1611831009809137966/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-26_896_3042413915727986051/-mr-10000
POSTHOOK: Lineage: src_a.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_a.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -1251,11 +1251,11 @@
PREHOOK: query: select * from src_b order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_b
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-57_716_1179929623934530359/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-30_987_6219247837905300760/-mr-10000
POSTHOOK: query: select * from src_b order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_b
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-50-57_716_1179929623934530359/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-31-30_987_6219247837905300760/-mr-10000
POSTHOOK: Lineage: src_a.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_a.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/groupby8_map_skew.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby8_map_skew.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby8_map_skew.q.out (working copy)
@@ -61,7 +61,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -76,7 +76,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -85,7 +85,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-53-37_963_8795076525864859074/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-05-31_084_2905073523576787704/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -147,7 +147,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-53-37_963_8795076525864859074/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-05-31_084_2905073523576787704/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -228,11 +228,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-50_071_8479311832354349508/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-47_967_201788670686522751/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-50_071_8479311832354349508/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-47_967_201788670686522751/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -549,11 +549,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-50_341_8962394357107403814/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-48_189_2000882645119760545/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-53-50_341_8962394357107403814/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-48_189_2000882645119760545/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/auto_join20.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join20.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join20.q.out (working copy)
@@ -122,7 +122,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -133,7 +133,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/heyongqiang/hive_2011-04-06_21-30-16_341_8865053765003839433/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-25_383_677574160804700422/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -187,7 +187,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -196,7 +196,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/heyongqiang/hive_2011-04-06_21-30-16_341_8865053765003839433/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-25_383_677574160804700422/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -311,7 +311,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -330,7 +330,7 @@
)a
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/heyongqiang/hive_2011-04-06_21-30-16_684_6297144842875374998/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-25_706_3178148147539233141/-mr-10000
POSTHOOK: query: select sum(hash(a.k1,a.v1,a.k2,a.v2,a.k3,a.v3))
from (
SELECT src1.key as k1, src1.value as v1, src2.key as k2, src2.value as v2 , src3.key as k3, src3.value as v3
@@ -339,7 +339,7 @@
)a
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/heyongqiang/hive_2011-04-06_21-30-16_684_6297144842875374998/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-25_706_3178148147539233141/-mr-10000
56157587016
PREHOOK: query: explain
select sum(hash(a.k1,a.v1,a.k2,a.v2,a.k3,a.v3))
@@ -469,7 +469,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -480,7 +480,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/heyongqiang/hive_2011-04-06_21-30-27_004_4367867622488357822/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-43_421_2414043576290062460/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -534,7 +534,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -543,7 +543,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/heyongqiang/hive_2011-04-06_21-30-27_004_4367867622488357822/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-43_421_2414043576290062460/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -662,7 +662,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -681,7 +681,7 @@
)a
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/heyongqiang/hive_2011-04-06_21-30-27_352_4005625870377401724/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-43_754_8484715578228262201/-mr-10000
POSTHOOK: query: select sum(hash(a.k1,a.v1,a.k2,a.v2,a.k3,a.v3))
from (
SELECT src1.key as k1, src1.value as v1, src2.key as k2, src2.value as v2 , src3.key as k3, src3.value as v3
@@ -690,5 +690,5 @@
)a
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/heyongqiang/hive_2011-04-06_21-30-27_352_4005625870377401724/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-43_754_8484715578228262201/-mr-10000
56157587016
Index: ql/src/test/results/clientpositive/union12.q.out
===================================================================
--- ql/src/test/results/clientpositive/union12.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union12.q.out (working copy)
@@ -72,7 +72,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -81,7 +81,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-49-01_067_6496196090074691511/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-32_699_1734635952993636349/-mr-10002
Union
Select Operator
expressions:
@@ -105,7 +105,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.tmptable
- file:/tmp/sdong/hive_2011-02-10_17-49-01_067_6496196090074691511/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-32_699_1734635952993636349/-mr-10004
Union
Select Operator
expressions:
@@ -129,7 +129,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.tmptable
- file:/tmp/sdong/hive_2011-02-10_17-49-01_067_6496196090074691511/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-50-32_699_1734635952993636349/-mr-10005
Union
Select Operator
expressions:
@@ -161,7 +161,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-49-01_067_6496196090074691511/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-50-32_699_1734635952993636349/-ext-10000
Stage: Stage-0
Move Operator
@@ -179,7 +179,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-49-01_067_6496196090074691511/-ext-10003
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-50-32_699_1734635952993636349/-ext-10003
File Output Operator
compressed: false
GlobalTableId: 0
@@ -223,7 +223,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -263,7 +263,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -297,11 +297,11 @@
PREHOOK: query: select * from tmptable x sort by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@tmptable
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-49-16_037_8936104568515340621/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-46_047_3921295547911330463/-mr-10000
POSTHOOK: query: select * from tmptable x sort by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmptable
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-49-16_037_8936104568515340621/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-50-46_047_3921295547911330463/-mr-10000
POSTHOOK: Lineage: tmptable.key EXPRESSION []
POSTHOOK: Lineage: tmptable.value EXPRESSION [(src)s1.null, (src1)s2.null, (srcbucket)s3.null, ]
tst1 500
Index: ql/src/test/results/clientpositive/mapjoin_subquery.q.out
===================================================================
--- ql/src/test/results/clientpositive/mapjoin_subquery.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/mapjoin_subquery.q.out (working copy)
@@ -133,7 +133,7 @@
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-39-29_731_509300544483919463/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-17-56_815_7520482782186638781/-mr-10000
POSTHOOK: query: SELECT /*+ MAPJOIN(z) */ subq.key1, z.value
FROM
(SELECT /*+ MAPJOIN(x) */ x.key as key1, x.value as value1, y.key as key2, y.value as value2
@@ -143,7 +143,7 @@
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-39-29_731_509300544483919463/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-17-56_815_7520482782186638781/-mr-10000
238 val_238
238 val_238
311 val_311
@@ -353,7 +353,7 @@
outputColumnNames: _col0, _col5
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -364,7 +364,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-39-35_519_3270478772330421829/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-18-01_795_6847833069169398287/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -414,7 +414,7 @@
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-39-35_670_1415465364269978204/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-18-01_936_3719516414215905397/-mr-10000
POSTHOOK: query: SELECT /*+ MAPJOIN(z) */ subq.key1, z.value
FROM
(SELECT /*+ MAPJOIN(x) */ x.key as key1, x.value as value1, y.key as key2, y.value as value2
@@ -425,7 +425,7 @@
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-39-35_670_1415465364269978204/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-18-01_936_3719516414215905397/-mr-10000
128 val_128
128 val_128
128 val_128
Index: ql/src/test/results/clientpositive/join13.q.out
===================================================================
--- ql/src/test/results/clientpositive/join13.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join13.q.out (working copy)
@@ -90,7 +90,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -174,7 +174,7 @@
ON src1.c1 + src2.c3 = src3.c5 AND src3.c5 < 200
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-06_480_2154704622997711066/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-38-56_558_9151472103216679968/-mr-10000
POSTHOOK: query: SELECT src1.c1, src2.c4
FROM
(SELECT src.key as c1, src.value as c2 from src) src1
@@ -186,7 +186,7 @@
ON src1.c1 + src2.c3 = src3.c5 AND src3.c5 < 200
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-02-06_480_2154704622997711066/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-38-56_558_9151472103216679968/-mr-10000
0 val_0
0 val_0
0 val_0
Index: ql/src/test/results/clientpositive/ppd_repeated_alias.q.out
===================================================================
--- ql/src/test/results/clientpositive/ppd_repeated_alias.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/ppd_repeated_alias.q.out (working copy)
@@ -380,7 +380,7 @@
type: int
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
Index: ql/src/test/results/clientpositive/join22.q.out
===================================================================
--- ql/src/test/results/clientpositive/join22.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join22.q.out (working copy)
@@ -62,7 +62,7 @@
type: string
outputColumnNames: _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
Index: ql/src/test/results/clientpositive/groupby6_map_skew.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby6_map_skew.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby6_map_skew.q.out (working copy)
@@ -57,7 +57,7 @@
mode: partials
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -66,7 +66,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-52-03_370_8387757215816287941/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-03-56_063_8981582967223791441/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -125,11 +125,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-52-11_122_1371240119100697650/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-04-02_907_4677156561120801695/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-52-11_122_1371240119100697650/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-04-02_907_4677156561120801695/-mr-10000
POSTHOOK: Lineage: dest1.c1 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
0
1
Index: ql/src/test/results/clientpositive/groupby1_limit.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby1_limit.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby1_limit.q.out (working copy)
@@ -72,7 +72,7 @@
outputColumnNames: _col0, _col1
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -81,7 +81,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-49-04_956_406305842309592902/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-01-17_536_7179551132066649572/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -136,11 +136,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-12_798_2878850829077906411/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-24_540_1088953810908109682/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-49-12_798_2878850829077906411/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-01-24_540_1088953810908109682/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
0 0.0
Index: ql/src/test/results/clientpositive/stats1.q.out
===================================================================
--- ql/src/test/results/clientpositive/stats1.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/stats1.q.out (working copy)
@@ -62,7 +62,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -71,7 +71,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-19-21_435_1722472580398861832/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-14-25_479_1165886143218179975/-mr-10002
Union
Select Operator
expressions:
@@ -88,7 +88,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.tmptable
- file:/tmp/sdong/hive_2011-02-10_17-19-21_435_1722472580398861832/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-14-25_479_1165886143218179975/-mr-10003
Union
Select Operator
expressions:
@@ -133,7 +133,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -163,11 +163,11 @@
PREHOOK: query: SELECT * FROM tmptable x SORT BY x.key, x.value
PREHOOK: type: QUERY
PREHOOK: Input: default@tmptable
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-19-34_061_491212136979249700/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-14-35_579_2553968103033138356/-mr-10000
POSTHOOK: query: SELECT * FROM tmptable x SORT BY x.key, x.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmptable
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-19-34_061_491212136979249700/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-14-35_579_2553968103033138356/-mr-10000
POSTHOOK: Lineage: tmptable.key EXPRESSION [(src1)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmptable.value EXPRESSION [(src)s1.null, (src1)s2.FieldSchema(name:value, type:string, comment:default), ]
@@ -205,4 +205,4 @@
key string
value string
-Detailed Table Information Table(tableName:tmptable, dbName:default, owner:sdong, createTime:1297387161, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:key, type:string, comment:null), FieldSchema(name:value, type:string, comment:null)], location:pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/tmptable, inputFormat:org.apache.hadoop.mapred.TextInputFormat, outputFormat:org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat, compressed:false, numBuckets:-1, serdeInfo:SerDeInfo(name:null, serializationLib:org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, parameters:{serialization.format=1}), bucketCols:[], sortCols:[], parameters:{}), partitionKeys:[], parameters:{numPartitions=0, numFiles=1, transient_lastDdlTime=1297387173, numRows=26, totalSize=225}, viewOriginalText:null, viewExpandedText:null, tableType:MANAGED_TABLE)
+Detailed Table Information Table(tableName:tmptable, dbName:default, owner:kevinwilfong, createTime:1314929665, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:key, type:string, comment:null), FieldSchema(name:value, type:string, comment:null)], location:pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/tmptable, inputFormat:org.apache.hadoop.mapred.TextInputFormat, outputFormat:org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat, compressed:false, numBuckets:-1, serdeInfo:SerDeInfo(name:null, serializationLib:org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, parameters:{serialization.format=1}), bucketCols:[], sortCols:[], parameters:{}), partitionKeys:[], parameters:{numPartitions=0, numFiles=1, transient_lastDdlTime=1314929675, numRows=26, totalSize=225, rawDataSize=199}, viewOriginalText:null, viewExpandedText:null, tableType:MANAGED_TABLE)
Index: ql/src/test/results/clientpositive/index_auto_mult_tables.q.out
===================================================================
--- ql/src/test/results/clientpositive/index_auto_mult_tables.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/index_auto_mult_tables.q.out (working copy)
@@ -77,7 +77,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -86,7 +86,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-11-37_886_962059869422887819/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-11-22_302_8912762152636647112/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -119,7 +119,7 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-11-38_313_2643938706286429021/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-11-22_453_996892606811358569/-mr-10000
POSTHOOK: query: SELECT a.key, a.value FROM src a JOIN srcpart b ON (a.key = b.key) WHERE a.key > 80 AND a.key < 100 AND b.key > 70 AND b.key < 90 ORDER BY a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
@@ -127,7 +127,7 @@
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-11-38_313_2643938706286429021/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-11-22_453_996892606811358569/-mr-10000
82 val_82
82 val_82
82 val_82
@@ -338,7 +338,7 @@
Move Operator
files:
hdfs directory: true
- destination: file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-12-29_480_7231326688955426901/-mr-10003
+ destination: file:/tmp/kevinwilfong/hive_2011-09-01_17-11-55_815_2339768688120125749/-mr-10003
Stage: Stage-1
Map Reduce
@@ -406,7 +406,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -415,7 +415,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-12-29_480_7231326688955426901/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-11-55_815_2339768688120125749/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -521,7 +521,7 @@
Move Operator
files:
hdfs directory: true
- destination: file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-12-29_480_7231326688955426901/-mr-10004
+ destination: file:/tmp/kevinwilfong/hive_2011-09-01_17-11-55_815_2339768688120125749/-mr-10004
Stage: Stage-0
Fetch Operator
@@ -540,7 +540,7 @@
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-PREHOOK: Output: file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-12-30_228_1386208254160104156/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-11-56_905_4227140869745475691/-mr-10000
POSTHOOK: query: SELECT a.key, a.value FROM src a JOIN srcpart b ON (a.key = b.key) WHERE a.key > 80 AND a.key < 100 AND b.key > 70 AND b.key < 90 ORDER BY a.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src_index__
@@ -553,7 +553,7 @@
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-09/hr=12
-POSTHOOK: Output: file:/var/folders/nt/ng21tg0n1jl4547lw0k8lg6hq_nw87/T/charleschen/hive_2011-08-30_19-12-30_228_1386208254160104156/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-11-56_905_4227140869745475691/-mr-10000
POSTHOOK: Lineage: default__src_src_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
Index: ql/src/test/results/clientpositive/join31.q.out
===================================================================
--- ql/src/test/results/clientpositive/join31.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join31.q.out (working copy)
@@ -78,7 +78,7 @@
type: string
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -87,11 +87,11 @@
Stage: Stage-7
Map Reduce Local Work
Alias -> Map Local Tables:
- file:/tmp/sdong/hive_2011-02-10_16-05-06_899_7793721562335617686/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-55_350_340053782422421639/-mr-10004
Fetch Operator
limit: -1
Alias -> Map Local Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-05-06_899_7793721562335617686/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-55_350_340053782422421639/-mr-10004
HashTable Sink Operator
condition expressions:
0 {_col0}
@@ -105,7 +105,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-05-06_899_7793721562335617686/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-55_350_340053782422421639/-mr-10002
Map Join Operator
condition map:
Inner Join 0 to 1
@@ -119,7 +119,7 @@
outputColumnNames: _col0
Position of Big Table: 1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -130,7 +130,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-05-06_899_7793721562335617686/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-41-55_350_340053782422421639/-mr-10003
Select Operator
expressions:
expr: _col0
@@ -256,7 +256,7 @@
type: string
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -286,11 +286,11 @@
PREHOOK: query: select * from dest_j1 x order by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-23_415_6364740924077362970/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-10_332_9077113020740896280/-mr-10000
POSTHOOK: query: select * from dest_j1 x order by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-23_415_6364740924077362970/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-10_332_9077113020740896280/-mr-10000
POSTHOOK: Lineage: dest_j1.cnt EXPRESSION [(src1)x.null, (src)y.null, ]
POSTHOOK: Lineage: dest_j1.key SIMPLE [(src1)x.FieldSchema(name:key, type:string, comment:default), ]
128 1
Index: ql/src/test/results/clientpositive/lateral_view.q.out
===================================================================
--- ql/src/test/results/clientpositive/lateral_view.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/lateral_view.q.out (working copy)
@@ -98,7 +98,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -107,7 +107,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-29-02_402_7594296411239609393/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-04-47_392_1878563466926355857/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -443,24 +443,24 @@
SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol SORT BY key ASC, myCol ASC LIMIT 1
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-02_729_205682555561259435/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-04-47_812_3208943795443006610/-mr-10000
POSTHOOK: query: -- Verify that * selects columns from both tables
SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol SORT BY key ASC, myCol ASC LIMIT 1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-02_729_205682555561259435/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-04-47_812_3208943795443006610/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
0 val_0 1
PREHOOK: query: -- TABLE.* should be supported
SELECT myTable.* FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-09_295_2505782742476744902/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-04-54_108_2464676418790569636/-mr-10000
POSTHOOK: query: -- TABLE.* should be supported
SELECT myTable.* FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-09_295_2505782742476744902/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-04-54_108_2464676418790569636/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
1
2
@@ -469,12 +469,12 @@
SELECT myTable.myCol, myTable2.myCol2 FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol LATERAL VIEW explode(array('a', 'b', 'c')) myTable2 AS myCol2 LIMIT 9
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-12_619_6077823979519528691/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-04-57_085_4644458946473246143/-mr-10000
POSTHOOK: query: -- Multiple lateral views should result in a Cartesian product
SELECT myTable.myCol, myTable2.myCol2 FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol LATERAL VIEW explode(array('a', 'b', 'c')) myTable2 AS myCol2 LIMIT 9
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-12_619_6077823979519528691/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-04-57_085_4644458946473246143/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
1 a
1 b
@@ -489,12 +489,12 @@
SELECT myTable2.* FROM src LATERAL VIEW explode(array(array(1,2,3))) myTable AS myCol LATERAL VIEW explode(myTable.myCol) myTable2 AS myCol2 LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-16_064_2217988687106915683/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-00_150_1460470094462691880/-mr-10000
POSTHOOK: query: -- Should be able to reference tables generated earlier
SELECT myTable2.* FROM src LATERAL VIEW explode(array(array(1,2,3))) myTable AS myCol LATERAL VIEW explode(myTable.myCol) myTable2 AS myCol2 LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-16_064_2217988687106915683/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-00_150_1460470094462691880/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
1
2
@@ -567,11 +567,11 @@
PREHOOK: query: SELECT myCol from tmp_PYANG_lv LATERAL VIEW explode(array(1,2,3)) myTab as myCol limit 3
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_lv
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-19_576_2283639595696470136/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-03_488_5252547161244498038/-mr-10000
POSTHOOK: query: SELECT myCol from tmp_PYANG_lv LATERAL VIEW explode(array(1,2,3)) myTab as myCol limit 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_lv
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-19_576_2283639595696470136/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-03_488_5252547161244498038/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
1
2
@@ -596,11 +596,11 @@
PREHOOK: query: SELECT key,value from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_src_rcfile
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-30_471_5303128627208314686/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-13_382_7066589594405368187/-mr-10000
POSTHOOK: query: SELECT key,value from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_src_rcfile
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-30_471_5303128627208314686/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-13_382_7066589594405368187/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -627,11 +627,11 @@
PREHOOK: query: SELECT myCol from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_src_rcfile
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-33_783_1146265769626074137/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-16_355_5344058317599836557/-mr-10000
POSTHOOK: query: SELECT myCol from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_src_rcfile
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-33_783_1146265769626074137/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-16_355_5344058317599836557/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -658,11 +658,11 @@
PREHOOK: query: SELECT * from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_src_rcfile
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-37_103_4143805227896340217/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-19_478_6429391269079820798/-mr-10000
POSTHOOK: query: SELECT * from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_src_rcfile
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-37_103_4143805227896340217/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-19_478_6429391269079820798/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -692,14 +692,14 @@
)subq
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_src_rcfile
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-40_427_6742023612535673657/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-22_540_5117286251831992180/-mr-10000
POSTHOOK: query: SELECT subq.key,subq.value
FROM (
SELECT * from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
)subq
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_src_rcfile
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-40_427_6742023612535673657/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-22_540_5117286251831992180/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -729,14 +729,14 @@
)subq
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_src_rcfile
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-43_749_1238874552855937545/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-25_724_7284460081541992986/-mr-10000
POSTHOOK: query: SELECT subq.myCol
FROM (
SELECT * from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
)subq
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_src_rcfile
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-43_749_1238874552855937545/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-25_724_7284460081541992986/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -766,14 +766,14 @@
)subq
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_src_rcfile
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-47_067_9022053012103959759/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-28_907_7238315591755939784/-mr-10000
POSTHOOK: query: SELECT subq.key
FROM (
SELECT key, value from tmp_pyang_src_rcfile LATERAL VIEW explode(value) myTable AS myCol
)subq
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_src_rcfile
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-47_067_9022053012103959759/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-28_907_7238315591755939784/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -916,12 +916,12 @@
LATERAL VIEW explode(value) myTable AS myCol
PREHOOK: type: QUERY
PREHOOK: Input: default@tmp_pyang_src_rcfile
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-50_517_5895557777710351720/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-31_932_5396355051952162093/-mr-10000
POSTHOOK: query: SELECT value, myCol from (SELECT key, array(value[0]) AS value FROM tmp_pyang_src_rcfile GROUP BY value[0], key) a
LATERAL VIEW explode(value) myTable AS myCol
POSTHOOK: type: QUERY
POSTHOOK: Input: default@tmp_pyang_src_rcfile
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-29-50_517_5895557777710351720/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-05-31_932_5396355051952162093/-mr-10000
POSTHOOK: Lineage: tmp_pyang_lv.inputs SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: tmp_pyang_src_rcfile.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/ctas.q.out
===================================================================
--- ql/src/test/results/clientpositive/ctas.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/ctas.q.out (working copy)
@@ -6,11 +6,11 @@
PREHOOK: query: select * from nzhang_Tmp
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_tmp
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-44-51_322_2848708186205887611/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-04_709_101557699794474234/-mr-10000
POSTHOOK: query: select * from nzhang_Tmp
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_tmp
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-44-51_322_2848708186205887611/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-04_709_101557699794474234/-mr-10000
PREHOOK: query: explain create table nzhang_CTAS1 as select key k, value from src sort by k, value limit 10
PREHOOK: type: CREATETABLE_AS_SELECT
POSTHOOK: query: explain create table nzhang_CTAS1 as select key k, value from src sort by k, value limit 10
@@ -55,7 +55,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -64,7 +64,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-44-51_470_2994705028366987051/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-48-04_838_4698208941289421344/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -92,7 +92,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/nzhang_ctas1
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/nzhang_ctas1
Stage: Stage-3
Create Table Operator:
@@ -116,11 +116,11 @@
PREHOOK: query: select * from nzhang_CTAS1
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_ctas1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-44-58_596_3850188449580676786/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-10_798_6970046691037566130/-mr-10000
POSTHOOK: query: select * from nzhang_CTAS1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_ctas1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-44-58_596_3850188449580676786/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-10_798_6970046691037566130/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -175,7 +175,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -184,7 +184,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-44-58_860_3982645483317411637/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-48-11_010_2529155486797777545/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -212,7 +212,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/nzhang_ctas2
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/nzhang_ctas2
Stage: Stage-3
Create Table Operator:
@@ -236,11 +236,11 @@
PREHOOK: query: select * from nzhang_ctas2
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_ctas2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-05_578_7349012551226510377/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-17_046_398101423846774042/-mr-10000
POSTHOOK: query: select * from nzhang_ctas2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_ctas2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-05_578_7349012551226510377/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-17_046_398101423846774042/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -295,7 +295,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -304,7 +304,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-45-05_893_3271637980302783261/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-48-17_257_4207811390702122337/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -332,7 +332,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/nzhang_ctas3
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/nzhang_ctas3
Stage: Stage-3
Create Table Operator:
@@ -357,11 +357,11 @@
PREHOOK: query: select * from nzhang_ctas3
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_ctas3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-12_580_9113217289697940221/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-23_291_3815298330354139214/-mr-10000
POSTHOOK: query: select * from nzhang_ctas3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_ctas3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-12_580_9113217289697940221/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-23_291_3815298330354139214/-mr-10000
0.0 val_0_con
0.0 val_0_con
0.0 val_0_con
@@ -390,11 +390,11 @@
PREHOOK: query: select * from nzhang_ctas3
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_ctas3
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-12_947_7015621330413441447/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-23_625_6797527970339644219/-mr-10000
POSTHOOK: query: select * from nzhang_ctas3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_ctas3
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-12_947_7015621330413441447/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-23_625_6797527970339644219/-mr-10000
0.0 val_0_con
0.0 val_0_con
0.0 val_0_con
@@ -449,7 +449,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -458,7 +458,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-45-13_334_919564477125108638/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-48-23_885_5701774691234397301/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -486,7 +486,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/nzhang_ctas4
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/nzhang_ctas4
Stage: Stage-3
Create Table Operator:
@@ -511,11 +511,11 @@
PREHOOK: query: select * from nzhang_ctas4
PREHOOK: type: QUERY
PREHOOK: Input: default@nzhang_ctas4
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-20_050_1736075504443010216/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-30_215_2053916237450188588/-mr-10000
POSTHOOK: query: select * from nzhang_ctas4
POSTHOOK: type: QUERY
POSTHOOK: Input: default@nzhang_ctas4
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-45-20_050_1736075504443010216/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-30_215_2053916237450188588/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -569,9 +569,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src [src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [src]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -582,12 +582,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297328964
+ transient_lastDdlTime 1314920448
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -598,12 +598,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297328964
+ transient_lastDdlTime 1314920448
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -611,9 +611,9 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/sdong/hive_2011-02-10_01-45-20_305_5281789596105491506/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_16-48-30_419_2933675832505996520/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -629,7 +629,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-45-20_305_5281789596105491506/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-48-30_419_2933675832505996520/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -645,9 +645,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- file:/tmp/sdong/hive_2011-02-10_01-45-20_305_5281789596105491506/-mr-10002 [file:/tmp/sdong/hive_2011-02-10_01-45-20_305_5281789596105491506/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-48-30_419_2933675832505996520/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_16-48-30_419_2933675832505996520/-mr-10002]
Path -> Partition:
- file:/tmp/sdong/hive_2011-02-10_01-45-20_305_5281789596105491506/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_16-48-30_419_2933675832505996520/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -669,9 +669,9 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_01-45-20_305_5281789596105491506/-ext-10001
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_16-48-30_419_2933675832505996520/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_01-45-20_305_5281789596105491506/-ext-10001/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_16-48-30_419_2933675832505996520/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -690,8 +690,8 @@
Move Operator
files:
hdfs directory: true
- source: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_01-45-20_305_5281789596105491506/-ext-10001
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/nzhang_ctas5
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_16-48-30_419_2933675832505996520/-ext-10001
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/nzhang_ctas5
Stage: Stage-3
Create Table Operator:
Index: ql/src/test/results/clientpositive/multigroupby_singlemr.q.out
===================================================================
--- ql/src/test/results/clientpositive/multigroupby_singlemr.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/multigroupby_singlemr.q.out (working copy)
@@ -239,7 +239,7 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -293,7 +293,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-05-11_02-10-22_407_4726110231826492306/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-25-11_316_2079758719912919934/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
Index: ql/src/test/results/clientpositive/join40.q.out
===================================================================
--- ql/src/test/results/clientpositive/join40.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join40.q.out (working copy)
@@ -96,12 +96,12 @@
FROM src x left outer JOIN (select * from src where key <= 100) y ON (x.key = y.key)
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-26_728_575634996407286755/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-59_076_2404707800055683669/-mr-10000
POSTHOOK: query: SELECT x.key, x.value, y.key, y.value
FROM src x left outer JOIN (select * from src where key <= 100) y ON (x.key = y.key)
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-26_728_575634996407286755/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-43-59_076_2404707800055683669/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
@@ -747,12 +747,12 @@
FROM src src1 JOIN src src2 ON (src1.key = src2.key)
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-34_633_2787732427056663675/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-05_223_3598087146799414229/-mr-10000
POSTHOOK: query: select src1.key, src2.value
FROM src src1 JOIN src src2 ON (src1.key = src2.key)
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-34_633_2787732427056663675/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-05_223_3598087146799414229/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -1887,7 +1887,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1896,7 +1896,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-07-44_112_2093169853711368630/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-44-14_285_1275157026228838226/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1944,12 +1944,12 @@
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-44_222_3133440987037406315/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-14_381_4868300160082958491/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key < 20)
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-44_222_3133440987037406315/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-14_381_4868300160082958491/-mr-10000
NULL NULL NULL NULL 10 val_10
NULL NULL NULL NULL 100 val_100
NULL NULL NULL NULL 100 val_100
@@ -2608,7 +2608,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2617,7 +2617,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-07-57_010_3886291302348783990/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-44-25_240_2209774599756357383/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -2665,12 +2665,12 @@
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-57_122_4715415954395441060/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-25_336_3120072951323459994/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key < 15) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key < 20)
SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-07-57_122_4715415954395441060/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-25_336_3120072951323459994/-mr-10000
NULL NULL NULL NULL 10 val_10
NULL NULL NULL NULL 100 val_100
NULL NULL NULL NULL 100 val_100
@@ -3325,12 +3325,12 @@
FROM src x left outer JOIN (select * from src where key <= 100) y ON (x.key = y.key)
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-08-07_427_2952592821866056396/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-34_382_4079899299396675636/-mr-10000
POSTHOOK: query: SELECT /*+ MAPJOIN(y) */ x.key, x.value, y.key, y.value
FROM src x left outer JOIN (select * from src where key <= 100) y ON (x.key = y.key)
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-08-07_427_2952592821866056396/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-34_382_4079899299396675636/-mr-10000
238 val_238 NULL NULL
86 val_86 86 val_86
311 val_311 NULL NULL
@@ -3955,7 +3955,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -3964,7 +3964,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-08-12_669_6044200484375125842/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-44-38_873_6657261690760005084/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -3998,9 +3998,9 @@
PREHOOK: query: SELECT COUNT(1) FROM SRC A JOIN SRC B ON (A.KEY=B.KEY)
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-08-12_772_2673146484429886185/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-38_950_5278142374954530027/-mr-10000
POSTHOOK: query: SELECT COUNT(1) FROM SRC A JOIN SRC B ON (A.KEY=B.KEY)
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-08-12_772_2673146484429886185/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-44-38_950_5278142374954530027/-mr-10000
1028
Index: ql/src/test/results/clientpositive/auto_join18_multi_distinct.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join18_multi_distinct.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join18_multi_distinct.q.out (working copy)
@@ -99,7 +99,7 @@
type: bigint
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -169,7 +169,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -178,7 +178,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-15-07_999_1663467279819484691/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-56-25_332_139213274359977592/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -256,7 +256,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -282,7 +282,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-15-08_122_7918187268582426274/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-56-25_423_239830405964512792/-mr-10000
POSTHOOK: query: SELECT sum(hash(a.key, a.value, b.key, b.value1, b.value2))
FROM
(
@@ -298,5 +298,5 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-15-08_122_7918187268582426274/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-56-25_423_239830405964512792/-mr-10000
14748607855
Index: ql/src/test/results/clientpositive/udtf_explode.q.out
===================================================================
--- ql/src/test/results/clientpositive/udtf_explode.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/udtf_explode.q.out (working copy)
@@ -38,9 +38,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_269_8016547042485517896/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_255_4663016184604340784/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_269_8016547042485517896/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_255_4663016184604340784/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -53,9 +53,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src [src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [src]
Path -> Partition:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -66,12 +66,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -82,12 +82,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -133,9 +133,9 @@
type: int
Needs Tagging: false
Path -> Alias:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src [a:src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [a:src]
Path -> Partition:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -146,12 +146,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -162,12 +162,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -189,9 +189,9 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_364_9146688986830460617/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_327_5915760018300570926/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -207,7 +207,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_364_9146688986830460617/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_327_5915760018300570926/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -222,9 +222,9 @@
type: bigint
Needs Tagging: false
Path -> Alias:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_364_9146688986830460617/-mr-10002 [file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_364_9146688986830460617/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_327_5915760018300570926/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_327_5915760018300570926/-mr-10002]
Path -> Partition:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_364_9146688986830460617/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_327_5915760018300570926/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -260,9 +260,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_364_9146688986830460617/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_327_5915760018300570926/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_364_9146688986830460617/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_327_5915760018300570926/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -282,33 +282,33 @@
PREHOOK: query: SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_539_2121668458147209230/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_410_1656725933216688393/-mr-10000
POSTHOOK: query: SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-18_539_2121668458147209230/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-22_410_1656725933216688393/-mr-10000
1
2
3
PREHOOK: query: SELECT explode(array(1,2,3)) AS (myCol) FROM src LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-22_954_5765527817518058297/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-25_313_588388792542363759/-mr-10000
POSTHOOK: query: SELECT explode(array(1,2,3)) AS (myCol) FROM src LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-22_954_5765527817518058297/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-25_313_588388792542363759/-mr-10000
1
2
3
PREHOOK: query: SELECT a.myCol, count(1) FROM (SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3) a GROUP BY a.myCol
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-29_033_2839370823587806983/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-28_213_7794985778936268338/-mr-10000
POSTHOOK: query: SELECT a.myCol, count(1) FROM (SELECT explode(array(1,2,3)) AS myCol FROM src LIMIT 3) a GROUP BY a.myCol
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-29_033_2839370823587806983/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-28_213_7794985778936268338/-mr-10000
1 1
2 1
3 1
@@ -388,9 +388,9 @@
type: string
Needs Tagging: false
Path -> Alias:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src [a:src]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [a:src]
Path -> Partition:
- pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -401,12 +401,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -417,12 +417,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/Users/carl/Work/repos/hive-test/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1312826964
+ transient_lastDdlTime 1314928047
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -448,9 +448,9 @@
mode: hash
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_257_3751134418621976928/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_298_1272403758674568070/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -466,7 +466,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_257_3751134418621976928/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_298_1272403758674568070/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -485,9 +485,9 @@
type: bigint
Needs Tagging: false
Path -> Alias:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_257_3751134418621976928/-mr-10002 [file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_257_3751134418621976928/-mr-10002]
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_298_1272403758674568070/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_298_1272403758674568070/-mr-10002]
Path -> Partition:
- file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_257_3751134418621976928/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_298_1272403758674568070/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -527,9 +527,9 @@
File Output Operator
compressed: false
GlobalTableId: 0
- directory: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_257_3751134418621976928/-ext-10001
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_298_1272403758674568070/-ext-10001
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_257_3751134418621976928/-ext-10001/
+ Stats Publishing Key Prefix: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_298_1272403758674568070/-ext-10001/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -549,22 +549,22 @@
PREHOOK: query: SELECT explode(map(1,'one',2,'two',3,'three')) as (myKey,myVal) FROM src LIMIT 3
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_365_376806235545694996/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_382_5043832479514914396/-mr-10000
POSTHOOK: query: SELECT explode(map(1,'one',2,'two',3,'three')) as (myKey,myVal) FROM src LIMIT 3
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-42_365_376806235545694996/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-34_382_5043832479514914396/-mr-10000
1 one
2 two
3 three
PREHOOK: query: SELECT a.myKey, a.myVal, count(1) FROM (SELECT explode(map(1,'one',2,'two',3,'three')) as (myKey,myVal) FROM src LIMIT 3) a GROUP BY a.myKey, a.myVal
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-51_997_5979122617246221467/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-37_290_5772902209454234488/-mr-10000
POSTHOOK: query: SELECT a.myKey, a.myVal, count(1) FROM (SELECT explode(map(1,'one',2,'two',3,'three')) as (myKey,myVal) FROM src LIMIT 3) a GROUP BY a.myKey, a.myVal
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/b7/b7UUwNZdF1KKHtM+5la6f++++TI/-Tmp-/carl/hive_2011-08-08_11-10-51_997_5979122617246221467/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-48-37_290_5772902209454234488/-mr-10000
1 one 1
2 two 1
3 three 1
Index: ql/src/test/results/clientpositive/auto_join26.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join26.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join26.q.out (working copy)
@@ -82,7 +82,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -93,7 +93,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-17-40_833_4814441987512493547/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-06_102_1487520116409180962/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -205,7 +205,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -267,7 +267,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -291,11 +291,11 @@
PREHOOK: query: select * from dest_j1 x order by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-17-50_937_8187868486627717858/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-20_116_3347246909492664483/-mr-10000
POSTHOOK: query: select * from dest_j1 x order by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-17-50_937_8187868486627717858/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-00-20_116_3347246909492664483/-mr-10000
POSTHOOK: Lineage: dest_j1.cnt EXPRESSION [(src1)x.null, (src)y.null, ]
POSTHOOK: Lineage: dest_j1.key EXPRESSION [(src1)x.FieldSchema(name:key, type:string, comment:default), ]
66 1
Index: ql/src/test/results/clientpositive/union18.q.out
===================================================================
--- ql/src/test/results/clientpositive/union18.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union18.q.out (working copy)
@@ -79,7 +79,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -88,7 +88,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-50-13_728_4354022508416568061/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-37_816_4736634222033191355/-mr-10004
Union
Select Operator
expressions:
@@ -122,7 +122,7 @@
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest2
- file:/tmp/sdong/hive_2011-02-10_17-50-13_728_4354022508416568061/-mr-10007
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-51-37_816_4736634222033191355/-mr-10007
Union
Select Operator
expressions:
@@ -164,7 +164,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-50-13_728_4354022508416568061/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-51-37_816_4736634222033191355/-ext-10000
Stage: Stage-0
Move Operator
@@ -182,7 +182,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-50-13_728_4354022508416568061/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-51-37_816_4736634222033191355/-ext-10005
File Output Operator
compressed: false
GlobalTableId: 0
@@ -199,7 +199,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-50-13_728_4354022508416568061/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-51-37_816_4736634222033191355/-ext-10002
Stage: Stage-1
Move Operator
@@ -217,7 +217,7 @@
Stage: Stage-9
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_17-50-13_728_4354022508416568061/-ext-10006
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-51-37_816_4736634222033191355/-ext-10006
File Output Operator
compressed: false
GlobalTableId: 0
@@ -241,7 +241,7 @@
type: string
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -274,11 +274,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1 SORT BY DEST1.key, DEST1.value
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-27_347_4481503500127341778/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-48_568_1957633245267880632/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1 SORT BY DEST1.key, DEST1.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-27_347_4481503500127341778/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-48_568_1957633245267880632/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)s1.null, (src)s2.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
@@ -788,11 +788,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2 SORT BY DEST2.key, DEST2.val1, DEST2.val2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-30_773_8139429154462208648/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-51_574_4091306598006964441/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2 SORT BY DEST2.key, DEST2.val1, DEST2.val2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-50-30_773_8139429154462208648/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-51-51_574_4091306598006964441/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)s1.null, (src)s2.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)s2.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/join19.q.out
===================================================================
--- ql/src/test/results/clientpositive/join19.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join19.q.out (working copy)
@@ -216,7 +216,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -301,7 +301,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col2, _col4, _col7
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
Index: ql/src/test/results/clientpositive/auto_join2.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join2.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join2.q.out (working copy)
@@ -73,7 +73,7 @@
outputColumnNames: _col0, _col4
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -321,7 +321,7 @@
outputColumnNames: _col0, _col4
Position of Big Table: 1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -372,7 +372,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col4
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -394,11 +394,11 @@
PREHOOK: query: SELECT sum(hash(dest_j2.key,dest_j2.value)) FROM dest_j2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-15-45_319_4401285660039001258/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-19_487_5128413448412981199/-mr-10000
POSTHOOK: query: SELECT sum(hash(dest_j2.key,dest_j2.value)) FROM dest_j2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-15-45_319_4401285660039001258/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-57-19_487_5128413448412981199/-mr-10000
POSTHOOK: Lineage: dest_j2.key EXPRESSION [(src)src1.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j2.value SIMPLE [(src)src3.FieldSchema(name:value, type:string, comment:default), ]
33815990627
Index: ql/src/test/results/clientpositive/union3.q.out
===================================================================
--- ql/src/test/results/clientpositive/union3.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union3.q.out (working copy)
@@ -79,7 +79,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -88,7 +88,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-51-51_326_4169637411351606098/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-05_722_5071358195454433988/-mr-10002
Union
Select Operator
expressions:
@@ -101,7 +101,7 @@
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- file:/tmp/sdong/hive_2011-02-10_17-51-51_326_4169637411351606098/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-05_722_5071358195454433988/-mr-10003
Union
Select Operator
expressions:
@@ -114,7 +114,7 @@
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- file:/tmp/sdong/hive_2011-02-10_17-51-51_326_4169637411351606098/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-05_722_5071358195454433988/-mr-10005
Union
Select Operator
expressions:
@@ -127,7 +127,7 @@
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- file:/tmp/sdong/hive_2011-02-10_17-51-51_326_4169637411351606098/-mr-10007
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-05_722_5071358195454433988/-mr-10007
Union
Select Operator
expressions:
@@ -172,7 +172,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -209,7 +209,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -218,7 +218,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-51-51_326_4169637411351606098/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-05_722_5071358195454433988/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -234,7 +234,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -271,7 +271,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -280,7 +280,7 @@
Stage: Stage-7
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-51-51_326_4169637411351606098/-mr-10006
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-53-05_722_5071358195454433988/-mr-10006
Reduce Output Operator
key expressions:
expr: _col0
@@ -296,7 +296,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -356,11 +356,11 @@
PREHOOK: query: select * from union_out cluster by id
PREHOOK: type: QUERY
PREHOOK: Input: default@union_out
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-15_670_1956987222899492132/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-53-27_393_6969702565412206195/-mr-10000
POSTHOOK: query: select * from union_out cluster by id
POSTHOOK: type: QUERY
POSTHOOK: Input: default@union_out
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-52-15_670_1956987222899492132/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-53-27_393_6969702565412206195/-mr-10000
POSTHOOK: Lineage: union_out.id EXPRESSION []
1
2
Index: ql/src/test/results/clientpositive/multi_insert.q.out
===================================================================
--- ql/src/test/results/clientpositive/multi_insert.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/multi_insert.q.out (working copy)
@@ -122,11 +122,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-28_145_3241710195767422128/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-29_601_38412483732691331/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-28_145_3241710195767422128/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-29_601_38412483732691331/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi2.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -144,11 +144,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-31_438_9069228920663463258/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-32_521_3344250383457406417/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-31_438_9069228920663463258/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-32_521_3344250383457406417/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi2.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -245,7 +245,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-34_769_237323934229498156/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-35_447_7841644781952520946/-ext-10000
Stage: Stage-0
Move Operator
@@ -263,7 +263,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-34_769_237323934229498156/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-35_447_7841644781952520946/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
@@ -280,7 +280,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-34_769_237323934229498156/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-35_447_7841644781952520946/-ext-10002
Stage: Stage-1
Move Operator
@@ -298,7 +298,7 @@
Stage: Stage-8
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-34_769_237323934229498156/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-35_447_7841644781952520946/-ext-10005
File Output Operator
compressed: false
GlobalTableId: 0
@@ -334,11 +334,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-40_108_540422556150441780/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-40_428_8873531326433967854/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-40_108_540422556150441780/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-40_428_8873531326433967854/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -360,11 +360,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-43_386_4508980303632676768/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-43_357_3501283018628445810/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-43_386_4508980303632676768/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-43_357_3501283018628445810/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -512,11 +512,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-52_773_729013797916091277/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-50_951_8978073327232599142/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-52_773_729013797916091277/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-50_951_8978073327232599142/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -542,11 +542,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-56_122_5865497182262054478/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-53_840_7359243085358456611/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-43-56_122_5865497182262054478/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-22-53_840_7359243085358456611/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -659,7 +659,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-59_397_2100362781804635792/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-56_792_6228109649707786050/-ext-10000
Stage: Stage-0
Move Operator
@@ -677,7 +677,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-59_397_2100362781804635792/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-56_792_6228109649707786050/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
@@ -694,7 +694,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-59_397_2100362781804635792/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-56_792_6228109649707786050/-ext-10002
Stage: Stage-1
Move Operator
@@ -712,7 +712,7 @@
Stage: Stage-8
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-43-59_397_2100362781804635792/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-22-56_792_6228109649707786050/-ext-10005
File Output Operator
compressed: false
GlobalTableId: 0
@@ -756,11 +756,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-04_792_6847429891760050580/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-02_233_236615095849255185/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-04_792_6847429891760050580/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-02_233_236615095849255185/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -790,11 +790,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-08_124_6485128554403267461/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-05_153_3672633958517638311/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-08_124_6485128554403267461/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-05_153_3672633958517638311/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -918,7 +918,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -965,7 +965,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-44-11_407_9168756298659685920/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-23-08_156_7307123974272536441/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -1056,11 +1056,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-20_601_2082131829649381741/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-17_654_5674296491427830152/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-20_601_2082131829649381741/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-17_654_5674296491427830152/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1090,11 +1090,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-23_902_3199219428684690703/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-20_617_7070069062511207586/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-23_902_3199219428684690703/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-20_617_7070069062511207586/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1229,7 +1229,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1267,7 +1267,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-27_249_7623279141540150203/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-23_546_1943574244832107316/-ext-10000
Stage: Stage-0
Move Operator
@@ -1285,7 +1285,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-27_249_7623279141540150203/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-23_546_1943574244832107316/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
@@ -1298,7 +1298,7 @@
Stage: Stage-7
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-44-27_249_7623279141540150203/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-23-23_546_1943574244832107316/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -1345,7 +1345,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-27_249_7623279141540150203/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-23_546_1943574244832107316/-ext-10002
Stage: Stage-1
Move Operator
@@ -1363,7 +1363,7 @@
Stage: Stage-9
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-27_249_7623279141540150203/-ext-10006
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-23_546_1943574244832107316/-ext-10006
File Output Operator
compressed: false
GlobalTableId: 0
@@ -1415,11 +1415,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-36_779_3999780121139346937/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-34_082_4249408376328141357/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-36_779_3999780121139346937/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-34_082_4249408376328141357/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1453,11 +1453,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-40_077_8576725772660015791/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-37_580_4182209766380603916/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-40_077_8576725772660015791/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-37_580_4182209766380603916/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1594,7 +1594,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1641,7 +1641,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-44-43_411_3281118470745972569/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-23-40_556_6503872230801866802/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -1740,11 +1740,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-52_616_346709338376813267/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-49_047_7326061553286780406/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-52_616_346709338376813267/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-49_047_7326061553286780406/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1782,11 +1782,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-55_913_8458628626122262799/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-51_996_82365184198209430/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-44-55_913_8458628626122262799/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-23-51_996_82365184198209430/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1937,7 +1937,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1975,7 +1975,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-59_247_2084251084570958888/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-54_966_2721302332496829799/-ext-10000
Stage: Stage-0
Move Operator
@@ -1993,7 +1993,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-59_247_2084251084570958888/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-54_966_2721302332496829799/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
@@ -2006,7 +2006,7 @@
Stage: Stage-7
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-44-59_247_2084251084570958888/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-23-54_966_2721302332496829799/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -2053,7 +2053,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-59_247_2084251084570958888/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-54_966_2721302332496829799/-ext-10002
Stage: Stage-1
Move Operator
@@ -2071,7 +2071,7 @@
Stage: Stage-9
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-44-59_247_2084251084570958888/-ext-10006
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-23-54_966_2721302332496829799/-ext-10006
File Output Operator
compressed: false
GlobalTableId: 0
@@ -2131,11 +2131,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-08_936_3832443917120699457/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-03_965_2413072683231039274/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-08_936_3832443917120699457/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-03_965_2413072683231039274/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2177,11 +2177,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-12_235_8496683191765892867/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-07_118_3853242738696312934/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-12_235_8496683191765892867/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-07_118_3853242738696312934/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2455,11 +2455,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-20_844_3953463844343651944/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-15_286_6164882480622031102/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-20_844_3953463844343651944/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-15_286_6164882480622031102/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2519,11 +2519,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-24_204_8850515575535942770/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-18_226_5908847142818527150/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-24_204_8850515575535942770/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-18_226_5908847142818527150/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2750,7 +2750,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-27_536_7429276394415406616/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-21_164_7751686273943945313/-ext-10000
Stage: Stage-0
Move Operator
@@ -2768,7 +2768,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-27_536_7429276394415406616/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-21_164_7751686273943945313/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
@@ -2785,7 +2785,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-27_536_7429276394415406616/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-21_164_7751686273943945313/-ext-10002
Stage: Stage-1
Move Operator
@@ -2803,7 +2803,7 @@
Stage: Stage-8
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-27_536_7429276394415406616/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-21_164_7751686273943945313/-ext-10005
File Output Operator
compressed: false
GlobalTableId: 0
@@ -2871,11 +2871,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-33_056_5316411913010951123/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-26_307_1019015522124870425/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-33_056_5316411913010951123/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-26_307_1019015522124870425/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -2939,11 +2939,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-36_350_5514837416722271487/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-29_234_7342542359972501020/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-36_350_5514837416722271487/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-29_234_7342542359972501020/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3253,11 +3253,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-44_972_7203180363224865270/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-36_972_2530766039220873394/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-44_972_7203180363224865270/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-36_972_2530766039220873394/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3325,11 +3325,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-48_259_494334402336133464/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-39_894_3749096648666603974/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-48_259_494334402336133464/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-39_894_3749096648666603974/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3572,7 +3572,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-51_569_2379485967482742559/-ext-10000
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-42_905_7628281708723151633/-ext-10000
Stage: Stage-0
Move Operator
@@ -3590,7 +3590,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-51_569_2379485967482742559/-ext-10004
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-42_905_7628281708723151633/-ext-10004
File Output Operator
compressed: false
GlobalTableId: 0
@@ -3607,7 +3607,7 @@
Move Operator
files:
hdfs directory: true
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-51_569_2379485967482742559/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-42_905_7628281708723151633/-ext-10002
Stage: Stage-1
Move Operator
@@ -3625,7 +3625,7 @@
Stage: Stage-8
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-45-51_569_2379485967482742559/-ext-10005
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_18-24-42_905_7628281708723151633/-ext-10005
File Output Operator
compressed: false
GlobalTableId: 0
@@ -3701,11 +3701,11 @@
PREHOOK: query: select * from src_multi1 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-57_111_2267878231944588124/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-49_013_3995983897085870201/-mr-10000
POSTHOOK: query: select * from src_multi1 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-45-57_111_2267878231944588124/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-49_013_3995983897085870201/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -3777,11 +3777,11 @@
PREHOOK: query: select * from src_multi2 order by key, value
PREHOOK: type: QUERY
PREHOOK: Input: default@src_multi2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-46-00_422_7771858013824678476/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-52_003_3213829292090145805/-mr-10000
POSTHOOK: query: select * from src_multi2 order by key, value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src_multi2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-46-00_422_7771858013824678476/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-24-52_003_3213829292090145805/-mr-10000
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: src_multi1.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/input1_limit.q.out
===================================================================
--- ql/src/test/results/clientpositive/input1_limit.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/input1_limit.q.out (working copy)
@@ -69,7 +69,7 @@
outputColumnNames: _col0, _col1
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -109,7 +109,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_15-53-56_417_5846493441144147770/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-26-28_966_8243578137628492918/-mr-10004
Reduce Output Operator
sort order:
tag: -1
@@ -172,11 +172,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-07_550_8419732472959696648/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-26-38_152_4753463767371596459/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-07_550_8419732472959696648/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-26-38_152_4753463767371596459/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -194,11 +194,11 @@
PREHOOK: query: SELECT dest2.* FROM dest2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-07_847_310894400949776200/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-26-38_400_643820833436633799/-mr-10000
POSTHOOK: query: SELECT dest2.* FROM dest2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-54-07_847_310894400949776200/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-26-38_400_643820833436633799/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/groupby8.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby8.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby8.q.out (working copy)
@@ -61,7 +61,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -76,7 +76,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -85,7 +85,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-02_088_4501856484124672195/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-04-57_334_1914010910331686234/-mr-10004
Reduce Output Operator
key expressions:
expr: _col0
@@ -147,7 +147,7 @@
Stage: Stage-5
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-02_088_4501856484124672195/-mr-10005
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-04-57_334_1914010910331686234/-mr-10005
Reduce Output Operator
key expressions:
expr: _col0
@@ -228,11 +228,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-39_081_3655532117088145987/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-12_016_7864878796840671315/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-39_081_3655532117088145987/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-12_016_7864878796840671315/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -549,11 +549,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-39_463_2118074606301355578/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-12_194_213887665284764313/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-39_463_2118074606301355578/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-12_194_213887665284764313/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -1026,11 +1026,11 @@
PREHOOK: query: SELECT DEST1.* FROM DEST1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-55_122_5746569605626089398/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-18_237_7679238061710128170/-mr-10000
POSTHOOK: query: SELECT DEST1.* FROM DEST1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-55_122_5746569605626089398/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-18_237_7679238061710128170/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -1351,11 +1351,11 @@
PREHOOK: query: SELECT DEST2.* FROM DEST2
PREHOOK: type: QUERY
PREHOOK: Input: default@dest2
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-55_531_3816962637700897051/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-18_446_6734606817338534187/-mr-10000
POSTHOOK: query: SELECT DEST2.* FROM DEST2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest2
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-04-07_05-05-55_531_3816962637700897051/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-05-18_446_6734606817338534187/-mr-10000
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/auto_join12.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join12.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join12.q.out (working copy)
@@ -138,7 +138,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -149,7 +149,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-13-46_532_312658682840566186/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-34_516_6329818825112253561/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -274,7 +274,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -381,7 +381,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -484,7 +484,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -506,7 +506,7 @@
ON src1.c1 = src3.c5 AND src3.c5 < 80
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-46_920_362170176934384865/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-34_958_1770886872296666597/-mr-10000
POSTHOOK: query: SELECT sum(hash(src1.c1, src2.c4))
FROM
(SELECT src.key as c1, src.value as c2 from src) src1
@@ -518,5 +518,5 @@
ON src1.c1 = src3.c5 AND src3.c5 < 80
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-13-46_920_362170176934384865/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-54-34_958_1770886872296666597/-mr-10000
-136843922952
Index: ql/src/test/results/clientpositive/index_bitmap_auto.q.out
===================================================================
--- ql/src/test/results/clientpositive/index_bitmap_auto.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/index_bitmap_auto.q.out (working copy)
@@ -3,13 +3,13 @@
SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-08_780_6737311795272810274/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-51_772_4123307697146430620/-mr-10000
POSTHOOK: query: -- try the query without indexing, with manual indexing, and with automatic indexing
-- without indexing
SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-08_780_6737311795272810274/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-17-51_772_4123307697146430620/-mr-10000
0 val_0
0 val_0
0 val_0
@@ -86,11 +86,11 @@
PREHOOK: query: SELECT * FROM default__src_src1_index__ ORDER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@default__src_src1_index__
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-20_806_6700062541072063965/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-04_492_8510674835142487533/-mr-10000
POSTHOOK: query: SELECT * FROM default__src_src1_index__ ORDER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src1_index__
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-20_806_6700062541072063965/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-04_492_8510674835142487533/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
@@ -99,514 +99,514 @@
POSTHOOK: Lineage: default__src_src2_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
-0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
-0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
-0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
-10 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
-100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
-100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
-103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
-103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
-104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
-104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
-105 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
-11 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
-111 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
-113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
-113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
-114 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
-116 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
-118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
-118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
-119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
-119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
-119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
-12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
-12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
-120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
-120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
-125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
-125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
-126 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
-128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
-128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
-128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
-129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
-129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
-131 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
-133 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
-134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
-134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
-136 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
-137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
-137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
-138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
-143 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
-145 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
-146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
-146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
-149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
-149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
-15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
-15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
-150 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
-152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
-152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
-153 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
-155 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
-156 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
-157 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
-158 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
-160 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
-162 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
-163 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
-164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
-164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
-165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
-165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
-166 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
-167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
-167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
-167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
-168 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
-169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
-17 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
-170 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
-172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
-172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
-174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
-174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
-175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
-175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
-176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
-176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
-177 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
-178 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
-179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
-179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
-18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
-18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
-180 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
-181 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
-183 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
-186 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
-187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
-187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
-187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
-189 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
-19 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
-190 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
-191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
-191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
-192 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
-193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
-193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
-193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
-194 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
-195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
-195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
-196 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
-197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
-197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
-199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
-199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
-199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
-2 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
-20 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
-200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
-200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
-201 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
-202 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
-203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
-203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
-205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
-205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
-207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
-207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
-208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
-208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
-208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
-209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
-209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
-213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
-213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
-214 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
-216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
-216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
-217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
-217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
-218 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
-219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
-219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
-221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
-221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
-222 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
-223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
-223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
-224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
-224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
-226 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
-228 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
-229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
-229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
-230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
-233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
-233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
-235 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
-237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
-237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
-238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
-238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
-239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
-239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
-24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
-24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
-241 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
-242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
-242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
-244 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
-247 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
-248 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
-249 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
-252 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
-255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
-255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
-256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
-256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
-257 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
-258 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
-26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
-26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
-260 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
-262 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
-263 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
-265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
-265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
-266 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
-27 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
-272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
-272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
-273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
-273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
-273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
-274 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
-275 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
-277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
-278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
-278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
-28 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
-280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
-280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
-281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
-281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
-282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
-282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
-283 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
-284 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
-285 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
-286 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
-287 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
-288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
-288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
-289 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
-291 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
-292 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
-296 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
-298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
-298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
-298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
-30 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
-302 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
-305 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
-306 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
-307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
-307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
-308 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
-309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
-309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
-310 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
-311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
-311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
-311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
-315 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
-316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
-316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
-316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
-317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
-317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
-318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
-318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
-318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
-321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
-321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
-322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
-322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
-323 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
-325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
-325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
-327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
-327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
-327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
-33 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
-331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
-331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
-332 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
-333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
-333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
-335 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
-336 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
-338 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
-339 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
-34 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
-341 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
-342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
-342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
-344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
-344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
-345 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
-348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
-35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
-35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
-35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
-351 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
-353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
-353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
-356 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
-360 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
-362 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
-364 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
-365 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
-366 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
-367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
-367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
-368 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
-369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
-369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
-369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
-37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
-37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
-373 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
-374 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
-375 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
-377 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
-378 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
-379 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
-382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
-382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
-384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
-384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
-384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
-386 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
-389 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
-392 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
-393 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
-394 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
-395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
-395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
-396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
-396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
-396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
-397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
-397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
-399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
-399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
-4 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
-400 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
-401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
-402 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
-403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
-403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
-403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
-404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
-404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
-406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
-407 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
-409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
-409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
-409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
-41 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
-411 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
-413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
-413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
-414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
-414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
-417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
-417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
-417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
-418 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
-419 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
-42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
-42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
-421 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
-424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
-424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
-427 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
-429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
-429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
-43 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
-430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
-430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
-430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
-431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
-431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
-431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
-432 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
-435 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
-436 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
-437 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
-438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
-438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
-438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
-439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
-439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
-44 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
-443 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
-444 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
-446 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
-448 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
-449 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
-452 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
-453 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
-454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
-454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
-454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
-455 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
-457 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
-458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
-458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
-459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
-459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
-460 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
-462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
-462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
-463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
-463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
-466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
-466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
-466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
-467 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
-468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
-469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
-47 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
-470 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
-472 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
-475 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
-477 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
-478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
-478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
-479 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
-480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
-480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
-480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
-481 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
-482 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
-483 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
-484 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
-485 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
-487 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
-489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
-490 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
-491 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
-492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
-492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
-493 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
-494 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
-495 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
-496 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
-497 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
-498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
-498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
-498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
-5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
-5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
-5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
-51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
-51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
-53 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
-54 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
-57 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
-58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
-58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
-64 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
-65 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
-66 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
-67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
-67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
-69 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
-70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
-70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
-70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
-72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
-72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
-74 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
-76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
-76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
-77 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
-78 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
-8 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
-80 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
-82 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
-83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
-83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
-84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
-84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
-85 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
-86 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
-87 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
-9 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
-90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
-90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
-90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
-92 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
-95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
-95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
-96 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
-97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
-97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
-98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
-98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
+0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
+0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
+0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
+10 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
+100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
+100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
+103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
+103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
+104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
+104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
+105 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
+11 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
+111 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
+113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
+113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
+114 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
+116 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
+118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
+118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
+119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
+119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
+119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
+12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
+12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
+120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
+120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
+125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
+125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
+126 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
+128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
+128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
+128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
+129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
+129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
+131 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
+133 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
+134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
+134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
+136 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
+137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
+137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
+138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
+143 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
+145 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
+146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
+146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
+149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
+149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
+15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
+15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
+150 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
+152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
+152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
+153 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
+155 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
+156 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
+157 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
+158 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
+160 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
+162 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
+163 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
+164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
+164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
+165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
+165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
+166 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
+167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
+167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
+167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
+168 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
+169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
+17 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
+170 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
+172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
+172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
+174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
+174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
+175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
+175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
+176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
+176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
+177 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
+178 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
+179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
+179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
+18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
+18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
+180 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
+181 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
+183 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
+186 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
+187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
+187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
+187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
+189 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
+19 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
+190 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
+191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
+191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
+192 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
+193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
+193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
+193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
+194 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
+195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
+195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
+196 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
+197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
+197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
+199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
+199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
+199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
+2 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
+20 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
+200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
+200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
+201 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
+202 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
+203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
+203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
+205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
+205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
+207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
+207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
+208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
+208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
+208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
+209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
+209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
+213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
+213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
+214 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
+216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
+216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
+217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
+217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
+218 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
+219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
+219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
+221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
+221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
+222 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
+223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
+223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
+224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
+224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
+226 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
+228 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
+229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
+229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
+230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
+233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
+233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
+235 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
+237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
+237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
+238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
+238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
+239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
+239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
+24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
+24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
+241 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
+242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
+242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
+244 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
+247 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
+248 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
+249 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
+252 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
+255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
+255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
+256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
+256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
+257 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
+258 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
+26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
+26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
+260 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
+262 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
+263 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
+265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
+265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
+266 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
+27 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
+272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
+272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
+273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
+273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
+273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
+274 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
+275 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
+277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
+278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
+278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
+28 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
+280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
+280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
+281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
+281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
+282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
+282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
+283 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
+284 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
+285 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
+286 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
+287 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
+288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
+288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
+289 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
+291 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
+292 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
+296 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
+298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
+298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
+298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
+30 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
+302 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
+305 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
+306 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
+307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
+307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
+308 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
+309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
+309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
+310 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
+311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
+311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
+311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
+315 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
+316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
+316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
+316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
+317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
+317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
+318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
+318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
+318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
+321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
+321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
+322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
+322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
+323 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
+325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
+325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
+327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
+327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
+327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
+33 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
+331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
+331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
+332 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
+333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
+333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
+335 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
+336 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
+338 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
+339 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
+34 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
+341 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
+342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
+342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
+344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
+344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
+345 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
+348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
+35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
+35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
+35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
+351 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
+353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
+353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
+356 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
+360 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
+362 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
+364 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
+365 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
+366 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
+367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
+367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
+368 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
+369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
+369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
+369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
+37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
+37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
+373 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
+374 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
+375 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
+377 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
+378 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
+379 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
+382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
+382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
+384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
+384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
+384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
+386 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
+389 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
+392 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
+393 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
+394 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
+395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
+395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
+396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
+396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
+396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
+397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
+397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
+399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
+399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
+4 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
+400 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
+401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
+402 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
+403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
+403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
+403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
+404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
+404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
+406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
+407 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
+409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
+409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
+409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
+41 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
+411 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
+413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
+413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
+414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
+414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
+417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
+417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
+417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
+418 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
+419 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
+42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
+42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
+421 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
+424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
+424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
+427 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
+429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
+429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
+43 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
+430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
+430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
+430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
+431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
+431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
+431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
+432 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
+435 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
+436 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
+437 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
+438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
+438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
+438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
+439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
+439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
+44 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
+443 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
+444 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
+446 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
+448 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
+449 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
+452 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
+453 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
+454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
+454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
+454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
+455 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
+457 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
+458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
+458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
+459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
+459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
+460 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
+462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
+462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
+463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
+463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
+466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
+466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
+466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
+467 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
+468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
+469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
+47 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
+470 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
+472 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
+475 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
+477 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
+478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
+478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
+479 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
+480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
+480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
+480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
+481 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
+482 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
+483 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
+484 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
+485 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
+487 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
+489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
+490 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
+491 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
+492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
+492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
+493 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
+494 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
+495 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
+496 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
+497 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
+498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
+498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
+498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
+5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
+5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
+5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
+51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
+51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
+53 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
+54 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
+57 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
+58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
+58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
+64 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
+65 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
+66 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
+67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
+67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
+69 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
+70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
+70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
+70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
+72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
+72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
+74 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
+76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
+76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
+77 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
+78 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
+8 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
+80 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
+82 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
+83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
+83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
+84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
+84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
+85 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
+86 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
+87 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
+9 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
+90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
+90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
+90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
+92 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
+95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
+95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
+96 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
+97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
+97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
+98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
+98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
PREHOOK: query: SELECT * FROM default__src_src2_index__ ORDER BY value
PREHOOK: type: QUERY
PREHOOK: Input: default@default__src_src2_index__
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-23_667_6627470857615761993/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-07_404_5003328164382611587/-mr-10000
POSTHOOK: query: SELECT * FROM default__src_src2_index__ ORDER BY value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src2_index__
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-23_667_6627470857615761993/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-07_404_5003328164382611587/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
@@ -615,506 +615,506 @@
POSTHOOK: Lineage: default__src_src2_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src2_index__.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
-val_0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
-val_0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
-val_0 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
-val_10 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
-val_100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
-val_100 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
-val_103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
-val_103 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
-val_104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
-val_104 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
-val_105 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
-val_11 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
-val_111 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
-val_113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
-val_113 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
-val_114 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
-val_116 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
-val_118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
-val_118 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
-val_119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
-val_119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
-val_119 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
-val_12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
-val_12 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
-val_120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
-val_120 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
-val_125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
-val_125 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
-val_126 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
-val_128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
-val_128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
-val_128 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
-val_129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
-val_129 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
-val_131 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
-val_133 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
-val_134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
-val_134 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
-val_136 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
-val_137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
-val_137 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
-val_138 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
-val_143 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
-val_145 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
-val_146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
-val_146 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
-val_149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
-val_149 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
-val_15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
-val_15 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
-val_150 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
-val_152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
-val_152 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
-val_153 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
-val_155 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
-val_156 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
-val_157 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
-val_158 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
-val_160 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
-val_162 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
-val_163 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
-val_164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
-val_164 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
-val_165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
-val_165 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
-val_166 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
-val_167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
-val_167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
-val_167 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
-val_168 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
-val_169 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
-val_17 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
-val_170 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
-val_172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
-val_172 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
-val_174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
-val_174 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
-val_175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
-val_175 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
-val_176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
-val_176 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
-val_177 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
-val_178 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
-val_179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
-val_179 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
-val_18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
-val_18 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
-val_180 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
-val_181 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
-val_183 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
-val_186 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
-val_187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
-val_187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
-val_187 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
-val_189 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
-val_19 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
-val_190 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
-val_191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
-val_191 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
-val_192 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
-val_193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
-val_193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
-val_193 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
-val_194 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
-val_195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
-val_195 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
-val_196 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
-val_197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
-val_197 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
-val_199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
-val_199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
-val_199 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
-val_2 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
-val_20 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
-val_200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
-val_200 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
-val_201 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
-val_202 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
-val_203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
-val_203 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
-val_205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
-val_205 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
-val_207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
-val_207 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
-val_208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
-val_208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
-val_208 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
-val_209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
-val_209 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
-val_213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
-val_213 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
-val_214 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
-val_216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
-val_216 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
-val_217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
-val_217 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
-val_218 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
-val_219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
-val_219 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
-val_221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
-val_221 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
-val_222 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
-val_223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
-val_223 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
-val_224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
-val_224 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
-val_226 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
-val_228 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
-val_229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
-val_229 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
-val_230 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
-val_233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
-val_233 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
-val_235 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
-val_237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
-val_237 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
-val_238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
-val_238 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
-val_239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
-val_239 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
-val_24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
-val_24 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
-val_241 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
-val_242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
-val_242 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
-val_244 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
-val_247 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
-val_248 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
-val_249 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
-val_252 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
-val_255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
-val_255 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
-val_256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
-val_256 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
-val_257 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
-val_258 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
-val_26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
-val_26 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
-val_260 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
-val_262 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
-val_263 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
-val_265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
-val_265 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
-val_266 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
-val_27 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
-val_272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
-val_272 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
-val_273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
-val_273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
-val_273 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
-val_274 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
-val_275 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
-val_277 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
-val_278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
-val_278 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
-val_28 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
-val_280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
-val_280 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
-val_281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
-val_281 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
-val_282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
-val_282 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
-val_283 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
-val_284 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
-val_285 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
-val_286 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
-val_287 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
-val_288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
-val_288 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
-val_289 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
-val_291 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
-val_292 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
-val_296 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
-val_298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
-val_298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
-val_298 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
-val_30 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
-val_302 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
-val_305 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
-val_306 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
-val_307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
-val_307 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
-val_308 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
-val_309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
-val_309 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
-val_310 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
-val_311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
-val_311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
-val_311 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
-val_315 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
-val_316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
-val_316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
-val_316 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
-val_317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
-val_317 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
-val_318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
-val_318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
-val_318 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
-val_321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
-val_321 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
-val_322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
-val_322 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
-val_323 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
-val_325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
-val_325 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
-val_327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
-val_327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
-val_327 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
-val_33 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
-val_331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
-val_331 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
-val_332 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
-val_333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
-val_333 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
-val_335 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
-val_336 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
-val_338 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
-val_339 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
-val_34 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
-val_341 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
-val_342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
-val_342 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
-val_344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
-val_344 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
-val_345 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
-val_348 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
-val_35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
-val_35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
-val_35 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
-val_351 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
-val_353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
-val_353 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
-val_356 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
-val_360 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
-val_362 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
-val_364 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
-val_365 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
-val_366 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
-val_367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
-val_367 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
-val_368 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
-val_369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
-val_369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
-val_369 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
-val_37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
-val_37 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
-val_373 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
-val_374 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
-val_375 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
-val_377 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
-val_378 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
-val_379 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
-val_382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
-val_382 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
-val_384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
-val_384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
-val_384 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
-val_386 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
-val_389 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
-val_392 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
-val_393 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
-val_394 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
-val_395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
-val_395 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
-val_396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
-val_396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
-val_396 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
-val_397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
-val_397 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
-val_399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
-val_399 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
-val_4 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
-val_400 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
-val_401 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
-val_402 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
-val_403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
-val_403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
-val_403 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
-val_404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
-val_404 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
-val_406 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
-val_407 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
-val_409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
-val_409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
-val_409 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
-val_41 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
-val_411 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
-val_413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
-val_413 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
-val_414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
-val_414 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
-val_417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
-val_417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
-val_417 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
-val_418 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
-val_419 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
-val_42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
-val_42 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
-val_421 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
-val_424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
-val_424 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
-val_427 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
-val_429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
-val_429 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
-val_43 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
-val_430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
-val_430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
-val_430 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
-val_431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
-val_431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
-val_431 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
-val_432 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
-val_435 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
-val_436 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
-val_437 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
-val_438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
-val_438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
-val_438 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
-val_439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
-val_439 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
-val_44 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
-val_443 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
-val_444 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
-val_446 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
-val_448 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
-val_449 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
-val_452 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
-val_453 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
-val_454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
-val_454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
-val_454 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
-val_455 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
-val_457 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
-val_458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
-val_458 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
-val_459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
-val_459 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
-val_460 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
-val_462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
-val_462 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
-val_463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
-val_463 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
-val_466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
-val_466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
-val_466 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
-val_467 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
-val_468 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
-val_469 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
-val_47 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
-val_470 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
-val_472 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
-val_475 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
-val_477 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
-val_478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
-val_478 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
-val_479 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
-val_480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
-val_480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
-val_480 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
-val_481 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
-val_482 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
-val_483 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
-val_484 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
-val_485 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
-val_487 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
-val_489 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
-val_490 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
-val_491 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
-val_492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
-val_492 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
-val_493 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
-val_494 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
-val_495 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
-val_496 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
-val_497 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
-val_498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
-val_498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
-val_498 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
-val_5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
-val_5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
-val_5 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
-val_51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
-val_51 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
-val_53 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
-val_54 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
-val_57 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
-val_58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
-val_58 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
-val_64 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
-val_65 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
-val_66 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
-val_67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
-val_67 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
-val_69 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
-val_70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
-val_70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
-val_70 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
-val_72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
-val_72 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
-val_74 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
-val_76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
-val_76 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
-val_77 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
-val_78 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
-val_8 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
-val_80 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
-val_82 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
-val_83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
-val_83 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
-val_84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
-val_84 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
-val_85 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
-val_86 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
-val_87 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
-val_9 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
-val_90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
-val_90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
-val_90 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
-val_92 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
-val_95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
-val_95 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
-val_96 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
-val_97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
-val_97 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
-val_98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
-val_98 pfile:/data/users/salbiz/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
+val_0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 968 [1,2,4,8589934592,1,0]
+val_0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2088 [1,2,4,8589934592,1,0]
+val_0 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2632 [1,2,4,8589934592,1,0]
+val_10 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2846 [1,2,4,8589934592,1,0]
+val_100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5374 [1,2,4,8589934592,1,0]
+val_100 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2156 [1,2,4,8589934592,1,0]
+val_103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1484 [1,2,4,8589934592,1,0]
+val_103 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3614 [1,2,4,8589934592,1,0]
+val_104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4628 [1,2,4,8589934592,1,0]
+val_104 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4114 [1,2,4,8589934592,1,0]
+val_105 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4196 [1,2,4,8589934592,1,0]
+val_11 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3170 [1,2,4,8589934592,1,0]
+val_111 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1186 [1,2,4,8589934592,1,0]
+val_113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3638 [1,2,4,8589934592,1,0]
+val_113 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 920 [1,2,4,8589934592,1,0]
+val_114 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4280 [1,2,4,8589934592,1,0]
+val_116 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3746 [1,2,4,8589934592,1,0]
+val_118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2686 [1,2,4,8589934592,1,0]
+val_118 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2780 [1,2,4,8589934592,1,0]
+val_119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4674 [1,2,4,8589934592,1,0]
+val_119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3332 [1,2,4,8589934592,1,0]
+val_119 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2064 [1,2,4,8589934592,1,0]
+val_12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1720 [1,2,4,8589934592,1,0]
+val_12 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4362 [1,2,4,8589934592,1,0]
+val_120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2284 [1,2,4,8589934592,1,0]
+val_120 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4830 [1,2,4,8589934592,1,0]
+val_125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1344 [1,2,4,8589934592,1,0]
+val_125 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4468 [1,2,4,8589934592,1,0]
+val_126 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5732 [1,2,4,8589934592,1,0]
+val_128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 208 [1,2,4,8589934592,1,0]
+val_128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 988 [1,2,4,8589934592,1,0]
+val_128 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3896 [1,2,4,8589934592,1,0]
+val_129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1094 [1,2,4,8589934592,1,0]
+val_129 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2040 [1,2,4,8589934592,1,0]
+val_131 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2296 [1,2,4,8589934592,1,0]
+val_133 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5164 [1,2,4,8589934592,1,0]
+val_134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5294 [1,2,4,8589934592,1,0]
+val_134 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2698 [1,2,4,8589934592,1,0]
+val_136 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5080 [1,2,4,8589934592,1,0]
+val_137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1650 [1,2,4,8589934592,1,0]
+val_137 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2552 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1848 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1472 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3470 [1,2,4,8589934592,1,0]
+val_138 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2734 [1,2,4,8589934592,1,0]
+val_143 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3226 [1,2,4,8589934592,1,0]
+val_145 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 304 [1,2,4,8589934592,1,0]
+val_146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5430 [1,2,4,8589934592,1,0]
+val_146 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 232 [1,2,4,8589934592,1,0]
+val_149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3422 [1,2,4,8589934592,1,0]
+val_149 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1058 [1,2,4,8589934592,1,0]
+val_15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2770 [1,2,4,8589934592,1,0]
+val_15 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 386 [1,2,4,8589934592,1,0]
+val_150 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 150 [1,2,4,8589934592,1,0]
+val_152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 280 [1,2,4,8589934592,1,0]
+val_152 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5648 [1,2,4,8589934592,1,0]
+val_153 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 502 [1,2,4,8589934592,1,0]
+val_155 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 932 [1,2,4,8589934592,1,0]
+val_156 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2352 [1,2,4,8589934592,1,0]
+val_157 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1140 [1,2,4,8589934592,1,0]
+val_158 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2052 [1,2,4,8589934592,1,0]
+val_160 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3274 [1,2,4,8589934592,1,0]
+val_162 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 754 [1,2,4,8589934592,1,0]
+val_163 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4650 [1,2,4,8589934592,1,0]
+val_164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4492 [1,2,4,8589934592,1,0]
+val_164 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4408 [1,2,4,8589934592,1,0]
+val_165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 44 [1,2,4,8589934592,1,0]
+val_165 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2236 [1,2,4,8589934592,1,0]
+val_166 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 418 [1,2,4,8589934592,1,0]
+val_167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5502 [1,2,4,8589934592,1,0]
+val_167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3686 [1,2,4,8589934592,1,0]
+val_167 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 874 [1,2,4,8589934592,1,0]
+val_168 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3180 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5754 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2588 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4854 [1,2,4,8589934592,1,0]
+val_169 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1308 [1,2,4,8589934592,1,0]
+val_17 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 910 [1,2,4,8589934592,1,0]
+val_170 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1106 [1,2,4,8589934592,1,0]
+val_172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2018 [1,2,4,8589934592,1,0]
+val_172 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5104 [1,2,4,8589934592,1,0]
+val_174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 598 [1,2,4,8589934592,1,0]
+val_174 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 682 [1,2,4,8589934592,1,0]
+val_175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4150 [1,2,4,8589934592,1,0]
+val_175 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5176 [1,2,4,8589934592,1,0]
+val_176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1428 [1,2,4,8589934592,1,0]
+val_176 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1556 [1,2,4,8589934592,1,0]
+val_177 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3036 [1,2,4,8589934592,1,0]
+val_178 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4938 [1,2,4,8589934592,1,0]
+val_179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2006 [1,2,4,8589934592,1,0]
+val_179 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2674 [1,2,4,8589934592,1,0]
+val_18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5514 [1,2,4,8589934592,1,0]
+val_18 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5340 [1,2,4,8589934592,1,0]
+val_180 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1696 [1,2,4,8589934592,1,0]
+val_181 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1742 [1,2,4,8589934592,1,0]
+val_183 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5536 [1,2,4,8589934592,1,0]
+val_186 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5466 [1,2,4,8589934592,1,0]
+val_187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2492 [1,2,4,8589934592,1,0]
+val_187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1416 [1,2,4,8589934592,1,0]
+val_187 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4516 [1,2,4,8589934592,1,0]
+val_189 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5188 [1,2,4,8589934592,1,0]
+val_19 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2824 [1,2,4,8589934592,1,0]
+val_190 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4244 [1,2,4,8589934592,1,0]
+val_191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2192 [1,2,4,8589934592,1,0]
+val_191 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3852 [1,2,4,8589934592,1,0]
+val_192 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1392 [1,2,4,8589934592,1,0]
+val_193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 126 [1,2,4,8589934592,1,0]
+val_193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 514 [1,2,4,8589934592,1,0]
+val_193 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4078 [1,2,4,8589934592,1,0]
+val_194 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5684 [1,2,4,8589934592,1,0]
+val_195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 886 [1,2,4,8589934592,1,0]
+val_195 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3286 [1,2,4,8589934592,1,0]
+val_196 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2410 [1,2,4,8589934592,1,0]
+val_197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2108 [1,2,4,8589934592,1,0]
+val_197 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2480 [1,2,4,8589934592,1,0]
+val_199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4806 [1,2,4,8589934592,1,0]
+val_199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 646 [1,2,4,8589934592,1,0]
+val_199 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2180 [1,2,4,8589934592,1,0]
+val_2 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4004 [1,2,4,8589934592,1,0]
+val_20 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1118 [1,2,4,8589934592,1,0]
+val_200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4698 [1,2,4,8589934592,1,0]
+val_200 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5790 [1,2,4,8589934592,1,0]
+val_201 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4384 [1,2,4,8589934592,1,0]
+val_202 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3932 [1,2,4,8589934592,1,0]
+val_203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4314 [1,2,4,8589934592,1,0]
+val_203 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 944 [1,2,4,8589934592,1,0]
+val_205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2272 [1,2,4,8589934592,1,0]
+val_205 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1046 [1,2,4,8589934592,1,0]
+val_207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 634 [1,2,4,8589934592,1,0]
+val_207 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5022 [1,2,4,8589934592,1,0]
+val_208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1948 [1,2,4,8589934592,1,0]
+val_208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1272 [1,2,4,8589934592,1,0]
+val_208 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 670 [1,2,4,8589934592,1,0]
+val_209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 374 [1,2,4,8589934592,1,0]
+val_209 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3504 [1,2,4,8589934592,1,0]
+val_213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 220 [1,2,4,8589934592,1,0]
+val_213 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1508 [1,2,4,8589934592,1,0]
+val_214 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5116 [1,2,4,8589934592,1,0]
+val_216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1520 [1,2,4,8589934592,1,0]
+val_216 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3650 [1,2,4,8589934592,1,0]
+val_217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1860 [1,2,4,8589934592,1,0]
+val_217 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4396 [1,2,4,8589934592,1,0]
+val_218 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3446 [1,2,4,8589934592,1,0]
+val_219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3710 [1,2,4,8589934592,1,0]
+val_219 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 478 [1,2,4,8589934592,1,0]
+val_221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1164 [1,2,4,8589934592,1,0]
+val_221 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1580 [1,2,4,8589934592,1,0]
+val_222 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5720 [1,2,4,8589934592,1,0]
+val_223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3758 [1,2,4,8589934592,1,0]
+val_223 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3398 [1,2,4,8589934592,1,0]
+val_224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2892 [1,2,4,8589934592,1,0]
+val_224 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 174 [1,2,4,8589934592,1,0]
+val_226 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3048 [1,2,4,8589934592,1,0]
+val_228 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3458 [1,2,4,8589934592,1,0]
+val_229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3956 [1,2,4,8589934592,1,0]
+val_229 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3202 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1936 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4914 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1730 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2260 [1,2,4,8589934592,1,0]
+val_230 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3580 [1,2,4,8589934592,1,0]
+val_233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5140 [1,2,4,8589934592,1,0]
+val_233 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3214 [1,2,4,8589934592,1,0]
+val_235 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4046 [1,2,4,8589934592,1,0]
+val_237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4722 [1,2,4,8589934592,1,0]
+val_237 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 574 [1,2,4,8589934592,1,0]
+val_238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2746 [1,2,4,8589934592,1,0]
+val_238 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 0 [1,2,4,8589934592,1,0]
+val_239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1496 [1,2,4,8589934592,1,0]
+val_239 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3722 [1,2,4,8589934592,1,0]
+val_24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1972 [1,2,4,8589934592,1,0]
+val_24 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4594 [1,2,4,8589934592,1,0]
+val_241 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1662 [1,2,4,8589934592,1,0]
+val_242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3012 [1,2,4,8589934592,1,0]
+val_242 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2940 [1,2,4,8589934592,1,0]
+val_244 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3872 [1,2,4,8589934592,1,0]
+val_247 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 718 [1,2,4,8589934592,1,0]
+val_248 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4758 [1,2,4,8589934592,1,0]
+val_249 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5034 [1,2,4,8589934592,1,0]
+val_252 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 454 [1,2,4,8589934592,1,0]
+val_255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4616 [1,2,4,8589934592,1,0]
+val_255 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 68 [1,2,4,8589934592,1,0]
+val_256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3770 [1,2,4,8589934592,1,0]
+val_256 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5272 [1,2,4,8589934592,1,0]
+val_257 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4208 [1,2,4,8589934592,1,0]
+val_258 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4292 [1,2,4,8589934592,1,0]
+val_26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5284 [1,2,4,8589934592,1,0]
+val_26 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2226 [1,2,4,8589934592,1,0]
+val_260 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1764 [1,2,4,8589934592,1,0]
+val_262 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4326 [1,2,4,8589934592,1,0]
+val_263 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3782 [1,2,4,8589934592,1,0]
+val_265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 114 [1,2,4,8589934592,1,0]
+val_265 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5046 [1,2,4,8589934592,1,0]
+val_266 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 814 [1,2,4,8589934592,1,0]
+val_27 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 34 [1,2,4,8589934592,1,0]
+val_272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1836 [1,2,4,8589934592,1,0]
+val_272 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2976 [1,2,4,8589934592,1,0]
+val_273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2868 [1,2,4,8589934592,1,0]
+val_273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5524 [1,2,4,8589934592,1,0]
+val_273 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 162 [1,2,4,8589934592,1,0]
+val_274 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3698 [1,2,4,8589934592,1,0]
+val_275 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1638 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4902 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 362 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1260 [1,2,4,8589934592,1,0]
+val_277 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2856 [1,2,4,8589934592,1,0]
+val_278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 80 [1,2,4,8589934592,1,0]
+val_278 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1544 [1,2,4,8589934592,1,0]
+val_28 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5616 [1,2,4,8589934592,1,0]
+val_280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1226 [1,2,4,8589934592,1,0]
+val_280 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3992 [1,2,4,8589934592,1,0]
+val_281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5548 [1,2,4,8589934592,1,0]
+val_281 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 350 [1,2,4,8589934592,1,0]
+val_282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2722 [1,2,4,8589934592,1,0]
+val_282 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2468 [1,2,4,8589934592,1,0]
+val_283 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4022 [1,2,4,8589934592,1,0]
+val_284 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1708 [1,2,4,8589934592,1,0]
+val_285 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5478 [1,2,4,8589934592,1,0]
+val_286 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1404 [1,2,4,8589934592,1,0]
+val_287 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 490 [1,2,4,8589934592,1,0]
+val_288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2422 [1,2,4,8589934592,1,0]
+val_288 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3840 [1,2,4,8589934592,1,0]
+val_289 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1568 [1,2,4,8589934592,1,0]
+val_291 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4582 [1,2,4,8589934592,1,0]
+val_292 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 466 [1,2,4,8589934592,1,0]
+val_296 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3626 [1,2,4,8589934592,1,0]
+val_298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2168 [1,2,4,8589934592,1,0]
+val_298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4456 [1,2,4,8589934592,1,0]
+val_298 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5386 [1,2,4,8589934592,1,0]
+val_30 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3494 [1,2,4,8589934592,1,0]
+val_302 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1034 [1,2,4,8589934592,1,0]
+val_305 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4782 [1,2,4,8589934592,1,0]
+val_306 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2880 [1,2,4,8589934592,1,0]
+val_307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5672 [1,2,4,8589934592,1,0]
+val_307 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2812 [1,2,4,8589934592,1,0]
+val_308 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2388 [1,2,4,8589934592,1,0]
+val_309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2904 [1,2,4,8589934592,1,0]
+val_309 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 790 [1,2,4,8589934592,1,0]
+val_310 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4962 [1,2,4,8589934592,1,0]
+val_311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1626 [1,2,4,8589934592,1,0]
+val_311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 22 [1,2,4,8589934592,1,0]
+val_311 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1000 [1,2,4,8589934592,1,0]
+val_315 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5594 [1,2,4,8589934592,1,0]
+val_316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3944 [1,2,4,8589934592,1,0]
+val_316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1012 [1,2,4,8589934592,1,0]
+val_316 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2576 [1,2,4,8589934592,1,0]
+val_317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3104 [1,2,4,8589934592,1,0]
+val_317 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4974 [1,2,4,8589934592,1,0]
+val_318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2504 [1,2,4,8589934592,1,0]
+val_318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2516 [1,2,4,8589934592,1,0]
+val_318 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1602 [1,2,4,8589934592,1,0]
+val_321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3308 [1,2,4,8589934592,1,0]
+val_321 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4090 [1,2,4,8589934592,1,0]
+val_322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3250 [1,2,4,8589934592,1,0]
+val_322 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2096 [1,2,4,8589934592,1,0]
+val_323 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4878 [1,2,4,8589934592,1,0]
+val_325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 862 [1,2,4,8589934592,1,0]
+val_325 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4890 [1,2,4,8589934592,1,0]
+val_327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2928 [1,2,4,8589934592,1,0]
+val_327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 338 [1,2,4,8589934592,1,0]
+val_327 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2248 [1,2,4,8589934592,1,0]
+val_33 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3592 [1,2,4,8589934592,1,0]
+val_331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4034 [1,2,4,8589934592,1,0]
+val_331 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2988 [1,2,4,8589934592,1,0]
+val_332 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1614 [1,2,4,8589934592,1,0]
+val_333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4986 [1,2,4,8589934592,1,0]
+val_333 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1684 [1,2,4,8589934592,1,0]
+val_335 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4102 [1,2,4,8589934592,1,0]
+val_336 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3148 [1,2,4,8589934592,1,0]
+val_338 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 526 [1,2,4,8589934592,1,0]
+val_339 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 956 [1,2,4,8589934592,1,0]
+val_34 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3192 [1,2,4,8589934592,1,0]
+val_341 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5406 [1,2,4,8589934592,1,0]
+val_342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 838 [1,2,4,8589934592,1,0]
+val_342 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3558 [1,2,4,8589934592,1,0]
+val_344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5560 [1,2,4,8589934592,1,0]
+val_344 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3674 [1,2,4,8589934592,1,0]
+val_345 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1082 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4338 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1882 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1960 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5660 [1,2,4,8589934592,1,0]
+val_348 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5490 [1,2,4,8589934592,1,0]
+val_35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1238 [1,2,4,8589934592,1,0]
+val_35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3138 [1,2,4,8589934592,1,0]
+val_35 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4012 [1,2,4,8589934592,1,0]
+val_351 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4604 [1,2,4,8589934592,1,0]
+val_353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1812 [1,2,4,8589934592,1,0]
+val_353 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5092 [1,2,4,8589934592,1,0]
+val_356 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1284 [1,2,4,8589934592,1,0]
+val_360 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4746 [1,2,4,8589934592,1,0]
+val_362 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5454 [1,2,4,8589934592,1,0]
+val_364 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2662 [1,2,4,8589934592,1,0]
+val_365 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 802 [1,2,4,8589934592,1,0]
+val_366 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4138 [1,2,4,8589934592,1,0]
+val_367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 850 [1,2,4,8589934592,1,0]
+val_367 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3662 [1,2,4,8589934592,1,0]
+val_368 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3602 [1,2,4,8589934592,1,0]
+val_369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2564 [1,2,4,8589934592,1,0]
+val_369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2952 [1,2,4,8589934592,1,0]
+val_369 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 186 [1,2,4,8589934592,1,0]
+val_37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5626 [1,2,4,8589934592,1,0]
+val_37 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 328 [1,2,4,8589934592,1,0]
+val_373 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1824 [1,2,4,8589934592,1,0]
+val_374 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 268 [1,2,4,8589934592,1,0]
+val_375 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5212 [1,2,4,8589934592,1,0]
+val_377 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 766 [1,2,4,8589934592,1,0]
+val_378 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1152 [1,2,4,8589934592,1,0]
+val_379 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5328 [1,2,4,8589934592,1,0]
+val_382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4528 [1,2,4,8589934592,1,0]
+val_382 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1320 [1,2,4,8589934592,1,0]
+val_384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5260 [1,2,4,8589934592,1,0]
+val_384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5316 [1,2,4,8589934592,1,0]
+val_384 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1788 [1,2,4,8589934592,1,0]
+val_386 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1356 [1,2,4,8589934592,1,0]
+val_389 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2916 [1,2,4,8589934592,1,0]
+val_392 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2964 [1,2,4,8589934592,1,0]
+val_393 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2132 [1,2,4,8589934592,1,0]
+val_394 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 562 [1,2,4,8589934592,1,0]
+val_395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3116 [1,2,4,8589934592,1,0]
+val_395 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2710 [1,2,4,8589934592,1,0]
+val_396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 706 [1,2,4,8589934592,1,0]
+val_396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3092 [1,2,4,8589934592,1,0]
+val_396 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4372 [1,2,4,8589934592,1,0]
+val_397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4558 [1,2,4,8589934592,1,0]
+val_397 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 778 [1,2,4,8589934592,1,0]
+val_399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 694 [1,2,4,8589934592,1,0]
+val_399 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1296 [1,2,4,8589934592,1,0]
+val_4 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1218 [1,2,4,8589934592,1,0]
+val_400 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5778 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3828 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4268 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5224 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 138 [1,2,4,8589934592,1,0]
+val_401 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3000 [1,2,4,8589934592,1,0]
+val_402 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3080 [1,2,4,8589934592,1,0]
+val_403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5766 [1,2,4,8589934592,1,0]
+val_403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4162 [1,2,4,8589934592,1,0]
+val_403 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 406 [1,2,4,8589934592,1,0]
+val_404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2318 [1,2,4,8589934592,1,0]
+val_404 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1776 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 244 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5152 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4220 [1,2,4,8589934592,1,0]
+val_406 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4256 [1,2,4,8589934592,1,0]
+val_407 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5248 [1,2,4,8589934592,1,0]
+val_409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4232 [1,2,4,8589934592,1,0]
+val_409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 56 [1,2,4,8589934592,1,0]
+val_409 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2528 [1,2,4,8589934592,1,0]
+val_41 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3388 [1,2,4,8589934592,1,0]
+val_411 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1924 [1,2,4,8589934592,1,0]
+val_413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 610 [1,2,4,8589934592,1,0]
+val_413 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2600 [1,2,4,8589934592,1,0]
+val_414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4686 [1,2,4,8589934592,1,0]
+val_414 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5696 [1,2,4,8589934592,1,0]
+val_417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 730 [1,2,4,8589934592,1,0]
+val_417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4794 [1,2,4,8589934592,1,0]
+val_417 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 430 [1,2,4,8589934592,1,0]
+val_418 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2204 [1,2,4,8589934592,1,0]
+val_419 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2758 [1,2,4,8589934592,1,0]
+val_42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3298 [1,2,4,8589934592,1,0]
+val_42 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2030 [1,2,4,8589934592,1,0]
+val_421 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5236 [1,2,4,8589934592,1,0]
+val_424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4504 [1,2,4,8589934592,1,0]
+val_424 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4350 [1,2,4,8589934592,1,0]
+val_427 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1248 [1,2,4,8589934592,1,0]
+val_429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 256 [1,2,4,8589934592,1,0]
+val_429 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4842 [1,2,4,8589934592,1,0]
+val_43 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2330 [1,2,4,8589934592,1,0]
+val_430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 442 [1,2,4,8589934592,1,0]
+val_430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3320 [1,2,4,8589934592,1,0]
+val_430 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1532 [1,2,4,8589934592,1,0]
+val_431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1994 [1,2,4,8589934592,1,0]
+val_431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4420 [1,2,4,8589934592,1,0]
+val_431 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4480 [1,2,4,8589934592,1,0]
+val_432 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3920 [1,2,4,8589934592,1,0]
+val_435 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2834 [1,2,4,8589934592,1,0]
+val_436 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2340 [1,2,4,8589934592,1,0]
+val_437 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1368 [1,2,4,8589934592,1,0]
+val_438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4662 [1,2,4,8589934592,1,0]
+val_438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1070 [1,2,4,8589934592,1,0]
+val_438 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3884 [1,2,4,8589934592,1,0]
+val_439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4734 [1,2,4,8589934592,1,0]
+val_439 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 826 [1,2,4,8589934592,1,0]
+val_44 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4068 [1,2,4,8589934592,1,0]
+val_443 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4866 [1,2,4,8589934592,1,0]
+val_444 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4818 [1,2,4,8589934592,1,0]
+val_446 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 538 [1,2,4,8589934592,1,0]
+val_448 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5636 [1,2,4,8589934592,1,0]
+val_449 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3434 [1,2,4,8589934592,1,0]
+val_452 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3024 [1,2,4,8589934592,1,0]
+val_453 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3482 [1,2,4,8589934592,1,0]
+val_454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4432 [1,2,4,8589934592,1,0]
+val_454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2144 [1,2,4,8589934592,1,0]
+val_454 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5200 [1,2,4,8589934592,1,0]
+val_455 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 976 [1,2,4,8589934592,1,0]
+val_457 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2446 [1,2,4,8589934592,1,0]
+val_458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3356 [1,2,4,8589934592,1,0]
+val_458 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5442 [1,2,4,8589934592,1,0]
+val_459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 550 [1,2,4,8589934592,1,0]
+val_459 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1450 [1,2,4,8589934592,1,0]
+val_460 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5010 [1,2,4,8589934592,1,0]
+val_462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5128 [1,2,4,8589934592,1,0]
+val_462 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5350 [1,2,4,8589934592,1,0]
+val_463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1982 [1,2,4,8589934592,1,0]
+val_463 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3980 [1,2,4,8589934592,1,0]
+val_466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4126 [1,2,4,8589934592,1,0]
+val_466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 658 [1,2,4,8589934592,1,0]
+val_466 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1894 [1,2,4,8589934592,1,0]
+val_467 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3908 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4950 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2120 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2376 [1,2,4,8589934592,1,0]
+val_468 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3526 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 292 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1380 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3968 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5582 [1,2,4,8589934592,1,0]
+val_469 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2364 [1,2,4,8589934592,1,0]
+val_47 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1198 [1,2,4,8589934592,1,0]
+val_470 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2540 [1,2,4,8589934592,1,0]
+val_472 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3238 [1,2,4,8589934592,1,0]
+val_475 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 898 [1,2,4,8589934592,1,0]
+val_477 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5708 [1,2,4,8589934592,1,0]
+val_478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4444 [1,2,4,8589934592,1,0]
+val_478 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4926 [1,2,4,8589934592,1,0]
+val_479 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4770 [1,2,4,8589934592,1,0]
+val_480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3816 [1,2,4,8589934592,1,0]
+val_480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5058 [1,2,4,8589934592,1,0]
+val_480 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4570 [1,2,4,8589934592,1,0]
+val_481 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2434 [1,2,4,8589934592,1,0]
+val_482 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 586 [1,2,4,8589934592,1,0]
+val_483 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4174 [1,2,4,8589934592,1,0]
+val_484 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 102 [1,2,4,8589934592,1,0]
+val_485 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3734 [1,2,4,8589934592,1,0]
+val_487 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3804 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1128 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 742 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1800 [1,2,4,8589934592,1,0]
+val_489 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3344 [1,2,4,8589934592,1,0]
+val_490 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2640 [1,2,4,8589934592,1,0]
+val_491 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4710 [1,2,4,8589934592,1,0]
+val_492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3410 [1,2,4,8589934592,1,0]
+val_492 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5362 [1,2,4,8589934592,1,0]
+val_493 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4998 [1,2,4,8589934592,1,0]
+val_494 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 622 [1,2,4,8589934592,1,0]
+val_495 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 316 [1,2,4,8589934592,1,0]
+val_496 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2076 [1,2,4,8589934592,1,0]
+val_497 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3068 [1,2,4,8589934592,1,0]
+val_498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3262 [1,2,4,8589934592,1,0]
+val_498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1332 [1,2,4,8589934592,1,0]
+val_498 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5418 [1,2,4,8589934592,1,0]
+val_5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3864 [1,2,4,8589934592,1,0]
+val_5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3060 [1,2,4,8589934592,1,0]
+val_5 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4540 [1,2,4,8589934592,1,0]
+val_51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1462 [1,2,4,8589934592,1,0]
+val_51 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2308 [1,2,4,8589934592,1,0]
+val_53 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4186 [1,2,4,8589934592,1,0]
+val_54 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1440 [1,2,4,8589934592,1,0]
+val_57 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1024 [1,2,4,8589934592,1,0]
+val_58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1906 [1,2,4,8589934592,1,0]
+val_58 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3128 [1,2,4,8589934592,1,0]
+val_64 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3516 [1,2,4,8589934592,1,0]
+val_65 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1592 [1,2,4,8589934592,1,0]
+val_66 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 198 [1,2,4,8589934592,1,0]
+val_67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5306 [1,2,4,8589934592,1,0]
+val_67 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1754 [1,2,4,8589934592,1,0]
+val_69 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3570 [1,2,4,8589934592,1,0]
+val_70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3794 [1,2,4,8589934592,1,0]
+val_70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4640 [1,2,4,8589934592,1,0]
+val_70 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4548 [1,2,4,8589934592,1,0]
+val_72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1208 [1,2,4,8589934592,1,0]
+val_72 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2792 [1,2,4,8589934592,1,0]
+val_74 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3548 [1,2,4,8589934592,1,0]
+val_76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3538 [1,2,4,8589934592,1,0]
+val_76 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3378 [1,2,4,8589934592,1,0]
+val_77 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2622 [1,2,4,8589934592,1,0]
+val_78 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3368 [1,2,4,8589934592,1,0]
+val_8 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1916 [1,2,4,8589934592,1,0]
+val_80 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4058 [1,2,4,8589934592,1,0]
+val_82 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 396 [1,2,4,8589934592,1,0]
+val_83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5070 [1,2,4,8589934592,1,0]
+val_83 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1674 [1,2,4,8589934592,1,0]
+val_84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5606 [1,2,4,8589934592,1,0]
+val_84 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1872 [1,2,4,8589934592,1,0]
+val_85 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2612 [1,2,4,8589934592,1,0]
+val_86 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 12 [1,2,4,8589934592,1,0]
+val_87 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2652 [1,2,4,8589934592,1,0]
+val_9 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5398 [1,2,4,8589934592,1,0]
+val_90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2802 [1,2,4,8589934592,1,0]
+val_90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5744 [1,2,4,8589934592,1,0]
+val_90 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 4304 [1,2,4,8589934592,1,0]
+val_92 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 1176 [1,2,4,8589934592,1,0]
+val_95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 3160 [1,2,4,8589934592,1,0]
+val_95 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2400 [1,2,4,8589934592,1,0]
+val_96 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2216 [1,2,4,8589934592,1,0]
+val_97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5572 [1,2,4,8589934592,1,0]
+val_97 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 5802 [1,2,4,8589934592,1,0]
+val_98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 92 [1,2,4,8589934592,1,0]
+val_98 pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src/kv1.txt 2458 [1,2,4,8589934592,1,0]
PREHOOK: query: -- manual indexing
EXPLAIN
SELECT a.bucketname AS `_bucketname`, COLLECT_SET(a.offset) as `_offsets`
@@ -1257,7 +1257,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1266,7 +1266,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/salbiz/hive_2011-08-01_13-41-26_514_3082389195125963444/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-18-10_373_7404116251885163562/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -1347,11 +1347,11 @@
PREHOOK: query: SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-32_660_8772930610484106980/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-16_698_6371237401886348809/-mr-10000
POSTHOOK: query: SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-32_660_8772930610484106980/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-16_698_6371237401886348809/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
@@ -1368,13 +1368,13 @@
PREHOOK: Input: default@default__src_src1_index__
PREHOOK: Input: default@default__src_src2_index__
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-35_526_7355993484076667619/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-19_683_2702612535932079777/-mr-10000
POSTHOOK: query: SELECT key, value FROM src WHERE key=0 AND value = "val_0" ORDER BY key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@default__src_src1_index__
POSTHOOK: Input: default@default__src_src2_index__
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/salbiz/hive_2011-08-01_13-41-35_526_7355993484076667619/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-18-19_683_2702612535932079777/-mr-10000
POSTHOOK: Lineage: default__src_src1_index__._bitmaps EXPRESSION [(src)src.FieldSchema(name:ROW__OFFSET__INSIDE__BLOCK, type:bigint, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._bucketname SIMPLE [(src)src.FieldSchema(name:INPUT__FILE__NAME, type:string, comment:), ]
POSTHOOK: Lineage: default__src_src1_index__._offset SIMPLE [(src)src.FieldSchema(name:BLOCK__OFFSET__INSIDE__FILE, type:bigint, comment:), ]
Index: ql/src/test/results/clientpositive/groupby2_map_skew.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby2_map_skew.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby2_map_skew.q.out (working copy)
@@ -76,7 +76,7 @@
mode: partials
outputColumnNames: _col0, _col1, _col2
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -85,7 +85,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-49-53_899_792026745931841587/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-02-02_729_7889632942305095399/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -168,11 +168,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-50-01_783_2461429029326950941/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-02-10_033_6138553893943062311/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-50-01_783_2461429029326950941/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-02-10_033_6138553893943062311/-mr-10000
POSTHOOK: Lineage: dest1.c1 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.c2 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), (src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/ppd_udf_case.q.out
===================================================================
--- ql/src/test/results/clientpositive/ppd_udf_case.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/ppd_udf_case.q.out (working copy)
@@ -115,7 +115,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -124,7 +124,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-53-19_011_6078693060764998539/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-38-31_376_8130813633045838134/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -190,7 +190,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-53-20_085_7457265695938103038/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-38-31_555_2981568771460206022/-mr-10000
POSTHOOK: query: SELECT *
FROM srcpart a JOIN srcpart b
ON a.key = b.key
@@ -205,7 +205,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-53-20_085_7457265695938103038/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-38-31_555_2981568771460206022/-mr-10000
27 val_27 2008-04-08 11 27 val_27 2008-04-08 11
27 val_27 2008-04-08 11 27 val_27 2008-04-08 12
27 val_27 2008-04-08 12 27 val_27 2008-04-08 11
@@ -323,7 +323,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -332,7 +332,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-53-40_322_7654615073140246084/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-38-37_840_8787812237902198534/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -398,7 +398,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-PREHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-53-40_840_3692167909003016050/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-38-37_993_6287655508993631274/-mr-10000
POSTHOOK: query: SELECT *
FROM srcpart a JOIN srcpart b
ON a.key = b.key
@@ -413,7 +413,7 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
POSTHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
-POSTHOOK: Output: file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-53-40_840_3692167909003016050/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-38-37_993_6287655508993631274/-mr-10000
27 val_27 2008-04-08 11 27 val_27 2008-04-08 11
27 val_27 2008-04-08 11 27 val_27 2008-04-08 12
27 val_27 2008-04-08 12 27 val_27 2008-04-08 11
Index: ql/src/test/results/clientpositive/join0.q.out
===================================================================
--- ql/src/test/results/clientpositive/join0.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join0.q.out (working copy)
@@ -91,7 +91,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -100,7 +100,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-01-47_793_8777845351054616084/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-38-36_461_839571397935841817/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -144,7 +144,7 @@
SORT BY k1, v1, k2, v2
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-01-47_898_1006010715784348203/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-38-36_828_3570273312415897082/-mr-10000
POSTHOOK: query: SELECT src1.key as k1, src1.value as v1,
src2.key as k2, src2.value as v2 FROM
(SELECT * FROM src WHERE src.key < 10) src1
@@ -153,7 +153,7 @@
SORT BY k1, v1, k2, v2
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-01-47_898_1006010715784348203/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-38-36_828_3570273312415897082/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
Index: ql/src/test/results/clientpositive/udf_case_column_pruning.q.out
===================================================================
--- ql/src/test/results/clientpositive/udf_case_column_pruning.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/udf_case_column_pruning.q.out (working copy)
@@ -72,7 +72,7 @@
type: int
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -81,7 +81,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_17-31-08_047_5397855627467107431/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-34-02_266_8969723629985147544/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -116,7 +116,7 @@
ORDER BY key LIMIT 10
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-31-08_144_3622242941929236732/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-34-02_356_4948315418174490176/-mr-10000
POSTHOOK: query: SELECT CASE a.key
WHEN '1' THEN 2
WHEN '3' THEN 4
@@ -127,7 +127,7 @@
ORDER BY key LIMIT 10
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_17-31-08_144_3622242941929236732/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-34-02_356_4948315418174490176/-mr-10000
5
5
5
Index: ql/src/test/results/clientpositive/auto_join21.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join21.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join21.q.out (working copy)
@@ -111,7 +111,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -122,7 +122,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/heyongqiang/hive_2011-04-06_21-30-37_956_7483770188756871319/-mr-10002
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-02_163_5290287975362309180/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -250,7 +250,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -264,11 +264,11 @@
PREHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/heyongqiang/hive_2011-04-06_21-30-38_269_8677901838725740531/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-02_495_1896541767537281141/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 LEFT OUTER JOIN src src2 ON (src1.key = src2.key AND src1.key < 10 AND src2.key > 10) RIGHT OUTER JOIN src src3 ON (src2.key = src3.key AND src3.key < 10) SORT BY src1.key, src1.value, src2.key, src2.value, src3.key, src3.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/heyongqiang/hive_2011-04-06_21-30-38_269_8677901838725740531/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-58-02_495_1896541767537281141/-mr-10000
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
NULL NULL NULL NULL 0 val_0
Index: ql/src/test/results/clientpositive/groupby3.q.out
===================================================================
--- ql/src/test/results/clientpositive/groupby3.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/groupby3.q.out (working copy)
@@ -75,7 +75,7 @@
mode: partial1
outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -84,7 +84,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-50-14_173_2570772188223162149/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-02-20_124_7153297773603324994/-mr-10002
Reduce Output Operator
sort order:
tag: -1
@@ -227,11 +227,11 @@
PREHOOK: query: SELECT dest1.* FROM dest1
PREHOOK: type: QUERY
PREHOOK: Input: default@dest1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-50-22_372_3194908137515840608/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-02-27_391_8600393040111738136/-mr-10000
POSTHOOK: query: SELECT dest1.* FROM dest1
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-50-22_372_3194908137515840608/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-02-27_391_8600393040111738136/-mr-10000
POSTHOOK: Lineage: dest1.c1 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.c2 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest1.c3 EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/insert_into3.q.out
===================================================================
--- ql/src/test/results/clientpositive/insert_into3.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/insert_into3.q.out (working copy)
@@ -65,7 +65,7 @@
outputColumnNames: _col0, _col1
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -105,7 +105,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/franklin/hive_2011-06-06_17-43-17_149_8927736209984693525/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-33-48_455_3389443890877587344/-mr-10004
Reduce Output Operator
sort order:
tag: -1
@@ -168,13 +168,13 @@
) t
PREHOOK: type: QUERY
PREHOOK: Input: default@insert_into3a
-PREHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-26_016_8862433644177742227/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-33-56_739_3787659018444266658/-mr-10000
POSTHOOK: query: SELECT SUM(HASH(c)) FROM (
SELECT TRANSFORM(*) USING 'tr \t _' AS (c) FROM insert_into3a
) t
POSTHOOK: type: QUERY
POSTHOOK: Input: default@insert_into3a
-POSTHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-26_016_8862433644177742227/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-33-56_739_3787659018444266658/-mr-10000
POSTHOOK: Lineage: insert_into3a.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3b.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -185,13 +185,13 @@
) t
PREHOOK: type: QUERY
PREHOOK: Input: default@insert_into3b
-PREHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-29_210_93955997235568376/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-33-59_709_4704019156784005565/-mr-10000
POSTHOOK: query: SELECT SUM(HASH(c)) FROM (
SELECT TRANSFORM(*) USING 'tr \t _' AS (c) FROM insert_into3b
) t
POSTHOOK: type: QUERY
POSTHOOK: Input: default@insert_into3b
-POSTHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-29_210_93955997235568376/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-33-59_709_4704019156784005565/-mr-10000
POSTHOOK: Lineage: insert_into3a.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3b.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
@@ -250,7 +250,7 @@
outputColumnNames: _col0, _col1
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -290,7 +290,7 @@
Stage: Stage-4
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/franklin/hive_2011-06-06_17-43-32_418_2755556299410634597/-mr-10004
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-34-02_762_1761950453363897575/-mr-10004
Reduce Output Operator
sort order:
tag: -1
@@ -357,13 +357,13 @@
) t
PREHOOK: type: QUERY
PREHOOK: Input: default@insert_into3a
-PREHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-41_108_7820508845865896293/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-34-11_017_3431370182743117435/-mr-10000
POSTHOOK: query: SELECT SUM(HASH(c)) FROM (
SELECT TRANSFORM(*) USING 'tr \t _' AS (c) FROM insert_into3a
) t
POSTHOOK: type: QUERY
POSTHOOK: Input: default@insert_into3a
-POSTHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-41_108_7820508845865896293/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-34-11_017_3431370182743117435/-mr-10000
POSTHOOK: Lineage: insert_into3a.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3a.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
@@ -378,13 +378,13 @@
) t
PREHOOK: type: QUERY
PREHOOK: Input: default@insert_into3b
-PREHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-44_306_4143495458350105473/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-34-14_014_3026589035941430017/-mr-10000
POSTHOOK: query: SELECT SUM(HASH(c)) FROM (
SELECT TRANSFORM(*) USING 'tr \t _' AS (c) FROM insert_into3b
) t
POSTHOOK: type: QUERY
POSTHOOK: Input: default@insert_into3b
-POSTHOOK: Output: file:/tmp/franklin/hive_2011-06-06_17-43-44_306_4143495458350105473/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-34-14_014_3026589035941430017/-mr-10000
POSTHOOK: Lineage: insert_into3a.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3a.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: insert_into3a.value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/auto_join30.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join30.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join30.q.out (working copy)
@@ -57,7 +57,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -114,7 +114,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -125,7 +125,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-29-33_521_1049482282230510027/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-04_287_3152575587351557086/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -199,7 +199,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -258,7 +258,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -291,7 +291,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -310,7 +310,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-29-35_206_4517835727241747847/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-04_562_2554559242299573856/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
JOIN
@@ -319,7 +319,7 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-29-35_206_4517835727241747847/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-04_562_2554559242299573856/-mr-10000
103231310608
PREHOOK: query: explain
FROM
@@ -378,7 +378,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -435,7 +435,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -446,7 +446,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-30-12_697_8776019509777494227/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-24_012_30233444405581739/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -523,7 +523,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -556,7 +556,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -575,7 +575,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-30-13_659_8930056926219050163/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-24_205_4324057773807705692/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
LEFT OUTER JOIN
@@ -584,7 +584,7 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-30-13_659_8930056926219050163/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-24_205_4324057773807705692/-mr-10000
103231310608
PREHOOK: query: explain
FROM
@@ -643,7 +643,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -700,7 +700,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -711,7 +711,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-30-45_367_2576785772484562232/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-43_560_3468066473699972945/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -788,7 +788,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -821,7 +821,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -840,7 +840,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-30-45_713_4388632692386585223/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-43_757_5226610079030602887/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
RIGHT OUTER JOIN
@@ -849,7 +849,7 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-30-45_713_4388632692386585223/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-03-43_757_5226610079030602887/-mr-10000
103231310608
PREHOOK: query: explain
FROM
@@ -919,7 +919,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -996,7 +996,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1007,7 +1007,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-31-13_566_5103248435836603181/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-03_024_7474271388528689450/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -1101,7 +1101,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1177,7 +1177,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1248,7 +1248,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1281,7 +1281,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1314,7 +1314,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1336,7 +1336,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-31-14_078_677078805297192158/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-03_368_4198823751406439114/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
JOIN
@@ -1348,7 +1348,7 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-31-14_078_677078805297192158/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-03_368_4198823751406439114/-mr-10000
348019368476
PREHOOK: query: explain
FROM
@@ -1416,7 +1416,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1493,7 +1493,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1504,7 +1504,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-31-51_136_1396644593331730058/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-28_108_6706220163173987605/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -1598,7 +1598,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1669,7 +1669,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1702,7 +1702,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1735,7 +1735,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1757,7 +1757,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-31-51_734_4658432184476577096/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-28_406_6451482896330006935/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
JOIN
@@ -1769,7 +1769,7 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-31-51_734_4658432184476577096/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-28_406_6451482896330006935/-mr-10000
348019368476
PREHOOK: query: explain
FROM
@@ -1835,7 +1835,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1912,7 +1912,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -1923,7 +1923,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-32-27_283_8537497135418357852/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-52_950_3673914704930447234/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -2012,7 +2012,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2045,7 +2045,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2078,7 +2078,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2100,7 +2100,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-32-27_678_1160688634274021101/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-53_197_8176142541178827716/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
LEFT OUTER JOIN
@@ -2112,7 +2112,7 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-32-27_678_1160688634274021101/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-04-53_197_8176142541178827716/-mr-10000
348019368476
PREHOOK: query: explain
FROM
@@ -2178,7 +2178,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2255,7 +2255,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2266,7 +2266,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-33-03_110_2221229728249467440/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-05-16_902_1266586935611780434/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -2355,7 +2355,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2388,7 +2388,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2421,7 +2421,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2443,7 +2443,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-33-03_471_7630997145926057936/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-05-17_153_7586940106438437739/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
LEFT OUTER JOIN
@@ -2455,7 +2455,7 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-33-03_471_7630997145926057936/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-05-17_153_7586940106438437739/-mr-10000
348019368476
PREHOOK: query: explain
FROM
@@ -2521,7 +2521,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2598,7 +2598,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2609,7 +2609,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-33-42_607_62391823355353921/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-05-40_628_6547619400229825753/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -2698,7 +2698,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2731,7 +2731,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2764,7 +2764,7 @@
Reduce Operator Tree:
Extract
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -2786,7 +2786,7 @@
select sum(hash(Y.key,Y.value))
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-33-42_972_7012061714979161777/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-05-40_876_2039402925257516141/-mr-10000
POSTHOOK: query: FROM
(SELECT src.* FROM src sort by key) x
RIGHT OUTER JOIN
@@ -2798,5 +2798,5 @@
select sum(hash(Y.key,Y.value))
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/var/folders/6g/6grtCwPMEf4sqHUPpy6xQG9ByHg/-Tmp-/heyongqiang/hive_2011-04-07_01-33-42_972_7012061714979161777/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_16-05-40_876_2039402925257516141/-mr-10000
348019368476
Index: ql/src/test/results/clientpositive/union22.q.out
===================================================================
--- ql/src/test/results/clientpositive/union22.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/union22.q.out (working copy)
@@ -155,9 +155,9 @@
outputColumnNames: _col0, _col1, _col10, _col11
Position of Big Table: 0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/tomasz/hive_2011-06-01_21-10-51_082_6975609978266062150/-mr-10002
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-48_221_7192556669980788552/-mr-10002
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -173,9 +173,9 @@
Map Reduce Local Work
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22/ds=1 [null-subquery2:subq-subquery2:a]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22/ds=1 [null-subquery2:subq-subquery2:a]
Path -> Partition:
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22/ds=1
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22/ds=1
Partition
base file name: ds=1
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -188,7 +188,7 @@
columns.types string:string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22/ds=1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22/ds=1
name default.dst_union22
numFiles 1
numPartitions 1
@@ -199,7 +199,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 11624
- transient_lastDdlTime 1306987846
+ transient_lastDdlTime 1314931963
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -210,7 +210,7 @@
columns.types string:string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22
name default.dst_union22
numFiles 1
numPartitions 1
@@ -221,7 +221,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 11624
- transient_lastDdlTime 1306987846
+ transient_lastDdlTime 1314931963
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dst_union22
name: default.dst_union22
@@ -229,7 +229,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/tomasz/hive_2011-06-01_21-10-51_082_6975609978266062150/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-52-48_221_7192556669980788552/-mr-10002
Select Operator
expressions:
expr: _col0
@@ -267,10 +267,10 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/home/amarsri/workspace/hive/build/ql/scratchdir/hive_2011-07-11_03-36-05_942_4742399607666706050/-ext-10000
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-52-48_221_7192556669980788552/-ext-10000
NumFilesPerFileSink: 1
Static Partition Specification: ds=2/
- Stats Publishing Key Prefix: pfile:/home/amarsri/workspace/hive/build/ql/scratchdir/hive_2011-07-11_03-36-05_942_4742399607666706050/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-52-48_221_7192556669980788552/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -280,7 +280,7 @@
columns.types string:string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/home/amarsri/workspace/hive/build/ql/test/data/warehouse/dst_union22
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22
name default.dst_union22
numFiles 1
numPartitions 1
@@ -291,7 +291,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 11624
- transient_lastDdlTime 1310380562
+ transient_lastDdlTime 1314931963
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dst_union22
TotalFiles: 1
@@ -332,10 +332,10 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_21-10-51_082_6975609978266062150/-ext-10000
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-52-48_221_7192556669980788552/-ext-10000
NumFilesPerFileSink: 1
Static Partition Specification: ds=2/
- Stats Publishing Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_21-10-51_082_6975609978266062150/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-52-48_221_7192556669980788552/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -345,7 +345,7 @@
columns.types string:string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22
name default.dst_union22
numFiles 1
numPartitions 1
@@ -356,7 +356,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 11624
- transient_lastDdlTime 1306987846
+ transient_lastDdlTime 1314931963
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dst_union22
TotalFiles: 1
@@ -364,10 +364,10 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- file:/tmp/tomasz/hive_2011-06-01_21-10-51_082_6975609978266062150/-mr-10002 [file:/tmp/tomasz/hive_2011-06-01_21-10-51_082_6975609978266062150/-mr-10002]
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22_delta/ds=1 [null-subquery1:subq-subquery1:dst_union22_delta]
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-52-48_221_7192556669980788552/-mr-10002 [file:/tmp/kevinwilfong/hive_2011-09-01_19-52-48_221_7192556669980788552/-mr-10002]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22_delta/ds=1 [null-subquery1:subq-subquery1:dst_union22_delta]
Path -> Partition:
- file:/tmp/tomasz/hive_2011-06-01_21-10-51_082_6975609978266062150/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_19-52-48_221_7192556669980788552/-mr-10002
Partition
base file name: -mr-10002
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -383,7 +383,7 @@
columns _col0,_col1,_col10,_col11
columns.types string,string,string,string
escape.delim \
- pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22_delta/ds=1
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22_delta/ds=1
Partition
base file name: ds=1
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -396,7 +396,7 @@
columns.types string:string:string:string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22_delta/ds=1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22_delta/ds=1
name default.dst_union22_delta
numFiles 1
numPartitions 1
@@ -407,7 +407,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 17436
- transient_lastDdlTime 1306987850
+ transient_lastDdlTime 1314931968
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -418,7 +418,7 @@
columns.types string:string:string:string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22_delta
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22_delta
name default.dst_union22_delta
numFiles 1
numPartitions 1
@@ -429,7 +429,7 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 17436
- transient_lastDdlTime 1306987851
+ transient_lastDdlTime 1314931968
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dst_union22_delta
name: default.dst_union22_delta
@@ -440,7 +440,7 @@
partition:
ds 2
replace: true
- source: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_21-10-51_082_6975609978266062150/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-52-48_221_7192556669980788552/-ext-10000
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -450,7 +450,7 @@
columns.types string:string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/tomasz/apache-hive/build/ql/test/data/warehouse/dst_union22
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dst_union22
name default.dst_union22
numFiles 1
numPartitions 1
@@ -461,14 +461,14 @@
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
totalSize 11624
- transient_lastDdlTime 1306987846
+ transient_lastDdlTime 1314931963
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dst_union22
- tmp directory: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_21-10-51_082_6975609978266062150/-ext-10001
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-52-48_221_7192556669980788552/-ext-10001
Stage: Stage-4
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/tomasz/apache-hive/build/ql/scratchdir/hive_2011-06-01_21-10-51_082_6975609978266062150/-ext-10000/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_19-52-48_221_7192556669980788552/-ext-10000/
PREHOOK: query: insert overwrite table dst_union22 partition (ds='2')
@@ -518,11 +518,11 @@
PREHOOK: query: select * from dst_union22 where ds = '2' order by k1, k2, k3, k4
PREHOOK: type: QUERY
PREHOOK: Input: default@dst_union22@ds=2
-PREHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_21-11-00_529_7757406641359320404/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-59_031_178663622955305019/-mr-10000
POSTHOOK: query: select * from dst_union22 where ds = '2' order by k1, k2, k3, k4
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dst_union22@ds=2
-POSTHOOK: Output: file:/tmp/tomasz/hive_2011-06-01_21-11-00_529_7757406641359320404/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_19-52-59_031_178663622955305019/-mr-10000
POSTHOOK: Lineage: dst_union22 PARTITION(ds=1).k1 SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dst_union22 PARTITION(ds=1).k2 SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dst_union22 PARTITION(ds=1).k3 SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/join_reorder2.q.out
===================================================================
--- ql/src/test/results/clientpositive/join_reorder2.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join_reorder2.q.out (working copy)
@@ -186,7 +186,7 @@
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-57_479_7380069273780071429/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-14_697_5112745941724695917/-mr-10000
POSTHOOK: query: SELECT /*+ STREAMTABLE(a) */ *
FROM T1 a JOIN T2 b ON a.key = b.key
JOIN T3 c ON b.key = c.key
@@ -196,7 +196,7 @@
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-57-57_479_7380069273780071429/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-14_697_5112745941724695917/-mr-10000
2 12 2 22 2 12 2 12
PREHOOK: query: EXPLAIN
SELECT /*+ STREAMTABLE(a) */ *
@@ -267,7 +267,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col4, _col5
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -322,7 +322,7 @@
handleSkewJoin: false
outputColumnNames: _col0, _col1, _col4, _col5, _col8, _col9
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -419,7 +419,7 @@
PREHOOK: Input: default@t2
PREHOOK: Input: default@t3
PREHOOK: Input: default@t4
-PREHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-58-01_228_6323457141035659832/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-19_746_2880008638188654348/-mr-10000
POSTHOOK: query: SELECT /*+ STREAMTABLE(a) */ *
FROM T1 a JOIN T2 b ON a.key = b.key
JOIN T3 c ON a.val = c.val
@@ -429,5 +429,5 @@
POSTHOOK: Input: default@t2
POSTHOOK: Input: default@t3
POSTHOOK: Input: default@t4
-POSTHOOK: Output: file:/tmp/krishnak/hive_2011-03-21_03-58-01_228_6323457141035659832/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_18-01-19_746_2880008638188654348/-mr-10000
2 12 2 22 2 12 2 12
Index: ql/src/test/results/clientpositive/join23.q.out
===================================================================
--- ql/src/test/results/clientpositive/join23.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join23.q.out (working copy)
@@ -67,7 +67,7 @@
type: string
outputColumnNames: _col0, _col1, _col2, _col3
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -76,7 +76,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-03-27_826_409683094596927397/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-40-21_721_8194084784573557930/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -115,11 +115,11 @@
PREHOOK: query: SELECT * FROM src src1 JOIN src src2 WHERE src1.key < 10 and src2.key < 10 SORT BY src1.key, src1.value, src2.key, src2.value
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-27_925_9012046018484050485/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-21_822_233732976707648508/-mr-10000
POSTHOOK: query: SELECT * FROM src src1 JOIN src src2 WHERE src1.key < 10 and src2.key < 10 SORT BY src1.key, src1.value, src2.key, src2.value
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-03-27_925_9012046018484050485/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-40-21_822_233732976707648508/-mr-10000
0 val_0 0 val_0
0 val_0 0 val_0
0 val_0 0 val_0
Index: ql/src/test/results/clientpositive/ppd_gby_join.q.out
===================================================================
--- ql/src/test/results/clientpositive/ppd_gby_join.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/ppd_gby_join.q.out (working copy)
@@ -122,7 +122,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -131,7 +131,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-14-53_815_8679319347089159838/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-37-12_420_4802091014096299683/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -285,7 +285,7 @@
mode: hash
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -294,7 +294,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/var/folders/uc/ucuNeMAVGQGzy3459D8z2+++Z0Q/-Tmp-/amarsri/hive_2011-03-22_02-14-54_718_7102065647101283820/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_18-37-12_524_2029653330032848671/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
Index: ql/src/test/results/clientpositive/join32.q.out
===================================================================
--- ql/src/test/results/clientpositive/join32.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/join32.q.out (working copy)
@@ -71,9 +71,9 @@
outputColumnNames: _col0, _col1, _col5
Position of Big Table: 1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
- directory: file:/tmp/sdong/hive_2011-02-10_16-05-27_052_4733807876778693540/-mr-10003
+ directory: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-13_676_4225114349114248757/-mr-10003
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -89,9 +89,9 @@
Map Reduce Local Work
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src [y]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src [y]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
Partition
base file name: src
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -102,12 +102,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -118,12 +118,12 @@
columns.types string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/src
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/src
name default.src
serialization.ddl struct src { string key, string value}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297378968
+ transient_lastDdlTime 1314923914
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
@@ -152,7 +152,7 @@
Stage: Stage-1
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_16-05-27_052_4733807876778693540/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-13_676_4225114349114248757/-mr-10003
Select Operator
expressions:
expr: _col0
@@ -195,9 +195,9 @@
File Output Operator
compressed: false
GlobalTableId: 1
- directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10002
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10002
NumFilesPerFileSink: 1
- Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10000/
+ Stats Publishing Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10000/
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -207,12 +207,12 @@
columns.types string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, string val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382727
+ transient_lastDdlTime 1314924133
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
TotalFiles: 1
@@ -222,9 +222,9 @@
Map Reduce Local Work
Needs Tagging: false
Path -> Alias:
- file:/tmp/sdong/hive_2011-02-10_16-05-27_052_4733807876778693540/-mr-10003 [file:/tmp/sdong/hive_2011-02-10_16-05-27_052_4733807876778693540/-mr-10003]
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-13_676_4225114349114248757/-mr-10003 [file:/tmp/kevinwilfong/hive_2011-09-01_17-42-13_676_4225114349114248757/-mr-10003]
Path -> Partition:
- file:/tmp/sdong/hive_2011-02-10_16-05-27_052_4733807876778693540/-mr-10003
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-42-13_676_4225114349114248757/-mr-10003
Partition
base file name: -mr-10003
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -248,14 +248,14 @@
Move Operator
files:
hdfs directory: true
- source: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10002
- destination: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10002
+ destination: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10000
Stage: Stage-0
Move Operator
tables:
replace: true
- source: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10000
+ source: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10000
table:
input format: org.apache.hadoop.mapred.TextInputFormat
output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -265,28 +265,28 @@
columns.types string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, string val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382727
+ transient_lastDdlTime 1314924133
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
- tmp directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10001
+ tmp directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10001
Stage: Stage-2
Stats-Aggr Operator
- Stats Aggregation Key Prefix: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10000/
+ Stats Aggregation Key Prefix: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10000/
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10002
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10002
File Output Operator
compressed: false
GlobalTableId: 0
- directory: pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10000
+ directory: pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10000
NumFilesPerFileSink: 1
table:
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -297,12 +297,12 @@
columns.types string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, string val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382727
+ transient_lastDdlTime 1314924133
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
TotalFiles: 1
@@ -310,9 +310,9 @@
MultiFileSpray: false
Needs Tagging: false
Path -> Alias:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10002 [pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10002]
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10002 [pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10002]
Path -> Partition:
- pfile:/data/users/sdong/www/open-source-hive1/build/ql/scratchdir/hive_2011-02-10_16-05-27_052_4733807876778693540/-ext-10002
+ pfile:/data/users/kevinwilfong/apache-hive/build/ql/scratchdir/hive_2011-09-01_17-42-13_676_4225114349114248757/-ext-10002
Partition
base file name: -ext-10002
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -323,12 +323,12 @@
columns.types string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, string val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382727
+ transient_lastDdlTime 1314924133
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
input format: org.apache.hadoop.mapred.TextInputFormat
@@ -339,12 +339,12 @@
columns.types string:string:string
file.inputformat org.apache.hadoop.mapred.TextInputFormat
file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- location pfile:/data/users/sdong/www/open-source-hive1/build/ql/test/data/warehouse/dest_j1
+ location pfile:/data/users/kevinwilfong/apache-hive/build/ql/test/data/warehouse/dest_j1
name default.dest_j1
serialization.ddl struct dest_j1 { string key, string value, string val2}
serialization.format 1
serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- transient_lastDdlTime 1297382727
+ transient_lastDdlTime 1314924133
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
@@ -374,11 +374,11 @@
PREHOOK: query: select * from dest_j1 x order by x.key
PREHOOK: type: QUERY
PREHOOK: Input: default@dest_j1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-38_993_14121465464571332/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-23_851_3668877890106743665/-mr-10000
POSTHOOK: query: select * from dest_j1 x order by x.key
POSTHOOK: type: QUERY
POSTHOOK: Input: default@dest_j1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-05-38_993_14121465464571332/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-42-23_851_3668877890106743665/-mr-10000
POSTHOOK: Lineage: dest_j1.key SIMPLE [(src1)x.FieldSchema(name:key, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.val2 EXPRESSION [(src)y.FieldSchema(name:value, type:string, comment:default), ]
POSTHOOK: Lineage: dest_j1.value SIMPLE [(srcpart)z.FieldSchema(name:value, type:string, comment:default), ]
Index: ql/src/test/results/clientpositive/input4_limit.q.out
===================================================================
--- ql/src/test/results/clientpositive/input4_limit.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/input4_limit.q.out (working copy)
@@ -41,7 +41,7 @@
Extract
Limit
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -50,7 +50,7 @@
Stage: Stage-2
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_15-57-49_662_8624774470586471481/-mr-10002
+ file:/tmp/kevinwilfong/hive_2011-09-01_17-29-41_006_8525461617587222334/-mr-10002
Reduce Output Operator
key expressions:
expr: _col0
@@ -80,11 +80,11 @@
PREHOOK: query: select * from src sort by key limit 10
PREHOOK: type: QUERY
PREHOOK: Input: default@src
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-57-49_754_6913553304641154292/-mr-10000
+PREHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-29-41_084_4384017698734681831/-mr-10000
POSTHOOK: query: select * from src sort by key limit 10
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_15-57-49_754_6913553304641154292/-mr-10000
+POSTHOOK: Output: file:/tmp/kevinwilfong/hive_2011-09-01_17-29-41_084_4384017698734681831/-mr-10000
0 val_0
0 val_0
0 val_0
Index: ql/src/test/results/clientpositive/auto_join18.q.out
===================================================================
--- ql/src/test/results/clientpositive/auto_join18.q.out (revision 1164667)
+++ ql/src/test/results/clientpositive/auto_join18.q.out (working copy)
@@ -91,7 +91,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -157,7 +157,7 @@
mode: hash
outputColumnNames: _col0
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -166,7 +166,7 @@
Stage: Stage-3
Map Reduce
Alias -> Map Operator Tree:
- file:/tmp/sdong/hive_2011-02-10_01-14-54_534_398623067782139813/-mr-10003
+ file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-56-08_081_7320812926338326617/-mr-10003
Reduce Output Operator
sort order:
tag: -1
@@ -244,7 +244,7 @@
type: bigint
outputColumnNames: _col0, _col1
File Output Operator
- compressed: false
+ compressed: true
GlobalTableId: 0
table:
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
@@ -269,7 +269,7 @@
PREHOOK: type: QUERY
PREHOOK: Input: default@src
PREHOOK: Input: default@src1
-PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-14-54_655_7217977487914196830/-mr-10000
+PREHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-56-08_167_7780194081415676183/-mr-10000
POSTHOOK: query: SELECT sum(hash(a.key, a.value, b.key, b.value))
FROM
(
@@ -284,5 +284,5 @@
POSTHOOK: type: QUERY
POSTHOOK: Input: default@src
POSTHOOK: Input: default@src1
-POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-14-54_655_7217977487914196830/-mr-10000
+POSTHOOK: Output: file:/var/folders/Y1/Y1Kf7th8FAawW1lYb6Tt+l+pemQ/-Tmp-/kevinwilfong/hive_2011-09-01_15-56-08_167_7780194081415676183/-mr-10000
379685492277
Index: ql/src/test/org/apache/hadoop/hive/ql/hooks/VerifyIsIntermediateHook.java
===================================================================
--- ql/src/test/org/apache/hadoop/hive/ql/hooks/VerifyIsIntermediateHook.java (revision 0)
+++ ql/src/test/org/apache/hadoop/hive/ql/hooks/VerifyIsIntermediateHook.java (revision 0)
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.hadoop.hive.ql.hooks;
+
+import java.io.Serializable;
+import java.util.List;
+
+import junit.framework.Assert;
+
+import org.apache.hadoop.hive.ql.exec.ConditionalTask;
+import org.apache.hadoop.hive.ql.exec.MapRedTask;
+import org.apache.hadoop.hive.ql.exec.MapredLocalTask;
+import org.apache.hadoop.hive.ql.exec.MoveTask;
+import org.apache.hadoop.hive.ql.exec.Task;
+import org.apache.hadoop.hive.ql.exec.TaskRunner;
+import org.apache.hadoop.hive.ql.hooks.HookContext.HookType;
+
+public class VerifyIsIntermediateHook implements ExecuteWithHookContext {
+
+ private static final String errorMessage = "VerifyIsIntermediateHook failed because the value of isIntermediate" +
+ " in the work for a map reduce task did not match what was expected.";
+
+ @Override
+ public void run(HookContext hookContext) throws Exception {
+ if (hookContext.getHookType().equals(HookType.POST_EXEC_HOOK)) {
+ List taskRunners = hookContext.getCompleteTaskList();
+ for (TaskRunner taskRunner : taskRunners) {
+ Task extends Serializable> task = taskRunner.getTask();
+ if (task instanceof MapRedTask || task instanceof MapredLocalTask) {
+ boolean isIntermediate = true;
+ for (Task extends Serializable> childTask : task.getChildTasks()) {
+ if (childTask instanceof ConditionalTask) {
+ for (Task extends Serializable> containedTask : ((ConditionalTask)childTask).getListTasks()) {
+ if (containedTask instanceof MoveTask) {
+ isIntermediate = false;
+ }
+ }
+ } else if (childTask instanceof MoveTask) {
+ isIntermediate = false;
+ }
+ }
+ if (task instanceof MapRedTask) {
+ Assert.assertEquals(errorMessage, isIntermediate, ((MapRedTask)task).getWork().getIsIntermediate());
+ }
+ if (task instanceof MapredLocalTask) {
+ Assert.assertEquals(errorMessage, isIntermediate, ((MapredLocalTask)task).getWork().getIsIntermediate());
+ }
+ }
+ }
+ }
+ }
+}
Index: ql/src/test/org/apache/hadoop/hive/ql/exec/TestExecDriver.java
===================================================================
--- ql/src/test/org/apache/hadoop/hive/ql/exec/TestExecDriver.java (revision 1164667)
+++ ql/src/test/org/apache/hadoop/hive/ql/exec/TestExecDriver.java (working copy)
@@ -20,12 +20,13 @@
import java.io.File;
import java.io.FileInputStream;
+import java.io.InputStream;
import java.util.ArrayList;
import java.util.LinkedList;
+import java.util.zip.GZIPInputStream;
import junit.framework.TestCase;
-import org.apache.hadoop.fs.FSDataInputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hive.conf.HiveConf;
@@ -48,7 +49,6 @@
import org.apache.hadoop.hive.ql.plan.ReduceSinkDesc;
import org.apache.hadoop.hive.ql.plan.ScriptDesc;
import org.apache.hadoop.hive.ql.plan.SelectDesc;
-import org.apache.hadoop.hive.ql.session.SessionState;
import org.apache.hadoop.hive.serde.Constants;
import org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory;
import org.apache.hadoop.mapred.TextInputFormat;
@@ -68,10 +68,15 @@
private static Hive db;
private static FileSystem fs;
+ public static final String defaultCodec = "org.apache.hadoop.io.compress.DefaultCodec";
+
static {
try {
conf = new HiveConf(ExecDriver.class);
+ HiveConf.setVar(conf, HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC,
+ defaultCodec);
+
fs = FileSystem.get(conf);
if (fs.exists(tmppath) && !fs.getFileStatus(tmppath).isDir()) {
throw new RuntimeException(tmpdir + " exists but is not a directory");
@@ -86,7 +91,8 @@
for (Object one : Utilities.makeList("mapplan1.out", "mapplan2.out",
"mapredplan1.out", "mapredplan2.out", "mapredplan3.out",
- "mapredplan4.out", "mapredplan5.out", "mapredplan6.out")) {
+ "mapredplan4.out", "mapredplan5.out", "mapredplan6.out",
+ "mapplan3.out", "mapplan4.out")) {
Path onedir = new Path(tmppath, (String) one);
if (fs.exists(onedir)) {
fs.delete(onedir, true);
@@ -135,6 +141,10 @@
}
private static void fileDiff(String datafile, String testdir) throws Exception {
+ fileDiff(datafile, testdir, false);
+ }
+
+ private static void fileDiff(String datafile, String testdir, boolean gzipped) throws Exception {
String testFileDir = conf.get("test.data.files");
System.out.println(testFileDir);
FileInputStream fi_gold = new FileInputStream(new File(testFileDir,
@@ -149,7 +159,12 @@
throw new RuntimeException(tmpdir + testdir + " is not a directory");
}
- FSDataInputStream fi_test = fs.open((fs.listStatus(di_test))[0].getPath());
+ InputStream fi_test;
+ if (!gzipped) {
+ fi_test = fs.open((fs.listStatus(di_test))[0].getPath());
+ } else {
+ fi_test = new GZIPInputStream(fs.open((fs.listStatus(di_test))[0].getPath()));
+ }
if (!Utilities.contentsEqual(fi_gold, fi_test, false)) {
System.out.println(di_test.toString() + " does not match " + datafile);
@@ -432,6 +447,32 @@
mr.setReducer(op5);
}
+ @SuppressWarnings("unchecked")
+ private void populateMapPlan3(Table src) {
+ mr.setNumReduceTasks(Integer.valueOf(0));
+ mr.setIsIntermediate(false);
+
+ Operator op2 = OperatorFactory.get(new FileSinkDesc(tmpdir
+ + "mapplan3.out", Utilities.defaultTd, true));
+ Operator op1 = OperatorFactory.get(getTestFilterDesc("key"),
+ op2);
+
+ Utilities.addMapWork(mr, src, "a", op1);
+ }
+
+ @SuppressWarnings("unchecked")
+ private void populateMapPlan4(Table src) {
+ mr.setNumReduceTasks(Integer.valueOf(0));
+ mr.setIsIntermediate(true);
+
+ Operator op2 = OperatorFactory.get(new FileSinkDesc(tmpdir
+ + "mapplan4.out", Utilities.defaultTd, true));
+ Operator op1 = OperatorFactory.get(getTestFilterDesc("key"),
+ op2);
+
+ Utilities.addMapWork(mr, src, "a", op1);
+ }
+
private void executePlan() throws Exception {
String testName = new Exception().getStackTrace()[1].getMethodName();
MapRedTask mrtask = new MapRedTask();
@@ -565,4 +606,42 @@
fail("Got Throwable");
}
}
+
+ // Checks that non-intermediate map reduce jobs are not compressed using HIVE_INTER_MAPRED_COMPRESSION_CODEC
+ public void testMapPlan3() throws Exception {
+
+ System.out.println("Beginning testMapPlan7");
+
+ try {
+ conf.setVar(HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC, "org.apache.hadoop.io.compress.GzipCodec");
+ populateMapPlan3(db.getTable(MetaStoreUtils.DEFAULT_DATABASE_NAME,
+ "src"));
+ executePlan();
+ fileDiff("lt100.txt.deflate", "mapplan3.out");
+ } catch (Throwable e) {
+ e.printStackTrace();
+ fail("Got Throwable");
+ } finally {
+ conf.setVar(HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC, defaultCodec);
+ }
+ }
+
+ // Checks that intermediate map reduce jobs are compressed using HIVE_INTER_MAPRED_COMPRESSION_CODEC
+ public void testMapPlan4() throws Exception {
+
+ System.out.println("Beginning testMapPlan7");
+
+ try {
+ conf.setVar(HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC, "org.apache.hadoop.io.compress.GzipCodec");
+ populateMapPlan4(db.getTable(MetaStoreUtils.DEFAULT_DATABASE_NAME,
+ "src"));
+ executePlan();
+ fileDiff("lt100.txt", "mapplan4.out", true);
+ } catch (Throwable e) {
+ e.printStackTrace();
+ fail("Got Throwable");
+ } finally {
+ conf.setVar(HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC, defaultCodec);
+ }
+ }
}
Index: ql/src/test/queries/clientpositive/intermediate_compression.q
===================================================================
--- ql/src/test/queries/clientpositive/intermediate_compression.q (revision 0)
+++ ql/src/test/queries/clientpositive/intermediate_compression.q (revision 0)
@@ -0,0 +1,30 @@
+drop table if exists src_inter1;
+
+create table src_inter1 like src;
+
+set hive.exec.post.hooks=org.apache.hadoop.hive.ql.hooks.VerifyIsIntermediateHook;
+set hive.exec.mode.local.auto=true;
+
+insert overwrite table src_inter1 select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key;
+insert overwrite table src_inter1 select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value);
+
+!rm -fr /tmp/hive_test/intercomp_local;
+
+insert overwrite local directory '/tmp/hive_test/intercomp_local/jg' select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key;
+insert overwrite local directory '/tmp/hive_test/intercomp_local/jj' select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value);
+
+!rm -fr /tmp/hive_test/intercomp_local;
+
+set hive.exec.mode.local.auto=false;
+
+insert overwrite table src_inter1 select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key;
+insert overwrite table src_inter1 select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value);
+
+!rm -fr /tmp/hive_test/intercomp_local;
+
+insert overwrite local directory '/tmp/hive_test/intercomp_local/jg' select a.key, count(distinct b.value) from src a join src b on (a.key = b.key) group by a.key;
+insert overwrite local directory '/tmp/hive_test/intercomp_local/jj' select a.key, c.key from src a join src b on (a.key = b.key) join src c on (b.value = c.value);
+
+!rm -fr /tmp/hive_test/intercomp_local;
+
+drop table if exists src_inter1;
\ No newline at end of file
Index: ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMRFileSink1.java
===================================================================
--- ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMRFileSink1.java (revision 1164667)
+++ ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMRFileSink1.java (working copy)
@@ -36,6 +36,7 @@
import org.apache.hadoop.hive.ql.exec.FileSinkOperator;
import org.apache.hadoop.hive.ql.exec.MapJoinOperator;
import org.apache.hadoop.hive.ql.exec.MapRedTask;
+import org.apache.hadoop.hive.ql.exec.MapredLocalTask;
import org.apache.hadoop.hive.ql.exec.MoveTask;
import org.apache.hadoop.hive.ql.exec.Operator;
import org.apache.hadoop.hive.ql.exec.OperatorFactory;
@@ -519,6 +520,14 @@
listWorks.add(mvWork);
listWorks.add(mergeWork);
+ // Mark the work of the Map Reduce task immediately preceding this (if any) as non-intermediate
+ if (currTask instanceof MapRedTask) {
+ ((MapRedTask)currTask).getWork().setIsIntermediate(false);
+ }
+
+ // Mark the merge work as non-intermediate
+ mergeWork.setIsIntermediate(false);
+
ConditionalWork cndWork = new ConditionalWork(listWorks);
List> listTasks = new ArrayList>();
@@ -622,6 +631,12 @@
// Set the move task to be dependent on the current task
if (mvTask != null) {
+ // If it is a map reduce task, set its work to be non-intermediate
+ if (currTask instanceof MapRedTask) {
+ ((MapRedTask)currTask).getWork().setIsIntermediate(false);
+ } else if (currTask instanceof MapredLocalTask) {
+ ((MapredLocalTask)currTask).getWork().setIsIntermediate(false);
+ }
currTask.addDependentTask(mvTask);
}
Index: ql/src/java/org/apache/hadoop/hive/ql/exec/MapredLocalTask.java
===================================================================
--- ql/src/java/org/apache/hadoop/hive/ql/exec/MapredLocalTask.java (revision 1164667)
+++ ql/src/java/org/apache/hadoop/hive/ql/exec/MapredLocalTask.java (working copy)
@@ -92,6 +92,11 @@
job = new JobConf(conf, ExecDriver.class);
//we don't use the HadoopJobExecHooks for local tasks
this.jobExecHelper = new HadoopJobExecHelper(job, console, this, null);
+
+ if (work.getIsIntermediate()) {
+ HiveConf.setVar(job, HiveConf.ConfVars.HADOOP_OUTPUT_COMPRESSION_CODEC,
+ HiveConf.getVar(job, HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC));
+ }
}
public static String now() {
@@ -240,6 +245,12 @@
if (work == null) {
return -1;
}
+
+ if (work.getIsIntermediate()) {
+ HiveConf.setVar(job, HiveConf.ConfVars.HADOOP_OUTPUT_COMPRESSION_CODEC,
+ HiveConf.getVar(job, HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC));
+ }
+
memoryMXBean = ManagementFactory.getMemoryMXBean();
long startTime = System.currentTimeMillis();
console.printInfo(Utilities.now()
Index: ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java
===================================================================
--- ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java (revision 1164667)
+++ ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java (working copy)
@@ -171,6 +171,11 @@
HiveConf.setVar(job, ConfVars.HIVEADDEDARCHIVES, addedArchives);
}
this.jobExecHelper = new HadoopJobExecHelper(job, console, this, this);
+
+ if (work.getIsIntermediate()) {
+ HiveConf.setVar(job, HiveConf.ConfVars.HADOOP_OUTPUT_COMPRESSION_CODEC,
+ HiveConf.getVar(job, HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC));
+ }
}
/**
@@ -181,6 +186,11 @@
this.job = job;
console = new LogHelper(LOG, isSilent);
this.jobExecHelper = new HadoopJobExecHelper(job, console, this, this);
+
+ if (work.getIsIntermediate()) {
+ HiveConf.setVar(job, HiveConf.ConfVars.HADOOP_OUTPUT_COMPRESSION_CODEC,
+ HiveConf.getVar(job, HiveConf.ConfVars.HIVE_INTER_MAPRED_COMPRESSION_CODEC));
+ }
}
/**
Index: ql/src/java/org/apache/hadoop/hive/ql/plan/MapredLocalWork.java
===================================================================
--- ql/src/java/org/apache/hadoop/hive/ql/plan/MapredLocalWork.java (revision 1164667)
+++ ql/src/java/org/apache/hadoop/hive/ql/plan/MapredLocalWork.java (working copy)
@@ -47,6 +47,8 @@
private List> dummyParentOp ;
+ private boolean isIntermediate = true;
+
public MapredLocalWork() {
}
@@ -151,6 +153,14 @@
return tmpFileURI;
}
+ public void setIsIntermediate(boolean isIntermediate) {
+ this.isIntermediate = isIntermediate;
+ }
+
+ public boolean getIsIntermediate() {
+ return this.isIntermediate;
+ }
+
public static class BucketMapJoinContext implements Serializable {
private static final long serialVersionUID = 1L;
Index: ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java
===================================================================
--- ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java (revision 1164667)
+++ ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java (working copy)
@@ -87,6 +87,8 @@
private boolean mapperCannotSpanPartns;
+ private boolean isIntermediate = true;
+
public MapredWork() {
aliasToPartnInfo = new LinkedHashMap();
}
@@ -443,4 +445,11 @@
pathToPartitionInfo.put(path.toString(), partDesc);
}
+ public boolean getIsIntermediate() {
+ return isIntermediate;
+ }
+
+ public void setIsIntermediate(boolean isIntermediate) {
+ this.isIntermediate = isIntermediate;
+ }
}