Index: ql/src/test/results/clientpositive/pcr.q.out =================================================================== --- ql/src/test/results/clientpositive/pcr.q.out (revision 1031729) +++ ql/src/test/results/clientpositive/pcr.q.out (working copy) @@ -15,21 +15,21 @@ POSTHOOK: query: create table pcr_t1 (key int, value string) partitioned by (ds string) POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@pcr_t1 -PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-08') select * from src +PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-08') select * from src where key < 20 order by key PREHOOK: type: QUERY PREHOOK: Input: default@src PREHOOK: Output: default@pcr_t1@ds=2000-04-08 -POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-08') select * from src +POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-08') select * from src where key < 20 order by key POSTHOOK: type: QUERY POSTHOOK: Input: default@src POSTHOOK: Output: default@pcr_t1@ds=2000-04-08 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), ] -PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-09') select * from src +PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-09') select * from src where key < 20 order by key PREHOOK: type: QUERY PREHOOK: Input: default@src PREHOOK: Output: default@pcr_t1@ds=2000-04-09 -POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-09') select * from src +POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-09') select * from src where key < 20 order by key POSTHOOK: type: QUERY POSTHOOK: Input: default@src POSTHOOK: Output: default@pcr_t1@ds=2000-04-09 @@ -37,11 +37,11 @@ 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), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-10') select * from src +PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-10') select * from src where key < 20 order by key PREHOOK: type: QUERY PREHOOK: Input: default@src PREHOOK: Output: default@pcr_t1@ds=2000-04-10 -POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-10') select * from src +POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-10') select * from src where key < 20 order by key POSTHOOK: type: QUERY POSTHOOK: Input: default@src POSTHOOK: Output: default@pcr_t1@ds=2000-04-10 @@ -51,9 +51,9 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -PREHOOK: query: explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 +PREHOOK: query: explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 order by key, ds PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 +POSTHOOK: query: explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 order by key, ds POSTHOOK: type: QUERY 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), ] @@ -62,7 +62,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (and (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (and (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -95,28 +95,27 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-20_221_216149352716879504/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-20_221_216149352716879504/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col2 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -129,17 +128,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -150,21 +149,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -177,17 +176,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -198,36 +197,54 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-27-56_387_3354414868617465573/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-27-56_387_3354414868617465573/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 +PREHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 order by key, ds 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/njain/hive_2010-11-05_10-22-20_537_1695654049241338542/-mr-10000 -POSTHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-27-56_569_4167718399743894445/-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/njain/hive_2010-11-05_10-22-20_537_1695654049241338542/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-27-56_569_4167718399743894445/-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), ] @@ -235,18 +252,18 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] 0 val_0 2000-04-08 -4 val_4 2000-04-08 0 val_0 2000-04-08 0 val_0 2000-04-08 -2 val_2 2000-04-08 0 val_0 2000-04-09 -4 val_4 2000-04-09 0 val_0 2000-04-09 0 val_0 2000-04-09 +2 val_2 2000-04-08 2 val_2 2000-04-09 -PREHOOK: query: explain extended select key, value from pcr_t1 where ds<='2000-04-09' or key<5 +4 val_4 2000-04-08 +4 val_4 2000-04-09 +PREHOOK: query: explain extended select key, value from pcr_t1 where ds<='2000-04-09' or key<5 order by key PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value from pcr_t1 where ds<='2000-04-09' or key<5 +POSTHOOK: query: explain extended select key, value from pcr_t1 where ds<='2000-04-09' or key<5 order by key POSTHOOK: type: QUERY 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), ] @@ -255,7 +272,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (or (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (or (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -286,29 +303,24 @@ expr: value type: string outputColumnNames: _col0, _col1 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-24_688_6133283918744244512/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-24_688_6133283918744244512/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1 - columns.types int:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + sort order: + + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -321,17 +333,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -342,21 +354,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -369,17 +381,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -390,21 +402,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 + pfile:/data/users/sdong/www/open-source-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 @@ -417,17 +429,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -438,1052 +450,110 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-27-59_346_1219500438963571144/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-27-59_346_1219500438963571144/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1 + columns.types int:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value from pcr_t1 where ds<='2000-04-09' or key<5 +PREHOOK: query: select key, value from pcr_t1 where ds<='2000-04-09' or key<5 order by key PREHOOK: type: QUERY 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/njain/hive_2010-11-05_10-22-24_930_5500054622935793134/-mr-10000 -POSTHOOK: query: select key, value from pcr_t1 where ds<='2000-04-09' or key<5 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-27-59_491_4206904096441515727/-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/njain/hive_2010-11-05_10-22-24_930_5500054622935793134/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-27-59_491_4206904096441515727/-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), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -238 val_238 -86 val_86 -311 val_311 -27 val_27 -165 val_165 -409 val_409 -255 val_255 -278 val_278 -98 val_98 -484 val_484 -265 val_265 -193 val_193 -401 val_401 -150 val_150 -273 val_273 -224 val_224 -369 val_369 -66 val_66 -128 val_128 -213 val_213 -146 val_146 -406 val_406 -429 val_429 -374 val_374 -152 val_152 -469 val_469 -145 val_145 -495 val_495 -37 val_37 -327 val_327 -281 val_281 -277 val_277 -209 val_209 -15 val_15 -82 val_82 -403 val_403 -166 val_166 -417 val_417 -430 val_430 -252 val_252 -292 val_292 -219 val_219 -287 val_287 -153 val_153 -193 val_193 -338 val_338 -446 val_446 -459 val_459 -394 val_394 -237 val_237 -482 val_482 -174 val_174 -413 val_413 -494 val_494 -207 val_207 -199 val_199 -466 val_466 -208 val_208 -174 val_174 -399 val_399 -396 val_396 -247 val_247 -417 val_417 -489 val_489 -162 val_162 -377 val_377 -397 val_397 -309 val_309 -365 val_365 -266 val_266 -439 val_439 -342 val_342 -367 val_367 -325 val_325 -167 val_167 -195 val_195 -475 val_475 -17 val_17 -113 val_113 -155 val_155 -203 val_203 -339 val_339 0 val_0 -455 val_455 -128 val_128 -311 val_311 -316 val_316 -57 val_57 -302 val_302 -205 val_205 -149 val_149 -438 val_438 -345 val_345 -129 val_129 -170 val_170 -20 val_20 -489 val_489 -157 val_157 -378 val_378 -221 val_221 -92 val_92 -111 val_111 -47 val_47 -72 val_72 -4 val_4 -280 val_280 -35 val_35 -427 val_427 -277 val_277 -208 val_208 -356 val_356 -399 val_399 -169 val_169 -382 val_382 -498 val_498 -125 val_125 -386 val_386 -437 val_437 -469 val_469 -192 val_192 -286 val_286 -187 val_187 -176 val_176 -54 val_54 -459 val_459 -51 val_51 -138 val_138 -103 val_103 -239 val_239 -213 val_213 -216 val_216 -430 val_430 -278 val_278 -176 val_176 -289 val_289 -221 val_221 -65 val_65 -318 val_318 -332 val_332 -311 val_311 -275 val_275 -137 val_137 -241 val_241 -83 val_83 -333 val_333 -180 val_180 -284 val_284 -12 val_12 -230 val_230 -181 val_181 -67 val_67 -260 val_260 -404 val_404 -384 val_384 -489 val_489 -353 val_353 -373 val_373 -272 val_272 -138 val_138 -217 val_217 -84 val_84 -348 val_348 -466 val_466 -58 val_58 -8 val_8 -411 val_411 -230 val_230 -208 val_208 -348 val_348 -24 val_24 -463 val_463 -431 val_431 -179 val_179 -172 val_172 -42 val_42 -129 val_129 -158 val_158 -119 val_119 -496 val_496 0 val_0 -322 val_322 -197 val_197 -468 val_468 -393 val_393 -454 val_454 -100 val_100 -298 val_298 -199 val_199 -191 val_191 -418 val_418 -96 val_96 -26 val_26 -165 val_165 -327 val_327 -230 val_230 -205 val_205 -120 val_120 -131 val_131 -51 val_51 -404 val_404 -43 val_43 -436 val_436 -156 val_156 -469 val_469 -468 val_468 -308 val_308 -95 val_95 -196 val_196 -288 val_288 -481 val_481 -457 val_457 -98 val_98 -282 val_282 -197 val_197 -187 val_187 -318 val_318 -318 val_318 -409 val_409 -470 val_470 -137 val_137 -369 val_369 -316 val_316 -169 val_169 -413 val_413 -85 val_85 -77 val_77 0 val_0 -490 val_490 -87 val_87 -364 val_364 -179 val_179 -118 val_118 -134 val_134 -395 val_395 -282 val_282 -138 val_138 -238 val_238 -419 val_419 -15 val_15 -118 val_118 -72 val_72 -90 val_90 -307 val_307 -19 val_19 -435 val_435 -10 val_10 -277 val_277 -273 val_273 -306 val_306 -224 val_224 -309 val_309 -389 val_389 -327 val_327 -242 val_242 -369 val_369 -392 val_392 -272 val_272 -331 val_331 -401 val_401 -242 val_242 -452 val_452 -177 val_177 -226 val_226 +0 val_0 +0 val_0 +0 val_0 +0 val_0 +0 val_0 +0 val_0 +2 val_2 +2 val_2 +2 val_2 +4 val_4 +4 val_4 +4 val_4 5 val_5 -497 val_497 -402 val_402 -396 val_396 -317 val_317 -395 val_395 -58 val_58 -35 val_35 -336 val_336 -95 val_95 -11 val_11 -168 val_168 -34 val_34 -229 val_229 -233 val_233 -143 val_143 -472 val_472 -322 val_322 -498 val_498 -160 val_160 -195 val_195 -42 val_42 -321 val_321 -430 val_430 -119 val_119 -489 val_489 -458 val_458 -78 val_78 -76 val_76 -41 val_41 -223 val_223 -492 val_492 -149 val_149 -449 val_449 -218 val_218 -228 val_228 -138 val_138 -453 val_453 -30 val_30 -209 val_209 -64 val_64 -468 val_468 -76 val_76 -74 val_74 -342 val_342 -69 val_69 -230 val_230 -33 val_33 -368 val_368 -103 val_103 -296 val_296 -113 val_113 -216 val_216 -367 val_367 -344 val_344 -167 val_167 -274 val_274 -219 val_219 -239 val_239 -485 val_485 -116 val_116 -223 val_223 -256 val_256 -263 val_263 -70 val_70 -487 val_487 -480 val_480 -401 val_401 -288 val_288 -191 val_191 5 val_5 -244 val_244 -438 val_438 -128 val_128 -467 val_467 -432 val_432 -202 val_202 -316 val_316 -229 val_229 -469 val_469 -463 val_463 -280 val_280 -2 val_2 -35 val_35 -283 val_283 -331 val_331 -235 val_235 -80 val_80 -44 val_44 -193 val_193 -321 val_321 -335 val_335 -104 val_104 -466 val_466 -366 val_366 -175 val_175 -403 val_403 -483 val_483 -53 val_53 -105 val_105 -257 val_257 -406 val_406 -409 val_409 -190 val_190 -406 val_406 -401 val_401 -114 val_114 -258 val_258 -90 val_90 -203 val_203 -262 val_262 -348 val_348 -424 val_424 -12 val_12 -396 val_396 -201 val_201 -217 val_217 -164 val_164 -431 val_431 -454 val_454 -478 val_478 -298 val_298 -125 val_125 -431 val_431 -164 val_164 -424 val_424 -187 val_187 -382 val_382 5 val_5 -70 val_70 -397 val_397 -480 val_480 -291 val_291 -24 val_24 -351 val_351 -255 val_255 -104 val_104 -70 val_70 -163 val_163 -438 val_438 -119 val_119 -414 val_414 -200 val_200 -491 val_491 -237 val_237 -439 val_439 -360 val_360 -248 val_248 -479 val_479 -305 val_305 -417 val_417 -199 val_199 -444 val_444 -120 val_120 -429 val_429 -169 val_169 -443 val_443 -323 val_323 -325 val_325 -277 val_277 -230 val_230 -478 val_478 -178 val_178 -468 val_468 -310 val_310 -317 val_317 -333 val_333 -493 val_493 -460 val_460 -207 val_207 -249 val_249 -265 val_265 -480 val_480 -83 val_83 -136 val_136 -353 val_353 -172 val_172 -214 val_214 -462 val_462 -233 val_233 -406 val_406 -133 val_133 -175 val_175 -189 val_189 -454 val_454 -375 val_375 -401 val_401 -421 val_421 -407 val_407 -384 val_384 -256 val_256 -26 val_26 -134 val_134 -67 val_67 -384 val_384 -379 val_379 -18 val_18 -462 val_462 -492 val_492 -100 val_100 -298 val_298 -9 val_9 -341 val_341 -498 val_498 -146 val_146 -458 val_458 -362 val_362 -186 val_186 -285 val_285 -348 val_348 -167 val_167 -18 val_18 -273 val_273 -183 val_183 -281 val_281 -344 val_344 -97 val_97 -469 val_469 -315 val_315 -84 val_84 -28 val_28 -37 val_37 -448 val_448 -152 val_152 -348 val_348 -307 val_307 -194 val_194 -414 val_414 -477 val_477 -222 val_222 -126 val_126 -90 val_90 -169 val_169 -403 val_403 -400 val_400 -200 val_200 -97 val_97 -238 val_238 -86 val_86 -311 val_311 -27 val_27 -165 val_165 -409 val_409 -255 val_255 -278 val_278 -98 val_98 -484 val_484 -265 val_265 -193 val_193 -401 val_401 -150 val_150 -273 val_273 -224 val_224 -369 val_369 -66 val_66 -128 val_128 -213 val_213 -146 val_146 -406 val_406 -429 val_429 -374 val_374 -152 val_152 -469 val_469 -145 val_145 -495 val_495 -37 val_37 -327 val_327 -281 val_281 -277 val_277 -209 val_209 -15 val_15 -82 val_82 -403 val_403 -166 val_166 -417 val_417 -430 val_430 -252 val_252 -292 val_292 -219 val_219 -287 val_287 -153 val_153 -193 val_193 -338 val_338 -446 val_446 -459 val_459 -394 val_394 -237 val_237 -482 val_482 -174 val_174 -413 val_413 -494 val_494 -207 val_207 -199 val_199 -466 val_466 -208 val_208 -174 val_174 -399 val_399 -396 val_396 -247 val_247 -417 val_417 -489 val_489 -162 val_162 -377 val_377 -397 val_397 -309 val_309 -365 val_365 -266 val_266 -439 val_439 -342 val_342 -367 val_367 -325 val_325 -167 val_167 -195 val_195 -475 val_475 -17 val_17 -113 val_113 -155 val_155 -203 val_203 -339 val_339 -0 val_0 -455 val_455 -128 val_128 -311 val_311 -316 val_316 -57 val_57 -302 val_302 -205 val_205 -149 val_149 -438 val_438 -345 val_345 -129 val_129 -170 val_170 -20 val_20 -489 val_489 -157 val_157 -378 val_378 -221 val_221 -92 val_92 -111 val_111 -47 val_47 -72 val_72 -4 val_4 -280 val_280 -35 val_35 -427 val_427 -277 val_277 -208 val_208 -356 val_356 -399 val_399 -169 val_169 -382 val_382 -498 val_498 -125 val_125 -386 val_386 -437 val_437 -469 val_469 -192 val_192 -286 val_286 -187 val_187 -176 val_176 -54 val_54 -459 val_459 -51 val_51 -138 val_138 -103 val_103 -239 val_239 -213 val_213 -216 val_216 -430 val_430 -278 val_278 -176 val_176 -289 val_289 -221 val_221 -65 val_65 -318 val_318 -332 val_332 -311 val_311 -275 val_275 -137 val_137 -241 val_241 -83 val_83 -333 val_333 -180 val_180 -284 val_284 -12 val_12 -230 val_230 -181 val_181 -67 val_67 -260 val_260 -404 val_404 -384 val_384 -489 val_489 -353 val_353 -373 val_373 -272 val_272 -138 val_138 -217 val_217 -84 val_84 -348 val_348 -466 val_466 -58 val_58 +5 val_5 +5 val_5 +5 val_5 8 val_8 -411 val_411 -230 val_230 -208 val_208 -348 val_348 -24 val_24 -463 val_463 -431 val_431 -179 val_179 -172 val_172 -42 val_42 -129 val_129 -158 val_158 -119 val_119 -496 val_496 -0 val_0 -322 val_322 -197 val_197 -468 val_468 -393 val_393 -454 val_454 -100 val_100 -298 val_298 -199 val_199 -191 val_191 -418 val_418 -96 val_96 -26 val_26 -165 val_165 -327 val_327 -230 val_230 -205 val_205 -120 val_120 -131 val_131 -51 val_51 -404 val_404 -43 val_43 -436 val_436 -156 val_156 -469 val_469 -468 val_468 -308 val_308 -95 val_95 -196 val_196 -288 val_288 -481 val_481 -457 val_457 -98 val_98 -282 val_282 -197 val_197 -187 val_187 -318 val_318 -318 val_318 -409 val_409 -470 val_470 -137 val_137 -369 val_369 -316 val_316 -169 val_169 -413 val_413 -85 val_85 -77 val_77 -0 val_0 -490 val_490 -87 val_87 -364 val_364 -179 val_179 -118 val_118 -134 val_134 -395 val_395 -282 val_282 -138 val_138 -238 val_238 -419 val_419 -15 val_15 -118 val_118 -72 val_72 -90 val_90 -307 val_307 -19 val_19 -435 val_435 +8 val_8 +9 val_9 +9 val_9 10 val_10 -277 val_277 -273 val_273 -306 val_306 -224 val_224 -309 val_309 -389 val_389 -327 val_327 -242 val_242 -369 val_369 -392 val_392 -272 val_272 -331 val_331 -401 val_401 -242 val_242 -452 val_452 -177 val_177 -226 val_226 -5 val_5 -497 val_497 -402 val_402 -396 val_396 -317 val_317 -395 val_395 -58 val_58 -35 val_35 -336 val_336 -95 val_95 +10 val_10 11 val_11 -168 val_168 -34 val_34 -229 val_229 -233 val_233 -143 val_143 -472 val_472 -322 val_322 -498 val_498 -160 val_160 -195 val_195 -42 val_42 -321 val_321 -430 val_430 -119 val_119 -489 val_489 -458 val_458 -78 val_78 -76 val_76 -41 val_41 -223 val_223 -492 val_492 -149 val_149 -449 val_449 -218 val_218 -228 val_228 -138 val_138 -453 val_453 -30 val_30 -209 val_209 -64 val_64 -468 val_468 -76 val_76 -74 val_74 -342 val_342 -69 val_69 -230 val_230 -33 val_33 -368 val_368 -103 val_103 -296 val_296 -113 val_113 -216 val_216 -367 val_367 -344 val_344 -167 val_167 -274 val_274 -219 val_219 -239 val_239 -485 val_485 -116 val_116 -223 val_223 -256 val_256 -263 val_263 -70 val_70 -487 val_487 -480 val_480 -401 val_401 -288 val_288 -191 val_191 -5 val_5 -244 val_244 -438 val_438 -128 val_128 -467 val_467 -432 val_432 -202 val_202 -316 val_316 -229 val_229 -469 val_469 -463 val_463 -280 val_280 -2 val_2 -35 val_35 -283 val_283 -331 val_331 -235 val_235 -80 val_80 -44 val_44 -193 val_193 -321 val_321 -335 val_335 -104 val_104 -466 val_466 -366 val_366 -175 val_175 -403 val_403 -483 val_483 -53 val_53 -105 val_105 -257 val_257 -406 val_406 -409 val_409 -190 val_190 -406 val_406 -401 val_401 -114 val_114 -258 val_258 -90 val_90 -203 val_203 -262 val_262 -348 val_348 -424 val_424 +11 val_11 12 val_12 -396 val_396 -201 val_201 -217 val_217 -164 val_164 -431 val_431 -454 val_454 -478 val_478 -298 val_298 -125 val_125 -431 val_431 -164 val_164 -424 val_424 -187 val_187 -382 val_382 -5 val_5 -70 val_70 -397 val_397 -480 val_480 -291 val_291 -24 val_24 -351 val_351 -255 val_255 -104 val_104 -70 val_70 -163 val_163 -438 val_438 -119 val_119 -414 val_414 -200 val_200 -491 val_491 -237 val_237 -439 val_439 -360 val_360 -248 val_248 -479 val_479 -305 val_305 -417 val_417 -199 val_199 -444 val_444 -120 val_120 -429 val_429 -169 val_169 -443 val_443 -323 val_323 -325 val_325 -277 val_277 -230 val_230 -478 val_478 -178 val_178 -468 val_468 -310 val_310 -317 val_317 -333 val_333 -493 val_493 -460 val_460 -207 val_207 -249 val_249 -265 val_265 -480 val_480 -83 val_83 -136 val_136 -353 val_353 -172 val_172 -214 val_214 -462 val_462 -233 val_233 -406 val_406 -133 val_133 -175 val_175 -189 val_189 -454 val_454 -375 val_375 -401 val_401 -421 val_421 -407 val_407 -384 val_384 -256 val_256 -26 val_26 -134 val_134 -67 val_67 -384 val_384 -379 val_379 +12 val_12 +12 val_12 +12 val_12 +15 val_15 +15 val_15 +15 val_15 +15 val_15 +17 val_17 +17 val_17 18 val_18 -462 val_462 -492 val_492 -100 val_100 -298 val_298 -9 val_9 -341 val_341 -498 val_498 -146 val_146 -458 val_458 -362 val_362 -186 val_186 -285 val_285 -348 val_348 -167 val_167 18 val_18 -273 val_273 -183 val_183 -281 val_281 -344 val_344 -97 val_97 -469 val_469 -315 val_315 -84 val_84 -28 val_28 -37 val_37 -448 val_448 -152 val_152 -348 val_348 -307 val_307 -194 val_194 -414 val_414 -477 val_477 -222 val_222 -126 val_126 -90 val_90 -169 val_169 -403 val_403 -400 val_400 -200 val_200 -97 val_97 -0 val_0 -4 val_4 -0 val_0 -0 val_0 -2 val_2 -PREHOOK: query: explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' +18 val_18 +18 val_18 +19 val_19 +19 val_19 +PREHOOK: query: explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' order by key, ds PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' +POSTHOOK: query: explain extended 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: 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), ] @@ -1492,7 +562,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (and (and (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5)) (!= (TOK_TABLE_OR_COL value) 'val_2'))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (and (and (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5)) (!= (TOK_TABLE_OR_COL value) 'val_2'))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -1525,28 +595,27 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-29_335_5868667638188998682/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-29_335_5868667638188998682/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col2 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -1559,17 +628,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -1580,21 +649,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -1607,17 +676,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -1628,36 +697,54 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-03_225_2070622476535918797/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-03_225_2070622476535918797/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' +PREHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' order by key, ds 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/njain/hive_2010-11-05_10-22-29_532_3864839767234776323/-mr-10000 -POSTHOOK: query: select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-03_344_3315461666933571379/-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/njain/hive_2010-11-05_10-22-29_532_3864839767234776323/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-03_344_3315461666933571379/-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), ] @@ -1665,20 +752,20 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] 0 val_0 2000-04-08 -4 val_4 2000-04-08 0 val_0 2000-04-08 0 val_0 2000-04-08 0 val_0 2000-04-09 -4 val_4 2000-04-09 0 val_0 2000-04-09 0 val_0 2000-04-09 +4 val_4 2000-04-08 +4 val_4 2000-04-09 PREHOOK: query: explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5') +where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5') order by key, ds PREHOOK: type: QUERY POSTHOOK: query: explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5') +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: 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), ] @@ -1687,7 +774,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (< (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5)) (and (> (TOK_TABLE_OR_COL ds) '2000-04-09') (== (TOK_TABLE_OR_COL value) 'val_5')))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (< (TOK_TABLE_OR_COL ds) '2000-04-09') (< (TOK_TABLE_OR_COL key) 5)) (and (> (TOK_TABLE_OR_COL ds) '2000-04-09') (== (TOK_TABLE_OR_COL value) 'val_5')))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -1720,28 +807,27 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-33_563_8445328014038940655/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-33_563_8445328014038940655/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col2 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -1754,17 +840,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -1775,21 +861,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 + pfile:/data/users/sdong/www/open-source-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 @@ -1802,17 +888,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -1823,20 +909,38 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-06_032_513645655553020064/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-06_032_513645655553020064/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator @@ -1844,17 +948,17 @@ PREHOOK: 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') +where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5') order by key, ds 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/njain/hive_2010-11-05_10-22-33_770_4935749606775333798/-mr-10000 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-06_156_3287851167806131340/-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') +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/njain/hive_2010-11-05_10-22-33_770_4935749606775333798/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-06_156_3287851167806131340/-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), ] @@ -1862,20 +966,20 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] 0 val_0 2000-04-08 -4 val_4 2000-04-08 0 val_0 2000-04-08 0 val_0 2000-04-08 2 val_2 2000-04-08 +4 val_4 2000-04-08 5 val_5 2000-04-10 5 val_5 2000-04-10 5 val_5 2000-04-10 PREHOOK: query: explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5') +where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5') order by key, ds PREHOOK: type: QUERY POSTHOOK: query: explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5') +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: 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), ] @@ -1884,7 +988,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (< (TOK_TABLE_OR_COL ds) '2000-04-10') (< (TOK_TABLE_OR_COL key) 5)) (and (> (TOK_TABLE_OR_COL ds) '2000-04-08') (== (TOK_TABLE_OR_COL value) 'val_5')))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (< (TOK_TABLE_OR_COL ds) '2000-04-10') (< (TOK_TABLE_OR_COL key) 5)) (and (> (TOK_TABLE_OR_COL ds) '2000-04-08') (== (TOK_TABLE_OR_COL value) 'val_5')))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -1917,29 +1021,28 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-37_805_1860641546745545736/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-37_805_1860641546745545736/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col2 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -1952,17 +1055,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -1973,21 +1076,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -2000,17 +1103,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -2021,21 +1124,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 + pfile:/data/users/sdong/www/open-source-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 @@ -2048,17 +1151,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -2069,20 +1172,38 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-08_905_6879256533915526382/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-08_905_6879256533915526382/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator @@ -2090,19 +1211,19 @@ PREHOOK: 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') +where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5') order by key, ds PREHOOK: type: QUERY 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/njain/hive_2010-11-05_10-22-37_999_7204697386690602058/-mr-10000 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-09_038_5349592986835649940/-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') +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/njain/hive_2010-11-05_10-22-37_999_7204697386690602058/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-09_038_5349592986835649940/-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), ] @@ -2110,28 +1231,28 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] 0 val_0 2000-04-08 -4 val_4 2000-04-08 0 val_0 2000-04-08 0 val_0 2000-04-08 -2 val_2 2000-04-08 0 val_0 2000-04-09 -4 val_4 2000-04-09 0 val_0 2000-04-09 0 val_0 2000-04-09 +2 val_2 2000-04-08 +2 val_2 2000-04-09 +4 val_4 2000-04-08 +4 val_4 2000-04-09 5 val_5 2000-04-09 5 val_5 2000-04-09 -2 val_2 2000-04-09 5 val_5 2000-04-09 5 val_5 2000-04-10 5 val_5 2000-04-10 5 val_5 2000-04-10 PREHOOK: query: explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5') +where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5') order by key, ds PREHOOK: type: QUERY POSTHOOK: query: explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5') +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: 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), ] @@ -2140,7 +1261,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (and (or (< (TOK_TABLE_OR_COL ds) '2000-04-10') (< (TOK_TABLE_OR_COL key) 5)) (or (> (TOK_TABLE_OR_COL ds) '2000-04-08') (== (TOK_TABLE_OR_COL value) 'val_5')))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (and (or (< (TOK_TABLE_OR_COL ds) '2000-04-10') (< (TOK_TABLE_OR_COL key) 5)) (or (> (TOK_TABLE_OR_COL ds) '2000-04-08') (== (TOK_TABLE_OR_COL value) 'val_5')))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -2173,29 +1294,28 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-42_554_9132820190302500922/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-42_554_9132820190302500922/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col2 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -2208,17 +1328,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -2229,21 +1349,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -2256,17 +1376,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -2277,21 +1397,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 + pfile:/data/users/sdong/www/open-source-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 @@ -2304,17 +1424,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -2325,20 +1445,38 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-12_120_6414578677473732810/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-12_120_6414578677473732810/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator @@ -2346,536 +1484,56 @@ PREHOOK: 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') +where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5') order by key, ds PREHOOK: type: QUERY 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/njain/hive_2010-11-05_10-22-42_741_7016286293706657427/-mr-10000 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-12_243_2568792559118274595/-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') +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/njain/hive_2010-11-05_10-22-42_741_7016286293706657427/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-12_243_2568792559118274595/-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), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -238 val_238 2000-04-09 -86 val_86 2000-04-09 -311 val_311 2000-04-09 -27 val_27 2000-04-09 -165 val_165 2000-04-09 -409 val_409 2000-04-09 -255 val_255 2000-04-09 -278 val_278 2000-04-09 -98 val_98 2000-04-09 -484 val_484 2000-04-09 -265 val_265 2000-04-09 -193 val_193 2000-04-09 -401 val_401 2000-04-09 -150 val_150 2000-04-09 -273 val_273 2000-04-09 -224 val_224 2000-04-09 -369 val_369 2000-04-09 -66 val_66 2000-04-09 -128 val_128 2000-04-09 -213 val_213 2000-04-09 -146 val_146 2000-04-09 -406 val_406 2000-04-09 -429 val_429 2000-04-09 -374 val_374 2000-04-09 -152 val_152 2000-04-09 -469 val_469 2000-04-09 -145 val_145 2000-04-09 -495 val_495 2000-04-09 -37 val_37 2000-04-09 -327 val_327 2000-04-09 -281 val_281 2000-04-09 -277 val_277 2000-04-09 -209 val_209 2000-04-09 -15 val_15 2000-04-09 -82 val_82 2000-04-09 -403 val_403 2000-04-09 -166 val_166 2000-04-09 -417 val_417 2000-04-09 -430 val_430 2000-04-09 -252 val_252 2000-04-09 -292 val_292 2000-04-09 -219 val_219 2000-04-09 -287 val_287 2000-04-09 -153 val_153 2000-04-09 -193 val_193 2000-04-09 -338 val_338 2000-04-09 -446 val_446 2000-04-09 -459 val_459 2000-04-09 -394 val_394 2000-04-09 -237 val_237 2000-04-09 -482 val_482 2000-04-09 -174 val_174 2000-04-09 -413 val_413 2000-04-09 -494 val_494 2000-04-09 -207 val_207 2000-04-09 -199 val_199 2000-04-09 -466 val_466 2000-04-09 -208 val_208 2000-04-09 -174 val_174 2000-04-09 -399 val_399 2000-04-09 -396 val_396 2000-04-09 -247 val_247 2000-04-09 -417 val_417 2000-04-09 -489 val_489 2000-04-09 -162 val_162 2000-04-09 -377 val_377 2000-04-09 -397 val_397 2000-04-09 -309 val_309 2000-04-09 -365 val_365 2000-04-09 -266 val_266 2000-04-09 -439 val_439 2000-04-09 -342 val_342 2000-04-09 -367 val_367 2000-04-09 -325 val_325 2000-04-09 -167 val_167 2000-04-09 -195 val_195 2000-04-09 -475 val_475 2000-04-09 -17 val_17 2000-04-09 -113 val_113 2000-04-09 -155 val_155 2000-04-09 -203 val_203 2000-04-09 -339 val_339 2000-04-09 0 val_0 2000-04-09 -455 val_455 2000-04-09 -128 val_128 2000-04-09 -311 val_311 2000-04-09 -316 val_316 2000-04-09 -57 val_57 2000-04-09 -302 val_302 2000-04-09 -205 val_205 2000-04-09 -149 val_149 2000-04-09 -438 val_438 2000-04-09 -345 val_345 2000-04-09 -129 val_129 2000-04-09 -170 val_170 2000-04-09 -20 val_20 2000-04-09 -489 val_489 2000-04-09 -157 val_157 2000-04-09 -378 val_378 2000-04-09 -221 val_221 2000-04-09 -92 val_92 2000-04-09 -111 val_111 2000-04-09 -47 val_47 2000-04-09 -72 val_72 2000-04-09 -4 val_4 2000-04-09 -280 val_280 2000-04-09 -35 val_35 2000-04-09 -427 val_427 2000-04-09 -277 val_277 2000-04-09 -208 val_208 2000-04-09 -356 val_356 2000-04-09 -399 val_399 2000-04-09 -169 val_169 2000-04-09 -382 val_382 2000-04-09 -498 val_498 2000-04-09 -125 val_125 2000-04-09 -386 val_386 2000-04-09 -437 val_437 2000-04-09 -469 val_469 2000-04-09 -192 val_192 2000-04-09 -286 val_286 2000-04-09 -187 val_187 2000-04-09 -176 val_176 2000-04-09 -54 val_54 2000-04-09 -459 val_459 2000-04-09 -51 val_51 2000-04-09 -138 val_138 2000-04-09 -103 val_103 2000-04-09 -239 val_239 2000-04-09 -213 val_213 2000-04-09 -216 val_216 2000-04-09 -430 val_430 2000-04-09 -278 val_278 2000-04-09 -176 val_176 2000-04-09 -289 val_289 2000-04-09 -221 val_221 2000-04-09 -65 val_65 2000-04-09 -318 val_318 2000-04-09 -332 val_332 2000-04-09 -311 val_311 2000-04-09 -275 val_275 2000-04-09 -137 val_137 2000-04-09 -241 val_241 2000-04-09 -83 val_83 2000-04-09 -333 val_333 2000-04-09 -180 val_180 2000-04-09 -284 val_284 2000-04-09 -12 val_12 2000-04-09 -230 val_230 2000-04-09 -181 val_181 2000-04-09 -67 val_67 2000-04-09 -260 val_260 2000-04-09 -404 val_404 2000-04-09 -384 val_384 2000-04-09 -489 val_489 2000-04-09 -353 val_353 2000-04-09 -373 val_373 2000-04-09 -272 val_272 2000-04-09 -138 val_138 2000-04-09 -217 val_217 2000-04-09 -84 val_84 2000-04-09 -348 val_348 2000-04-09 -466 val_466 2000-04-09 -58 val_58 2000-04-09 -8 val_8 2000-04-09 -411 val_411 2000-04-09 -230 val_230 2000-04-09 -208 val_208 2000-04-09 -348 val_348 2000-04-09 -24 val_24 2000-04-09 -463 val_463 2000-04-09 -431 val_431 2000-04-09 -179 val_179 2000-04-09 -172 val_172 2000-04-09 -42 val_42 2000-04-09 -129 val_129 2000-04-09 -158 val_158 2000-04-09 -119 val_119 2000-04-09 -496 val_496 2000-04-09 0 val_0 2000-04-09 -322 val_322 2000-04-09 -197 val_197 2000-04-09 -468 val_468 2000-04-09 -393 val_393 2000-04-09 -454 val_454 2000-04-09 -100 val_100 2000-04-09 -298 val_298 2000-04-09 -199 val_199 2000-04-09 -191 val_191 2000-04-09 -418 val_418 2000-04-09 -96 val_96 2000-04-09 -26 val_26 2000-04-09 -165 val_165 2000-04-09 -327 val_327 2000-04-09 -230 val_230 2000-04-09 -205 val_205 2000-04-09 -120 val_120 2000-04-09 -131 val_131 2000-04-09 -51 val_51 2000-04-09 -404 val_404 2000-04-09 -43 val_43 2000-04-09 -436 val_436 2000-04-09 -156 val_156 2000-04-09 -469 val_469 2000-04-09 -468 val_468 2000-04-09 -308 val_308 2000-04-09 -95 val_95 2000-04-09 -196 val_196 2000-04-09 -288 val_288 2000-04-09 -481 val_481 2000-04-09 -457 val_457 2000-04-09 -98 val_98 2000-04-09 -282 val_282 2000-04-09 -197 val_197 2000-04-09 -187 val_187 2000-04-09 -318 val_318 2000-04-09 -318 val_318 2000-04-09 -409 val_409 2000-04-09 -470 val_470 2000-04-09 -137 val_137 2000-04-09 -369 val_369 2000-04-09 -316 val_316 2000-04-09 -169 val_169 2000-04-09 -413 val_413 2000-04-09 -85 val_85 2000-04-09 -77 val_77 2000-04-09 0 val_0 2000-04-09 -490 val_490 2000-04-09 -87 val_87 2000-04-09 -364 val_364 2000-04-09 -179 val_179 2000-04-09 -118 val_118 2000-04-09 -134 val_134 2000-04-09 -395 val_395 2000-04-09 -282 val_282 2000-04-09 -138 val_138 2000-04-09 -238 val_238 2000-04-09 -419 val_419 2000-04-09 -15 val_15 2000-04-09 -118 val_118 2000-04-09 -72 val_72 2000-04-09 -90 val_90 2000-04-09 -307 val_307 2000-04-09 -19 val_19 2000-04-09 -435 val_435 2000-04-09 -10 val_10 2000-04-09 -277 val_277 2000-04-09 -273 val_273 2000-04-09 -306 val_306 2000-04-09 -224 val_224 2000-04-09 -309 val_309 2000-04-09 -389 val_389 2000-04-09 -327 val_327 2000-04-09 -242 val_242 2000-04-09 -369 val_369 2000-04-09 -392 val_392 2000-04-09 -272 val_272 2000-04-09 -331 val_331 2000-04-09 -401 val_401 2000-04-09 -242 val_242 2000-04-09 -452 val_452 2000-04-09 -177 val_177 2000-04-09 -226 val_226 2000-04-09 +0 val_0 2000-04-10 +0 val_0 2000-04-10 +0 val_0 2000-04-10 +2 val_2 2000-04-09 +2 val_2 2000-04-10 +4 val_4 2000-04-09 +4 val_4 2000-04-10 +5 val_5 2000-04-08 +5 val_5 2000-04-08 +5 val_5 2000-04-08 5 val_5 2000-04-09 -497 val_497 2000-04-09 -402 val_402 2000-04-09 -396 val_396 2000-04-09 -317 val_317 2000-04-09 -395 val_395 2000-04-09 -58 val_58 2000-04-09 -35 val_35 2000-04-09 -336 val_336 2000-04-09 -95 val_95 2000-04-09 -11 val_11 2000-04-09 -168 val_168 2000-04-09 -34 val_34 2000-04-09 -229 val_229 2000-04-09 -233 val_233 2000-04-09 -143 val_143 2000-04-09 -472 val_472 2000-04-09 -322 val_322 2000-04-09 -498 val_498 2000-04-09 -160 val_160 2000-04-09 -195 val_195 2000-04-09 -42 val_42 2000-04-09 -321 val_321 2000-04-09 -430 val_430 2000-04-09 -119 val_119 2000-04-09 -489 val_489 2000-04-09 -458 val_458 2000-04-09 -78 val_78 2000-04-09 -76 val_76 2000-04-09 -41 val_41 2000-04-09 -223 val_223 2000-04-09 -492 val_492 2000-04-09 -149 val_149 2000-04-09 -449 val_449 2000-04-09 -218 val_218 2000-04-09 -228 val_228 2000-04-09 -138 val_138 2000-04-09 -453 val_453 2000-04-09 -30 val_30 2000-04-09 -209 val_209 2000-04-09 -64 val_64 2000-04-09 -468 val_468 2000-04-09 -76 val_76 2000-04-09 -74 val_74 2000-04-09 -342 val_342 2000-04-09 -69 val_69 2000-04-09 -230 val_230 2000-04-09 -33 val_33 2000-04-09 -368 val_368 2000-04-09 -103 val_103 2000-04-09 -296 val_296 2000-04-09 -113 val_113 2000-04-09 -216 val_216 2000-04-09 -367 val_367 2000-04-09 -344 val_344 2000-04-09 -167 val_167 2000-04-09 -274 val_274 2000-04-09 -219 val_219 2000-04-09 -239 val_239 2000-04-09 -485 val_485 2000-04-09 -116 val_116 2000-04-09 -223 val_223 2000-04-09 -256 val_256 2000-04-09 -263 val_263 2000-04-09 -70 val_70 2000-04-09 -487 val_487 2000-04-09 -480 val_480 2000-04-09 -401 val_401 2000-04-09 -288 val_288 2000-04-09 -191 val_191 2000-04-09 5 val_5 2000-04-09 -244 val_244 2000-04-09 -438 val_438 2000-04-09 -128 val_128 2000-04-09 -467 val_467 2000-04-09 -432 val_432 2000-04-09 -202 val_202 2000-04-09 -316 val_316 2000-04-09 -229 val_229 2000-04-09 -469 val_469 2000-04-09 -463 val_463 2000-04-09 -280 val_280 2000-04-09 -2 val_2 2000-04-09 -35 val_35 2000-04-09 -283 val_283 2000-04-09 -331 val_331 2000-04-09 -235 val_235 2000-04-09 -80 val_80 2000-04-09 -44 val_44 2000-04-09 -193 val_193 2000-04-09 -321 val_321 2000-04-09 -335 val_335 2000-04-09 -104 val_104 2000-04-09 -466 val_466 2000-04-09 -366 val_366 2000-04-09 -175 val_175 2000-04-09 -403 val_403 2000-04-09 -483 val_483 2000-04-09 -53 val_53 2000-04-09 -105 val_105 2000-04-09 -257 val_257 2000-04-09 -406 val_406 2000-04-09 -409 val_409 2000-04-09 -190 val_190 2000-04-09 -406 val_406 2000-04-09 -401 val_401 2000-04-09 -114 val_114 2000-04-09 -258 val_258 2000-04-09 -90 val_90 2000-04-09 -203 val_203 2000-04-09 -262 val_262 2000-04-09 -348 val_348 2000-04-09 -424 val_424 2000-04-09 -12 val_12 2000-04-09 -396 val_396 2000-04-09 -201 val_201 2000-04-09 -217 val_217 2000-04-09 -164 val_164 2000-04-09 -431 val_431 2000-04-09 -454 val_454 2000-04-09 -478 val_478 2000-04-09 -298 val_298 2000-04-09 -125 val_125 2000-04-09 -431 val_431 2000-04-09 -164 val_164 2000-04-09 -424 val_424 2000-04-09 -187 val_187 2000-04-09 -382 val_382 2000-04-09 5 val_5 2000-04-09 -70 val_70 2000-04-09 -397 val_397 2000-04-09 -480 val_480 2000-04-09 -291 val_291 2000-04-09 -24 val_24 2000-04-09 -351 val_351 2000-04-09 -255 val_255 2000-04-09 -104 val_104 2000-04-09 -70 val_70 2000-04-09 -163 val_163 2000-04-09 -438 val_438 2000-04-09 -119 val_119 2000-04-09 -414 val_414 2000-04-09 -200 val_200 2000-04-09 -491 val_491 2000-04-09 -237 val_237 2000-04-09 -439 val_439 2000-04-09 -360 val_360 2000-04-09 -248 val_248 2000-04-09 -479 val_479 2000-04-09 -305 val_305 2000-04-09 -417 val_417 2000-04-09 -199 val_199 2000-04-09 -444 val_444 2000-04-09 -120 val_120 2000-04-09 -429 val_429 2000-04-09 -169 val_169 2000-04-09 -443 val_443 2000-04-09 -323 val_323 2000-04-09 -325 val_325 2000-04-09 -277 val_277 2000-04-09 -230 val_230 2000-04-09 -478 val_478 2000-04-09 -178 val_178 2000-04-09 -468 val_468 2000-04-09 -310 val_310 2000-04-09 -317 val_317 2000-04-09 -333 val_333 2000-04-09 -493 val_493 2000-04-09 -460 val_460 2000-04-09 -207 val_207 2000-04-09 -249 val_249 2000-04-09 -265 val_265 2000-04-09 -480 val_480 2000-04-09 -83 val_83 2000-04-09 -136 val_136 2000-04-09 -353 val_353 2000-04-09 -172 val_172 2000-04-09 -214 val_214 2000-04-09 -462 val_462 2000-04-09 -233 val_233 2000-04-09 -406 val_406 2000-04-09 -133 val_133 2000-04-09 -175 val_175 2000-04-09 -189 val_189 2000-04-09 -454 val_454 2000-04-09 -375 val_375 2000-04-09 -401 val_401 2000-04-09 -421 val_421 2000-04-09 -407 val_407 2000-04-09 -384 val_384 2000-04-09 -256 val_256 2000-04-09 -26 val_26 2000-04-09 -134 val_134 2000-04-09 -67 val_67 2000-04-09 -384 val_384 2000-04-09 -379 val_379 2000-04-09 -18 val_18 2000-04-09 -462 val_462 2000-04-09 -492 val_492 2000-04-09 -100 val_100 2000-04-09 -298 val_298 2000-04-09 +8 val_8 2000-04-09 9 val_9 2000-04-09 -341 val_341 2000-04-09 -498 val_498 2000-04-09 -146 val_146 2000-04-09 -458 val_458 2000-04-09 -362 val_362 2000-04-09 -186 val_186 2000-04-09 -285 val_285 2000-04-09 -348 val_348 2000-04-09 -167 val_167 2000-04-09 +10 val_10 2000-04-09 +11 val_11 2000-04-09 +12 val_12 2000-04-09 +12 val_12 2000-04-09 +15 val_15 2000-04-09 +15 val_15 2000-04-09 +17 val_17 2000-04-09 18 val_18 2000-04-09 -273 val_273 2000-04-09 -183 val_183 2000-04-09 -281 val_281 2000-04-09 -344 val_344 2000-04-09 -97 val_97 2000-04-09 -469 val_469 2000-04-09 -315 val_315 2000-04-09 -84 val_84 2000-04-09 -28 val_28 2000-04-09 -37 val_37 2000-04-09 -448 val_448 2000-04-09 -152 val_152 2000-04-09 -348 val_348 2000-04-09 -307 val_307 2000-04-09 -194 val_194 2000-04-09 -414 val_414 2000-04-09 -477 val_477 2000-04-09 -222 val_222 2000-04-09 -126 val_126 2000-04-09 -90 val_90 2000-04-09 -169 val_169 2000-04-09 -403 val_403 2000-04-09 -400 val_400 2000-04-09 -200 val_200 2000-04-09 -97 val_97 2000-04-09 -5 val_5 2000-04-08 -5 val_5 2000-04-08 -5 val_5 2000-04-08 -0 val_0 2000-04-10 -4 val_4 2000-04-10 -0 val_0 2000-04-10 -0 val_0 2000-04-10 -2 val_2 2000-04-10 -PREHOOK: query: explain extended select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 +18 val_18 2000-04-09 +19 val_19 2000-04-09 +PREHOOK: query: explain extended select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 order by key, value PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 +POSTHOOK: query: explain extended 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: 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), ] @@ -2884,7 +1542,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (and (or (= (TOK_TABLE_OR_COL ds) '2000-04-08') (= (TOK_TABLE_OR_COL ds) '2000-04-09')) (= (TOK_TABLE_OR_COL key) 14))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (and (or (= (TOK_TABLE_OR_COL ds) '2000-04-08') (= (TOK_TABLE_OR_COL ds) '2000-04-09')) (= (TOK_TABLE_OR_COL key) 14))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL value))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -2915,28 +1573,25 @@ expr: value type: string outputColumnNames: _col0, _col1 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-46_971_9126360433189200121/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-46_971_9126360433189200121/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1 - columns.types int:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col1 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -2949,17 +1604,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -2970,21 +1625,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -2997,17 +1652,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -3018,45 +1673,63 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-14_950_552568950026782931/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-14_950_552568950026782931/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1 + columns.types int:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 +PREHOOK: query: select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 order by key, value 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/njain/hive_2010-11-05_10-22-47_187_8087566880935435085/-mr-10000 -POSTHOOK: query: select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-15_080_7777187083492577290/-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/njain/hive_2010-11-05_10-22-47_187_8087566880935435085/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-15_080_7777187083492577290/-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), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -PREHOOK: query: explain extended select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' +PREHOOK: query: explain extended select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by key, value PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' +POSTHOOK: query: explain extended select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by key, value POSTHOOK: type: QUERY 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), ] @@ -3065,7 +1738,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (or (= (TOK_TABLE_OR_COL ds) '2000-04-08') (= (TOK_TABLE_OR_COL ds) '2000-04-09'))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (or (= (TOK_TABLE_OR_COL ds) '2000-04-08') (= (TOK_TABLE_OR_COL ds) '2000-04-09'))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL value))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -3091,28 +1764,25 @@ expr: value type: string outputColumnNames: _col0, _col1 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-51_157_526663141913674270/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-51_157_526663141913674270/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1 - columns.types int:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col1 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -3125,17 +1795,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -3146,21 +1816,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -3173,17 +1843,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -3194,1045 +1864,103 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-17_743_7706233283528215906/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-17_743_7706233283528215906/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1 + columns.types int:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' +PREHOOK: query: select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by key, value 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/njain/hive_2010-11-05_10-22-51_327_3936463641841181614/-mr-10000 -POSTHOOK: query: select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-17_846_463169658561937138/-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/njain/hive_2010-11-05_10-22-51_327_3936463641841181614/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-17_846_463169658561937138/-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), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -238 val_238 -86 val_86 -311 val_311 -27 val_27 -165 val_165 -409 val_409 -255 val_255 -278 val_278 -98 val_98 -484 val_484 -265 val_265 -193 val_193 -401 val_401 -150 val_150 -273 val_273 -224 val_224 -369 val_369 -66 val_66 -128 val_128 -213 val_213 -146 val_146 -406 val_406 -429 val_429 -374 val_374 -152 val_152 -469 val_469 -145 val_145 -495 val_495 -37 val_37 -327 val_327 -281 val_281 -277 val_277 -209 val_209 -15 val_15 -82 val_82 -403 val_403 -166 val_166 -417 val_417 -430 val_430 -252 val_252 -292 val_292 -219 val_219 -287 val_287 -153 val_153 -193 val_193 -338 val_338 -446 val_446 -459 val_459 -394 val_394 -237 val_237 -482 val_482 -174 val_174 -413 val_413 -494 val_494 -207 val_207 -199 val_199 -466 val_466 -208 val_208 -174 val_174 -399 val_399 -396 val_396 -247 val_247 -417 val_417 -489 val_489 -162 val_162 -377 val_377 -397 val_397 -309 val_309 -365 val_365 -266 val_266 -439 val_439 -342 val_342 -367 val_367 -325 val_325 -167 val_167 -195 val_195 -475 val_475 -17 val_17 -113 val_113 -155 val_155 -203 val_203 -339 val_339 0 val_0 -455 val_455 -128 val_128 -311 val_311 -316 val_316 -57 val_57 -302 val_302 -205 val_205 -149 val_149 -438 val_438 -345 val_345 -129 val_129 -170 val_170 -20 val_20 -489 val_489 -157 val_157 -378 val_378 -221 val_221 -92 val_92 -111 val_111 -47 val_47 -72 val_72 -4 val_4 -280 val_280 -35 val_35 -427 val_427 -277 val_277 -208 val_208 -356 val_356 -399 val_399 -169 val_169 -382 val_382 -498 val_498 -125 val_125 -386 val_386 -437 val_437 -469 val_469 -192 val_192 -286 val_286 -187 val_187 -176 val_176 -54 val_54 -459 val_459 -51 val_51 -138 val_138 -103 val_103 -239 val_239 -213 val_213 -216 val_216 -430 val_430 -278 val_278 -176 val_176 -289 val_289 -221 val_221 -65 val_65 -318 val_318 -332 val_332 -311 val_311 -275 val_275 -137 val_137 -241 val_241 -83 val_83 -333 val_333 -180 val_180 -284 val_284 -12 val_12 -230 val_230 -181 val_181 -67 val_67 -260 val_260 -404 val_404 -384 val_384 -489 val_489 -353 val_353 -373 val_373 -272 val_272 -138 val_138 -217 val_217 -84 val_84 -348 val_348 -466 val_466 -58 val_58 -8 val_8 -411 val_411 -230 val_230 -208 val_208 -348 val_348 -24 val_24 -463 val_463 -431 val_431 -179 val_179 -172 val_172 -42 val_42 -129 val_129 -158 val_158 -119 val_119 -496 val_496 0 val_0 -322 val_322 -197 val_197 -468 val_468 -393 val_393 -454 val_454 -100 val_100 -298 val_298 -199 val_199 -191 val_191 -418 val_418 -96 val_96 -26 val_26 -165 val_165 -327 val_327 -230 val_230 -205 val_205 -120 val_120 -131 val_131 -51 val_51 -404 val_404 -43 val_43 -436 val_436 -156 val_156 -469 val_469 -468 val_468 -308 val_308 -95 val_95 -196 val_196 -288 val_288 -481 val_481 -457 val_457 -98 val_98 -282 val_282 -197 val_197 -187 val_187 -318 val_318 -318 val_318 -409 val_409 -470 val_470 -137 val_137 -369 val_369 -316 val_316 -169 val_169 -413 val_413 -85 val_85 -77 val_77 0 val_0 -490 val_490 -87 val_87 -364 val_364 -179 val_179 -118 val_118 -134 val_134 -395 val_395 -282 val_282 -138 val_138 -238 val_238 -419 val_419 -15 val_15 -118 val_118 -72 val_72 -90 val_90 -307 val_307 -19 val_19 -435 val_435 -10 val_10 -277 val_277 -273 val_273 -306 val_306 -224 val_224 -309 val_309 -389 val_389 -327 val_327 -242 val_242 -369 val_369 -392 val_392 -272 val_272 -331 val_331 -401 val_401 -242 val_242 -452 val_452 -177 val_177 -226 val_226 +0 val_0 +0 val_0 +0 val_0 +2 val_2 +2 val_2 +4 val_4 +4 val_4 5 val_5 -497 val_497 -402 val_402 -396 val_396 -317 val_317 -395 val_395 -58 val_58 -35 val_35 -336 val_336 -95 val_95 -11 val_11 -168 val_168 -34 val_34 -229 val_229 -233 val_233 -143 val_143 -472 val_472 -322 val_322 -498 val_498 -160 val_160 -195 val_195 -42 val_42 -321 val_321 -430 val_430 -119 val_119 -489 val_489 -458 val_458 -78 val_78 -76 val_76 -41 val_41 -223 val_223 -492 val_492 -149 val_149 -449 val_449 -218 val_218 -228 val_228 -138 val_138 -453 val_453 -30 val_30 -209 val_209 -64 val_64 -468 val_468 -76 val_76 -74 val_74 -342 val_342 -69 val_69 -230 val_230 -33 val_33 -368 val_368 -103 val_103 -296 val_296 -113 val_113 -216 val_216 -367 val_367 -344 val_344 -167 val_167 -274 val_274 -219 val_219 -239 val_239 -485 val_485 -116 val_116 -223 val_223 -256 val_256 -263 val_263 -70 val_70 -487 val_487 -480 val_480 -401 val_401 -288 val_288 -191 val_191 5 val_5 -244 val_244 -438 val_438 -128 val_128 -467 val_467 -432 val_432 -202 val_202 -316 val_316 -229 val_229 -469 val_469 -463 val_463 -280 val_280 -2 val_2 -35 val_35 -283 val_283 -331 val_331 -235 val_235 -80 val_80 -44 val_44 -193 val_193 -321 val_321 -335 val_335 -104 val_104 -466 val_466 -366 val_366 -175 val_175 -403 val_403 -483 val_483 -53 val_53 -105 val_105 -257 val_257 -406 val_406 -409 val_409 -190 val_190 -406 val_406 -401 val_401 -114 val_114 -258 val_258 -90 val_90 -203 val_203 -262 val_262 -348 val_348 -424 val_424 -12 val_12 -396 val_396 -201 val_201 -217 val_217 -164 val_164 -431 val_431 -454 val_454 -478 val_478 -298 val_298 -125 val_125 -431 val_431 -164 val_164 -424 val_424 -187 val_187 -382 val_382 5 val_5 -70 val_70 -397 val_397 -480 val_480 -291 val_291 -24 val_24 -351 val_351 -255 val_255 -104 val_104 -70 val_70 -163 val_163 -438 val_438 -119 val_119 -414 val_414 -200 val_200 -491 val_491 -237 val_237 -439 val_439 -360 val_360 -248 val_248 -479 val_479 -305 val_305 -417 val_417 -199 val_199 -444 val_444 -120 val_120 -429 val_429 -169 val_169 -443 val_443 -323 val_323 -325 val_325 -277 val_277 -230 val_230 -478 val_478 -178 val_178 -468 val_468 -310 val_310 -317 val_317 -333 val_333 -493 val_493 -460 val_460 -207 val_207 -249 val_249 -265 val_265 -480 val_480 -83 val_83 -136 val_136 -353 val_353 -172 val_172 -214 val_214 -462 val_462 -233 val_233 -406 val_406 -133 val_133 -175 val_175 -189 val_189 -454 val_454 -375 val_375 -401 val_401 -421 val_421 -407 val_407 -384 val_384 -256 val_256 -26 val_26 -134 val_134 -67 val_67 -384 val_384 -379 val_379 -18 val_18 -462 val_462 -492 val_492 -100 val_100 -298 val_298 -9 val_9 -341 val_341 -498 val_498 -146 val_146 -458 val_458 -362 val_362 -186 val_186 -285 val_285 -348 val_348 -167 val_167 -18 val_18 -273 val_273 -183 val_183 -281 val_281 -344 val_344 -97 val_97 -469 val_469 -315 val_315 -84 val_84 -28 val_28 -37 val_37 -448 val_448 -152 val_152 -348 val_348 -307 val_307 -194 val_194 -414 val_414 -477 val_477 -222 val_222 -126 val_126 -90 val_90 -169 val_169 -403 val_403 -400 val_400 -200 val_200 -97 val_97 -238 val_238 -86 val_86 -311 val_311 -27 val_27 -165 val_165 -409 val_409 -255 val_255 -278 val_278 -98 val_98 -484 val_484 -265 val_265 -193 val_193 -401 val_401 -150 val_150 -273 val_273 -224 val_224 -369 val_369 -66 val_66 -128 val_128 -213 val_213 -146 val_146 -406 val_406 -429 val_429 -374 val_374 -152 val_152 -469 val_469 -145 val_145 -495 val_495 -37 val_37 -327 val_327 -281 val_281 -277 val_277 -209 val_209 -15 val_15 -82 val_82 -403 val_403 -166 val_166 -417 val_417 -430 val_430 -252 val_252 -292 val_292 -219 val_219 -287 val_287 -153 val_153 -193 val_193 -338 val_338 -446 val_446 -459 val_459 -394 val_394 -237 val_237 -482 val_482 -174 val_174 -413 val_413 -494 val_494 -207 val_207 -199 val_199 -466 val_466 -208 val_208 -174 val_174 -399 val_399 -396 val_396 -247 val_247 -417 val_417 -489 val_489 -162 val_162 -377 val_377 -397 val_397 -309 val_309 -365 val_365 -266 val_266 -439 val_439 -342 val_342 -367 val_367 -325 val_325 -167 val_167 -195 val_195 -475 val_475 -17 val_17 -113 val_113 -155 val_155 -203 val_203 -339 val_339 -0 val_0 -455 val_455 -128 val_128 -311 val_311 -316 val_316 -57 val_57 -302 val_302 -205 val_205 -149 val_149 -438 val_438 -345 val_345 -129 val_129 -170 val_170 -20 val_20 -489 val_489 -157 val_157 -378 val_378 -221 val_221 -92 val_92 -111 val_111 -47 val_47 -72 val_72 -4 val_4 -280 val_280 -35 val_35 -427 val_427 -277 val_277 -208 val_208 -356 val_356 -399 val_399 -169 val_169 -382 val_382 -498 val_498 -125 val_125 -386 val_386 -437 val_437 -469 val_469 -192 val_192 -286 val_286 -187 val_187 -176 val_176 -54 val_54 -459 val_459 -51 val_51 -138 val_138 -103 val_103 -239 val_239 -213 val_213 -216 val_216 -430 val_430 -278 val_278 -176 val_176 -289 val_289 -221 val_221 -65 val_65 -318 val_318 -332 val_332 -311 val_311 -275 val_275 -137 val_137 -241 val_241 -83 val_83 -333 val_333 -180 val_180 -284 val_284 -12 val_12 -230 val_230 -181 val_181 -67 val_67 -260 val_260 -404 val_404 -384 val_384 -489 val_489 -353 val_353 -373 val_373 -272 val_272 -138 val_138 -217 val_217 -84 val_84 -348 val_348 -466 val_466 -58 val_58 +5 val_5 +5 val_5 +5 val_5 8 val_8 -411 val_411 -230 val_230 -208 val_208 -348 val_348 -24 val_24 -463 val_463 -431 val_431 -179 val_179 -172 val_172 -42 val_42 -129 val_129 -158 val_158 -119 val_119 -496 val_496 -0 val_0 -322 val_322 -197 val_197 -468 val_468 -393 val_393 -454 val_454 -100 val_100 -298 val_298 -199 val_199 -191 val_191 -418 val_418 -96 val_96 -26 val_26 -165 val_165 -327 val_327 -230 val_230 -205 val_205 -120 val_120 -131 val_131 -51 val_51 -404 val_404 -43 val_43 -436 val_436 -156 val_156 -469 val_469 -468 val_468 -308 val_308 -95 val_95 -196 val_196 -288 val_288 -481 val_481 -457 val_457 -98 val_98 -282 val_282 -197 val_197 -187 val_187 -318 val_318 -318 val_318 -409 val_409 -470 val_470 -137 val_137 -369 val_369 -316 val_316 -169 val_169 -413 val_413 -85 val_85 -77 val_77 -0 val_0 -490 val_490 -87 val_87 -364 val_364 -179 val_179 -118 val_118 -134 val_134 -395 val_395 -282 val_282 -138 val_138 -238 val_238 -419 val_419 -15 val_15 -118 val_118 -72 val_72 -90 val_90 -307 val_307 -19 val_19 -435 val_435 +8 val_8 +9 val_9 +9 val_9 10 val_10 -277 val_277 -273 val_273 -306 val_306 -224 val_224 -309 val_309 -389 val_389 -327 val_327 -242 val_242 -369 val_369 -392 val_392 -272 val_272 -331 val_331 -401 val_401 -242 val_242 -452 val_452 -177 val_177 -226 val_226 -5 val_5 -497 val_497 -402 val_402 -396 val_396 -317 val_317 -395 val_395 -58 val_58 -35 val_35 -336 val_336 -95 val_95 +10 val_10 11 val_11 -168 val_168 -34 val_34 -229 val_229 -233 val_233 -143 val_143 -472 val_472 -322 val_322 -498 val_498 -160 val_160 -195 val_195 -42 val_42 -321 val_321 -430 val_430 -119 val_119 -489 val_489 -458 val_458 -78 val_78 -76 val_76 -41 val_41 -223 val_223 -492 val_492 -149 val_149 -449 val_449 -218 val_218 -228 val_228 -138 val_138 -453 val_453 -30 val_30 -209 val_209 -64 val_64 -468 val_468 -76 val_76 -74 val_74 -342 val_342 -69 val_69 -230 val_230 -33 val_33 -368 val_368 -103 val_103 -296 val_296 -113 val_113 -216 val_216 -367 val_367 -344 val_344 -167 val_167 -274 val_274 -219 val_219 -239 val_239 -485 val_485 -116 val_116 -223 val_223 -256 val_256 -263 val_263 -70 val_70 -487 val_487 -480 val_480 -401 val_401 -288 val_288 -191 val_191 -5 val_5 -244 val_244 -438 val_438 -128 val_128 -467 val_467 -432 val_432 -202 val_202 -316 val_316 -229 val_229 -469 val_469 -463 val_463 -280 val_280 -2 val_2 -35 val_35 -283 val_283 -331 val_331 -235 val_235 -80 val_80 -44 val_44 -193 val_193 -321 val_321 -335 val_335 -104 val_104 -466 val_466 -366 val_366 -175 val_175 -403 val_403 -483 val_483 -53 val_53 -105 val_105 -257 val_257 -406 val_406 -409 val_409 -190 val_190 -406 val_406 -401 val_401 -114 val_114 -258 val_258 -90 val_90 -203 val_203 -262 val_262 -348 val_348 -424 val_424 +11 val_11 12 val_12 -396 val_396 -201 val_201 -217 val_217 -164 val_164 -431 val_431 -454 val_454 -478 val_478 -298 val_298 -125 val_125 -431 val_431 -164 val_164 -424 val_424 -187 val_187 -382 val_382 -5 val_5 -70 val_70 -397 val_397 -480 val_480 -291 val_291 -24 val_24 -351 val_351 -255 val_255 -104 val_104 -70 val_70 -163 val_163 -438 val_438 -119 val_119 -414 val_414 -200 val_200 -491 val_491 -237 val_237 -439 val_439 -360 val_360 -248 val_248 -479 val_479 -305 val_305 -417 val_417 -199 val_199 -444 val_444 -120 val_120 -429 val_429 -169 val_169 -443 val_443 -323 val_323 -325 val_325 -277 val_277 -230 val_230 -478 val_478 -178 val_178 -468 val_468 -310 val_310 -317 val_317 -333 val_333 -493 val_493 -460 val_460 -207 val_207 -249 val_249 -265 val_265 -480 val_480 -83 val_83 -136 val_136 -353 val_353 -172 val_172 -214 val_214 -462 val_462 -233 val_233 -406 val_406 -133 val_133 -175 val_175 -189 val_189 -454 val_454 -375 val_375 -401 val_401 -421 val_421 -407 val_407 -384 val_384 -256 val_256 -26 val_26 -134 val_134 -67 val_67 -384 val_384 -379 val_379 +12 val_12 +12 val_12 +12 val_12 +15 val_15 +15 val_15 +15 val_15 +15 val_15 +17 val_17 +17 val_17 18 val_18 -462 val_462 -492 val_492 -100 val_100 -298 val_298 -9 val_9 -341 val_341 -498 val_498 -146 val_146 -458 val_458 -362 val_362 -186 val_186 -285 val_285 -348 val_348 -167 val_167 18 val_18 -273 val_273 -183 val_183 -281 val_281 -344 val_344 -97 val_97 -469 val_469 -315 val_315 -84 val_84 -28 val_28 -37 val_37 -448 val_448 -152 val_152 -348 val_348 -307 val_307 -194 val_194 -414 val_414 -477 val_477 -222 val_222 -126 val_126 -90 val_90 -169 val_169 -403 val_403 -400 val_400 -200 val_200 -97 val_97 -PREHOOK: query: explain extended select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' +18 val_18 +18 val_18 +19 val_19 +19 val_19 +PREHOOK: query: explain extended select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' order by key, value PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' +POSTHOOK: query: explain extended select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' order by key, value POSTHOOK: type: QUERY 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), ] @@ -4241,7 +1969,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (or (>= (TOK_TABLE_OR_COL ds) '2000-04-08') (< (TOK_TABLE_OR_COL ds) '2000-04-10'))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (or (>= (TOK_TABLE_OR_COL ds) '2000-04-08') (< (TOK_TABLE_OR_COL ds) '2000-04-10'))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL value))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -4267,29 +1995,26 @@ expr: value type: string outputColumnNames: _col0, _col1 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-55_278_1977742832721440625/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-55_278_1977742832721440625/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1 - columns.types int:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col1 + type: string + sort order: ++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -4302,17 +2027,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -4323,21 +2048,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -4350,17 +2075,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -4371,21 +2096,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 + pfile:/data/users/sdong/www/open-source-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 @@ -4398,17 +2123,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -4419,1547 +2144,125 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-20_487_2744492719348503544/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-20_487_2744492719348503544/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1 + columns.types int:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' +PREHOOK: query: select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' order by key, value PREHOOK: type: QUERY 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/njain/hive_2010-11-05_10-22-55_478_5030971528329614725/-mr-10000 -POSTHOOK: query: select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-20_596_8911785994721252931/-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/njain/hive_2010-11-05_10-22-55_478_5030971528329614725/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-20_596_8911785994721252931/-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), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-09).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -238 val_238 -86 val_86 -311 val_311 -27 val_27 -165 val_165 -409 val_409 -255 val_255 -278 val_278 -98 val_98 -484 val_484 -265 val_265 -193 val_193 -401 val_401 -150 val_150 -273 val_273 -224 val_224 -369 val_369 -66 val_66 -128 val_128 -213 val_213 -146 val_146 -406 val_406 -429 val_429 -374 val_374 -152 val_152 -469 val_469 -145 val_145 -495 val_495 -37 val_37 -327 val_327 -281 val_281 -277 val_277 -209 val_209 -15 val_15 -82 val_82 -403 val_403 -166 val_166 -417 val_417 -430 val_430 -252 val_252 -292 val_292 -219 val_219 -287 val_287 -153 val_153 -193 val_193 -338 val_338 -446 val_446 -459 val_459 -394 val_394 -237 val_237 -482 val_482 -174 val_174 -413 val_413 -494 val_494 -207 val_207 -199 val_199 -466 val_466 -208 val_208 -174 val_174 -399 val_399 -396 val_396 -247 val_247 -417 val_417 -489 val_489 -162 val_162 -377 val_377 -397 val_397 -309 val_309 -365 val_365 -266 val_266 -439 val_439 -342 val_342 -367 val_367 -325 val_325 -167 val_167 -195 val_195 -475 val_475 -17 val_17 -113 val_113 -155 val_155 -203 val_203 -339 val_339 0 val_0 -455 val_455 -128 val_128 -311 val_311 -316 val_316 -57 val_57 -302 val_302 -205 val_205 -149 val_149 -438 val_438 -345 val_345 -129 val_129 -170 val_170 -20 val_20 -489 val_489 -157 val_157 -378 val_378 -221 val_221 -92 val_92 -111 val_111 -47 val_47 -72 val_72 -4 val_4 -280 val_280 -35 val_35 -427 val_427 -277 val_277 -208 val_208 -356 val_356 -399 val_399 -169 val_169 -382 val_382 -498 val_498 -125 val_125 -386 val_386 -437 val_437 -469 val_469 -192 val_192 -286 val_286 -187 val_187 -176 val_176 -54 val_54 -459 val_459 -51 val_51 -138 val_138 -103 val_103 -239 val_239 -213 val_213 -216 val_216 -430 val_430 -278 val_278 -176 val_176 -289 val_289 -221 val_221 -65 val_65 -318 val_318 -332 val_332 -311 val_311 -275 val_275 -137 val_137 -241 val_241 -83 val_83 -333 val_333 -180 val_180 -284 val_284 -12 val_12 -230 val_230 -181 val_181 -67 val_67 -260 val_260 -404 val_404 -384 val_384 -489 val_489 -353 val_353 -373 val_373 -272 val_272 -138 val_138 -217 val_217 -84 val_84 -348 val_348 -466 val_466 -58 val_58 -8 val_8 -411 val_411 -230 val_230 -208 val_208 -348 val_348 -24 val_24 -463 val_463 -431 val_431 -179 val_179 -172 val_172 -42 val_42 -129 val_129 -158 val_158 -119 val_119 -496 val_496 0 val_0 -322 val_322 -197 val_197 -468 val_468 -393 val_393 -454 val_454 -100 val_100 -298 val_298 -199 val_199 -191 val_191 -418 val_418 -96 val_96 -26 val_26 -165 val_165 -327 val_327 -230 val_230 -205 val_205 -120 val_120 -131 val_131 -51 val_51 -404 val_404 -43 val_43 -436 val_436 -156 val_156 -469 val_469 -468 val_468 -308 val_308 -95 val_95 -196 val_196 -288 val_288 -481 val_481 -457 val_457 -98 val_98 -282 val_282 -197 val_197 -187 val_187 -318 val_318 -318 val_318 -409 val_409 -470 val_470 -137 val_137 -369 val_369 -316 val_316 -169 val_169 -413 val_413 -85 val_85 -77 val_77 0 val_0 -490 val_490 -87 val_87 -364 val_364 -179 val_179 -118 val_118 -134 val_134 -395 val_395 -282 val_282 -138 val_138 -238 val_238 -419 val_419 -15 val_15 -118 val_118 -72 val_72 -90 val_90 -307 val_307 -19 val_19 -435 val_435 -10 val_10 -277 val_277 -273 val_273 -306 val_306 -224 val_224 -309 val_309 -389 val_389 -327 val_327 -242 val_242 -369 val_369 -392 val_392 -272 val_272 -331 val_331 -401 val_401 -242 val_242 -452 val_452 -177 val_177 -226 val_226 -5 val_5 -497 val_497 -402 val_402 -396 val_396 -317 val_317 -395 val_395 -58 val_58 -35 val_35 -336 val_336 -95 val_95 -11 val_11 -168 val_168 -34 val_34 -229 val_229 -233 val_233 -143 val_143 -472 val_472 -322 val_322 -498 val_498 -160 val_160 -195 val_195 -42 val_42 -321 val_321 -430 val_430 -119 val_119 -489 val_489 -458 val_458 -78 val_78 -76 val_76 -41 val_41 -223 val_223 -492 val_492 -149 val_149 -449 val_449 -218 val_218 -228 val_228 -138 val_138 -453 val_453 -30 val_30 -209 val_209 -64 val_64 -468 val_468 -76 val_76 -74 val_74 -342 val_342 -69 val_69 -230 val_230 -33 val_33 -368 val_368 -103 val_103 -296 val_296 -113 val_113 -216 val_216 -367 val_367 -344 val_344 -167 val_167 -274 val_274 -219 val_219 -239 val_239 -485 val_485 -116 val_116 -223 val_223 -256 val_256 -263 val_263 -70 val_70 -487 val_487 -480 val_480 -401 val_401 -288 val_288 -191 val_191 -5 val_5 -244 val_244 -438 val_438 -128 val_128 -467 val_467 -432 val_432 -202 val_202 -316 val_316 -229 val_229 -469 val_469 -463 val_463 -280 val_280 -2 val_2 -35 val_35 -283 val_283 -331 val_331 -235 val_235 -80 val_80 -44 val_44 -193 val_193 -321 val_321 -335 val_335 -104 val_104 -466 val_466 -366 val_366 -175 val_175 -403 val_403 -483 val_483 -53 val_53 -105 val_105 -257 val_257 -406 val_406 -409 val_409 -190 val_190 -406 val_406 -401 val_401 -114 val_114 -258 val_258 -90 val_90 -203 val_203 -262 val_262 -348 val_348 -424 val_424 -12 val_12 -396 val_396 -201 val_201 -217 val_217 -164 val_164 -431 val_431 -454 val_454 -478 val_478 -298 val_298 -125 val_125 -431 val_431 -164 val_164 -424 val_424 -187 val_187 -382 val_382 -5 val_5 -70 val_70 -397 val_397 -480 val_480 -291 val_291 -24 val_24 -351 val_351 -255 val_255 -104 val_104 -70 val_70 -163 val_163 -438 val_438 -119 val_119 -414 val_414 -200 val_200 -491 val_491 -237 val_237 -439 val_439 -360 val_360 -248 val_248 -479 val_479 -305 val_305 -417 val_417 -199 val_199 -444 val_444 -120 val_120 -429 val_429 -169 val_169 -443 val_443 -323 val_323 -325 val_325 -277 val_277 -230 val_230 -478 val_478 -178 val_178 -468 val_468 -310 val_310 -317 val_317 -333 val_333 -493 val_493 -460 val_460 -207 val_207 -249 val_249 -265 val_265 -480 val_480 -83 val_83 -136 val_136 -353 val_353 -172 val_172 -214 val_214 -462 val_462 -233 val_233 -406 val_406 -133 val_133 -175 val_175 -189 val_189 -454 val_454 -375 val_375 -401 val_401 -421 val_421 -407 val_407 -384 val_384 -256 val_256 -26 val_26 -134 val_134 -67 val_67 -384 val_384 -379 val_379 -18 val_18 -462 val_462 -492 val_492 -100 val_100 -298 val_298 -9 val_9 -341 val_341 -498 val_498 -146 val_146 -458 val_458 -362 val_362 -186 val_186 -285 val_285 -348 val_348 -167 val_167 -18 val_18 -273 val_273 -183 val_183 -281 val_281 -344 val_344 -97 val_97 -469 val_469 -315 val_315 -84 val_84 -28 val_28 -37 val_37 -448 val_448 -152 val_152 -348 val_348 -307 val_307 -194 val_194 -414 val_414 -477 val_477 -222 val_222 -126 val_126 -90 val_90 -169 val_169 -403 val_403 -400 val_400 -200 val_200 -97 val_97 -238 val_238 -86 val_86 -311 val_311 -27 val_27 -165 val_165 -409 val_409 -255 val_255 -278 val_278 -98 val_98 -484 val_484 -265 val_265 -193 val_193 -401 val_401 -150 val_150 -273 val_273 -224 val_224 -369 val_369 -66 val_66 -128 val_128 -213 val_213 -146 val_146 -406 val_406 -429 val_429 -374 val_374 -152 val_152 -469 val_469 -145 val_145 -495 val_495 -37 val_37 -327 val_327 -281 val_281 -277 val_277 -209 val_209 -15 val_15 -82 val_82 -403 val_403 -166 val_166 -417 val_417 -430 val_430 -252 val_252 -292 val_292 -219 val_219 -287 val_287 -153 val_153 -193 val_193 -338 val_338 -446 val_446 -459 val_459 -394 val_394 -237 val_237 -482 val_482 -174 val_174 -413 val_413 -494 val_494 -207 val_207 -199 val_199 -466 val_466 -208 val_208 -174 val_174 -399 val_399 -396 val_396 -247 val_247 -417 val_417 -489 val_489 -162 val_162 -377 val_377 -397 val_397 -309 val_309 -365 val_365 -266 val_266 -439 val_439 -342 val_342 -367 val_367 -325 val_325 -167 val_167 -195 val_195 -475 val_475 -17 val_17 -113 val_113 -155 val_155 -203 val_203 -339 val_339 0 val_0 -455 val_455 -128 val_128 -311 val_311 -316 val_316 -57 val_57 -302 val_302 -205 val_205 -149 val_149 -438 val_438 -345 val_345 -129 val_129 -170 val_170 -20 val_20 -489 val_489 -157 val_157 -378 val_378 -221 val_221 -92 val_92 -111 val_111 -47 val_47 -72 val_72 -4 val_4 -280 val_280 -35 val_35 -427 val_427 -277 val_277 -208 val_208 -356 val_356 -399 val_399 -169 val_169 -382 val_382 -498 val_498 -125 val_125 -386 val_386 -437 val_437 -469 val_469 -192 val_192 -286 val_286 -187 val_187 -176 val_176 -54 val_54 -459 val_459 -51 val_51 -138 val_138 -103 val_103 -239 val_239 -213 val_213 -216 val_216 -430 val_430 -278 val_278 -176 val_176 -289 val_289 -221 val_221 -65 val_65 -318 val_318 -332 val_332 -311 val_311 -275 val_275 -137 val_137 -241 val_241 -83 val_83 -333 val_333 -180 val_180 -284 val_284 -12 val_12 -230 val_230 -181 val_181 -67 val_67 -260 val_260 -404 val_404 -384 val_384 -489 val_489 -353 val_353 -373 val_373 -272 val_272 -138 val_138 -217 val_217 -84 val_84 -348 val_348 -466 val_466 -58 val_58 -8 val_8 -411 val_411 -230 val_230 -208 val_208 -348 val_348 -24 val_24 -463 val_463 -431 val_431 -179 val_179 -172 val_172 -42 val_42 -129 val_129 -158 val_158 -119 val_119 -496 val_496 0 val_0 -322 val_322 -197 val_197 -468 val_468 -393 val_393 -454 val_454 -100 val_100 -298 val_298 -199 val_199 -191 val_191 -418 val_418 -96 val_96 -26 val_26 -165 val_165 -327 val_327 -230 val_230 -205 val_205 -120 val_120 -131 val_131 -51 val_51 -404 val_404 -43 val_43 -436 val_436 -156 val_156 -469 val_469 -468 val_468 -308 val_308 -95 val_95 -196 val_196 -288 val_288 -481 val_481 -457 val_457 -98 val_98 -282 val_282 -197 val_197 -187 val_187 -318 val_318 -318 val_318 -409 val_409 -470 val_470 -137 val_137 -369 val_369 -316 val_316 -169 val_169 -413 val_413 -85 val_85 -77 val_77 0 val_0 -490 val_490 -87 val_87 -364 val_364 -179 val_179 -118 val_118 -134 val_134 -395 val_395 -282 val_282 -138 val_138 -238 val_238 -419 val_419 -15 val_15 -118 val_118 -72 val_72 -90 val_90 -307 val_307 -19 val_19 -435 val_435 -10 val_10 -277 val_277 -273 val_273 -306 val_306 -224 val_224 -309 val_309 -389 val_389 -327 val_327 -242 val_242 -369 val_369 -392 val_392 -272 val_272 -331 val_331 -401 val_401 -242 val_242 -452 val_452 -177 val_177 -226 val_226 +0 val_0 +0 val_0 +0 val_0 +2 val_2 +2 val_2 +2 val_2 +4 val_4 +4 val_4 +4 val_4 5 val_5 -497 val_497 -402 val_402 -396 val_396 -317 val_317 -395 val_395 -58 val_58 -35 val_35 -336 val_336 -95 val_95 -11 val_11 -168 val_168 -34 val_34 -229 val_229 -233 val_233 -143 val_143 -472 val_472 -322 val_322 -498 val_498 -160 val_160 -195 val_195 -42 val_42 -321 val_321 -430 val_430 -119 val_119 -489 val_489 -458 val_458 -78 val_78 -76 val_76 -41 val_41 -223 val_223 -492 val_492 -149 val_149 -449 val_449 -218 val_218 -228 val_228 -138 val_138 -453 val_453 -30 val_30 -209 val_209 -64 val_64 -468 val_468 -76 val_76 -74 val_74 -342 val_342 -69 val_69 -230 val_230 -33 val_33 -368 val_368 -103 val_103 -296 val_296 -113 val_113 -216 val_216 -367 val_367 -344 val_344 -167 val_167 -274 val_274 -219 val_219 -239 val_239 -485 val_485 -116 val_116 -223 val_223 -256 val_256 -263 val_263 -70 val_70 -487 val_487 -480 val_480 -401 val_401 -288 val_288 -191 val_191 5 val_5 -244 val_244 -438 val_438 -128 val_128 -467 val_467 -432 val_432 -202 val_202 -316 val_316 -229 val_229 -469 val_469 -463 val_463 -280 val_280 -2 val_2 -35 val_35 -283 val_283 -331 val_331 -235 val_235 -80 val_80 -44 val_44 -193 val_193 -321 val_321 -335 val_335 -104 val_104 -466 val_466 -366 val_366 -175 val_175 -403 val_403 -483 val_483 -53 val_53 -105 val_105 -257 val_257 -406 val_406 -409 val_409 -190 val_190 -406 val_406 -401 val_401 -114 val_114 -258 val_258 -90 val_90 -203 val_203 -262 val_262 -348 val_348 -424 val_424 -12 val_12 -396 val_396 -201 val_201 -217 val_217 -164 val_164 -431 val_431 -454 val_454 -478 val_478 -298 val_298 -125 val_125 -431 val_431 -164 val_164 -424 val_424 -187 val_187 -382 val_382 5 val_5 -70 val_70 -397 val_397 -480 val_480 -291 val_291 -24 val_24 -351 val_351 -255 val_255 -104 val_104 -70 val_70 -163 val_163 -438 val_438 -119 val_119 -414 val_414 -200 val_200 -491 val_491 -237 val_237 -439 val_439 -360 val_360 -248 val_248 -479 val_479 -305 val_305 -417 val_417 -199 val_199 -444 val_444 -120 val_120 -429 val_429 -169 val_169 -443 val_443 -323 val_323 -325 val_325 -277 val_277 -230 val_230 -478 val_478 -178 val_178 -468 val_468 -310 val_310 -317 val_317 -333 val_333 -493 val_493 -460 val_460 -207 val_207 -249 val_249 -265 val_265 -480 val_480 -83 val_83 -136 val_136 -353 val_353 -172 val_172 -214 val_214 -462 val_462 -233 val_233 -406 val_406 -133 val_133 -175 val_175 -189 val_189 -454 val_454 -375 val_375 -401 val_401 -421 val_421 -407 val_407 -384 val_384 -256 val_256 -26 val_26 -134 val_134 -67 val_67 -384 val_384 -379 val_379 -18 val_18 -462 val_462 -492 val_492 -100 val_100 -298 val_298 -9 val_9 -341 val_341 -498 val_498 -146 val_146 -458 val_458 -362 val_362 -186 val_186 -285 val_285 -348 val_348 -167 val_167 -18 val_18 -273 val_273 -183 val_183 -281 val_281 -344 val_344 -97 val_97 -469 val_469 -315 val_315 -84 val_84 -28 val_28 -37 val_37 -448 val_448 -152 val_152 -348 val_348 -307 val_307 -194 val_194 -414 val_414 -477 val_477 -222 val_222 -126 val_126 -90 val_90 -169 val_169 -403 val_403 -400 val_400 -200 val_200 -97 val_97 -238 val_238 -86 val_86 -311 val_311 -27 val_27 -165 val_165 -409 val_409 -255 val_255 -278 val_278 -98 val_98 -484 val_484 -265 val_265 -193 val_193 -401 val_401 -150 val_150 -273 val_273 -224 val_224 -369 val_369 -66 val_66 -128 val_128 -213 val_213 -146 val_146 -406 val_406 -429 val_429 -374 val_374 -152 val_152 -469 val_469 -145 val_145 -495 val_495 -37 val_37 -327 val_327 -281 val_281 -277 val_277 -209 val_209 -15 val_15 -82 val_82 -403 val_403 -166 val_166 -417 val_417 -430 val_430 -252 val_252 -292 val_292 -219 val_219 -287 val_287 -153 val_153 -193 val_193 -338 val_338 -446 val_446 -459 val_459 -394 val_394 -237 val_237 -482 val_482 -174 val_174 -413 val_413 -494 val_494 -207 val_207 -199 val_199 -466 val_466 -208 val_208 -174 val_174 -399 val_399 -396 val_396 -247 val_247 -417 val_417 -489 val_489 -162 val_162 -377 val_377 -397 val_397 -309 val_309 -365 val_365 -266 val_266 -439 val_439 -342 val_342 -367 val_367 -325 val_325 -167 val_167 -195 val_195 -475 val_475 -17 val_17 -113 val_113 -155 val_155 -203 val_203 -339 val_339 -0 val_0 -455 val_455 -128 val_128 -311 val_311 -316 val_316 -57 val_57 -302 val_302 -205 val_205 -149 val_149 -438 val_438 -345 val_345 -129 val_129 -170 val_170 -20 val_20 -489 val_489 -157 val_157 -378 val_378 -221 val_221 -92 val_92 -111 val_111 -47 val_47 -72 val_72 -4 val_4 -280 val_280 -35 val_35 -427 val_427 -277 val_277 -208 val_208 -356 val_356 -399 val_399 -169 val_169 -382 val_382 -498 val_498 -125 val_125 -386 val_386 -437 val_437 -469 val_469 -192 val_192 -286 val_286 -187 val_187 -176 val_176 -54 val_54 -459 val_459 -51 val_51 -138 val_138 -103 val_103 -239 val_239 -213 val_213 -216 val_216 -430 val_430 -278 val_278 -176 val_176 -289 val_289 -221 val_221 -65 val_65 -318 val_318 -332 val_332 -311 val_311 -275 val_275 -137 val_137 -241 val_241 -83 val_83 -333 val_333 -180 val_180 -284 val_284 -12 val_12 -230 val_230 -181 val_181 -67 val_67 -260 val_260 -404 val_404 -384 val_384 -489 val_489 -353 val_353 -373 val_373 -272 val_272 -138 val_138 -217 val_217 -84 val_84 -348 val_348 -466 val_466 -58 val_58 +5 val_5 +5 val_5 +5 val_5 +5 val_5 +5 val_5 +5 val_5 8 val_8 -411 val_411 -230 val_230 -208 val_208 -348 val_348 -24 val_24 -463 val_463 -431 val_431 -179 val_179 -172 val_172 -42 val_42 -129 val_129 -158 val_158 -119 val_119 -496 val_496 -0 val_0 -322 val_322 -197 val_197 -468 val_468 -393 val_393 -454 val_454 -100 val_100 -298 val_298 -199 val_199 -191 val_191 -418 val_418 -96 val_96 -26 val_26 -165 val_165 -327 val_327 -230 val_230 -205 val_205 -120 val_120 -131 val_131 -51 val_51 -404 val_404 -43 val_43 -436 val_436 -156 val_156 -469 val_469 -468 val_468 -308 val_308 -95 val_95 -196 val_196 -288 val_288 -481 val_481 -457 val_457 -98 val_98 -282 val_282 -197 val_197 -187 val_187 -318 val_318 -318 val_318 -409 val_409 -470 val_470 -137 val_137 -369 val_369 -316 val_316 -169 val_169 -413 val_413 -85 val_85 -77 val_77 -0 val_0 -490 val_490 -87 val_87 -364 val_364 -179 val_179 -118 val_118 -134 val_134 -395 val_395 -282 val_282 -138 val_138 -238 val_238 -419 val_419 -15 val_15 -118 val_118 -72 val_72 -90 val_90 -307 val_307 -19 val_19 -435 val_435 +8 val_8 +8 val_8 +9 val_9 +9 val_9 +9 val_9 10 val_10 -277 val_277 -273 val_273 -306 val_306 -224 val_224 -309 val_309 -389 val_389 -327 val_327 -242 val_242 -369 val_369 -392 val_392 -272 val_272 -331 val_331 -401 val_401 -242 val_242 -452 val_452 -177 val_177 -226 val_226 -5 val_5 -497 val_497 -402 val_402 -396 val_396 -317 val_317 -395 val_395 -58 val_58 -35 val_35 -336 val_336 -95 val_95 +10 val_10 +10 val_10 11 val_11 -168 val_168 -34 val_34 -229 val_229 -233 val_233 -143 val_143 -472 val_472 -322 val_322 -498 val_498 -160 val_160 -195 val_195 -42 val_42 -321 val_321 -430 val_430 -119 val_119 -489 val_489 -458 val_458 -78 val_78 -76 val_76 -41 val_41 -223 val_223 -492 val_492 -149 val_149 -449 val_449 -218 val_218 -228 val_228 -138 val_138 -453 val_453 -30 val_30 -209 val_209 -64 val_64 -468 val_468 -76 val_76 -74 val_74 -342 val_342 -69 val_69 -230 val_230 -33 val_33 -368 val_368 -103 val_103 -296 val_296 -113 val_113 -216 val_216 -367 val_367 -344 val_344 -167 val_167 -274 val_274 -219 val_219 -239 val_239 -485 val_485 -116 val_116 -223 val_223 -256 val_256 -263 val_263 -70 val_70 -487 val_487 -480 val_480 -401 val_401 -288 val_288 -191 val_191 -5 val_5 -244 val_244 -438 val_438 -128 val_128 -467 val_467 -432 val_432 -202 val_202 -316 val_316 -229 val_229 -469 val_469 -463 val_463 -280 val_280 -2 val_2 -35 val_35 -283 val_283 -331 val_331 -235 val_235 -80 val_80 -44 val_44 -193 val_193 -321 val_321 -335 val_335 -104 val_104 -466 val_466 -366 val_366 -175 val_175 -403 val_403 -483 val_483 -53 val_53 -105 val_105 -257 val_257 -406 val_406 -409 val_409 -190 val_190 -406 val_406 -401 val_401 -114 val_114 -258 val_258 -90 val_90 -203 val_203 -262 val_262 -348 val_348 -424 val_424 +11 val_11 +11 val_11 12 val_12 -396 val_396 -201 val_201 -217 val_217 -164 val_164 -431 val_431 -454 val_454 -478 val_478 -298 val_298 -125 val_125 -431 val_431 -164 val_164 -424 val_424 -187 val_187 -382 val_382 -5 val_5 -70 val_70 -397 val_397 -480 val_480 -291 val_291 -24 val_24 -351 val_351 -255 val_255 -104 val_104 -70 val_70 -163 val_163 -438 val_438 -119 val_119 -414 val_414 -200 val_200 -491 val_491 -237 val_237 -439 val_439 -360 val_360 -248 val_248 -479 val_479 -305 val_305 -417 val_417 -199 val_199 -444 val_444 -120 val_120 -429 val_429 -169 val_169 -443 val_443 -323 val_323 -325 val_325 -277 val_277 -230 val_230 -478 val_478 -178 val_178 -468 val_468 -310 val_310 -317 val_317 -333 val_333 -493 val_493 -460 val_460 -207 val_207 -249 val_249 -265 val_265 -480 val_480 -83 val_83 -136 val_136 -353 val_353 -172 val_172 -214 val_214 -462 val_462 -233 val_233 -406 val_406 -133 val_133 -175 val_175 -189 val_189 -454 val_454 -375 val_375 -401 val_401 -421 val_421 -407 val_407 -384 val_384 -256 val_256 -26 val_26 -134 val_134 -67 val_67 -384 val_384 -379 val_379 +12 val_12 +12 val_12 +12 val_12 +12 val_12 +12 val_12 +15 val_15 +15 val_15 +15 val_15 +15 val_15 +15 val_15 +15 val_15 +17 val_17 +17 val_17 +17 val_17 18 val_18 -462 val_462 -492 val_492 -100 val_100 -298 val_298 -9 val_9 -341 val_341 -498 val_498 -146 val_146 -458 val_458 -362 val_362 -186 val_186 -285 val_285 -348 val_348 -167 val_167 18 val_18 -273 val_273 -183 val_183 -281 val_281 -344 val_344 -97 val_97 -469 val_469 -315 val_315 -84 val_84 -28 val_28 -37 val_37 -448 val_448 -152 val_152 -348 val_348 -307 val_307 -194 val_194 -414 val_414 -477 val_477 -222 val_222 -126 val_126 -90 val_90 -169 val_169 -403 val_403 -400 val_400 -200 val_200 -97 val_97 -PREHOOK: query: explain extended select key, value, ds from pcr_t1 where (ds='2000-04-08' and key=1) or (ds='2000-04-09' and key=2) +18 val_18 +18 val_18 +18 val_18 +18 val_18 +19 val_19 +19 val_19 +19 val_19 +PREHOOK: query: explain extended 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 PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value, ds from pcr_t1 where (ds='2000-04-08' and key=1) or (ds='2000-04-09' and key=2) +POSTHOOK: query: explain extended 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: 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), ] @@ -5968,7 +2271,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (= (TOK_TABLE_OR_COL ds) '2000-04-08') (= (TOK_TABLE_OR_COL key) 1)) (and (= (TOK_TABLE_OR_COL ds) '2000-04-09') (= (TOK_TABLE_OR_COL key) 2)))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (= (TOK_TABLE_OR_COL ds) '2000-04-08') (= (TOK_TABLE_OR_COL key) 1)) (and (= (TOK_TABLE_OR_COL ds) '2000-04-09') (= (TOK_TABLE_OR_COL key) 2)))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL value)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -6001,28 +2304,29 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-22-59_745_2947829436761454043/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-22-59_745_2947829436761454043/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string + sort order: +++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -6035,17 +2339,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -6056,21 +2360,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -6083,17 +2387,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -6104,36 +2408,54 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-23_338_8435577269165098806/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-23_338_8435577269165098806/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value, ds from pcr_t1 where (ds='2000-04-08' and key=1) or (ds='2000-04-09' and key=2) +PREHOOK: 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 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/njain/hive_2010-11-05_10-22-59_984_4404690180655050827/-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) +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-23_444_957672706418366571/-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/njain/hive_2010-11-05_10-22-59_984_4404690180655050827/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-23_444_957672706418366571/-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), ] @@ -6141,9 +2463,9 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] 2 val_2 2000-04-09 -PREHOOK: query: explain extended 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' +PREHOOK: query: explain extended 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 -POSTHOOK: query: explain extended 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' +POSTHOOK: query: explain extended 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: 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), ] @@ -6152,10 +2474,11 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_JOIN (TOK_TABREF pcr_t1 t1) (TOK_TABREF pcr_t1 t2) (and (and (= (. (TOK_TABLE_OR_COL t1) key) (. (TOK_TABLE_OR_COL t2) key)) (= (. (TOK_TABLE_OR_COL t1) ds) '2000-04-08')) (= (. (TOK_TABLE_OR_COL t2) ds) '2000-04-08')))) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR TOK_ALLCOLREF)))) + (TOK_QUERY (TOK_FROM (TOK_JOIN (TOK_TABREF pcr_t1 t1) (TOK_TABREF pcr_t1 t2) (and (and (= (. (TOK_TABLE_OR_COL t1) key) (. (TOK_TABLE_OR_COL t2) key)) (= (. (TOK_TABLE_OR_COL t1) ds) '2000-04-08')) (= (. (TOK_TABLE_OR_COL t2) ds) '2000-04-08')))) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR TOK_ALLCOLREF)) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (. (TOK_TABLE_OR_COL t1) key))))) STAGE DEPENDENCIES: Stage-1 is a root stage + Stage-2 depends on stages: Stage-1 Stage-0 is a root stage STAGE PLANS: @@ -6214,9 +2537,9 @@ type: string Needs Tagging: true Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t2, t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t2, t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -6229,17 +2552,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -6250,17 +2573,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 @@ -6291,33 +2614,94 @@ File Output Operator compressed: false GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-23-03_924_3551881921122968251/-ext-10001 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-26_096_1549102088493502623/-mr-10002 NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-23-03_924_3551881921122968251/-ext-10001/ table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat properties: columns _col0,_col1,_col2,_col3,_col4,_col5 - columns.types int:string:string:int:string:string - serialization.format 1 + columns.types int,string,string,int,string,string + escape.delim \ TotalFiles: 1 GatherStats: false MultiFileSpray: false + Stage: Stage-2 + Map Reduce + Alias -> Map Operator Tree: + file:/tmp/sdong/hive_2010-11-05_14-28-26_096_1549102088493502623/-mr-10002 + Reduce Output Operator + key expressions: + expr: _col0 + type: int + sort order: + + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string + expr: _col3 + type: int + expr: _col4 + type: string + expr: _col5 + type: string + Needs Tagging: false + Path -> Alias: + file:/tmp/sdong/hive_2010-11-05_14-28-26_096_1549102088493502623/-mr-10002 [file:/tmp/sdong/hive_2010-11-05_14-28-26_096_1549102088493502623/-mr-10002] + Path -> Partition: + file:/tmp/sdong/hive_2010-11-05_14-28-26_096_1549102088493502623/-mr-10002 + Partition + base file name: -mr-10002 + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat + properties: + columns _col0,_col1,_col2,_col3,_col4,_col5 + columns.types int,string,string,int,string,string + escape.delim \ + + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat + properties: + columns _col0,_col1,_col2,_col3,_col4,_col5 + columns.types int,string,string,int,string,string + escape.delim \ + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-26_096_1549102088493502623/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-26_096_1549102088493502623/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2,_col3,_col4,_col5 + columns.types int:string:string:int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false + Stage: Stage-0 Fetch Operator limit: -1 -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' +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/njain/hive_2010-11-05_10-23-04_134_8193653728239084205/-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' +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-26_219_5333735680410714130/-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/njain/hive_2010-11-05_10-23-04_134_8193653728239084205/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-26_219_5333735680410714130/-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), ] @@ -6362,999 +2746,9 @@ 18 val_18 2000-04-08 18 val_18 2000-04-08 18 val_18 2000-04-08 18 val_18 2000-04-08 19 val_19 2000-04-08 19 val_19 2000-04-08 -20 val_20 2000-04-08 20 val_20 2000-04-08 -24 val_24 2000-04-08 24 val_24 2000-04-08 -24 val_24 2000-04-08 24 val_24 2000-04-08 -24 val_24 2000-04-08 24 val_24 2000-04-08 -24 val_24 2000-04-08 24 val_24 2000-04-08 -26 val_26 2000-04-08 26 val_26 2000-04-08 -26 val_26 2000-04-08 26 val_26 2000-04-08 -26 val_26 2000-04-08 26 val_26 2000-04-08 -26 val_26 2000-04-08 26 val_26 2000-04-08 -27 val_27 2000-04-08 27 val_27 2000-04-08 -28 val_28 2000-04-08 28 val_28 2000-04-08 -30 val_30 2000-04-08 30 val_30 2000-04-08 -33 val_33 2000-04-08 33 val_33 2000-04-08 -34 val_34 2000-04-08 34 val_34 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -35 val_35 2000-04-08 35 val_35 2000-04-08 -37 val_37 2000-04-08 37 val_37 2000-04-08 -37 val_37 2000-04-08 37 val_37 2000-04-08 -37 val_37 2000-04-08 37 val_37 2000-04-08 -37 val_37 2000-04-08 37 val_37 2000-04-08 -41 val_41 2000-04-08 41 val_41 2000-04-08 -42 val_42 2000-04-08 42 val_42 2000-04-08 -42 val_42 2000-04-08 42 val_42 2000-04-08 -42 val_42 2000-04-08 42 val_42 2000-04-08 -42 val_42 2000-04-08 42 val_42 2000-04-08 -43 val_43 2000-04-08 43 val_43 2000-04-08 -44 val_44 2000-04-08 44 val_44 2000-04-08 -47 val_47 2000-04-08 47 val_47 2000-04-08 -51 val_51 2000-04-08 51 val_51 2000-04-08 -51 val_51 2000-04-08 51 val_51 2000-04-08 -51 val_51 2000-04-08 51 val_51 2000-04-08 -51 val_51 2000-04-08 51 val_51 2000-04-08 -53 val_53 2000-04-08 53 val_53 2000-04-08 -54 val_54 2000-04-08 54 val_54 2000-04-08 -57 val_57 2000-04-08 57 val_57 2000-04-08 -58 val_58 2000-04-08 58 val_58 2000-04-08 -58 val_58 2000-04-08 58 val_58 2000-04-08 -58 val_58 2000-04-08 58 val_58 2000-04-08 -58 val_58 2000-04-08 58 val_58 2000-04-08 -64 val_64 2000-04-08 64 val_64 2000-04-08 -65 val_65 2000-04-08 65 val_65 2000-04-08 -66 val_66 2000-04-08 66 val_66 2000-04-08 -67 val_67 2000-04-08 67 val_67 2000-04-08 -67 val_67 2000-04-08 67 val_67 2000-04-08 -67 val_67 2000-04-08 67 val_67 2000-04-08 -67 val_67 2000-04-08 67 val_67 2000-04-08 -69 val_69 2000-04-08 69 val_69 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -70 val_70 2000-04-08 70 val_70 2000-04-08 -72 val_72 2000-04-08 72 val_72 2000-04-08 -72 val_72 2000-04-08 72 val_72 2000-04-08 -72 val_72 2000-04-08 72 val_72 2000-04-08 -72 val_72 2000-04-08 72 val_72 2000-04-08 -74 val_74 2000-04-08 74 val_74 2000-04-08 -76 val_76 2000-04-08 76 val_76 2000-04-08 -76 val_76 2000-04-08 76 val_76 2000-04-08 -76 val_76 2000-04-08 76 val_76 2000-04-08 -76 val_76 2000-04-08 76 val_76 2000-04-08 -77 val_77 2000-04-08 77 val_77 2000-04-08 -78 val_78 2000-04-08 78 val_78 2000-04-08 -80 val_80 2000-04-08 80 val_80 2000-04-08 -82 val_82 2000-04-08 82 val_82 2000-04-08 -83 val_83 2000-04-08 83 val_83 2000-04-08 -83 val_83 2000-04-08 83 val_83 2000-04-08 -83 val_83 2000-04-08 83 val_83 2000-04-08 -83 val_83 2000-04-08 83 val_83 2000-04-08 -84 val_84 2000-04-08 84 val_84 2000-04-08 -84 val_84 2000-04-08 84 val_84 2000-04-08 -84 val_84 2000-04-08 84 val_84 2000-04-08 -84 val_84 2000-04-08 84 val_84 2000-04-08 -85 val_85 2000-04-08 85 val_85 2000-04-08 -86 val_86 2000-04-08 86 val_86 2000-04-08 -87 val_87 2000-04-08 87 val_87 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -90 val_90 2000-04-08 90 val_90 2000-04-08 -92 val_92 2000-04-08 92 val_92 2000-04-08 -95 val_95 2000-04-08 95 val_95 2000-04-08 -95 val_95 2000-04-08 95 val_95 2000-04-08 -95 val_95 2000-04-08 95 val_95 2000-04-08 -95 val_95 2000-04-08 95 val_95 2000-04-08 -96 val_96 2000-04-08 96 val_96 2000-04-08 -97 val_97 2000-04-08 97 val_97 2000-04-08 -97 val_97 2000-04-08 97 val_97 2000-04-08 -97 val_97 2000-04-08 97 val_97 2000-04-08 -97 val_97 2000-04-08 97 val_97 2000-04-08 -98 val_98 2000-04-08 98 val_98 2000-04-08 -98 val_98 2000-04-08 98 val_98 2000-04-08 -98 val_98 2000-04-08 98 val_98 2000-04-08 -98 val_98 2000-04-08 98 val_98 2000-04-08 -100 val_100 2000-04-08 100 val_100 2000-04-08 -100 val_100 2000-04-08 100 val_100 2000-04-08 -100 val_100 2000-04-08 100 val_100 2000-04-08 -100 val_100 2000-04-08 100 val_100 2000-04-08 -103 val_103 2000-04-08 103 val_103 2000-04-08 -103 val_103 2000-04-08 103 val_103 2000-04-08 -103 val_103 2000-04-08 103 val_103 2000-04-08 -103 val_103 2000-04-08 103 val_103 2000-04-08 -104 val_104 2000-04-08 104 val_104 2000-04-08 -104 val_104 2000-04-08 104 val_104 2000-04-08 -104 val_104 2000-04-08 104 val_104 2000-04-08 -104 val_104 2000-04-08 104 val_104 2000-04-08 -105 val_105 2000-04-08 105 val_105 2000-04-08 -111 val_111 2000-04-08 111 val_111 2000-04-08 -113 val_113 2000-04-08 113 val_113 2000-04-08 -113 val_113 2000-04-08 113 val_113 2000-04-08 -113 val_113 2000-04-08 113 val_113 2000-04-08 -113 val_113 2000-04-08 113 val_113 2000-04-08 -114 val_114 2000-04-08 114 val_114 2000-04-08 -116 val_116 2000-04-08 116 val_116 2000-04-08 -118 val_118 2000-04-08 118 val_118 2000-04-08 -118 val_118 2000-04-08 118 val_118 2000-04-08 -118 val_118 2000-04-08 118 val_118 2000-04-08 -118 val_118 2000-04-08 118 val_118 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -119 val_119 2000-04-08 119 val_119 2000-04-08 -120 val_120 2000-04-08 120 val_120 2000-04-08 -120 val_120 2000-04-08 120 val_120 2000-04-08 -120 val_120 2000-04-08 120 val_120 2000-04-08 -120 val_120 2000-04-08 120 val_120 2000-04-08 -125 val_125 2000-04-08 125 val_125 2000-04-08 -125 val_125 2000-04-08 125 val_125 2000-04-08 -125 val_125 2000-04-08 125 val_125 2000-04-08 -125 val_125 2000-04-08 125 val_125 2000-04-08 -126 val_126 2000-04-08 126 val_126 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -128 val_128 2000-04-08 128 val_128 2000-04-08 -129 val_129 2000-04-08 129 val_129 2000-04-08 -129 val_129 2000-04-08 129 val_129 2000-04-08 -129 val_129 2000-04-08 129 val_129 2000-04-08 -129 val_129 2000-04-08 129 val_129 2000-04-08 -131 val_131 2000-04-08 131 val_131 2000-04-08 -133 val_133 2000-04-08 133 val_133 2000-04-08 -134 val_134 2000-04-08 134 val_134 2000-04-08 -134 val_134 2000-04-08 134 val_134 2000-04-08 -134 val_134 2000-04-08 134 val_134 2000-04-08 -134 val_134 2000-04-08 134 val_134 2000-04-08 -136 val_136 2000-04-08 136 val_136 2000-04-08 -137 val_137 2000-04-08 137 val_137 2000-04-08 -137 val_137 2000-04-08 137 val_137 2000-04-08 -137 val_137 2000-04-08 137 val_137 2000-04-08 -137 val_137 2000-04-08 137 val_137 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -138 val_138 2000-04-08 138 val_138 2000-04-08 -143 val_143 2000-04-08 143 val_143 2000-04-08 -145 val_145 2000-04-08 145 val_145 2000-04-08 -146 val_146 2000-04-08 146 val_146 2000-04-08 -146 val_146 2000-04-08 146 val_146 2000-04-08 -146 val_146 2000-04-08 146 val_146 2000-04-08 -146 val_146 2000-04-08 146 val_146 2000-04-08 -149 val_149 2000-04-08 149 val_149 2000-04-08 -149 val_149 2000-04-08 149 val_149 2000-04-08 -149 val_149 2000-04-08 149 val_149 2000-04-08 -149 val_149 2000-04-08 149 val_149 2000-04-08 -150 val_150 2000-04-08 150 val_150 2000-04-08 -152 val_152 2000-04-08 152 val_152 2000-04-08 -152 val_152 2000-04-08 152 val_152 2000-04-08 -152 val_152 2000-04-08 152 val_152 2000-04-08 -152 val_152 2000-04-08 152 val_152 2000-04-08 -153 val_153 2000-04-08 153 val_153 2000-04-08 -155 val_155 2000-04-08 155 val_155 2000-04-08 -156 val_156 2000-04-08 156 val_156 2000-04-08 -157 val_157 2000-04-08 157 val_157 2000-04-08 -158 val_158 2000-04-08 158 val_158 2000-04-08 -160 val_160 2000-04-08 160 val_160 2000-04-08 -162 val_162 2000-04-08 162 val_162 2000-04-08 -163 val_163 2000-04-08 163 val_163 2000-04-08 -164 val_164 2000-04-08 164 val_164 2000-04-08 -164 val_164 2000-04-08 164 val_164 2000-04-08 -164 val_164 2000-04-08 164 val_164 2000-04-08 -164 val_164 2000-04-08 164 val_164 2000-04-08 -165 val_165 2000-04-08 165 val_165 2000-04-08 -165 val_165 2000-04-08 165 val_165 2000-04-08 -165 val_165 2000-04-08 165 val_165 2000-04-08 -165 val_165 2000-04-08 165 val_165 2000-04-08 -166 val_166 2000-04-08 166 val_166 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -167 val_167 2000-04-08 167 val_167 2000-04-08 -168 val_168 2000-04-08 168 val_168 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -169 val_169 2000-04-08 169 val_169 2000-04-08 -170 val_170 2000-04-08 170 val_170 2000-04-08 -172 val_172 2000-04-08 172 val_172 2000-04-08 -172 val_172 2000-04-08 172 val_172 2000-04-08 -172 val_172 2000-04-08 172 val_172 2000-04-08 -172 val_172 2000-04-08 172 val_172 2000-04-08 -174 val_174 2000-04-08 174 val_174 2000-04-08 -174 val_174 2000-04-08 174 val_174 2000-04-08 -174 val_174 2000-04-08 174 val_174 2000-04-08 -174 val_174 2000-04-08 174 val_174 2000-04-08 -175 val_175 2000-04-08 175 val_175 2000-04-08 -175 val_175 2000-04-08 175 val_175 2000-04-08 -175 val_175 2000-04-08 175 val_175 2000-04-08 -175 val_175 2000-04-08 175 val_175 2000-04-08 -176 val_176 2000-04-08 176 val_176 2000-04-08 -176 val_176 2000-04-08 176 val_176 2000-04-08 -176 val_176 2000-04-08 176 val_176 2000-04-08 -176 val_176 2000-04-08 176 val_176 2000-04-08 -177 val_177 2000-04-08 177 val_177 2000-04-08 -178 val_178 2000-04-08 178 val_178 2000-04-08 -179 val_179 2000-04-08 179 val_179 2000-04-08 -179 val_179 2000-04-08 179 val_179 2000-04-08 -179 val_179 2000-04-08 179 val_179 2000-04-08 -179 val_179 2000-04-08 179 val_179 2000-04-08 -180 val_180 2000-04-08 180 val_180 2000-04-08 -181 val_181 2000-04-08 181 val_181 2000-04-08 -183 val_183 2000-04-08 183 val_183 2000-04-08 -186 val_186 2000-04-08 186 val_186 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -187 val_187 2000-04-08 187 val_187 2000-04-08 -189 val_189 2000-04-08 189 val_189 2000-04-08 -190 val_190 2000-04-08 190 val_190 2000-04-08 -191 val_191 2000-04-08 191 val_191 2000-04-08 -191 val_191 2000-04-08 191 val_191 2000-04-08 -191 val_191 2000-04-08 191 val_191 2000-04-08 -191 val_191 2000-04-08 191 val_191 2000-04-08 -192 val_192 2000-04-08 192 val_192 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -193 val_193 2000-04-08 193 val_193 2000-04-08 -194 val_194 2000-04-08 194 val_194 2000-04-08 -195 val_195 2000-04-08 195 val_195 2000-04-08 -195 val_195 2000-04-08 195 val_195 2000-04-08 -195 val_195 2000-04-08 195 val_195 2000-04-08 -195 val_195 2000-04-08 195 val_195 2000-04-08 -196 val_196 2000-04-08 196 val_196 2000-04-08 -197 val_197 2000-04-08 197 val_197 2000-04-08 -197 val_197 2000-04-08 197 val_197 2000-04-08 -197 val_197 2000-04-08 197 val_197 2000-04-08 -197 val_197 2000-04-08 197 val_197 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -199 val_199 2000-04-08 199 val_199 2000-04-08 -200 val_200 2000-04-08 200 val_200 2000-04-08 -200 val_200 2000-04-08 200 val_200 2000-04-08 -200 val_200 2000-04-08 200 val_200 2000-04-08 -200 val_200 2000-04-08 200 val_200 2000-04-08 -201 val_201 2000-04-08 201 val_201 2000-04-08 -202 val_202 2000-04-08 202 val_202 2000-04-08 -203 val_203 2000-04-08 203 val_203 2000-04-08 -203 val_203 2000-04-08 203 val_203 2000-04-08 -203 val_203 2000-04-08 203 val_203 2000-04-08 -203 val_203 2000-04-08 203 val_203 2000-04-08 -205 val_205 2000-04-08 205 val_205 2000-04-08 -205 val_205 2000-04-08 205 val_205 2000-04-08 -205 val_205 2000-04-08 205 val_205 2000-04-08 -205 val_205 2000-04-08 205 val_205 2000-04-08 -207 val_207 2000-04-08 207 val_207 2000-04-08 -207 val_207 2000-04-08 207 val_207 2000-04-08 -207 val_207 2000-04-08 207 val_207 2000-04-08 -207 val_207 2000-04-08 207 val_207 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -208 val_208 2000-04-08 208 val_208 2000-04-08 -209 val_209 2000-04-08 209 val_209 2000-04-08 -209 val_209 2000-04-08 209 val_209 2000-04-08 -209 val_209 2000-04-08 209 val_209 2000-04-08 -209 val_209 2000-04-08 209 val_209 2000-04-08 -213 val_213 2000-04-08 213 val_213 2000-04-08 -213 val_213 2000-04-08 213 val_213 2000-04-08 -213 val_213 2000-04-08 213 val_213 2000-04-08 -213 val_213 2000-04-08 213 val_213 2000-04-08 -214 val_214 2000-04-08 214 val_214 2000-04-08 -216 val_216 2000-04-08 216 val_216 2000-04-08 -216 val_216 2000-04-08 216 val_216 2000-04-08 -216 val_216 2000-04-08 216 val_216 2000-04-08 -216 val_216 2000-04-08 216 val_216 2000-04-08 -217 val_217 2000-04-08 217 val_217 2000-04-08 -217 val_217 2000-04-08 217 val_217 2000-04-08 -217 val_217 2000-04-08 217 val_217 2000-04-08 -217 val_217 2000-04-08 217 val_217 2000-04-08 -218 val_218 2000-04-08 218 val_218 2000-04-08 -219 val_219 2000-04-08 219 val_219 2000-04-08 -219 val_219 2000-04-08 219 val_219 2000-04-08 -219 val_219 2000-04-08 219 val_219 2000-04-08 -219 val_219 2000-04-08 219 val_219 2000-04-08 -221 val_221 2000-04-08 221 val_221 2000-04-08 -221 val_221 2000-04-08 221 val_221 2000-04-08 -221 val_221 2000-04-08 221 val_221 2000-04-08 -221 val_221 2000-04-08 221 val_221 2000-04-08 -222 val_222 2000-04-08 222 val_222 2000-04-08 -223 val_223 2000-04-08 223 val_223 2000-04-08 -223 val_223 2000-04-08 223 val_223 2000-04-08 -223 val_223 2000-04-08 223 val_223 2000-04-08 -223 val_223 2000-04-08 223 val_223 2000-04-08 -224 val_224 2000-04-08 224 val_224 2000-04-08 -224 val_224 2000-04-08 224 val_224 2000-04-08 -224 val_224 2000-04-08 224 val_224 2000-04-08 -224 val_224 2000-04-08 224 val_224 2000-04-08 -226 val_226 2000-04-08 226 val_226 2000-04-08 -228 val_228 2000-04-08 228 val_228 2000-04-08 -229 val_229 2000-04-08 229 val_229 2000-04-08 -229 val_229 2000-04-08 229 val_229 2000-04-08 -229 val_229 2000-04-08 229 val_229 2000-04-08 -229 val_229 2000-04-08 229 val_229 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -230 val_230 2000-04-08 230 val_230 2000-04-08 -233 val_233 2000-04-08 233 val_233 2000-04-08 -233 val_233 2000-04-08 233 val_233 2000-04-08 -233 val_233 2000-04-08 233 val_233 2000-04-08 -233 val_233 2000-04-08 233 val_233 2000-04-08 -235 val_235 2000-04-08 235 val_235 2000-04-08 -237 val_237 2000-04-08 237 val_237 2000-04-08 -237 val_237 2000-04-08 237 val_237 2000-04-08 -237 val_237 2000-04-08 237 val_237 2000-04-08 -237 val_237 2000-04-08 237 val_237 2000-04-08 -238 val_238 2000-04-08 238 val_238 2000-04-08 -238 val_238 2000-04-08 238 val_238 2000-04-08 -238 val_238 2000-04-08 238 val_238 2000-04-08 -238 val_238 2000-04-08 238 val_238 2000-04-08 -239 val_239 2000-04-08 239 val_239 2000-04-08 -239 val_239 2000-04-08 239 val_239 2000-04-08 -239 val_239 2000-04-08 239 val_239 2000-04-08 -239 val_239 2000-04-08 239 val_239 2000-04-08 -241 val_241 2000-04-08 241 val_241 2000-04-08 -242 val_242 2000-04-08 242 val_242 2000-04-08 -242 val_242 2000-04-08 242 val_242 2000-04-08 -242 val_242 2000-04-08 242 val_242 2000-04-08 -242 val_242 2000-04-08 242 val_242 2000-04-08 -244 val_244 2000-04-08 244 val_244 2000-04-08 -247 val_247 2000-04-08 247 val_247 2000-04-08 -248 val_248 2000-04-08 248 val_248 2000-04-08 -249 val_249 2000-04-08 249 val_249 2000-04-08 -252 val_252 2000-04-08 252 val_252 2000-04-08 -255 val_255 2000-04-08 255 val_255 2000-04-08 -255 val_255 2000-04-08 255 val_255 2000-04-08 -255 val_255 2000-04-08 255 val_255 2000-04-08 -255 val_255 2000-04-08 255 val_255 2000-04-08 -256 val_256 2000-04-08 256 val_256 2000-04-08 -256 val_256 2000-04-08 256 val_256 2000-04-08 -256 val_256 2000-04-08 256 val_256 2000-04-08 -256 val_256 2000-04-08 256 val_256 2000-04-08 -257 val_257 2000-04-08 257 val_257 2000-04-08 -258 val_258 2000-04-08 258 val_258 2000-04-08 -260 val_260 2000-04-08 260 val_260 2000-04-08 -262 val_262 2000-04-08 262 val_262 2000-04-08 -263 val_263 2000-04-08 263 val_263 2000-04-08 -265 val_265 2000-04-08 265 val_265 2000-04-08 -265 val_265 2000-04-08 265 val_265 2000-04-08 -265 val_265 2000-04-08 265 val_265 2000-04-08 -265 val_265 2000-04-08 265 val_265 2000-04-08 -266 val_266 2000-04-08 266 val_266 2000-04-08 -272 val_272 2000-04-08 272 val_272 2000-04-08 -272 val_272 2000-04-08 272 val_272 2000-04-08 -272 val_272 2000-04-08 272 val_272 2000-04-08 -272 val_272 2000-04-08 272 val_272 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -273 val_273 2000-04-08 273 val_273 2000-04-08 -274 val_274 2000-04-08 274 val_274 2000-04-08 -275 val_275 2000-04-08 275 val_275 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -277 val_277 2000-04-08 277 val_277 2000-04-08 -278 val_278 2000-04-08 278 val_278 2000-04-08 -278 val_278 2000-04-08 278 val_278 2000-04-08 -278 val_278 2000-04-08 278 val_278 2000-04-08 -278 val_278 2000-04-08 278 val_278 2000-04-08 -280 val_280 2000-04-08 280 val_280 2000-04-08 -280 val_280 2000-04-08 280 val_280 2000-04-08 -280 val_280 2000-04-08 280 val_280 2000-04-08 -280 val_280 2000-04-08 280 val_280 2000-04-08 -281 val_281 2000-04-08 281 val_281 2000-04-08 -281 val_281 2000-04-08 281 val_281 2000-04-08 -281 val_281 2000-04-08 281 val_281 2000-04-08 -281 val_281 2000-04-08 281 val_281 2000-04-08 -282 val_282 2000-04-08 282 val_282 2000-04-08 -282 val_282 2000-04-08 282 val_282 2000-04-08 -282 val_282 2000-04-08 282 val_282 2000-04-08 -282 val_282 2000-04-08 282 val_282 2000-04-08 -283 val_283 2000-04-08 283 val_283 2000-04-08 -284 val_284 2000-04-08 284 val_284 2000-04-08 -285 val_285 2000-04-08 285 val_285 2000-04-08 -286 val_286 2000-04-08 286 val_286 2000-04-08 -287 val_287 2000-04-08 287 val_287 2000-04-08 -288 val_288 2000-04-08 288 val_288 2000-04-08 -288 val_288 2000-04-08 288 val_288 2000-04-08 -288 val_288 2000-04-08 288 val_288 2000-04-08 -288 val_288 2000-04-08 288 val_288 2000-04-08 -289 val_289 2000-04-08 289 val_289 2000-04-08 -291 val_291 2000-04-08 291 val_291 2000-04-08 -292 val_292 2000-04-08 292 val_292 2000-04-08 -296 val_296 2000-04-08 296 val_296 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -298 val_298 2000-04-08 298 val_298 2000-04-08 -302 val_302 2000-04-08 302 val_302 2000-04-08 -305 val_305 2000-04-08 305 val_305 2000-04-08 -306 val_306 2000-04-08 306 val_306 2000-04-08 -307 val_307 2000-04-08 307 val_307 2000-04-08 -307 val_307 2000-04-08 307 val_307 2000-04-08 -307 val_307 2000-04-08 307 val_307 2000-04-08 -307 val_307 2000-04-08 307 val_307 2000-04-08 -308 val_308 2000-04-08 308 val_308 2000-04-08 -309 val_309 2000-04-08 309 val_309 2000-04-08 -309 val_309 2000-04-08 309 val_309 2000-04-08 -309 val_309 2000-04-08 309 val_309 2000-04-08 -309 val_309 2000-04-08 309 val_309 2000-04-08 -310 val_310 2000-04-08 310 val_310 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -311 val_311 2000-04-08 311 val_311 2000-04-08 -315 val_315 2000-04-08 315 val_315 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -316 val_316 2000-04-08 316 val_316 2000-04-08 -317 val_317 2000-04-08 317 val_317 2000-04-08 -317 val_317 2000-04-08 317 val_317 2000-04-08 -317 val_317 2000-04-08 317 val_317 2000-04-08 -317 val_317 2000-04-08 317 val_317 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -318 val_318 2000-04-08 318 val_318 2000-04-08 -321 val_321 2000-04-08 321 val_321 2000-04-08 -321 val_321 2000-04-08 321 val_321 2000-04-08 -321 val_321 2000-04-08 321 val_321 2000-04-08 -321 val_321 2000-04-08 321 val_321 2000-04-08 -322 val_322 2000-04-08 322 val_322 2000-04-08 -322 val_322 2000-04-08 322 val_322 2000-04-08 -322 val_322 2000-04-08 322 val_322 2000-04-08 -322 val_322 2000-04-08 322 val_322 2000-04-08 -323 val_323 2000-04-08 323 val_323 2000-04-08 -325 val_325 2000-04-08 325 val_325 2000-04-08 -325 val_325 2000-04-08 325 val_325 2000-04-08 -325 val_325 2000-04-08 325 val_325 2000-04-08 -325 val_325 2000-04-08 325 val_325 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -327 val_327 2000-04-08 327 val_327 2000-04-08 -331 val_331 2000-04-08 331 val_331 2000-04-08 -331 val_331 2000-04-08 331 val_331 2000-04-08 -331 val_331 2000-04-08 331 val_331 2000-04-08 -331 val_331 2000-04-08 331 val_331 2000-04-08 -332 val_332 2000-04-08 332 val_332 2000-04-08 -333 val_333 2000-04-08 333 val_333 2000-04-08 -333 val_333 2000-04-08 333 val_333 2000-04-08 -333 val_333 2000-04-08 333 val_333 2000-04-08 -333 val_333 2000-04-08 333 val_333 2000-04-08 -335 val_335 2000-04-08 335 val_335 2000-04-08 -336 val_336 2000-04-08 336 val_336 2000-04-08 -338 val_338 2000-04-08 338 val_338 2000-04-08 -339 val_339 2000-04-08 339 val_339 2000-04-08 -341 val_341 2000-04-08 341 val_341 2000-04-08 -342 val_342 2000-04-08 342 val_342 2000-04-08 -342 val_342 2000-04-08 342 val_342 2000-04-08 -342 val_342 2000-04-08 342 val_342 2000-04-08 -342 val_342 2000-04-08 342 val_342 2000-04-08 -344 val_344 2000-04-08 344 val_344 2000-04-08 -344 val_344 2000-04-08 344 val_344 2000-04-08 -344 val_344 2000-04-08 344 val_344 2000-04-08 -344 val_344 2000-04-08 344 val_344 2000-04-08 -345 val_345 2000-04-08 345 val_345 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -348 val_348 2000-04-08 348 val_348 2000-04-08 -351 val_351 2000-04-08 351 val_351 2000-04-08 -353 val_353 2000-04-08 353 val_353 2000-04-08 -353 val_353 2000-04-08 353 val_353 2000-04-08 -353 val_353 2000-04-08 353 val_353 2000-04-08 -353 val_353 2000-04-08 353 val_353 2000-04-08 -356 val_356 2000-04-08 356 val_356 2000-04-08 -360 val_360 2000-04-08 360 val_360 2000-04-08 -362 val_362 2000-04-08 362 val_362 2000-04-08 -364 val_364 2000-04-08 364 val_364 2000-04-08 -365 val_365 2000-04-08 365 val_365 2000-04-08 -366 val_366 2000-04-08 366 val_366 2000-04-08 -367 val_367 2000-04-08 367 val_367 2000-04-08 -367 val_367 2000-04-08 367 val_367 2000-04-08 -367 val_367 2000-04-08 367 val_367 2000-04-08 -367 val_367 2000-04-08 367 val_367 2000-04-08 -368 val_368 2000-04-08 368 val_368 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -369 val_369 2000-04-08 369 val_369 2000-04-08 -373 val_373 2000-04-08 373 val_373 2000-04-08 -374 val_374 2000-04-08 374 val_374 2000-04-08 -375 val_375 2000-04-08 375 val_375 2000-04-08 -377 val_377 2000-04-08 377 val_377 2000-04-08 -378 val_378 2000-04-08 378 val_378 2000-04-08 -379 val_379 2000-04-08 379 val_379 2000-04-08 -382 val_382 2000-04-08 382 val_382 2000-04-08 -382 val_382 2000-04-08 382 val_382 2000-04-08 -382 val_382 2000-04-08 382 val_382 2000-04-08 -382 val_382 2000-04-08 382 val_382 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -384 val_384 2000-04-08 384 val_384 2000-04-08 -386 val_386 2000-04-08 386 val_386 2000-04-08 -389 val_389 2000-04-08 389 val_389 2000-04-08 -392 val_392 2000-04-08 392 val_392 2000-04-08 -393 val_393 2000-04-08 393 val_393 2000-04-08 -394 val_394 2000-04-08 394 val_394 2000-04-08 -395 val_395 2000-04-08 395 val_395 2000-04-08 -395 val_395 2000-04-08 395 val_395 2000-04-08 -395 val_395 2000-04-08 395 val_395 2000-04-08 -395 val_395 2000-04-08 395 val_395 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -396 val_396 2000-04-08 396 val_396 2000-04-08 -397 val_397 2000-04-08 397 val_397 2000-04-08 -397 val_397 2000-04-08 397 val_397 2000-04-08 -397 val_397 2000-04-08 397 val_397 2000-04-08 -397 val_397 2000-04-08 397 val_397 2000-04-08 -399 val_399 2000-04-08 399 val_399 2000-04-08 -399 val_399 2000-04-08 399 val_399 2000-04-08 -399 val_399 2000-04-08 399 val_399 2000-04-08 -399 val_399 2000-04-08 399 val_399 2000-04-08 -400 val_400 2000-04-08 400 val_400 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -401 val_401 2000-04-08 401 val_401 2000-04-08 -402 val_402 2000-04-08 402 val_402 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -403 val_403 2000-04-08 403 val_403 2000-04-08 -404 val_404 2000-04-08 404 val_404 2000-04-08 -404 val_404 2000-04-08 404 val_404 2000-04-08 -404 val_404 2000-04-08 404 val_404 2000-04-08 -404 val_404 2000-04-08 404 val_404 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -406 val_406 2000-04-08 406 val_406 2000-04-08 -407 val_407 2000-04-08 407 val_407 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -409 val_409 2000-04-08 409 val_409 2000-04-08 -411 val_411 2000-04-08 411 val_411 2000-04-08 -413 val_413 2000-04-08 413 val_413 2000-04-08 -413 val_413 2000-04-08 413 val_413 2000-04-08 -413 val_413 2000-04-08 413 val_413 2000-04-08 -413 val_413 2000-04-08 413 val_413 2000-04-08 -414 val_414 2000-04-08 414 val_414 2000-04-08 -414 val_414 2000-04-08 414 val_414 2000-04-08 -414 val_414 2000-04-08 414 val_414 2000-04-08 -414 val_414 2000-04-08 414 val_414 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -417 val_417 2000-04-08 417 val_417 2000-04-08 -418 val_418 2000-04-08 418 val_418 2000-04-08 -419 val_419 2000-04-08 419 val_419 2000-04-08 -421 val_421 2000-04-08 421 val_421 2000-04-08 -424 val_424 2000-04-08 424 val_424 2000-04-08 -424 val_424 2000-04-08 424 val_424 2000-04-08 -424 val_424 2000-04-08 424 val_424 2000-04-08 -424 val_424 2000-04-08 424 val_424 2000-04-08 -427 val_427 2000-04-08 427 val_427 2000-04-08 -429 val_429 2000-04-08 429 val_429 2000-04-08 -429 val_429 2000-04-08 429 val_429 2000-04-08 -429 val_429 2000-04-08 429 val_429 2000-04-08 -429 val_429 2000-04-08 429 val_429 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -430 val_430 2000-04-08 430 val_430 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -431 val_431 2000-04-08 431 val_431 2000-04-08 -432 val_432 2000-04-08 432 val_432 2000-04-08 -435 val_435 2000-04-08 435 val_435 2000-04-08 -436 val_436 2000-04-08 436 val_436 2000-04-08 -437 val_437 2000-04-08 437 val_437 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -438 val_438 2000-04-08 438 val_438 2000-04-08 -439 val_439 2000-04-08 439 val_439 2000-04-08 -439 val_439 2000-04-08 439 val_439 2000-04-08 -439 val_439 2000-04-08 439 val_439 2000-04-08 -439 val_439 2000-04-08 439 val_439 2000-04-08 -443 val_443 2000-04-08 443 val_443 2000-04-08 -444 val_444 2000-04-08 444 val_444 2000-04-08 -446 val_446 2000-04-08 446 val_446 2000-04-08 -448 val_448 2000-04-08 448 val_448 2000-04-08 -449 val_449 2000-04-08 449 val_449 2000-04-08 -452 val_452 2000-04-08 452 val_452 2000-04-08 -453 val_453 2000-04-08 453 val_453 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -454 val_454 2000-04-08 454 val_454 2000-04-08 -455 val_455 2000-04-08 455 val_455 2000-04-08 -457 val_457 2000-04-08 457 val_457 2000-04-08 -458 val_458 2000-04-08 458 val_458 2000-04-08 -458 val_458 2000-04-08 458 val_458 2000-04-08 -458 val_458 2000-04-08 458 val_458 2000-04-08 -458 val_458 2000-04-08 458 val_458 2000-04-08 -459 val_459 2000-04-08 459 val_459 2000-04-08 -459 val_459 2000-04-08 459 val_459 2000-04-08 -459 val_459 2000-04-08 459 val_459 2000-04-08 -459 val_459 2000-04-08 459 val_459 2000-04-08 -460 val_460 2000-04-08 460 val_460 2000-04-08 -462 val_462 2000-04-08 462 val_462 2000-04-08 -462 val_462 2000-04-08 462 val_462 2000-04-08 -462 val_462 2000-04-08 462 val_462 2000-04-08 -462 val_462 2000-04-08 462 val_462 2000-04-08 -463 val_463 2000-04-08 463 val_463 2000-04-08 -463 val_463 2000-04-08 463 val_463 2000-04-08 -463 val_463 2000-04-08 463 val_463 2000-04-08 -463 val_463 2000-04-08 463 val_463 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -466 val_466 2000-04-08 466 val_466 2000-04-08 -467 val_467 2000-04-08 467 val_467 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -468 val_468 2000-04-08 468 val_468 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -469 val_469 2000-04-08 469 val_469 2000-04-08 -470 val_470 2000-04-08 470 val_470 2000-04-08 -472 val_472 2000-04-08 472 val_472 2000-04-08 -475 val_475 2000-04-08 475 val_475 2000-04-08 -477 val_477 2000-04-08 477 val_477 2000-04-08 -478 val_478 2000-04-08 478 val_478 2000-04-08 -478 val_478 2000-04-08 478 val_478 2000-04-08 -478 val_478 2000-04-08 478 val_478 2000-04-08 -478 val_478 2000-04-08 478 val_478 2000-04-08 -479 val_479 2000-04-08 479 val_479 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -480 val_480 2000-04-08 480 val_480 2000-04-08 -481 val_481 2000-04-08 481 val_481 2000-04-08 -482 val_482 2000-04-08 482 val_482 2000-04-08 -483 val_483 2000-04-08 483 val_483 2000-04-08 -484 val_484 2000-04-08 484 val_484 2000-04-08 -485 val_485 2000-04-08 485 val_485 2000-04-08 -487 val_487 2000-04-08 487 val_487 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -489 val_489 2000-04-08 489 val_489 2000-04-08 -490 val_490 2000-04-08 490 val_490 2000-04-08 -491 val_491 2000-04-08 491 val_491 2000-04-08 -492 val_492 2000-04-08 492 val_492 2000-04-08 -492 val_492 2000-04-08 492 val_492 2000-04-08 -492 val_492 2000-04-08 492 val_492 2000-04-08 -492 val_492 2000-04-08 492 val_492 2000-04-08 -493 val_493 2000-04-08 493 val_493 2000-04-08 -494 val_494 2000-04-08 494 val_494 2000-04-08 -495 val_495 2000-04-08 495 val_495 2000-04-08 -496 val_496 2000-04-08 496 val_496 2000-04-08 -497 val_497 2000-04-08 497 val_497 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -498 val_498 2000-04-08 498 val_498 2000-04-08 -PREHOOK: query: explain extended 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' +PREHOOK: query: explain extended 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 PREHOOK: type: QUERY -POSTHOOK: query: explain extended 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' +POSTHOOK: query: explain extended 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: 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), ] @@ -7363,10 +2757,11 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_JOIN (TOK_TABREF pcr_t1 t1) (TOK_TABREF pcr_t1 t2) (and (and (= (. (TOK_TABLE_OR_COL t1) key) (. (TOK_TABLE_OR_COL t2) key)) (= (. (TOK_TABLE_OR_COL t1) ds) '2000-04-08')) (= (. (TOK_TABLE_OR_COL t2) ds) '2000-04-09')))) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR TOK_ALLCOLREF)))) + (TOK_QUERY (TOK_FROM (TOK_JOIN (TOK_TABREF pcr_t1 t1) (TOK_TABREF pcr_t1 t2) (and (and (= (. (TOK_TABLE_OR_COL t1) key) (. (TOK_TABLE_OR_COL t2) key)) (= (. (TOK_TABLE_OR_COL t1) ds) '2000-04-08')) (= (. (TOK_TABLE_OR_COL t2) ds) '2000-04-09')))) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR TOK_ALLCOLREF)) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (. (TOK_TABLE_OR_COL t1) key))))) STAGE DEPENDENCIES: Stage-1 is a root stage + Stage-2 depends on stages: Stage-1 Stage-0 is a root stage STAGE PLANS: @@ -7425,10 +2820,10 @@ type: string Needs Tagging: true Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [t2] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [t2] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -7441,17 +2836,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -7462,21 +2857,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -7489,17 +2884,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -7510,17 +2905,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 3 numPartitions 3 - numRows 1500 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 17436 - transient_lastDdlTime 1288977740 + totalSize 540 + transient_lastDdlTime 1288992476 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 @@ -7551,35 +2946,96 @@ File Output Operator compressed: false GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-23-09_362_5574433915059569605/-ext-10001 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-31_349_8078029572065182359/-mr-10002 NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-23-09_362_5574433915059569605/-ext-10001/ table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat properties: columns _col0,_col1,_col2,_col3,_col4,_col5 - columns.types int:string:string:int:string:string - serialization.format 1 + columns.types int,string,string,int,string,string + escape.delim \ TotalFiles: 1 GatherStats: false MultiFileSpray: false + Stage: Stage-2 + Map Reduce + Alias -> Map Operator Tree: + file:/tmp/sdong/hive_2010-11-05_14-28-31_349_8078029572065182359/-mr-10002 + Reduce Output Operator + key expressions: + expr: _col0 + type: int + sort order: + + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string + expr: _col3 + type: int + expr: _col4 + type: string + expr: _col5 + type: string + Needs Tagging: false + Path -> Alias: + file:/tmp/sdong/hive_2010-11-05_14-28-31_349_8078029572065182359/-mr-10002 [file:/tmp/sdong/hive_2010-11-05_14-28-31_349_8078029572065182359/-mr-10002] + Path -> Partition: + file:/tmp/sdong/hive_2010-11-05_14-28-31_349_8078029572065182359/-mr-10002 + Partition + base file name: -mr-10002 + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat + properties: + columns _col0,_col1,_col2,_col3,_col4,_col5 + columns.types int,string,string,int,string,string + escape.delim \ + + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat + properties: + columns _col0,_col1,_col2,_col3,_col4,_col5 + columns.types int,string,string,int,string,string + escape.delim \ + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-31_349_8078029572065182359/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-31_349_8078029572065182359/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2,_col3,_col4,_col5 + columns.types int:string:string:int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false + Stage: Stage-0 Fetch Operator limit: -1 -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-09' +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-09' order by t1.key 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/njain/hive_2010-11-05_10-23-09_602_2193385134022520571/-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' +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-31_498_6350128746665805591/-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/njain/hive_2010-11-05_10-23-09_602_2193385134022520571/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-31_498_6350128746665805591/-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), ] @@ -7624,1001 +3080,11 @@ 18 val_18 2000-04-08 18 val_18 2000-04-09 18 val_18 2000-04-08 18 val_18 2000-04-09 19 val_19 2000-04-08 19 val_19 2000-04-09 -20 val_20 2000-04-08 20 val_20 2000-04-09 -24 val_24 2000-04-08 24 val_24 2000-04-09 -24 val_24 2000-04-08 24 val_24 2000-04-09 -24 val_24 2000-04-08 24 val_24 2000-04-09 -24 val_24 2000-04-08 24 val_24 2000-04-09 -26 val_26 2000-04-08 26 val_26 2000-04-09 -26 val_26 2000-04-08 26 val_26 2000-04-09 -26 val_26 2000-04-08 26 val_26 2000-04-09 -26 val_26 2000-04-08 26 val_26 2000-04-09 -27 val_27 2000-04-08 27 val_27 2000-04-09 -28 val_28 2000-04-08 28 val_28 2000-04-09 -30 val_30 2000-04-08 30 val_30 2000-04-09 -33 val_33 2000-04-08 33 val_33 2000-04-09 -34 val_34 2000-04-08 34 val_34 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -35 val_35 2000-04-08 35 val_35 2000-04-09 -37 val_37 2000-04-08 37 val_37 2000-04-09 -37 val_37 2000-04-08 37 val_37 2000-04-09 -37 val_37 2000-04-08 37 val_37 2000-04-09 -37 val_37 2000-04-08 37 val_37 2000-04-09 -41 val_41 2000-04-08 41 val_41 2000-04-09 -42 val_42 2000-04-08 42 val_42 2000-04-09 -42 val_42 2000-04-08 42 val_42 2000-04-09 -42 val_42 2000-04-08 42 val_42 2000-04-09 -42 val_42 2000-04-08 42 val_42 2000-04-09 -43 val_43 2000-04-08 43 val_43 2000-04-09 -44 val_44 2000-04-08 44 val_44 2000-04-09 -47 val_47 2000-04-08 47 val_47 2000-04-09 -51 val_51 2000-04-08 51 val_51 2000-04-09 -51 val_51 2000-04-08 51 val_51 2000-04-09 -51 val_51 2000-04-08 51 val_51 2000-04-09 -51 val_51 2000-04-08 51 val_51 2000-04-09 -53 val_53 2000-04-08 53 val_53 2000-04-09 -54 val_54 2000-04-08 54 val_54 2000-04-09 -57 val_57 2000-04-08 57 val_57 2000-04-09 -58 val_58 2000-04-08 58 val_58 2000-04-09 -58 val_58 2000-04-08 58 val_58 2000-04-09 -58 val_58 2000-04-08 58 val_58 2000-04-09 -58 val_58 2000-04-08 58 val_58 2000-04-09 -64 val_64 2000-04-08 64 val_64 2000-04-09 -65 val_65 2000-04-08 65 val_65 2000-04-09 -66 val_66 2000-04-08 66 val_66 2000-04-09 -67 val_67 2000-04-08 67 val_67 2000-04-09 -67 val_67 2000-04-08 67 val_67 2000-04-09 -67 val_67 2000-04-08 67 val_67 2000-04-09 -67 val_67 2000-04-08 67 val_67 2000-04-09 -69 val_69 2000-04-08 69 val_69 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -70 val_70 2000-04-08 70 val_70 2000-04-09 -72 val_72 2000-04-08 72 val_72 2000-04-09 -72 val_72 2000-04-08 72 val_72 2000-04-09 -72 val_72 2000-04-08 72 val_72 2000-04-09 -72 val_72 2000-04-08 72 val_72 2000-04-09 -74 val_74 2000-04-08 74 val_74 2000-04-09 -76 val_76 2000-04-08 76 val_76 2000-04-09 -76 val_76 2000-04-08 76 val_76 2000-04-09 -76 val_76 2000-04-08 76 val_76 2000-04-09 -76 val_76 2000-04-08 76 val_76 2000-04-09 -77 val_77 2000-04-08 77 val_77 2000-04-09 -78 val_78 2000-04-08 78 val_78 2000-04-09 -80 val_80 2000-04-08 80 val_80 2000-04-09 -82 val_82 2000-04-08 82 val_82 2000-04-09 -83 val_83 2000-04-08 83 val_83 2000-04-09 -83 val_83 2000-04-08 83 val_83 2000-04-09 -83 val_83 2000-04-08 83 val_83 2000-04-09 -83 val_83 2000-04-08 83 val_83 2000-04-09 -84 val_84 2000-04-08 84 val_84 2000-04-09 -84 val_84 2000-04-08 84 val_84 2000-04-09 -84 val_84 2000-04-08 84 val_84 2000-04-09 -84 val_84 2000-04-08 84 val_84 2000-04-09 -85 val_85 2000-04-08 85 val_85 2000-04-09 -86 val_86 2000-04-08 86 val_86 2000-04-09 -87 val_87 2000-04-08 87 val_87 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -90 val_90 2000-04-08 90 val_90 2000-04-09 -92 val_92 2000-04-08 92 val_92 2000-04-09 -95 val_95 2000-04-08 95 val_95 2000-04-09 -95 val_95 2000-04-08 95 val_95 2000-04-09 -95 val_95 2000-04-08 95 val_95 2000-04-09 -95 val_95 2000-04-08 95 val_95 2000-04-09 -96 val_96 2000-04-08 96 val_96 2000-04-09 -97 val_97 2000-04-08 97 val_97 2000-04-09 -97 val_97 2000-04-08 97 val_97 2000-04-09 -97 val_97 2000-04-08 97 val_97 2000-04-09 -97 val_97 2000-04-08 97 val_97 2000-04-09 -98 val_98 2000-04-08 98 val_98 2000-04-09 -98 val_98 2000-04-08 98 val_98 2000-04-09 -98 val_98 2000-04-08 98 val_98 2000-04-09 -98 val_98 2000-04-08 98 val_98 2000-04-09 -100 val_100 2000-04-08 100 val_100 2000-04-09 -100 val_100 2000-04-08 100 val_100 2000-04-09 -100 val_100 2000-04-08 100 val_100 2000-04-09 -100 val_100 2000-04-08 100 val_100 2000-04-09 -103 val_103 2000-04-08 103 val_103 2000-04-09 -103 val_103 2000-04-08 103 val_103 2000-04-09 -103 val_103 2000-04-08 103 val_103 2000-04-09 -103 val_103 2000-04-08 103 val_103 2000-04-09 -104 val_104 2000-04-08 104 val_104 2000-04-09 -104 val_104 2000-04-08 104 val_104 2000-04-09 -104 val_104 2000-04-08 104 val_104 2000-04-09 -104 val_104 2000-04-08 104 val_104 2000-04-09 -105 val_105 2000-04-08 105 val_105 2000-04-09 -111 val_111 2000-04-08 111 val_111 2000-04-09 -113 val_113 2000-04-08 113 val_113 2000-04-09 -113 val_113 2000-04-08 113 val_113 2000-04-09 -113 val_113 2000-04-08 113 val_113 2000-04-09 -113 val_113 2000-04-08 113 val_113 2000-04-09 -114 val_114 2000-04-08 114 val_114 2000-04-09 -116 val_116 2000-04-08 116 val_116 2000-04-09 -118 val_118 2000-04-08 118 val_118 2000-04-09 -118 val_118 2000-04-08 118 val_118 2000-04-09 -118 val_118 2000-04-08 118 val_118 2000-04-09 -118 val_118 2000-04-08 118 val_118 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -119 val_119 2000-04-08 119 val_119 2000-04-09 -120 val_120 2000-04-08 120 val_120 2000-04-09 -120 val_120 2000-04-08 120 val_120 2000-04-09 -120 val_120 2000-04-08 120 val_120 2000-04-09 -120 val_120 2000-04-08 120 val_120 2000-04-09 -125 val_125 2000-04-08 125 val_125 2000-04-09 -125 val_125 2000-04-08 125 val_125 2000-04-09 -125 val_125 2000-04-08 125 val_125 2000-04-09 -125 val_125 2000-04-08 125 val_125 2000-04-09 -126 val_126 2000-04-08 126 val_126 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -128 val_128 2000-04-08 128 val_128 2000-04-09 -129 val_129 2000-04-08 129 val_129 2000-04-09 -129 val_129 2000-04-08 129 val_129 2000-04-09 -129 val_129 2000-04-08 129 val_129 2000-04-09 -129 val_129 2000-04-08 129 val_129 2000-04-09 -131 val_131 2000-04-08 131 val_131 2000-04-09 -133 val_133 2000-04-08 133 val_133 2000-04-09 -134 val_134 2000-04-08 134 val_134 2000-04-09 -134 val_134 2000-04-08 134 val_134 2000-04-09 -134 val_134 2000-04-08 134 val_134 2000-04-09 -134 val_134 2000-04-08 134 val_134 2000-04-09 -136 val_136 2000-04-08 136 val_136 2000-04-09 -137 val_137 2000-04-08 137 val_137 2000-04-09 -137 val_137 2000-04-08 137 val_137 2000-04-09 -137 val_137 2000-04-08 137 val_137 2000-04-09 -137 val_137 2000-04-08 137 val_137 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -138 val_138 2000-04-08 138 val_138 2000-04-09 -143 val_143 2000-04-08 143 val_143 2000-04-09 -145 val_145 2000-04-08 145 val_145 2000-04-09 -146 val_146 2000-04-08 146 val_146 2000-04-09 -146 val_146 2000-04-08 146 val_146 2000-04-09 -146 val_146 2000-04-08 146 val_146 2000-04-09 -146 val_146 2000-04-08 146 val_146 2000-04-09 -149 val_149 2000-04-08 149 val_149 2000-04-09 -149 val_149 2000-04-08 149 val_149 2000-04-09 -149 val_149 2000-04-08 149 val_149 2000-04-09 -149 val_149 2000-04-08 149 val_149 2000-04-09 -150 val_150 2000-04-08 150 val_150 2000-04-09 -152 val_152 2000-04-08 152 val_152 2000-04-09 -152 val_152 2000-04-08 152 val_152 2000-04-09 -152 val_152 2000-04-08 152 val_152 2000-04-09 -152 val_152 2000-04-08 152 val_152 2000-04-09 -153 val_153 2000-04-08 153 val_153 2000-04-09 -155 val_155 2000-04-08 155 val_155 2000-04-09 -156 val_156 2000-04-08 156 val_156 2000-04-09 -157 val_157 2000-04-08 157 val_157 2000-04-09 -158 val_158 2000-04-08 158 val_158 2000-04-09 -160 val_160 2000-04-08 160 val_160 2000-04-09 -162 val_162 2000-04-08 162 val_162 2000-04-09 -163 val_163 2000-04-08 163 val_163 2000-04-09 -164 val_164 2000-04-08 164 val_164 2000-04-09 -164 val_164 2000-04-08 164 val_164 2000-04-09 -164 val_164 2000-04-08 164 val_164 2000-04-09 -164 val_164 2000-04-08 164 val_164 2000-04-09 -165 val_165 2000-04-08 165 val_165 2000-04-09 -165 val_165 2000-04-08 165 val_165 2000-04-09 -165 val_165 2000-04-08 165 val_165 2000-04-09 -165 val_165 2000-04-08 165 val_165 2000-04-09 -166 val_166 2000-04-08 166 val_166 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -167 val_167 2000-04-08 167 val_167 2000-04-09 -168 val_168 2000-04-08 168 val_168 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -169 val_169 2000-04-08 169 val_169 2000-04-09 -170 val_170 2000-04-08 170 val_170 2000-04-09 -172 val_172 2000-04-08 172 val_172 2000-04-09 -172 val_172 2000-04-08 172 val_172 2000-04-09 -172 val_172 2000-04-08 172 val_172 2000-04-09 -172 val_172 2000-04-08 172 val_172 2000-04-09 -174 val_174 2000-04-08 174 val_174 2000-04-09 -174 val_174 2000-04-08 174 val_174 2000-04-09 -174 val_174 2000-04-08 174 val_174 2000-04-09 -174 val_174 2000-04-08 174 val_174 2000-04-09 -175 val_175 2000-04-08 175 val_175 2000-04-09 -175 val_175 2000-04-08 175 val_175 2000-04-09 -175 val_175 2000-04-08 175 val_175 2000-04-09 -175 val_175 2000-04-08 175 val_175 2000-04-09 -176 val_176 2000-04-08 176 val_176 2000-04-09 -176 val_176 2000-04-08 176 val_176 2000-04-09 -176 val_176 2000-04-08 176 val_176 2000-04-09 -176 val_176 2000-04-08 176 val_176 2000-04-09 -177 val_177 2000-04-08 177 val_177 2000-04-09 -178 val_178 2000-04-08 178 val_178 2000-04-09 -179 val_179 2000-04-08 179 val_179 2000-04-09 -179 val_179 2000-04-08 179 val_179 2000-04-09 -179 val_179 2000-04-08 179 val_179 2000-04-09 -179 val_179 2000-04-08 179 val_179 2000-04-09 -180 val_180 2000-04-08 180 val_180 2000-04-09 -181 val_181 2000-04-08 181 val_181 2000-04-09 -183 val_183 2000-04-08 183 val_183 2000-04-09 -186 val_186 2000-04-08 186 val_186 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -187 val_187 2000-04-08 187 val_187 2000-04-09 -189 val_189 2000-04-08 189 val_189 2000-04-09 -190 val_190 2000-04-08 190 val_190 2000-04-09 -191 val_191 2000-04-08 191 val_191 2000-04-09 -191 val_191 2000-04-08 191 val_191 2000-04-09 -191 val_191 2000-04-08 191 val_191 2000-04-09 -191 val_191 2000-04-08 191 val_191 2000-04-09 -192 val_192 2000-04-08 192 val_192 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -193 val_193 2000-04-08 193 val_193 2000-04-09 -194 val_194 2000-04-08 194 val_194 2000-04-09 -195 val_195 2000-04-08 195 val_195 2000-04-09 -195 val_195 2000-04-08 195 val_195 2000-04-09 -195 val_195 2000-04-08 195 val_195 2000-04-09 -195 val_195 2000-04-08 195 val_195 2000-04-09 -196 val_196 2000-04-08 196 val_196 2000-04-09 -197 val_197 2000-04-08 197 val_197 2000-04-09 -197 val_197 2000-04-08 197 val_197 2000-04-09 -197 val_197 2000-04-08 197 val_197 2000-04-09 -197 val_197 2000-04-08 197 val_197 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -199 val_199 2000-04-08 199 val_199 2000-04-09 -200 val_200 2000-04-08 200 val_200 2000-04-09 -200 val_200 2000-04-08 200 val_200 2000-04-09 -200 val_200 2000-04-08 200 val_200 2000-04-09 -200 val_200 2000-04-08 200 val_200 2000-04-09 -201 val_201 2000-04-08 201 val_201 2000-04-09 -202 val_202 2000-04-08 202 val_202 2000-04-09 -203 val_203 2000-04-08 203 val_203 2000-04-09 -203 val_203 2000-04-08 203 val_203 2000-04-09 -203 val_203 2000-04-08 203 val_203 2000-04-09 -203 val_203 2000-04-08 203 val_203 2000-04-09 -205 val_205 2000-04-08 205 val_205 2000-04-09 -205 val_205 2000-04-08 205 val_205 2000-04-09 -205 val_205 2000-04-08 205 val_205 2000-04-09 -205 val_205 2000-04-08 205 val_205 2000-04-09 -207 val_207 2000-04-08 207 val_207 2000-04-09 -207 val_207 2000-04-08 207 val_207 2000-04-09 -207 val_207 2000-04-08 207 val_207 2000-04-09 -207 val_207 2000-04-08 207 val_207 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -208 val_208 2000-04-08 208 val_208 2000-04-09 -209 val_209 2000-04-08 209 val_209 2000-04-09 -209 val_209 2000-04-08 209 val_209 2000-04-09 -209 val_209 2000-04-08 209 val_209 2000-04-09 -209 val_209 2000-04-08 209 val_209 2000-04-09 -213 val_213 2000-04-08 213 val_213 2000-04-09 -213 val_213 2000-04-08 213 val_213 2000-04-09 -213 val_213 2000-04-08 213 val_213 2000-04-09 -213 val_213 2000-04-08 213 val_213 2000-04-09 -214 val_214 2000-04-08 214 val_214 2000-04-09 -216 val_216 2000-04-08 216 val_216 2000-04-09 -216 val_216 2000-04-08 216 val_216 2000-04-09 -216 val_216 2000-04-08 216 val_216 2000-04-09 -216 val_216 2000-04-08 216 val_216 2000-04-09 -217 val_217 2000-04-08 217 val_217 2000-04-09 -217 val_217 2000-04-08 217 val_217 2000-04-09 -217 val_217 2000-04-08 217 val_217 2000-04-09 -217 val_217 2000-04-08 217 val_217 2000-04-09 -218 val_218 2000-04-08 218 val_218 2000-04-09 -219 val_219 2000-04-08 219 val_219 2000-04-09 -219 val_219 2000-04-08 219 val_219 2000-04-09 -219 val_219 2000-04-08 219 val_219 2000-04-09 -219 val_219 2000-04-08 219 val_219 2000-04-09 -221 val_221 2000-04-08 221 val_221 2000-04-09 -221 val_221 2000-04-08 221 val_221 2000-04-09 -221 val_221 2000-04-08 221 val_221 2000-04-09 -221 val_221 2000-04-08 221 val_221 2000-04-09 -222 val_222 2000-04-08 222 val_222 2000-04-09 -223 val_223 2000-04-08 223 val_223 2000-04-09 -223 val_223 2000-04-08 223 val_223 2000-04-09 -223 val_223 2000-04-08 223 val_223 2000-04-09 -223 val_223 2000-04-08 223 val_223 2000-04-09 -224 val_224 2000-04-08 224 val_224 2000-04-09 -224 val_224 2000-04-08 224 val_224 2000-04-09 -224 val_224 2000-04-08 224 val_224 2000-04-09 -224 val_224 2000-04-08 224 val_224 2000-04-09 -226 val_226 2000-04-08 226 val_226 2000-04-09 -228 val_228 2000-04-08 228 val_228 2000-04-09 -229 val_229 2000-04-08 229 val_229 2000-04-09 -229 val_229 2000-04-08 229 val_229 2000-04-09 -229 val_229 2000-04-08 229 val_229 2000-04-09 -229 val_229 2000-04-08 229 val_229 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -230 val_230 2000-04-08 230 val_230 2000-04-09 -233 val_233 2000-04-08 233 val_233 2000-04-09 -233 val_233 2000-04-08 233 val_233 2000-04-09 -233 val_233 2000-04-08 233 val_233 2000-04-09 -233 val_233 2000-04-08 233 val_233 2000-04-09 -235 val_235 2000-04-08 235 val_235 2000-04-09 -237 val_237 2000-04-08 237 val_237 2000-04-09 -237 val_237 2000-04-08 237 val_237 2000-04-09 -237 val_237 2000-04-08 237 val_237 2000-04-09 -237 val_237 2000-04-08 237 val_237 2000-04-09 -238 val_238 2000-04-08 238 val_238 2000-04-09 -238 val_238 2000-04-08 238 val_238 2000-04-09 -238 val_238 2000-04-08 238 val_238 2000-04-09 -238 val_238 2000-04-08 238 val_238 2000-04-09 -239 val_239 2000-04-08 239 val_239 2000-04-09 -239 val_239 2000-04-08 239 val_239 2000-04-09 -239 val_239 2000-04-08 239 val_239 2000-04-09 -239 val_239 2000-04-08 239 val_239 2000-04-09 -241 val_241 2000-04-08 241 val_241 2000-04-09 -242 val_242 2000-04-08 242 val_242 2000-04-09 -242 val_242 2000-04-08 242 val_242 2000-04-09 -242 val_242 2000-04-08 242 val_242 2000-04-09 -242 val_242 2000-04-08 242 val_242 2000-04-09 -244 val_244 2000-04-08 244 val_244 2000-04-09 -247 val_247 2000-04-08 247 val_247 2000-04-09 -248 val_248 2000-04-08 248 val_248 2000-04-09 -249 val_249 2000-04-08 249 val_249 2000-04-09 -252 val_252 2000-04-08 252 val_252 2000-04-09 -255 val_255 2000-04-08 255 val_255 2000-04-09 -255 val_255 2000-04-08 255 val_255 2000-04-09 -255 val_255 2000-04-08 255 val_255 2000-04-09 -255 val_255 2000-04-08 255 val_255 2000-04-09 -256 val_256 2000-04-08 256 val_256 2000-04-09 -256 val_256 2000-04-08 256 val_256 2000-04-09 -256 val_256 2000-04-08 256 val_256 2000-04-09 -256 val_256 2000-04-08 256 val_256 2000-04-09 -257 val_257 2000-04-08 257 val_257 2000-04-09 -258 val_258 2000-04-08 258 val_258 2000-04-09 -260 val_260 2000-04-08 260 val_260 2000-04-09 -262 val_262 2000-04-08 262 val_262 2000-04-09 -263 val_263 2000-04-08 263 val_263 2000-04-09 -265 val_265 2000-04-08 265 val_265 2000-04-09 -265 val_265 2000-04-08 265 val_265 2000-04-09 -265 val_265 2000-04-08 265 val_265 2000-04-09 -265 val_265 2000-04-08 265 val_265 2000-04-09 -266 val_266 2000-04-08 266 val_266 2000-04-09 -272 val_272 2000-04-08 272 val_272 2000-04-09 -272 val_272 2000-04-08 272 val_272 2000-04-09 -272 val_272 2000-04-08 272 val_272 2000-04-09 -272 val_272 2000-04-08 272 val_272 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -273 val_273 2000-04-08 273 val_273 2000-04-09 -274 val_274 2000-04-08 274 val_274 2000-04-09 -275 val_275 2000-04-08 275 val_275 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -277 val_277 2000-04-08 277 val_277 2000-04-09 -278 val_278 2000-04-08 278 val_278 2000-04-09 -278 val_278 2000-04-08 278 val_278 2000-04-09 -278 val_278 2000-04-08 278 val_278 2000-04-09 -278 val_278 2000-04-08 278 val_278 2000-04-09 -280 val_280 2000-04-08 280 val_280 2000-04-09 -280 val_280 2000-04-08 280 val_280 2000-04-09 -280 val_280 2000-04-08 280 val_280 2000-04-09 -280 val_280 2000-04-08 280 val_280 2000-04-09 -281 val_281 2000-04-08 281 val_281 2000-04-09 -281 val_281 2000-04-08 281 val_281 2000-04-09 -281 val_281 2000-04-08 281 val_281 2000-04-09 -281 val_281 2000-04-08 281 val_281 2000-04-09 -282 val_282 2000-04-08 282 val_282 2000-04-09 -282 val_282 2000-04-08 282 val_282 2000-04-09 -282 val_282 2000-04-08 282 val_282 2000-04-09 -282 val_282 2000-04-08 282 val_282 2000-04-09 -283 val_283 2000-04-08 283 val_283 2000-04-09 -284 val_284 2000-04-08 284 val_284 2000-04-09 -285 val_285 2000-04-08 285 val_285 2000-04-09 -286 val_286 2000-04-08 286 val_286 2000-04-09 -287 val_287 2000-04-08 287 val_287 2000-04-09 -288 val_288 2000-04-08 288 val_288 2000-04-09 -288 val_288 2000-04-08 288 val_288 2000-04-09 -288 val_288 2000-04-08 288 val_288 2000-04-09 -288 val_288 2000-04-08 288 val_288 2000-04-09 -289 val_289 2000-04-08 289 val_289 2000-04-09 -291 val_291 2000-04-08 291 val_291 2000-04-09 -292 val_292 2000-04-08 292 val_292 2000-04-09 -296 val_296 2000-04-08 296 val_296 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -298 val_298 2000-04-08 298 val_298 2000-04-09 -302 val_302 2000-04-08 302 val_302 2000-04-09 -305 val_305 2000-04-08 305 val_305 2000-04-09 -306 val_306 2000-04-08 306 val_306 2000-04-09 -307 val_307 2000-04-08 307 val_307 2000-04-09 -307 val_307 2000-04-08 307 val_307 2000-04-09 -307 val_307 2000-04-08 307 val_307 2000-04-09 -307 val_307 2000-04-08 307 val_307 2000-04-09 -308 val_308 2000-04-08 308 val_308 2000-04-09 -309 val_309 2000-04-08 309 val_309 2000-04-09 -309 val_309 2000-04-08 309 val_309 2000-04-09 -309 val_309 2000-04-08 309 val_309 2000-04-09 -309 val_309 2000-04-08 309 val_309 2000-04-09 -310 val_310 2000-04-08 310 val_310 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -311 val_311 2000-04-08 311 val_311 2000-04-09 -315 val_315 2000-04-08 315 val_315 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -316 val_316 2000-04-08 316 val_316 2000-04-09 -317 val_317 2000-04-08 317 val_317 2000-04-09 -317 val_317 2000-04-08 317 val_317 2000-04-09 -317 val_317 2000-04-08 317 val_317 2000-04-09 -317 val_317 2000-04-08 317 val_317 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -318 val_318 2000-04-08 318 val_318 2000-04-09 -321 val_321 2000-04-08 321 val_321 2000-04-09 -321 val_321 2000-04-08 321 val_321 2000-04-09 -321 val_321 2000-04-08 321 val_321 2000-04-09 -321 val_321 2000-04-08 321 val_321 2000-04-09 -322 val_322 2000-04-08 322 val_322 2000-04-09 -322 val_322 2000-04-08 322 val_322 2000-04-09 -322 val_322 2000-04-08 322 val_322 2000-04-09 -322 val_322 2000-04-08 322 val_322 2000-04-09 -323 val_323 2000-04-08 323 val_323 2000-04-09 -325 val_325 2000-04-08 325 val_325 2000-04-09 -325 val_325 2000-04-08 325 val_325 2000-04-09 -325 val_325 2000-04-08 325 val_325 2000-04-09 -325 val_325 2000-04-08 325 val_325 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -327 val_327 2000-04-08 327 val_327 2000-04-09 -331 val_331 2000-04-08 331 val_331 2000-04-09 -331 val_331 2000-04-08 331 val_331 2000-04-09 -331 val_331 2000-04-08 331 val_331 2000-04-09 -331 val_331 2000-04-08 331 val_331 2000-04-09 -332 val_332 2000-04-08 332 val_332 2000-04-09 -333 val_333 2000-04-08 333 val_333 2000-04-09 -333 val_333 2000-04-08 333 val_333 2000-04-09 -333 val_333 2000-04-08 333 val_333 2000-04-09 -333 val_333 2000-04-08 333 val_333 2000-04-09 -335 val_335 2000-04-08 335 val_335 2000-04-09 -336 val_336 2000-04-08 336 val_336 2000-04-09 -338 val_338 2000-04-08 338 val_338 2000-04-09 -339 val_339 2000-04-08 339 val_339 2000-04-09 -341 val_341 2000-04-08 341 val_341 2000-04-09 -342 val_342 2000-04-08 342 val_342 2000-04-09 -342 val_342 2000-04-08 342 val_342 2000-04-09 -342 val_342 2000-04-08 342 val_342 2000-04-09 -342 val_342 2000-04-08 342 val_342 2000-04-09 -344 val_344 2000-04-08 344 val_344 2000-04-09 -344 val_344 2000-04-08 344 val_344 2000-04-09 -344 val_344 2000-04-08 344 val_344 2000-04-09 -344 val_344 2000-04-08 344 val_344 2000-04-09 -345 val_345 2000-04-08 345 val_345 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -348 val_348 2000-04-08 348 val_348 2000-04-09 -351 val_351 2000-04-08 351 val_351 2000-04-09 -353 val_353 2000-04-08 353 val_353 2000-04-09 -353 val_353 2000-04-08 353 val_353 2000-04-09 -353 val_353 2000-04-08 353 val_353 2000-04-09 -353 val_353 2000-04-08 353 val_353 2000-04-09 -356 val_356 2000-04-08 356 val_356 2000-04-09 -360 val_360 2000-04-08 360 val_360 2000-04-09 -362 val_362 2000-04-08 362 val_362 2000-04-09 -364 val_364 2000-04-08 364 val_364 2000-04-09 -365 val_365 2000-04-08 365 val_365 2000-04-09 -366 val_366 2000-04-08 366 val_366 2000-04-09 -367 val_367 2000-04-08 367 val_367 2000-04-09 -367 val_367 2000-04-08 367 val_367 2000-04-09 -367 val_367 2000-04-08 367 val_367 2000-04-09 -367 val_367 2000-04-08 367 val_367 2000-04-09 -368 val_368 2000-04-08 368 val_368 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -369 val_369 2000-04-08 369 val_369 2000-04-09 -373 val_373 2000-04-08 373 val_373 2000-04-09 -374 val_374 2000-04-08 374 val_374 2000-04-09 -375 val_375 2000-04-08 375 val_375 2000-04-09 -377 val_377 2000-04-08 377 val_377 2000-04-09 -378 val_378 2000-04-08 378 val_378 2000-04-09 -379 val_379 2000-04-08 379 val_379 2000-04-09 -382 val_382 2000-04-08 382 val_382 2000-04-09 -382 val_382 2000-04-08 382 val_382 2000-04-09 -382 val_382 2000-04-08 382 val_382 2000-04-09 -382 val_382 2000-04-08 382 val_382 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -384 val_384 2000-04-08 384 val_384 2000-04-09 -386 val_386 2000-04-08 386 val_386 2000-04-09 -389 val_389 2000-04-08 389 val_389 2000-04-09 -392 val_392 2000-04-08 392 val_392 2000-04-09 -393 val_393 2000-04-08 393 val_393 2000-04-09 -394 val_394 2000-04-08 394 val_394 2000-04-09 -395 val_395 2000-04-08 395 val_395 2000-04-09 -395 val_395 2000-04-08 395 val_395 2000-04-09 -395 val_395 2000-04-08 395 val_395 2000-04-09 -395 val_395 2000-04-08 395 val_395 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -396 val_396 2000-04-08 396 val_396 2000-04-09 -397 val_397 2000-04-08 397 val_397 2000-04-09 -397 val_397 2000-04-08 397 val_397 2000-04-09 -397 val_397 2000-04-08 397 val_397 2000-04-09 -397 val_397 2000-04-08 397 val_397 2000-04-09 -399 val_399 2000-04-08 399 val_399 2000-04-09 -399 val_399 2000-04-08 399 val_399 2000-04-09 -399 val_399 2000-04-08 399 val_399 2000-04-09 -399 val_399 2000-04-08 399 val_399 2000-04-09 -400 val_400 2000-04-08 400 val_400 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -401 val_401 2000-04-08 401 val_401 2000-04-09 -402 val_402 2000-04-08 402 val_402 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -403 val_403 2000-04-08 403 val_403 2000-04-09 -404 val_404 2000-04-08 404 val_404 2000-04-09 -404 val_404 2000-04-08 404 val_404 2000-04-09 -404 val_404 2000-04-08 404 val_404 2000-04-09 -404 val_404 2000-04-08 404 val_404 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -406 val_406 2000-04-08 406 val_406 2000-04-09 -407 val_407 2000-04-08 407 val_407 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -409 val_409 2000-04-08 409 val_409 2000-04-09 -411 val_411 2000-04-08 411 val_411 2000-04-09 -413 val_413 2000-04-08 413 val_413 2000-04-09 -413 val_413 2000-04-08 413 val_413 2000-04-09 -413 val_413 2000-04-08 413 val_413 2000-04-09 -413 val_413 2000-04-08 413 val_413 2000-04-09 -414 val_414 2000-04-08 414 val_414 2000-04-09 -414 val_414 2000-04-08 414 val_414 2000-04-09 -414 val_414 2000-04-08 414 val_414 2000-04-09 -414 val_414 2000-04-08 414 val_414 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -417 val_417 2000-04-08 417 val_417 2000-04-09 -418 val_418 2000-04-08 418 val_418 2000-04-09 -419 val_419 2000-04-08 419 val_419 2000-04-09 -421 val_421 2000-04-08 421 val_421 2000-04-09 -424 val_424 2000-04-08 424 val_424 2000-04-09 -424 val_424 2000-04-08 424 val_424 2000-04-09 -424 val_424 2000-04-08 424 val_424 2000-04-09 -424 val_424 2000-04-08 424 val_424 2000-04-09 -427 val_427 2000-04-08 427 val_427 2000-04-09 -429 val_429 2000-04-08 429 val_429 2000-04-09 -429 val_429 2000-04-08 429 val_429 2000-04-09 -429 val_429 2000-04-08 429 val_429 2000-04-09 -429 val_429 2000-04-08 429 val_429 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -430 val_430 2000-04-08 430 val_430 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -431 val_431 2000-04-08 431 val_431 2000-04-09 -432 val_432 2000-04-08 432 val_432 2000-04-09 -435 val_435 2000-04-08 435 val_435 2000-04-09 -436 val_436 2000-04-08 436 val_436 2000-04-09 -437 val_437 2000-04-08 437 val_437 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -438 val_438 2000-04-08 438 val_438 2000-04-09 -439 val_439 2000-04-08 439 val_439 2000-04-09 -439 val_439 2000-04-08 439 val_439 2000-04-09 -439 val_439 2000-04-08 439 val_439 2000-04-09 -439 val_439 2000-04-08 439 val_439 2000-04-09 -443 val_443 2000-04-08 443 val_443 2000-04-09 -444 val_444 2000-04-08 444 val_444 2000-04-09 -446 val_446 2000-04-08 446 val_446 2000-04-09 -448 val_448 2000-04-08 448 val_448 2000-04-09 -449 val_449 2000-04-08 449 val_449 2000-04-09 -452 val_452 2000-04-08 452 val_452 2000-04-09 -453 val_453 2000-04-08 453 val_453 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -454 val_454 2000-04-08 454 val_454 2000-04-09 -455 val_455 2000-04-08 455 val_455 2000-04-09 -457 val_457 2000-04-08 457 val_457 2000-04-09 -458 val_458 2000-04-08 458 val_458 2000-04-09 -458 val_458 2000-04-08 458 val_458 2000-04-09 -458 val_458 2000-04-08 458 val_458 2000-04-09 -458 val_458 2000-04-08 458 val_458 2000-04-09 -459 val_459 2000-04-08 459 val_459 2000-04-09 -459 val_459 2000-04-08 459 val_459 2000-04-09 -459 val_459 2000-04-08 459 val_459 2000-04-09 -459 val_459 2000-04-08 459 val_459 2000-04-09 -460 val_460 2000-04-08 460 val_460 2000-04-09 -462 val_462 2000-04-08 462 val_462 2000-04-09 -462 val_462 2000-04-08 462 val_462 2000-04-09 -462 val_462 2000-04-08 462 val_462 2000-04-09 -462 val_462 2000-04-08 462 val_462 2000-04-09 -463 val_463 2000-04-08 463 val_463 2000-04-09 -463 val_463 2000-04-08 463 val_463 2000-04-09 -463 val_463 2000-04-08 463 val_463 2000-04-09 -463 val_463 2000-04-08 463 val_463 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -466 val_466 2000-04-08 466 val_466 2000-04-09 -467 val_467 2000-04-08 467 val_467 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -468 val_468 2000-04-08 468 val_468 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -469 val_469 2000-04-08 469 val_469 2000-04-09 -470 val_470 2000-04-08 470 val_470 2000-04-09 -472 val_472 2000-04-08 472 val_472 2000-04-09 -475 val_475 2000-04-08 475 val_475 2000-04-09 -477 val_477 2000-04-08 477 val_477 2000-04-09 -478 val_478 2000-04-08 478 val_478 2000-04-09 -478 val_478 2000-04-08 478 val_478 2000-04-09 -478 val_478 2000-04-08 478 val_478 2000-04-09 -478 val_478 2000-04-08 478 val_478 2000-04-09 -479 val_479 2000-04-08 479 val_479 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -480 val_480 2000-04-08 480 val_480 2000-04-09 -481 val_481 2000-04-08 481 val_481 2000-04-09 -482 val_482 2000-04-08 482 val_482 2000-04-09 -483 val_483 2000-04-08 483 val_483 2000-04-09 -484 val_484 2000-04-08 484 val_484 2000-04-09 -485 val_485 2000-04-08 485 val_485 2000-04-09 -487 val_487 2000-04-08 487 val_487 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -489 val_489 2000-04-08 489 val_489 2000-04-09 -490 val_490 2000-04-08 490 val_490 2000-04-09 -491 val_491 2000-04-08 491 val_491 2000-04-09 -492 val_492 2000-04-08 492 val_492 2000-04-09 -492 val_492 2000-04-08 492 val_492 2000-04-09 -492 val_492 2000-04-08 492 val_492 2000-04-09 -492 val_492 2000-04-08 492 val_492 2000-04-09 -493 val_493 2000-04-08 493 val_493 2000-04-09 -494 val_494 2000-04-08 494 val_494 2000-04-09 -495 val_495 2000-04-08 495 val_495 2000-04-09 -496 val_496 2000-04-08 496 val_496 2000-04-09 -497 val_497 2000-04-08 497 val_497 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -498 val_498 2000-04-08 498 val_498 2000-04-09 -PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-11') select * from src +PREHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-11') select * from src where key < 20 order by key PREHOOK: type: QUERY PREHOOK: Input: default@src PREHOOK: Output: default@pcr_t1@ds=2000-04-11 -POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-11') select * from src +POSTHOOK: query: insert overwrite table pcr_t1 partition (ds='2000-04-11') select * from src where key < 20 order by key POSTHOOK: type: QUERY POSTHOOK: Input: default@src POSTHOOK: Output: default@pcr_t1@ds=2000-04-11 @@ -8630,9 +3096,9 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -PREHOOK: query: explain extended 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) +PREHOOK: query: explain extended 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 PREHOOK: type: QUERY -POSTHOOK: query: explain extended 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) +POSTHOOK: query: explain extended 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: 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), ] @@ -8643,7 +3109,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (> (TOK_TABLE_OR_COL ds) '2000-04-08') (< (TOK_TABLE_OR_COL ds) '2000-04-11')) (and (and (>= (TOK_TABLE_OR_COL ds) '2000-04-08') (<= (TOK_TABLE_OR_COL ds) '2000-04-11')) (= (TOK_TABLE_OR_COL key) 2)))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (> (TOK_TABLE_OR_COL ds) '2000-04-08') (< (TOK_TABLE_OR_COL ds) '2000-04-11')) (and (and (>= (TOK_TABLE_OR_COL ds) '2000-04-08') (<= (TOK_TABLE_OR_COL ds) '2000-04-11')) (= (TOK_TABLE_OR_COL key) 2)))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL value)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -8676,30 +3142,31 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-23-23_315_1786182017573263391/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-23-23_315_1786182017573263391/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string + sort order: +++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -8712,17 +3179,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -8733,21 +3200,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -8760,17 +3227,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -8781,21 +3248,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 + pfile:/data/users/sdong/www/open-source-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 @@ -8808,17 +3275,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -8829,21 +3296,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-11 + pfile:/data/users/sdong/www/open-source-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 @@ -8856,17 +3323,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -8877,40 +3344,58 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-39_945_3923169248046069622/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-39_945_3923169248046069622/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: 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) +PREHOOK: 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 PREHOOK: type: QUERY 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: Input: default@pcr_t1@ds=2000-04-11 -PREHOOK: Output: file:/tmp/njain/hive_2010-11-05_10-23-23_532_1569953305110940394/-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) +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-40_086_8347459486084737547/-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/njain/hive_2010-11-05_10-23-23_532_1569953305110940394/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-40_086_8347459486084737547/-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), ] @@ -8919,1011 +3404,51 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -238 val_238 2000-04-09 -86 val_86 2000-04-09 -311 val_311 2000-04-09 -27 val_27 2000-04-09 -165 val_165 2000-04-09 -409 val_409 2000-04-09 -255 val_255 2000-04-09 -278 val_278 2000-04-09 -98 val_98 2000-04-09 -484 val_484 2000-04-09 -265 val_265 2000-04-09 -193 val_193 2000-04-09 -401 val_401 2000-04-09 -150 val_150 2000-04-09 -273 val_273 2000-04-09 -224 val_224 2000-04-09 -369 val_369 2000-04-09 -66 val_66 2000-04-09 -128 val_128 2000-04-09 -213 val_213 2000-04-09 -146 val_146 2000-04-09 -406 val_406 2000-04-09 -429 val_429 2000-04-09 -374 val_374 2000-04-09 -152 val_152 2000-04-09 -469 val_469 2000-04-09 -145 val_145 2000-04-09 -495 val_495 2000-04-09 -37 val_37 2000-04-09 -327 val_327 2000-04-09 -281 val_281 2000-04-09 -277 val_277 2000-04-09 -209 val_209 2000-04-09 -15 val_15 2000-04-09 -82 val_82 2000-04-09 -403 val_403 2000-04-09 -166 val_166 2000-04-09 -417 val_417 2000-04-09 -430 val_430 2000-04-09 -252 val_252 2000-04-09 -292 val_292 2000-04-09 -219 val_219 2000-04-09 -287 val_287 2000-04-09 -153 val_153 2000-04-09 -193 val_193 2000-04-09 -338 val_338 2000-04-09 -446 val_446 2000-04-09 -459 val_459 2000-04-09 -394 val_394 2000-04-09 -237 val_237 2000-04-09 -482 val_482 2000-04-09 -174 val_174 2000-04-09 -413 val_413 2000-04-09 -494 val_494 2000-04-09 -207 val_207 2000-04-09 -199 val_199 2000-04-09 -466 val_466 2000-04-09 -208 val_208 2000-04-09 -174 val_174 2000-04-09 -399 val_399 2000-04-09 -396 val_396 2000-04-09 -247 val_247 2000-04-09 -417 val_417 2000-04-09 -489 val_489 2000-04-09 -162 val_162 2000-04-09 -377 val_377 2000-04-09 -397 val_397 2000-04-09 -309 val_309 2000-04-09 -365 val_365 2000-04-09 -266 val_266 2000-04-09 -439 val_439 2000-04-09 -342 val_342 2000-04-09 -367 val_367 2000-04-09 -325 val_325 2000-04-09 -167 val_167 2000-04-09 -195 val_195 2000-04-09 -475 val_475 2000-04-09 -17 val_17 2000-04-09 -113 val_113 2000-04-09 -155 val_155 2000-04-09 -203 val_203 2000-04-09 -339 val_339 2000-04-09 0 val_0 2000-04-09 -455 val_455 2000-04-09 -128 val_128 2000-04-09 -311 val_311 2000-04-09 -316 val_316 2000-04-09 -57 val_57 2000-04-09 -302 val_302 2000-04-09 -205 val_205 2000-04-09 -149 val_149 2000-04-09 -438 val_438 2000-04-09 -345 val_345 2000-04-09 -129 val_129 2000-04-09 -170 val_170 2000-04-09 -20 val_20 2000-04-09 -489 val_489 2000-04-09 -157 val_157 2000-04-09 -378 val_378 2000-04-09 -221 val_221 2000-04-09 -92 val_92 2000-04-09 -111 val_111 2000-04-09 -47 val_47 2000-04-09 -72 val_72 2000-04-09 -4 val_4 2000-04-09 -280 val_280 2000-04-09 -35 val_35 2000-04-09 -427 val_427 2000-04-09 -277 val_277 2000-04-09 -208 val_208 2000-04-09 -356 val_356 2000-04-09 -399 val_399 2000-04-09 -169 val_169 2000-04-09 -382 val_382 2000-04-09 -498 val_498 2000-04-09 -125 val_125 2000-04-09 -386 val_386 2000-04-09 -437 val_437 2000-04-09 -469 val_469 2000-04-09 -192 val_192 2000-04-09 -286 val_286 2000-04-09 -187 val_187 2000-04-09 -176 val_176 2000-04-09 -54 val_54 2000-04-09 -459 val_459 2000-04-09 -51 val_51 2000-04-09 -138 val_138 2000-04-09 -103 val_103 2000-04-09 -239 val_239 2000-04-09 -213 val_213 2000-04-09 -216 val_216 2000-04-09 -430 val_430 2000-04-09 -278 val_278 2000-04-09 -176 val_176 2000-04-09 -289 val_289 2000-04-09 -221 val_221 2000-04-09 -65 val_65 2000-04-09 -318 val_318 2000-04-09 -332 val_332 2000-04-09 -311 val_311 2000-04-09 -275 val_275 2000-04-09 -137 val_137 2000-04-09 -241 val_241 2000-04-09 -83 val_83 2000-04-09 -333 val_333 2000-04-09 -180 val_180 2000-04-09 -284 val_284 2000-04-09 -12 val_12 2000-04-09 -230 val_230 2000-04-09 -181 val_181 2000-04-09 -67 val_67 2000-04-09 -260 val_260 2000-04-09 -404 val_404 2000-04-09 -384 val_384 2000-04-09 -489 val_489 2000-04-09 -353 val_353 2000-04-09 -373 val_373 2000-04-09 -272 val_272 2000-04-09 -138 val_138 2000-04-09 -217 val_217 2000-04-09 -84 val_84 2000-04-09 -348 val_348 2000-04-09 -466 val_466 2000-04-09 -58 val_58 2000-04-09 -8 val_8 2000-04-09 -411 val_411 2000-04-09 -230 val_230 2000-04-09 -208 val_208 2000-04-09 -348 val_348 2000-04-09 -24 val_24 2000-04-09 -463 val_463 2000-04-09 -431 val_431 2000-04-09 -179 val_179 2000-04-09 -172 val_172 2000-04-09 -42 val_42 2000-04-09 -129 val_129 2000-04-09 -158 val_158 2000-04-09 -119 val_119 2000-04-09 -496 val_496 2000-04-09 0 val_0 2000-04-09 -322 val_322 2000-04-09 -197 val_197 2000-04-09 -468 val_468 2000-04-09 -393 val_393 2000-04-09 -454 val_454 2000-04-09 -100 val_100 2000-04-09 -298 val_298 2000-04-09 -199 val_199 2000-04-09 -191 val_191 2000-04-09 -418 val_418 2000-04-09 -96 val_96 2000-04-09 -26 val_26 2000-04-09 -165 val_165 2000-04-09 -327 val_327 2000-04-09 -230 val_230 2000-04-09 -205 val_205 2000-04-09 -120 val_120 2000-04-09 -131 val_131 2000-04-09 -51 val_51 2000-04-09 -404 val_404 2000-04-09 -43 val_43 2000-04-09 -436 val_436 2000-04-09 -156 val_156 2000-04-09 -469 val_469 2000-04-09 -468 val_468 2000-04-09 -308 val_308 2000-04-09 -95 val_95 2000-04-09 -196 val_196 2000-04-09 -288 val_288 2000-04-09 -481 val_481 2000-04-09 -457 val_457 2000-04-09 -98 val_98 2000-04-09 -282 val_282 2000-04-09 -197 val_197 2000-04-09 -187 val_187 2000-04-09 -318 val_318 2000-04-09 -318 val_318 2000-04-09 -409 val_409 2000-04-09 -470 val_470 2000-04-09 -137 val_137 2000-04-09 -369 val_369 2000-04-09 -316 val_316 2000-04-09 -169 val_169 2000-04-09 -413 val_413 2000-04-09 -85 val_85 2000-04-09 -77 val_77 2000-04-09 0 val_0 2000-04-09 -490 val_490 2000-04-09 -87 val_87 2000-04-09 -364 val_364 2000-04-09 -179 val_179 2000-04-09 -118 val_118 2000-04-09 -134 val_134 2000-04-09 -395 val_395 2000-04-09 -282 val_282 2000-04-09 -138 val_138 2000-04-09 -238 val_238 2000-04-09 -419 val_419 2000-04-09 -15 val_15 2000-04-09 -118 val_118 2000-04-09 -72 val_72 2000-04-09 -90 val_90 2000-04-09 -307 val_307 2000-04-09 -19 val_19 2000-04-09 -435 val_435 2000-04-09 -10 val_10 2000-04-09 -277 val_277 2000-04-09 -273 val_273 2000-04-09 -306 val_306 2000-04-09 -224 val_224 2000-04-09 -309 val_309 2000-04-09 -389 val_389 2000-04-09 -327 val_327 2000-04-09 -242 val_242 2000-04-09 -369 val_369 2000-04-09 -392 val_392 2000-04-09 -272 val_272 2000-04-09 -331 val_331 2000-04-09 -401 val_401 2000-04-09 -242 val_242 2000-04-09 -452 val_452 2000-04-09 -177 val_177 2000-04-09 -226 val_226 2000-04-09 +0 val_0 2000-04-10 +0 val_0 2000-04-10 +0 val_0 2000-04-10 +2 val_2 2000-04-08 +2 val_2 2000-04-09 +2 val_2 2000-04-10 +2 val_2 2000-04-11 +4 val_4 2000-04-09 +4 val_4 2000-04-10 5 val_5 2000-04-09 -497 val_497 2000-04-09 -402 val_402 2000-04-09 -396 val_396 2000-04-09 -317 val_317 2000-04-09 -395 val_395 2000-04-09 -58 val_58 2000-04-09 -35 val_35 2000-04-09 -336 val_336 2000-04-09 -95 val_95 2000-04-09 -11 val_11 2000-04-09 -168 val_168 2000-04-09 -34 val_34 2000-04-09 -229 val_229 2000-04-09 -233 val_233 2000-04-09 -143 val_143 2000-04-09 -472 val_472 2000-04-09 -322 val_322 2000-04-09 -498 val_498 2000-04-09 -160 val_160 2000-04-09 -195 val_195 2000-04-09 -42 val_42 2000-04-09 -321 val_321 2000-04-09 -430 val_430 2000-04-09 -119 val_119 2000-04-09 -489 val_489 2000-04-09 -458 val_458 2000-04-09 -78 val_78 2000-04-09 -76 val_76 2000-04-09 -41 val_41 2000-04-09 -223 val_223 2000-04-09 -492 val_492 2000-04-09 -149 val_149 2000-04-09 -449 val_449 2000-04-09 -218 val_218 2000-04-09 -228 val_228 2000-04-09 -138 val_138 2000-04-09 -453 val_453 2000-04-09 -30 val_30 2000-04-09 -209 val_209 2000-04-09 -64 val_64 2000-04-09 -468 val_468 2000-04-09 -76 val_76 2000-04-09 -74 val_74 2000-04-09 -342 val_342 2000-04-09 -69 val_69 2000-04-09 -230 val_230 2000-04-09 -33 val_33 2000-04-09 -368 val_368 2000-04-09 -103 val_103 2000-04-09 -296 val_296 2000-04-09 -113 val_113 2000-04-09 -216 val_216 2000-04-09 -367 val_367 2000-04-09 -344 val_344 2000-04-09 -167 val_167 2000-04-09 -274 val_274 2000-04-09 -219 val_219 2000-04-09 -239 val_239 2000-04-09 -485 val_485 2000-04-09 -116 val_116 2000-04-09 -223 val_223 2000-04-09 -256 val_256 2000-04-09 -263 val_263 2000-04-09 -70 val_70 2000-04-09 -487 val_487 2000-04-09 -480 val_480 2000-04-09 -401 val_401 2000-04-09 -288 val_288 2000-04-09 -191 val_191 2000-04-09 5 val_5 2000-04-09 -244 val_244 2000-04-09 -438 val_438 2000-04-09 -128 val_128 2000-04-09 -467 val_467 2000-04-09 -432 val_432 2000-04-09 -202 val_202 2000-04-09 -316 val_316 2000-04-09 -229 val_229 2000-04-09 -469 val_469 2000-04-09 -463 val_463 2000-04-09 -280 val_280 2000-04-09 -2 val_2 2000-04-09 -35 val_35 2000-04-09 -283 val_283 2000-04-09 -331 val_331 2000-04-09 -235 val_235 2000-04-09 -80 val_80 2000-04-09 -44 val_44 2000-04-09 -193 val_193 2000-04-09 -321 val_321 2000-04-09 -335 val_335 2000-04-09 -104 val_104 2000-04-09 -466 val_466 2000-04-09 -366 val_366 2000-04-09 -175 val_175 2000-04-09 -403 val_403 2000-04-09 -483 val_483 2000-04-09 -53 val_53 2000-04-09 -105 val_105 2000-04-09 -257 val_257 2000-04-09 -406 val_406 2000-04-09 -409 val_409 2000-04-09 -190 val_190 2000-04-09 -406 val_406 2000-04-09 -401 val_401 2000-04-09 -114 val_114 2000-04-09 -258 val_258 2000-04-09 -90 val_90 2000-04-09 -203 val_203 2000-04-09 -262 val_262 2000-04-09 -348 val_348 2000-04-09 -424 val_424 2000-04-09 -12 val_12 2000-04-09 -396 val_396 2000-04-09 -201 val_201 2000-04-09 -217 val_217 2000-04-09 -164 val_164 2000-04-09 -431 val_431 2000-04-09 -454 val_454 2000-04-09 -478 val_478 2000-04-09 -298 val_298 2000-04-09 -125 val_125 2000-04-09 -431 val_431 2000-04-09 -164 val_164 2000-04-09 -424 val_424 2000-04-09 -187 val_187 2000-04-09 -382 val_382 2000-04-09 5 val_5 2000-04-09 -70 val_70 2000-04-09 -397 val_397 2000-04-09 -480 val_480 2000-04-09 -291 val_291 2000-04-09 -24 val_24 2000-04-09 -351 val_351 2000-04-09 -255 val_255 2000-04-09 -104 val_104 2000-04-09 -70 val_70 2000-04-09 -163 val_163 2000-04-09 -438 val_438 2000-04-09 -119 val_119 2000-04-09 -414 val_414 2000-04-09 -200 val_200 2000-04-09 -491 val_491 2000-04-09 -237 val_237 2000-04-09 -439 val_439 2000-04-09 -360 val_360 2000-04-09 -248 val_248 2000-04-09 -479 val_479 2000-04-09 -305 val_305 2000-04-09 -417 val_417 2000-04-09 -199 val_199 2000-04-09 -444 val_444 2000-04-09 -120 val_120 2000-04-09 -429 val_429 2000-04-09 -169 val_169 2000-04-09 -443 val_443 2000-04-09 -323 val_323 2000-04-09 -325 val_325 2000-04-09 -277 val_277 2000-04-09 -230 val_230 2000-04-09 -478 val_478 2000-04-09 -178 val_178 2000-04-09 -468 val_468 2000-04-09 -310 val_310 2000-04-09 -317 val_317 2000-04-09 -333 val_333 2000-04-09 -493 val_493 2000-04-09 -460 val_460 2000-04-09 -207 val_207 2000-04-09 -249 val_249 2000-04-09 -265 val_265 2000-04-09 -480 val_480 2000-04-09 -83 val_83 2000-04-09 -136 val_136 2000-04-09 -353 val_353 2000-04-09 -172 val_172 2000-04-09 -214 val_214 2000-04-09 -462 val_462 2000-04-09 -233 val_233 2000-04-09 -406 val_406 2000-04-09 -133 val_133 2000-04-09 -175 val_175 2000-04-09 -189 val_189 2000-04-09 -454 val_454 2000-04-09 -375 val_375 2000-04-09 -401 val_401 2000-04-09 -421 val_421 2000-04-09 -407 val_407 2000-04-09 -384 val_384 2000-04-09 -256 val_256 2000-04-09 -26 val_26 2000-04-09 -134 val_134 2000-04-09 -67 val_67 2000-04-09 -384 val_384 2000-04-09 -379 val_379 2000-04-09 -18 val_18 2000-04-09 -462 val_462 2000-04-09 -492 val_492 2000-04-09 -100 val_100 2000-04-09 -298 val_298 2000-04-09 -9 val_9 2000-04-09 -341 val_341 2000-04-09 -498 val_498 2000-04-09 -146 val_146 2000-04-09 -458 val_458 2000-04-09 -362 val_362 2000-04-09 -186 val_186 2000-04-09 -285 val_285 2000-04-09 -348 val_348 2000-04-09 -167 val_167 2000-04-09 -18 val_18 2000-04-09 -273 val_273 2000-04-09 -183 val_183 2000-04-09 -281 val_281 2000-04-09 -344 val_344 2000-04-09 -97 val_97 2000-04-09 -469 val_469 2000-04-09 -315 val_315 2000-04-09 -84 val_84 2000-04-09 -28 val_28 2000-04-09 -37 val_37 2000-04-09 -448 val_448 2000-04-09 -152 val_152 2000-04-09 -348 val_348 2000-04-09 -307 val_307 2000-04-09 -194 val_194 2000-04-09 -414 val_414 2000-04-09 -477 val_477 2000-04-09 -222 val_222 2000-04-09 -126 val_126 2000-04-09 -90 val_90 2000-04-09 -169 val_169 2000-04-09 -403 val_403 2000-04-09 -400 val_400 2000-04-09 -200 val_200 2000-04-09 -97 val_97 2000-04-09 -238 val_238 2000-04-10 -86 val_86 2000-04-10 -311 val_311 2000-04-10 -27 val_27 2000-04-10 -165 val_165 2000-04-10 -409 val_409 2000-04-10 -255 val_255 2000-04-10 -278 val_278 2000-04-10 -98 val_98 2000-04-10 -484 val_484 2000-04-10 -265 val_265 2000-04-10 -193 val_193 2000-04-10 -401 val_401 2000-04-10 -150 val_150 2000-04-10 -273 val_273 2000-04-10 -224 val_224 2000-04-10 -369 val_369 2000-04-10 -66 val_66 2000-04-10 -128 val_128 2000-04-10 -213 val_213 2000-04-10 -146 val_146 2000-04-10 -406 val_406 2000-04-10 -429 val_429 2000-04-10 -374 val_374 2000-04-10 -152 val_152 2000-04-10 -469 val_469 2000-04-10 -145 val_145 2000-04-10 -495 val_495 2000-04-10 -37 val_37 2000-04-10 -327 val_327 2000-04-10 -281 val_281 2000-04-10 -277 val_277 2000-04-10 -209 val_209 2000-04-10 -15 val_15 2000-04-10 -82 val_82 2000-04-10 -403 val_403 2000-04-10 -166 val_166 2000-04-10 -417 val_417 2000-04-10 -430 val_430 2000-04-10 -252 val_252 2000-04-10 -292 val_292 2000-04-10 -219 val_219 2000-04-10 -287 val_287 2000-04-10 -153 val_153 2000-04-10 -193 val_193 2000-04-10 -338 val_338 2000-04-10 -446 val_446 2000-04-10 -459 val_459 2000-04-10 -394 val_394 2000-04-10 -237 val_237 2000-04-10 -482 val_482 2000-04-10 -174 val_174 2000-04-10 -413 val_413 2000-04-10 -494 val_494 2000-04-10 -207 val_207 2000-04-10 -199 val_199 2000-04-10 -466 val_466 2000-04-10 -208 val_208 2000-04-10 -174 val_174 2000-04-10 -399 val_399 2000-04-10 -396 val_396 2000-04-10 -247 val_247 2000-04-10 -417 val_417 2000-04-10 -489 val_489 2000-04-10 -162 val_162 2000-04-10 -377 val_377 2000-04-10 -397 val_397 2000-04-10 -309 val_309 2000-04-10 -365 val_365 2000-04-10 -266 val_266 2000-04-10 -439 val_439 2000-04-10 -342 val_342 2000-04-10 -367 val_367 2000-04-10 -325 val_325 2000-04-10 -167 val_167 2000-04-10 -195 val_195 2000-04-10 -475 val_475 2000-04-10 -17 val_17 2000-04-10 -113 val_113 2000-04-10 -155 val_155 2000-04-10 -203 val_203 2000-04-10 -339 val_339 2000-04-10 -0 val_0 2000-04-10 -455 val_455 2000-04-10 -128 val_128 2000-04-10 -311 val_311 2000-04-10 -316 val_316 2000-04-10 -57 val_57 2000-04-10 -302 val_302 2000-04-10 -205 val_205 2000-04-10 -149 val_149 2000-04-10 -438 val_438 2000-04-10 -345 val_345 2000-04-10 -129 val_129 2000-04-10 -170 val_170 2000-04-10 -20 val_20 2000-04-10 -489 val_489 2000-04-10 -157 val_157 2000-04-10 -378 val_378 2000-04-10 -221 val_221 2000-04-10 -92 val_92 2000-04-10 -111 val_111 2000-04-10 -47 val_47 2000-04-10 -72 val_72 2000-04-10 -4 val_4 2000-04-10 -280 val_280 2000-04-10 -35 val_35 2000-04-10 -427 val_427 2000-04-10 -277 val_277 2000-04-10 -208 val_208 2000-04-10 -356 val_356 2000-04-10 -399 val_399 2000-04-10 -169 val_169 2000-04-10 -382 val_382 2000-04-10 -498 val_498 2000-04-10 -125 val_125 2000-04-10 -386 val_386 2000-04-10 -437 val_437 2000-04-10 -469 val_469 2000-04-10 -192 val_192 2000-04-10 -286 val_286 2000-04-10 -187 val_187 2000-04-10 -176 val_176 2000-04-10 -54 val_54 2000-04-10 -459 val_459 2000-04-10 -51 val_51 2000-04-10 -138 val_138 2000-04-10 -103 val_103 2000-04-10 -239 val_239 2000-04-10 -213 val_213 2000-04-10 -216 val_216 2000-04-10 -430 val_430 2000-04-10 -278 val_278 2000-04-10 -176 val_176 2000-04-10 -289 val_289 2000-04-10 -221 val_221 2000-04-10 -65 val_65 2000-04-10 -318 val_318 2000-04-10 -332 val_332 2000-04-10 -311 val_311 2000-04-10 -275 val_275 2000-04-10 -137 val_137 2000-04-10 -241 val_241 2000-04-10 -83 val_83 2000-04-10 -333 val_333 2000-04-10 -180 val_180 2000-04-10 -284 val_284 2000-04-10 -12 val_12 2000-04-10 -230 val_230 2000-04-10 -181 val_181 2000-04-10 -67 val_67 2000-04-10 -260 val_260 2000-04-10 -404 val_404 2000-04-10 -384 val_384 2000-04-10 -489 val_489 2000-04-10 -353 val_353 2000-04-10 -373 val_373 2000-04-10 -272 val_272 2000-04-10 -138 val_138 2000-04-10 -217 val_217 2000-04-10 -84 val_84 2000-04-10 -348 val_348 2000-04-10 -466 val_466 2000-04-10 -58 val_58 2000-04-10 +5 val_5 2000-04-10 +5 val_5 2000-04-10 +5 val_5 2000-04-10 +8 val_8 2000-04-09 8 val_8 2000-04-10 -411 val_411 2000-04-10 -230 val_230 2000-04-10 -208 val_208 2000-04-10 -348 val_348 2000-04-10 -24 val_24 2000-04-10 -463 val_463 2000-04-10 -431 val_431 2000-04-10 -179 val_179 2000-04-10 -172 val_172 2000-04-10 -42 val_42 2000-04-10 -129 val_129 2000-04-10 -158 val_158 2000-04-10 -119 val_119 2000-04-10 -496 val_496 2000-04-10 -0 val_0 2000-04-10 -322 val_322 2000-04-10 -197 val_197 2000-04-10 -468 val_468 2000-04-10 -393 val_393 2000-04-10 -454 val_454 2000-04-10 -100 val_100 2000-04-10 -298 val_298 2000-04-10 -199 val_199 2000-04-10 -191 val_191 2000-04-10 -418 val_418 2000-04-10 -96 val_96 2000-04-10 -26 val_26 2000-04-10 -165 val_165 2000-04-10 -327 val_327 2000-04-10 -230 val_230 2000-04-10 -205 val_205 2000-04-10 -120 val_120 2000-04-10 -131 val_131 2000-04-10 -51 val_51 2000-04-10 -404 val_404 2000-04-10 -43 val_43 2000-04-10 -436 val_436 2000-04-10 -156 val_156 2000-04-10 -469 val_469 2000-04-10 -468 val_468 2000-04-10 -308 val_308 2000-04-10 -95 val_95 2000-04-10 -196 val_196 2000-04-10 -288 val_288 2000-04-10 -481 val_481 2000-04-10 -457 val_457 2000-04-10 -98 val_98 2000-04-10 -282 val_282 2000-04-10 -197 val_197 2000-04-10 -187 val_187 2000-04-10 -318 val_318 2000-04-10 -318 val_318 2000-04-10 -409 val_409 2000-04-10 -470 val_470 2000-04-10 -137 val_137 2000-04-10 -369 val_369 2000-04-10 -316 val_316 2000-04-10 -169 val_169 2000-04-10 -413 val_413 2000-04-10 -85 val_85 2000-04-10 -77 val_77 2000-04-10 -0 val_0 2000-04-10 -490 val_490 2000-04-10 -87 val_87 2000-04-10 -364 val_364 2000-04-10 -179 val_179 2000-04-10 -118 val_118 2000-04-10 -134 val_134 2000-04-10 -395 val_395 2000-04-10 -282 val_282 2000-04-10 -138 val_138 2000-04-10 -238 val_238 2000-04-10 -419 val_419 2000-04-10 -15 val_15 2000-04-10 -118 val_118 2000-04-10 -72 val_72 2000-04-10 -90 val_90 2000-04-10 -307 val_307 2000-04-10 -19 val_19 2000-04-10 -435 val_435 2000-04-10 +9 val_9 2000-04-09 +9 val_9 2000-04-10 +10 val_10 2000-04-09 10 val_10 2000-04-10 -277 val_277 2000-04-10 -273 val_273 2000-04-10 -306 val_306 2000-04-10 -224 val_224 2000-04-10 -309 val_309 2000-04-10 -389 val_389 2000-04-10 -327 val_327 2000-04-10 -242 val_242 2000-04-10 -369 val_369 2000-04-10 -392 val_392 2000-04-10 -272 val_272 2000-04-10 -331 val_331 2000-04-10 -401 val_401 2000-04-10 -242 val_242 2000-04-10 -452 val_452 2000-04-10 -177 val_177 2000-04-10 -226 val_226 2000-04-10 -5 val_5 2000-04-10 -497 val_497 2000-04-10 -402 val_402 2000-04-10 -396 val_396 2000-04-10 -317 val_317 2000-04-10 -395 val_395 2000-04-10 -58 val_58 2000-04-10 -35 val_35 2000-04-10 -336 val_336 2000-04-10 -95 val_95 2000-04-10 +11 val_11 2000-04-09 11 val_11 2000-04-10 -168 val_168 2000-04-10 -34 val_34 2000-04-10 -229 val_229 2000-04-10 -233 val_233 2000-04-10 -143 val_143 2000-04-10 -472 val_472 2000-04-10 -322 val_322 2000-04-10 -498 val_498 2000-04-10 -160 val_160 2000-04-10 -195 val_195 2000-04-10 -42 val_42 2000-04-10 -321 val_321 2000-04-10 -430 val_430 2000-04-10 -119 val_119 2000-04-10 -489 val_489 2000-04-10 -458 val_458 2000-04-10 -78 val_78 2000-04-10 -76 val_76 2000-04-10 -41 val_41 2000-04-10 -223 val_223 2000-04-10 -492 val_492 2000-04-10 -149 val_149 2000-04-10 -449 val_449 2000-04-10 -218 val_218 2000-04-10 -228 val_228 2000-04-10 -138 val_138 2000-04-10 -453 val_453 2000-04-10 -30 val_30 2000-04-10 -209 val_209 2000-04-10 -64 val_64 2000-04-10 -468 val_468 2000-04-10 -76 val_76 2000-04-10 -74 val_74 2000-04-10 -342 val_342 2000-04-10 -69 val_69 2000-04-10 -230 val_230 2000-04-10 -33 val_33 2000-04-10 -368 val_368 2000-04-10 -103 val_103 2000-04-10 -296 val_296 2000-04-10 -113 val_113 2000-04-10 -216 val_216 2000-04-10 -367 val_367 2000-04-10 -344 val_344 2000-04-10 -167 val_167 2000-04-10 -274 val_274 2000-04-10 -219 val_219 2000-04-10 -239 val_239 2000-04-10 -485 val_485 2000-04-10 -116 val_116 2000-04-10 -223 val_223 2000-04-10 -256 val_256 2000-04-10 -263 val_263 2000-04-10 -70 val_70 2000-04-10 -487 val_487 2000-04-10 -480 val_480 2000-04-10 -401 val_401 2000-04-10 -288 val_288 2000-04-10 -191 val_191 2000-04-10 -5 val_5 2000-04-10 -244 val_244 2000-04-10 -438 val_438 2000-04-10 -128 val_128 2000-04-10 -467 val_467 2000-04-10 -432 val_432 2000-04-10 -202 val_202 2000-04-10 -316 val_316 2000-04-10 -229 val_229 2000-04-10 -469 val_469 2000-04-10 -463 val_463 2000-04-10 -280 val_280 2000-04-10 -2 val_2 2000-04-10 -35 val_35 2000-04-10 -283 val_283 2000-04-10 -331 val_331 2000-04-10 -235 val_235 2000-04-10 -80 val_80 2000-04-10 -44 val_44 2000-04-10 -193 val_193 2000-04-10 -321 val_321 2000-04-10 -335 val_335 2000-04-10 -104 val_104 2000-04-10 -466 val_466 2000-04-10 -366 val_366 2000-04-10 -175 val_175 2000-04-10 -403 val_403 2000-04-10 -483 val_483 2000-04-10 -53 val_53 2000-04-10 -105 val_105 2000-04-10 -257 val_257 2000-04-10 -406 val_406 2000-04-10 -409 val_409 2000-04-10 -190 val_190 2000-04-10 -406 val_406 2000-04-10 -401 val_401 2000-04-10 -114 val_114 2000-04-10 -258 val_258 2000-04-10 -90 val_90 2000-04-10 -203 val_203 2000-04-10 -262 val_262 2000-04-10 -348 val_348 2000-04-10 -424 val_424 2000-04-10 +12 val_12 2000-04-09 +12 val_12 2000-04-09 12 val_12 2000-04-10 -396 val_396 2000-04-10 -201 val_201 2000-04-10 -217 val_217 2000-04-10 -164 val_164 2000-04-10 -431 val_431 2000-04-10 -454 val_454 2000-04-10 -478 val_478 2000-04-10 -298 val_298 2000-04-10 -125 val_125 2000-04-10 -431 val_431 2000-04-10 -164 val_164 2000-04-10 -424 val_424 2000-04-10 -187 val_187 2000-04-10 -382 val_382 2000-04-10 -5 val_5 2000-04-10 -70 val_70 2000-04-10 -397 val_397 2000-04-10 -480 val_480 2000-04-10 -291 val_291 2000-04-10 -24 val_24 2000-04-10 -351 val_351 2000-04-10 -255 val_255 2000-04-10 -104 val_104 2000-04-10 -70 val_70 2000-04-10 -163 val_163 2000-04-10 -438 val_438 2000-04-10 -119 val_119 2000-04-10 -414 val_414 2000-04-10 -200 val_200 2000-04-10 -491 val_491 2000-04-10 -237 val_237 2000-04-10 -439 val_439 2000-04-10 -360 val_360 2000-04-10 -248 val_248 2000-04-10 -479 val_479 2000-04-10 -305 val_305 2000-04-10 -417 val_417 2000-04-10 -199 val_199 2000-04-10 -444 val_444 2000-04-10 -120 val_120 2000-04-10 -429 val_429 2000-04-10 -169 val_169 2000-04-10 -443 val_443 2000-04-10 -323 val_323 2000-04-10 -325 val_325 2000-04-10 -277 val_277 2000-04-10 -230 val_230 2000-04-10 -478 val_478 2000-04-10 -178 val_178 2000-04-10 -468 val_468 2000-04-10 -310 val_310 2000-04-10 -317 val_317 2000-04-10 -333 val_333 2000-04-10 -493 val_493 2000-04-10 -460 val_460 2000-04-10 -207 val_207 2000-04-10 -249 val_249 2000-04-10 -265 val_265 2000-04-10 -480 val_480 2000-04-10 -83 val_83 2000-04-10 -136 val_136 2000-04-10 -353 val_353 2000-04-10 -172 val_172 2000-04-10 -214 val_214 2000-04-10 -462 val_462 2000-04-10 -233 val_233 2000-04-10 -406 val_406 2000-04-10 -133 val_133 2000-04-10 -175 val_175 2000-04-10 -189 val_189 2000-04-10 -454 val_454 2000-04-10 -375 val_375 2000-04-10 -401 val_401 2000-04-10 -421 val_421 2000-04-10 -407 val_407 2000-04-10 -384 val_384 2000-04-10 -256 val_256 2000-04-10 -26 val_26 2000-04-10 -134 val_134 2000-04-10 -67 val_67 2000-04-10 -384 val_384 2000-04-10 -379 val_379 2000-04-10 +12 val_12 2000-04-10 +15 val_15 2000-04-09 +15 val_15 2000-04-09 +15 val_15 2000-04-10 +15 val_15 2000-04-10 +17 val_17 2000-04-09 +17 val_17 2000-04-10 +18 val_18 2000-04-09 +18 val_18 2000-04-09 18 val_18 2000-04-10 -462 val_462 2000-04-10 -492 val_492 2000-04-10 -100 val_100 2000-04-10 -298 val_298 2000-04-10 -9 val_9 2000-04-10 -341 val_341 2000-04-10 -498 val_498 2000-04-10 -146 val_146 2000-04-10 -458 val_458 2000-04-10 -362 val_362 2000-04-10 -186 val_186 2000-04-10 -285 val_285 2000-04-10 -348 val_348 2000-04-10 -167 val_167 2000-04-10 18 val_18 2000-04-10 -273 val_273 2000-04-10 -183 val_183 2000-04-10 -281 val_281 2000-04-10 -344 val_344 2000-04-10 -97 val_97 2000-04-10 -469 val_469 2000-04-10 -315 val_315 2000-04-10 -84 val_84 2000-04-10 -28 val_28 2000-04-10 -37 val_37 2000-04-10 -448 val_448 2000-04-10 -152 val_152 2000-04-10 -348 val_348 2000-04-10 -307 val_307 2000-04-10 -194 val_194 2000-04-10 -414 val_414 2000-04-10 -477 val_477 2000-04-10 -222 val_222 2000-04-10 -126 val_126 2000-04-10 -90 val_90 2000-04-10 -169 val_169 2000-04-10 -403 val_403 2000-04-10 -400 val_400 2000-04-10 -200 val_200 2000-04-10 -97 val_97 2000-04-10 -2 val_2 2000-04-08 -2 val_2 2000-04-11 -PREHOOK: query: explain extended 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) +19 val_19 2000-04-09 +19 val_19 2000-04-10 +PREHOOK: query: explain extended 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 PREHOOK: type: QUERY -POSTHOOK: query: explain extended 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) +POSTHOOK: query: explain extended 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: 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), ] @@ -9934,7 +3459,7 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (> (TOK_TABLE_OR_COL ds) '2000-04-08') (< (TOK_TABLE_OR_COL ds) '2000-04-11')) (and (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (= (TOK_TABLE_OR_COL key) 2)))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF pcr_t1)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds))) (TOK_WHERE (or (and (> (TOK_TABLE_OR_COL ds) '2000-04-08') (< (TOK_TABLE_OR_COL ds) '2000-04-11')) (and (<= (TOK_TABLE_OR_COL ds) '2000-04-09') (= (TOK_TABLE_OR_COL key) 2)))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL value)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -9967,29 +3492,30 @@ expr: ds type: string outputColumnNames: _col0, _col1, _col2 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-23-28_164_130845857115430053/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-23-28_164_130845857115430053/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2 - columns.types int:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string + sort order: +++ + tag: -1 + value expressions: + expr: _col0 + type: int + expr: _col1 + type: string + expr: _col2 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -10002,17 +3528,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -10023,21 +3549,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-09 + pfile:/data/users/sdong/www/open-source-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 @@ -10050,17 +3576,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -10071,21 +3597,21 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-10 + pfile:/data/users/sdong/www/open-source-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 @@ -10098,17 +3624,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -10119,38 +3645,56 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-42_865_1923902449480352664/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-42_865_1923902449480352664/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2 + columns.types int:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: 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) +PREHOOK: 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 PREHOOK: type: QUERY 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/njain/hive_2010-11-05_10-23-28_367_2027080694026695204/-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) +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-42_988_693653546058686719/-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/njain/hive_2010-11-05_10-23-28_367_2027080694026695204/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-42_988_693653546058686719/-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), ] @@ -10159,1007 +3703,47 @@ POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-10).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: pcr_t1 PARTITION(ds=2000-04-11).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] -238 val_238 2000-04-09 -86 val_86 2000-04-09 -311 val_311 2000-04-09 -27 val_27 2000-04-09 -165 val_165 2000-04-09 -409 val_409 2000-04-09 -255 val_255 2000-04-09 -278 val_278 2000-04-09 -98 val_98 2000-04-09 -484 val_484 2000-04-09 -265 val_265 2000-04-09 -193 val_193 2000-04-09 -401 val_401 2000-04-09 -150 val_150 2000-04-09 -273 val_273 2000-04-09 -224 val_224 2000-04-09 -369 val_369 2000-04-09 -66 val_66 2000-04-09 -128 val_128 2000-04-09 -213 val_213 2000-04-09 -146 val_146 2000-04-09 -406 val_406 2000-04-09 -429 val_429 2000-04-09 -374 val_374 2000-04-09 -152 val_152 2000-04-09 -469 val_469 2000-04-09 -145 val_145 2000-04-09 -495 val_495 2000-04-09 -37 val_37 2000-04-09 -327 val_327 2000-04-09 -281 val_281 2000-04-09 -277 val_277 2000-04-09 -209 val_209 2000-04-09 -15 val_15 2000-04-09 -82 val_82 2000-04-09 -403 val_403 2000-04-09 -166 val_166 2000-04-09 -417 val_417 2000-04-09 -430 val_430 2000-04-09 -252 val_252 2000-04-09 -292 val_292 2000-04-09 -219 val_219 2000-04-09 -287 val_287 2000-04-09 -153 val_153 2000-04-09 -193 val_193 2000-04-09 -338 val_338 2000-04-09 -446 val_446 2000-04-09 -459 val_459 2000-04-09 -394 val_394 2000-04-09 -237 val_237 2000-04-09 -482 val_482 2000-04-09 -174 val_174 2000-04-09 -413 val_413 2000-04-09 -494 val_494 2000-04-09 -207 val_207 2000-04-09 -199 val_199 2000-04-09 -466 val_466 2000-04-09 -208 val_208 2000-04-09 -174 val_174 2000-04-09 -399 val_399 2000-04-09 -396 val_396 2000-04-09 -247 val_247 2000-04-09 -417 val_417 2000-04-09 -489 val_489 2000-04-09 -162 val_162 2000-04-09 -377 val_377 2000-04-09 -397 val_397 2000-04-09 -309 val_309 2000-04-09 -365 val_365 2000-04-09 -266 val_266 2000-04-09 -439 val_439 2000-04-09 -342 val_342 2000-04-09 -367 val_367 2000-04-09 -325 val_325 2000-04-09 -167 val_167 2000-04-09 -195 val_195 2000-04-09 -475 val_475 2000-04-09 -17 val_17 2000-04-09 -113 val_113 2000-04-09 -155 val_155 2000-04-09 -203 val_203 2000-04-09 -339 val_339 2000-04-09 0 val_0 2000-04-09 -455 val_455 2000-04-09 -128 val_128 2000-04-09 -311 val_311 2000-04-09 -316 val_316 2000-04-09 -57 val_57 2000-04-09 -302 val_302 2000-04-09 -205 val_205 2000-04-09 -149 val_149 2000-04-09 -438 val_438 2000-04-09 -345 val_345 2000-04-09 -129 val_129 2000-04-09 -170 val_170 2000-04-09 -20 val_20 2000-04-09 -489 val_489 2000-04-09 -157 val_157 2000-04-09 -378 val_378 2000-04-09 -221 val_221 2000-04-09 -92 val_92 2000-04-09 -111 val_111 2000-04-09 -47 val_47 2000-04-09 -72 val_72 2000-04-09 -4 val_4 2000-04-09 -280 val_280 2000-04-09 -35 val_35 2000-04-09 -427 val_427 2000-04-09 -277 val_277 2000-04-09 -208 val_208 2000-04-09 -356 val_356 2000-04-09 -399 val_399 2000-04-09 -169 val_169 2000-04-09 -382 val_382 2000-04-09 -498 val_498 2000-04-09 -125 val_125 2000-04-09 -386 val_386 2000-04-09 -437 val_437 2000-04-09 -469 val_469 2000-04-09 -192 val_192 2000-04-09 -286 val_286 2000-04-09 -187 val_187 2000-04-09 -176 val_176 2000-04-09 -54 val_54 2000-04-09 -459 val_459 2000-04-09 -51 val_51 2000-04-09 -138 val_138 2000-04-09 -103 val_103 2000-04-09 -239 val_239 2000-04-09 -213 val_213 2000-04-09 -216 val_216 2000-04-09 -430 val_430 2000-04-09 -278 val_278 2000-04-09 -176 val_176 2000-04-09 -289 val_289 2000-04-09 -221 val_221 2000-04-09 -65 val_65 2000-04-09 -318 val_318 2000-04-09 -332 val_332 2000-04-09 -311 val_311 2000-04-09 -275 val_275 2000-04-09 -137 val_137 2000-04-09 -241 val_241 2000-04-09 -83 val_83 2000-04-09 -333 val_333 2000-04-09 -180 val_180 2000-04-09 -284 val_284 2000-04-09 -12 val_12 2000-04-09 -230 val_230 2000-04-09 -181 val_181 2000-04-09 -67 val_67 2000-04-09 -260 val_260 2000-04-09 -404 val_404 2000-04-09 -384 val_384 2000-04-09 -489 val_489 2000-04-09 -353 val_353 2000-04-09 -373 val_373 2000-04-09 -272 val_272 2000-04-09 -138 val_138 2000-04-09 -217 val_217 2000-04-09 -84 val_84 2000-04-09 -348 val_348 2000-04-09 -466 val_466 2000-04-09 -58 val_58 2000-04-09 -8 val_8 2000-04-09 -411 val_411 2000-04-09 -230 val_230 2000-04-09 -208 val_208 2000-04-09 -348 val_348 2000-04-09 -24 val_24 2000-04-09 -463 val_463 2000-04-09 -431 val_431 2000-04-09 -179 val_179 2000-04-09 -172 val_172 2000-04-09 -42 val_42 2000-04-09 -129 val_129 2000-04-09 -158 val_158 2000-04-09 -119 val_119 2000-04-09 -496 val_496 2000-04-09 0 val_0 2000-04-09 -322 val_322 2000-04-09 -197 val_197 2000-04-09 -468 val_468 2000-04-09 -393 val_393 2000-04-09 -454 val_454 2000-04-09 -100 val_100 2000-04-09 -298 val_298 2000-04-09 -199 val_199 2000-04-09 -191 val_191 2000-04-09 -418 val_418 2000-04-09 -96 val_96 2000-04-09 -26 val_26 2000-04-09 -165 val_165 2000-04-09 -327 val_327 2000-04-09 -230 val_230 2000-04-09 -205 val_205 2000-04-09 -120 val_120 2000-04-09 -131 val_131 2000-04-09 -51 val_51 2000-04-09 -404 val_404 2000-04-09 -43 val_43 2000-04-09 -436 val_436 2000-04-09 -156 val_156 2000-04-09 -469 val_469 2000-04-09 -468 val_468 2000-04-09 -308 val_308 2000-04-09 -95 val_95 2000-04-09 -196 val_196 2000-04-09 -288 val_288 2000-04-09 -481 val_481 2000-04-09 -457 val_457 2000-04-09 -98 val_98 2000-04-09 -282 val_282 2000-04-09 -197 val_197 2000-04-09 -187 val_187 2000-04-09 -318 val_318 2000-04-09 -318 val_318 2000-04-09 -409 val_409 2000-04-09 -470 val_470 2000-04-09 -137 val_137 2000-04-09 -369 val_369 2000-04-09 -316 val_316 2000-04-09 -169 val_169 2000-04-09 -413 val_413 2000-04-09 -85 val_85 2000-04-09 -77 val_77 2000-04-09 0 val_0 2000-04-09 -490 val_490 2000-04-09 -87 val_87 2000-04-09 -364 val_364 2000-04-09 -179 val_179 2000-04-09 -118 val_118 2000-04-09 -134 val_134 2000-04-09 -395 val_395 2000-04-09 -282 val_282 2000-04-09 -138 val_138 2000-04-09 -238 val_238 2000-04-09 -419 val_419 2000-04-09 -15 val_15 2000-04-09 -118 val_118 2000-04-09 -72 val_72 2000-04-09 -90 val_90 2000-04-09 -307 val_307 2000-04-09 -19 val_19 2000-04-09 -435 val_435 2000-04-09 -10 val_10 2000-04-09 -277 val_277 2000-04-09 -273 val_273 2000-04-09 -306 val_306 2000-04-09 -224 val_224 2000-04-09 -309 val_309 2000-04-09 -389 val_389 2000-04-09 -327 val_327 2000-04-09 -242 val_242 2000-04-09 -369 val_369 2000-04-09 -392 val_392 2000-04-09 -272 val_272 2000-04-09 -331 val_331 2000-04-09 -401 val_401 2000-04-09 -242 val_242 2000-04-09 -452 val_452 2000-04-09 -177 val_177 2000-04-09 -226 val_226 2000-04-09 +0 val_0 2000-04-10 +0 val_0 2000-04-10 +0 val_0 2000-04-10 +2 val_2 2000-04-08 +2 val_2 2000-04-09 +2 val_2 2000-04-10 +4 val_4 2000-04-09 +4 val_4 2000-04-10 5 val_5 2000-04-09 -497 val_497 2000-04-09 -402 val_402 2000-04-09 -396 val_396 2000-04-09 -317 val_317 2000-04-09 -395 val_395 2000-04-09 -58 val_58 2000-04-09 -35 val_35 2000-04-09 -336 val_336 2000-04-09 -95 val_95 2000-04-09 -11 val_11 2000-04-09 -168 val_168 2000-04-09 -34 val_34 2000-04-09 -229 val_229 2000-04-09 -233 val_233 2000-04-09 -143 val_143 2000-04-09 -472 val_472 2000-04-09 -322 val_322 2000-04-09 -498 val_498 2000-04-09 -160 val_160 2000-04-09 -195 val_195 2000-04-09 -42 val_42 2000-04-09 -321 val_321 2000-04-09 -430 val_430 2000-04-09 -119 val_119 2000-04-09 -489 val_489 2000-04-09 -458 val_458 2000-04-09 -78 val_78 2000-04-09 -76 val_76 2000-04-09 -41 val_41 2000-04-09 -223 val_223 2000-04-09 -492 val_492 2000-04-09 -149 val_149 2000-04-09 -449 val_449 2000-04-09 -218 val_218 2000-04-09 -228 val_228 2000-04-09 -138 val_138 2000-04-09 -453 val_453 2000-04-09 -30 val_30 2000-04-09 -209 val_209 2000-04-09 -64 val_64 2000-04-09 -468 val_468 2000-04-09 -76 val_76 2000-04-09 -74 val_74 2000-04-09 -342 val_342 2000-04-09 -69 val_69 2000-04-09 -230 val_230 2000-04-09 -33 val_33 2000-04-09 -368 val_368 2000-04-09 -103 val_103 2000-04-09 -296 val_296 2000-04-09 -113 val_113 2000-04-09 -216 val_216 2000-04-09 -367 val_367 2000-04-09 -344 val_344 2000-04-09 -167 val_167 2000-04-09 -274 val_274 2000-04-09 -219 val_219 2000-04-09 -239 val_239 2000-04-09 -485 val_485 2000-04-09 -116 val_116 2000-04-09 -223 val_223 2000-04-09 -256 val_256 2000-04-09 -263 val_263 2000-04-09 -70 val_70 2000-04-09 -487 val_487 2000-04-09 -480 val_480 2000-04-09 -401 val_401 2000-04-09 -288 val_288 2000-04-09 -191 val_191 2000-04-09 5 val_5 2000-04-09 -244 val_244 2000-04-09 -438 val_438 2000-04-09 -128 val_128 2000-04-09 -467 val_467 2000-04-09 -432 val_432 2000-04-09 -202 val_202 2000-04-09 -316 val_316 2000-04-09 -229 val_229 2000-04-09 -469 val_469 2000-04-09 -463 val_463 2000-04-09 -280 val_280 2000-04-09 -2 val_2 2000-04-09 -35 val_35 2000-04-09 -283 val_283 2000-04-09 -331 val_331 2000-04-09 -235 val_235 2000-04-09 -80 val_80 2000-04-09 -44 val_44 2000-04-09 -193 val_193 2000-04-09 -321 val_321 2000-04-09 -335 val_335 2000-04-09 -104 val_104 2000-04-09 -466 val_466 2000-04-09 -366 val_366 2000-04-09 -175 val_175 2000-04-09 -403 val_403 2000-04-09 -483 val_483 2000-04-09 -53 val_53 2000-04-09 -105 val_105 2000-04-09 -257 val_257 2000-04-09 -406 val_406 2000-04-09 -409 val_409 2000-04-09 -190 val_190 2000-04-09 -406 val_406 2000-04-09 -401 val_401 2000-04-09 -114 val_114 2000-04-09 -258 val_258 2000-04-09 -90 val_90 2000-04-09 -203 val_203 2000-04-09 -262 val_262 2000-04-09 -348 val_348 2000-04-09 -424 val_424 2000-04-09 -12 val_12 2000-04-09 -396 val_396 2000-04-09 -201 val_201 2000-04-09 -217 val_217 2000-04-09 -164 val_164 2000-04-09 -431 val_431 2000-04-09 -454 val_454 2000-04-09 -478 val_478 2000-04-09 -298 val_298 2000-04-09 -125 val_125 2000-04-09 -431 val_431 2000-04-09 -164 val_164 2000-04-09 -424 val_424 2000-04-09 -187 val_187 2000-04-09 -382 val_382 2000-04-09 5 val_5 2000-04-09 -70 val_70 2000-04-09 -397 val_397 2000-04-09 -480 val_480 2000-04-09 -291 val_291 2000-04-09 -24 val_24 2000-04-09 -351 val_351 2000-04-09 -255 val_255 2000-04-09 -104 val_104 2000-04-09 -70 val_70 2000-04-09 -163 val_163 2000-04-09 -438 val_438 2000-04-09 -119 val_119 2000-04-09 -414 val_414 2000-04-09 -200 val_200 2000-04-09 -491 val_491 2000-04-09 -237 val_237 2000-04-09 -439 val_439 2000-04-09 -360 val_360 2000-04-09 -248 val_248 2000-04-09 -479 val_479 2000-04-09 -305 val_305 2000-04-09 -417 val_417 2000-04-09 -199 val_199 2000-04-09 -444 val_444 2000-04-09 -120 val_120 2000-04-09 -429 val_429 2000-04-09 -169 val_169 2000-04-09 -443 val_443 2000-04-09 -323 val_323 2000-04-09 -325 val_325 2000-04-09 -277 val_277 2000-04-09 -230 val_230 2000-04-09 -478 val_478 2000-04-09 -178 val_178 2000-04-09 -468 val_468 2000-04-09 -310 val_310 2000-04-09 -317 val_317 2000-04-09 -333 val_333 2000-04-09 -493 val_493 2000-04-09 -460 val_460 2000-04-09 -207 val_207 2000-04-09 -249 val_249 2000-04-09 -265 val_265 2000-04-09 -480 val_480 2000-04-09 -83 val_83 2000-04-09 -136 val_136 2000-04-09 -353 val_353 2000-04-09 -172 val_172 2000-04-09 -214 val_214 2000-04-09 -462 val_462 2000-04-09 -233 val_233 2000-04-09 -406 val_406 2000-04-09 -133 val_133 2000-04-09 -175 val_175 2000-04-09 -189 val_189 2000-04-09 -454 val_454 2000-04-09 -375 val_375 2000-04-09 -401 val_401 2000-04-09 -421 val_421 2000-04-09 -407 val_407 2000-04-09 -384 val_384 2000-04-09 -256 val_256 2000-04-09 -26 val_26 2000-04-09 -134 val_134 2000-04-09 -67 val_67 2000-04-09 -384 val_384 2000-04-09 -379 val_379 2000-04-09 -18 val_18 2000-04-09 -462 val_462 2000-04-09 -492 val_492 2000-04-09 -100 val_100 2000-04-09 -298 val_298 2000-04-09 -9 val_9 2000-04-09 -341 val_341 2000-04-09 -498 val_498 2000-04-09 -146 val_146 2000-04-09 -458 val_458 2000-04-09 -362 val_362 2000-04-09 -186 val_186 2000-04-09 -285 val_285 2000-04-09 -348 val_348 2000-04-09 -167 val_167 2000-04-09 -18 val_18 2000-04-09 -273 val_273 2000-04-09 -183 val_183 2000-04-09 -281 val_281 2000-04-09 -344 val_344 2000-04-09 -97 val_97 2000-04-09 -469 val_469 2000-04-09 -315 val_315 2000-04-09 -84 val_84 2000-04-09 -28 val_28 2000-04-09 -37 val_37 2000-04-09 -448 val_448 2000-04-09 -152 val_152 2000-04-09 -348 val_348 2000-04-09 -307 val_307 2000-04-09 -194 val_194 2000-04-09 -414 val_414 2000-04-09 -477 val_477 2000-04-09 -222 val_222 2000-04-09 -126 val_126 2000-04-09 -90 val_90 2000-04-09 -169 val_169 2000-04-09 -403 val_403 2000-04-09 -400 val_400 2000-04-09 -200 val_200 2000-04-09 -97 val_97 2000-04-09 -238 val_238 2000-04-10 -86 val_86 2000-04-10 -311 val_311 2000-04-10 -27 val_27 2000-04-10 -165 val_165 2000-04-10 -409 val_409 2000-04-10 -255 val_255 2000-04-10 -278 val_278 2000-04-10 -98 val_98 2000-04-10 -484 val_484 2000-04-10 -265 val_265 2000-04-10 -193 val_193 2000-04-10 -401 val_401 2000-04-10 -150 val_150 2000-04-10 -273 val_273 2000-04-10 -224 val_224 2000-04-10 -369 val_369 2000-04-10 -66 val_66 2000-04-10 -128 val_128 2000-04-10 -213 val_213 2000-04-10 -146 val_146 2000-04-10 -406 val_406 2000-04-10 -429 val_429 2000-04-10 -374 val_374 2000-04-10 -152 val_152 2000-04-10 -469 val_469 2000-04-10 -145 val_145 2000-04-10 -495 val_495 2000-04-10 -37 val_37 2000-04-10 -327 val_327 2000-04-10 -281 val_281 2000-04-10 -277 val_277 2000-04-10 -209 val_209 2000-04-10 -15 val_15 2000-04-10 -82 val_82 2000-04-10 -403 val_403 2000-04-10 -166 val_166 2000-04-10 -417 val_417 2000-04-10 -430 val_430 2000-04-10 -252 val_252 2000-04-10 -292 val_292 2000-04-10 -219 val_219 2000-04-10 -287 val_287 2000-04-10 -153 val_153 2000-04-10 -193 val_193 2000-04-10 -338 val_338 2000-04-10 -446 val_446 2000-04-10 -459 val_459 2000-04-10 -394 val_394 2000-04-10 -237 val_237 2000-04-10 -482 val_482 2000-04-10 -174 val_174 2000-04-10 -413 val_413 2000-04-10 -494 val_494 2000-04-10 -207 val_207 2000-04-10 -199 val_199 2000-04-10 -466 val_466 2000-04-10 -208 val_208 2000-04-10 -174 val_174 2000-04-10 -399 val_399 2000-04-10 -396 val_396 2000-04-10 -247 val_247 2000-04-10 -417 val_417 2000-04-10 -489 val_489 2000-04-10 -162 val_162 2000-04-10 -377 val_377 2000-04-10 -397 val_397 2000-04-10 -309 val_309 2000-04-10 -365 val_365 2000-04-10 -266 val_266 2000-04-10 -439 val_439 2000-04-10 -342 val_342 2000-04-10 -367 val_367 2000-04-10 -325 val_325 2000-04-10 -167 val_167 2000-04-10 -195 val_195 2000-04-10 -475 val_475 2000-04-10 -17 val_17 2000-04-10 -113 val_113 2000-04-10 -155 val_155 2000-04-10 -203 val_203 2000-04-10 -339 val_339 2000-04-10 -0 val_0 2000-04-10 -455 val_455 2000-04-10 -128 val_128 2000-04-10 -311 val_311 2000-04-10 -316 val_316 2000-04-10 -57 val_57 2000-04-10 -302 val_302 2000-04-10 -205 val_205 2000-04-10 -149 val_149 2000-04-10 -438 val_438 2000-04-10 -345 val_345 2000-04-10 -129 val_129 2000-04-10 -170 val_170 2000-04-10 -20 val_20 2000-04-10 -489 val_489 2000-04-10 -157 val_157 2000-04-10 -378 val_378 2000-04-10 -221 val_221 2000-04-10 -92 val_92 2000-04-10 -111 val_111 2000-04-10 -47 val_47 2000-04-10 -72 val_72 2000-04-10 -4 val_4 2000-04-10 -280 val_280 2000-04-10 -35 val_35 2000-04-10 -427 val_427 2000-04-10 -277 val_277 2000-04-10 -208 val_208 2000-04-10 -356 val_356 2000-04-10 -399 val_399 2000-04-10 -169 val_169 2000-04-10 -382 val_382 2000-04-10 -498 val_498 2000-04-10 -125 val_125 2000-04-10 -386 val_386 2000-04-10 -437 val_437 2000-04-10 -469 val_469 2000-04-10 -192 val_192 2000-04-10 -286 val_286 2000-04-10 -187 val_187 2000-04-10 -176 val_176 2000-04-10 -54 val_54 2000-04-10 -459 val_459 2000-04-10 -51 val_51 2000-04-10 -138 val_138 2000-04-10 -103 val_103 2000-04-10 -239 val_239 2000-04-10 -213 val_213 2000-04-10 -216 val_216 2000-04-10 -430 val_430 2000-04-10 -278 val_278 2000-04-10 -176 val_176 2000-04-10 -289 val_289 2000-04-10 -221 val_221 2000-04-10 -65 val_65 2000-04-10 -318 val_318 2000-04-10 -332 val_332 2000-04-10 -311 val_311 2000-04-10 -275 val_275 2000-04-10 -137 val_137 2000-04-10 -241 val_241 2000-04-10 -83 val_83 2000-04-10 -333 val_333 2000-04-10 -180 val_180 2000-04-10 -284 val_284 2000-04-10 -12 val_12 2000-04-10 -230 val_230 2000-04-10 -181 val_181 2000-04-10 -67 val_67 2000-04-10 -260 val_260 2000-04-10 -404 val_404 2000-04-10 -384 val_384 2000-04-10 -489 val_489 2000-04-10 -353 val_353 2000-04-10 -373 val_373 2000-04-10 -272 val_272 2000-04-10 -138 val_138 2000-04-10 -217 val_217 2000-04-10 -84 val_84 2000-04-10 -348 val_348 2000-04-10 -466 val_466 2000-04-10 -58 val_58 2000-04-10 +5 val_5 2000-04-10 +5 val_5 2000-04-10 +5 val_5 2000-04-10 +8 val_8 2000-04-09 8 val_8 2000-04-10 -411 val_411 2000-04-10 -230 val_230 2000-04-10 -208 val_208 2000-04-10 -348 val_348 2000-04-10 -24 val_24 2000-04-10 -463 val_463 2000-04-10 -431 val_431 2000-04-10 -179 val_179 2000-04-10 -172 val_172 2000-04-10 -42 val_42 2000-04-10 -129 val_129 2000-04-10 -158 val_158 2000-04-10 -119 val_119 2000-04-10 -496 val_496 2000-04-10 -0 val_0 2000-04-10 -322 val_322 2000-04-10 -197 val_197 2000-04-10 -468 val_468 2000-04-10 -393 val_393 2000-04-10 -454 val_454 2000-04-10 -100 val_100 2000-04-10 -298 val_298 2000-04-10 -199 val_199 2000-04-10 -191 val_191 2000-04-10 -418 val_418 2000-04-10 -96 val_96 2000-04-10 -26 val_26 2000-04-10 -165 val_165 2000-04-10 -327 val_327 2000-04-10 -230 val_230 2000-04-10 -205 val_205 2000-04-10 -120 val_120 2000-04-10 -131 val_131 2000-04-10 -51 val_51 2000-04-10 -404 val_404 2000-04-10 -43 val_43 2000-04-10 -436 val_436 2000-04-10 -156 val_156 2000-04-10 -469 val_469 2000-04-10 -468 val_468 2000-04-10 -308 val_308 2000-04-10 -95 val_95 2000-04-10 -196 val_196 2000-04-10 -288 val_288 2000-04-10 -481 val_481 2000-04-10 -457 val_457 2000-04-10 -98 val_98 2000-04-10 -282 val_282 2000-04-10 -197 val_197 2000-04-10 -187 val_187 2000-04-10 -318 val_318 2000-04-10 -318 val_318 2000-04-10 -409 val_409 2000-04-10 -470 val_470 2000-04-10 -137 val_137 2000-04-10 -369 val_369 2000-04-10 -316 val_316 2000-04-10 -169 val_169 2000-04-10 -413 val_413 2000-04-10 -85 val_85 2000-04-10 -77 val_77 2000-04-10 -0 val_0 2000-04-10 -490 val_490 2000-04-10 -87 val_87 2000-04-10 -364 val_364 2000-04-10 -179 val_179 2000-04-10 -118 val_118 2000-04-10 -134 val_134 2000-04-10 -395 val_395 2000-04-10 -282 val_282 2000-04-10 -138 val_138 2000-04-10 -238 val_238 2000-04-10 -419 val_419 2000-04-10 -15 val_15 2000-04-10 -118 val_118 2000-04-10 -72 val_72 2000-04-10 -90 val_90 2000-04-10 -307 val_307 2000-04-10 -19 val_19 2000-04-10 -435 val_435 2000-04-10 +9 val_9 2000-04-09 +9 val_9 2000-04-10 +10 val_10 2000-04-09 10 val_10 2000-04-10 -277 val_277 2000-04-10 -273 val_273 2000-04-10 -306 val_306 2000-04-10 -224 val_224 2000-04-10 -309 val_309 2000-04-10 -389 val_389 2000-04-10 -327 val_327 2000-04-10 -242 val_242 2000-04-10 -369 val_369 2000-04-10 -392 val_392 2000-04-10 -272 val_272 2000-04-10 -331 val_331 2000-04-10 -401 val_401 2000-04-10 -242 val_242 2000-04-10 -452 val_452 2000-04-10 -177 val_177 2000-04-10 -226 val_226 2000-04-10 -5 val_5 2000-04-10 -497 val_497 2000-04-10 -402 val_402 2000-04-10 -396 val_396 2000-04-10 -317 val_317 2000-04-10 -395 val_395 2000-04-10 -58 val_58 2000-04-10 -35 val_35 2000-04-10 -336 val_336 2000-04-10 -95 val_95 2000-04-10 +11 val_11 2000-04-09 11 val_11 2000-04-10 -168 val_168 2000-04-10 -34 val_34 2000-04-10 -229 val_229 2000-04-10 -233 val_233 2000-04-10 -143 val_143 2000-04-10 -472 val_472 2000-04-10 -322 val_322 2000-04-10 -498 val_498 2000-04-10 -160 val_160 2000-04-10 -195 val_195 2000-04-10 -42 val_42 2000-04-10 -321 val_321 2000-04-10 -430 val_430 2000-04-10 -119 val_119 2000-04-10 -489 val_489 2000-04-10 -458 val_458 2000-04-10 -78 val_78 2000-04-10 -76 val_76 2000-04-10 -41 val_41 2000-04-10 -223 val_223 2000-04-10 -492 val_492 2000-04-10 -149 val_149 2000-04-10 -449 val_449 2000-04-10 -218 val_218 2000-04-10 -228 val_228 2000-04-10 -138 val_138 2000-04-10 -453 val_453 2000-04-10 -30 val_30 2000-04-10 -209 val_209 2000-04-10 -64 val_64 2000-04-10 -468 val_468 2000-04-10 -76 val_76 2000-04-10 -74 val_74 2000-04-10 -342 val_342 2000-04-10 -69 val_69 2000-04-10 -230 val_230 2000-04-10 -33 val_33 2000-04-10 -368 val_368 2000-04-10 -103 val_103 2000-04-10 -296 val_296 2000-04-10 -113 val_113 2000-04-10 -216 val_216 2000-04-10 -367 val_367 2000-04-10 -344 val_344 2000-04-10 -167 val_167 2000-04-10 -274 val_274 2000-04-10 -219 val_219 2000-04-10 -239 val_239 2000-04-10 -485 val_485 2000-04-10 -116 val_116 2000-04-10 -223 val_223 2000-04-10 -256 val_256 2000-04-10 -263 val_263 2000-04-10 -70 val_70 2000-04-10 -487 val_487 2000-04-10 -480 val_480 2000-04-10 -401 val_401 2000-04-10 -288 val_288 2000-04-10 -191 val_191 2000-04-10 -5 val_5 2000-04-10 -244 val_244 2000-04-10 -438 val_438 2000-04-10 -128 val_128 2000-04-10 -467 val_467 2000-04-10 -432 val_432 2000-04-10 -202 val_202 2000-04-10 -316 val_316 2000-04-10 -229 val_229 2000-04-10 -469 val_469 2000-04-10 -463 val_463 2000-04-10 -280 val_280 2000-04-10 -2 val_2 2000-04-10 -35 val_35 2000-04-10 -283 val_283 2000-04-10 -331 val_331 2000-04-10 -235 val_235 2000-04-10 -80 val_80 2000-04-10 -44 val_44 2000-04-10 -193 val_193 2000-04-10 -321 val_321 2000-04-10 -335 val_335 2000-04-10 -104 val_104 2000-04-10 -466 val_466 2000-04-10 -366 val_366 2000-04-10 -175 val_175 2000-04-10 -403 val_403 2000-04-10 -483 val_483 2000-04-10 -53 val_53 2000-04-10 -105 val_105 2000-04-10 -257 val_257 2000-04-10 -406 val_406 2000-04-10 -409 val_409 2000-04-10 -190 val_190 2000-04-10 -406 val_406 2000-04-10 -401 val_401 2000-04-10 -114 val_114 2000-04-10 -258 val_258 2000-04-10 -90 val_90 2000-04-10 -203 val_203 2000-04-10 -262 val_262 2000-04-10 -348 val_348 2000-04-10 -424 val_424 2000-04-10 +12 val_12 2000-04-09 +12 val_12 2000-04-09 12 val_12 2000-04-10 -396 val_396 2000-04-10 -201 val_201 2000-04-10 -217 val_217 2000-04-10 -164 val_164 2000-04-10 -431 val_431 2000-04-10 -454 val_454 2000-04-10 -478 val_478 2000-04-10 -298 val_298 2000-04-10 -125 val_125 2000-04-10 -431 val_431 2000-04-10 -164 val_164 2000-04-10 -424 val_424 2000-04-10 -187 val_187 2000-04-10 -382 val_382 2000-04-10 -5 val_5 2000-04-10 -70 val_70 2000-04-10 -397 val_397 2000-04-10 -480 val_480 2000-04-10 -291 val_291 2000-04-10 -24 val_24 2000-04-10 -351 val_351 2000-04-10 -255 val_255 2000-04-10 -104 val_104 2000-04-10 -70 val_70 2000-04-10 -163 val_163 2000-04-10 -438 val_438 2000-04-10 -119 val_119 2000-04-10 -414 val_414 2000-04-10 -200 val_200 2000-04-10 -491 val_491 2000-04-10 -237 val_237 2000-04-10 -439 val_439 2000-04-10 -360 val_360 2000-04-10 -248 val_248 2000-04-10 -479 val_479 2000-04-10 -305 val_305 2000-04-10 -417 val_417 2000-04-10 -199 val_199 2000-04-10 -444 val_444 2000-04-10 -120 val_120 2000-04-10 -429 val_429 2000-04-10 -169 val_169 2000-04-10 -443 val_443 2000-04-10 -323 val_323 2000-04-10 -325 val_325 2000-04-10 -277 val_277 2000-04-10 -230 val_230 2000-04-10 -478 val_478 2000-04-10 -178 val_178 2000-04-10 -468 val_468 2000-04-10 -310 val_310 2000-04-10 -317 val_317 2000-04-10 -333 val_333 2000-04-10 -493 val_493 2000-04-10 -460 val_460 2000-04-10 -207 val_207 2000-04-10 -249 val_249 2000-04-10 -265 val_265 2000-04-10 -480 val_480 2000-04-10 -83 val_83 2000-04-10 -136 val_136 2000-04-10 -353 val_353 2000-04-10 -172 val_172 2000-04-10 -214 val_214 2000-04-10 -462 val_462 2000-04-10 -233 val_233 2000-04-10 -406 val_406 2000-04-10 -133 val_133 2000-04-10 -175 val_175 2000-04-10 -189 val_189 2000-04-10 -454 val_454 2000-04-10 -375 val_375 2000-04-10 -401 val_401 2000-04-10 -421 val_421 2000-04-10 -407 val_407 2000-04-10 -384 val_384 2000-04-10 -256 val_256 2000-04-10 -26 val_26 2000-04-10 -134 val_134 2000-04-10 -67 val_67 2000-04-10 -384 val_384 2000-04-10 -379 val_379 2000-04-10 +12 val_12 2000-04-10 +15 val_15 2000-04-09 +15 val_15 2000-04-09 +15 val_15 2000-04-10 +15 val_15 2000-04-10 +17 val_17 2000-04-09 +17 val_17 2000-04-10 +18 val_18 2000-04-09 +18 val_18 2000-04-09 18 val_18 2000-04-10 -462 val_462 2000-04-10 -492 val_492 2000-04-10 -100 val_100 2000-04-10 -298 val_298 2000-04-10 -9 val_9 2000-04-10 -341 val_341 2000-04-10 -498 val_498 2000-04-10 -146 val_146 2000-04-10 -458 val_458 2000-04-10 -362 val_362 2000-04-10 -186 val_186 2000-04-10 -285 val_285 2000-04-10 -348 val_348 2000-04-10 -167 val_167 2000-04-10 18 val_18 2000-04-10 -273 val_273 2000-04-10 -183 val_183 2000-04-10 -281 val_281 2000-04-10 -344 val_344 2000-04-10 -97 val_97 2000-04-10 -469 val_469 2000-04-10 -315 val_315 2000-04-10 -84 val_84 2000-04-10 -28 val_28 2000-04-10 -37 val_37 2000-04-10 -448 val_448 2000-04-10 -152 val_152 2000-04-10 -348 val_348 2000-04-10 -307 val_307 2000-04-10 -194 val_194 2000-04-10 -414 val_414 2000-04-10 -477 val_477 2000-04-10 -222 val_222 2000-04-10 -126 val_126 2000-04-10 -90 val_90 2000-04-10 -169 val_169 2000-04-10 -403 val_403 2000-04-10 -400 val_400 2000-04-10 -200 val_200 2000-04-10 -97 val_97 2000-04-10 -2 val_2 2000-04-08 +19 val_19 2000-04-09 +19 val_19 2000-04-10 PREHOOK: query: create table pcr_t2 (key int, value string) PREHOOK: type: CREATETABLE POSTHOOK: query: create table pcr_t2 (key int, value string) @@ -11238,9 +3822,9 @@ File Output Operator compressed: false GlobalTableId: 1 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10004 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10004 NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10000/ + Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10000/ table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11250,12 +3834,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 TotalFiles: 1 @@ -11271,9 +3855,9 @@ File Output Operator compressed: false GlobalTableId: 2 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10005 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10005 NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10002/ + Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10002/ table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11283,12 +3867,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 TotalFiles: 1 @@ -11296,9 +3880,9 @@ MultiFileSpray: false Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -11311,17 +3895,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -11332,17 +3916,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 @@ -11354,14 +3938,14 @@ Move Operator files: hdfs directory: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10004 - destination: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10000 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10004 + destination: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10000 Stage: Stage-0 Move Operator tables: replace: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10000 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10000 table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11371,28 +3955,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 - tmp directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10001 + tmp directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10001 Stage: Stage-3 Stats-Aggr Operator - Stats Aggregation Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10000/ + Stats Aggregation Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10000/ Stage: Stage-4 Map Reduce Alias -> Map Operator Tree: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10004 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10004 File Output Operator compressed: false GlobalTableId: 0 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10000 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10000 NumFilesPerFileSink: 1 table: input format: org.apache.hadoop.mapred.TextInputFormat @@ -11403,12 +3987,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 TotalFiles: 1 @@ -11416,9 +4000,9 @@ MultiFileSpray: false Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10004 [pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10004] + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10004 [pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10004] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10004 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10004 Partition base file name: -ext-10004 input format: org.apache.hadoop.mapred.TextInputFormat @@ -11429,12 +4013,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -11445,12 +4029,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 name: pcr_t2 @@ -11462,14 +4046,14 @@ Move Operator files: hdfs directory: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10005 - destination: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10002 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10005 + destination: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10002 Stage: Stage-1 Move Operator tables: replace: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10002 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10002 table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11479,28 +4063,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 - tmp directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10003 + tmp directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10003 Stage: Stage-7 Stats-Aggr Operator - Stats Aggregation Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10002/ + Stats Aggregation Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10002/ Stage: Stage-8 Map Reduce Alias -> Map Operator Tree: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10005 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10005 File Output Operator compressed: false GlobalTableId: 0 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10002 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10002 NumFilesPerFileSink: 1 table: input format: org.apache.hadoop.mapred.TextInputFormat @@ -11511,12 +4095,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 TotalFiles: 1 @@ -11524,9 +4108,9 @@ MultiFileSpray: false Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10005 [pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10005] + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10005 [pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10005] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-32_848_1062332782241004174/-ext-10005 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-45_814_5777490027678684264/-ext-10005 Partition base file name: -ext-10005 input format: org.apache.hadoop.mapred.TextInputFormat @@ -11537,12 +4121,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -11553,12 +4137,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name 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 1288977812 + transient_lastDdlTime 1288992525 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 name: pcr_t3 @@ -11651,9 +4235,9 @@ File Output Operator compressed: false GlobalTableId: 1 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10004 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10004 NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10000/ + Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10000/ table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11663,16 +4247,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name pcr_t2 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t2 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977820 + totalSize 180 + transient_lastDdlTime 1288992528 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 TotalFiles: 1 @@ -11693,9 +4277,9 @@ File Output Operator compressed: false GlobalTableId: 2 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10005 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10005 NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10002/ + Stats Publishing Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10002/ table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11705,16 +4289,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name pcr_t3 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t3 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977819 + totalSize 180 + transient_lastDdlTime 1288992529 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 TotalFiles: 1 @@ -11722,9 +4306,9 @@ MultiFileSpray: false Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 [pcr_t1] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1/ds=2000-04-08 + pfile:/data/users/sdong/www/open-source-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 @@ -11737,17 +4321,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -11758,17 +4342,17 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t1 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t1 name pcr_t1 numFiles 4 numPartitions 4 - numRows 2000 + numRows 0 partition_columns ds serialization.ddl struct pcr_t1 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 23248 - transient_lastDdlTime 1288977803 + totalSize 720 + transient_lastDdlTime 1288992519 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t1 name: pcr_t1 @@ -11780,14 +4364,14 @@ Move Operator files: hdfs directory: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10004 - destination: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10000 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10004 + destination: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10000 Stage: Stage-0 Move Operator tables: replace: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10000 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10000 table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11797,32 +4381,32 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name pcr_t2 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t2 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977820 + totalSize 180 + transient_lastDdlTime 1288992528 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 - tmp directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10001 + tmp directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10001 Stage: Stage-3 Stats-Aggr Operator - Stats Aggregation Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10000/ + Stats Aggregation Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10000/ Stage: Stage-4 Map Reduce Alias -> Map Operator Tree: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10004 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10004 File Output Operator compressed: false GlobalTableId: 0 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10000 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10000 NumFilesPerFileSink: 1 table: input format: org.apache.hadoop.mapred.TextInputFormat @@ -11833,16 +4417,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name pcr_t2 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t2 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977820 + totalSize 180 + transient_lastDdlTime 1288992528 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 TotalFiles: 1 @@ -11850,9 +4434,9 @@ MultiFileSpray: false Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10004 [pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10004] + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10004 [pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10004] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10004 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10004 Partition base file name: -ext-10004 input format: org.apache.hadoop.mapred.TextInputFormat @@ -11863,16 +4447,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name pcr_t2 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t2 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977820 + totalSize 180 + transient_lastDdlTime 1288992528 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -11883,16 +4467,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t2 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t2 name pcr_t2 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t2 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977820 + totalSize 180 + transient_lastDdlTime 1288992528 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t2 name: pcr_t2 @@ -11904,14 +4488,14 @@ Move Operator files: hdfs directory: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10005 - destination: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10002 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10005 + destination: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10002 Stage: Stage-1 Move Operator tables: replace: true - source: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10002 + source: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10002 table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -11921,32 +4505,32 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name pcr_t3 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t3 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977819 + totalSize 180 + transient_lastDdlTime 1288992529 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 - tmp directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10003 + tmp directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10003 Stage: Stage-7 Stats-Aggr Operator - Stats Aggregation Key Prefix: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10002/ + Stats Aggregation Key Prefix: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10002/ Stage: Stage-8 Map Reduce Alias -> Map Operator Tree: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10005 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10005 File Output Operator compressed: false GlobalTableId: 0 - directory: pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10002 + directory: pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10002 NumFilesPerFileSink: 1 table: input format: org.apache.hadoop.mapred.TextInputFormat @@ -11957,16 +4541,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name pcr_t3 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t3 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977819 + totalSize 180 + transient_lastDdlTime 1288992529 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 TotalFiles: 1 @@ -11974,9 +4558,9 @@ MultiFileSpray: false Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10005 [pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10005] + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10005 [pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10005] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/scratchdir/hive_2010-11-05_10-23-40_346_6187102471356860225/-ext-10005 + pfile:/data/users/sdong/www/open-source-hive/build/ql/scratchdir/hive_2010-11-05_14-28-49_109_5467376671133885232/-ext-10005 Partition base file name: -ext-10005 input format: org.apache.hadoop.mapred.TextInputFormat @@ -11987,16 +4571,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name pcr_t3 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t3 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977819 + totalSize 180 + transient_lastDdlTime 1288992529 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -12007,16 +4591,16 @@ columns.types int:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/pcr_t3 + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/pcr_t3 name pcr_t3 numFiles 1 numPartitions 0 - numRows 500 + numRows 0 serialization.ddl struct pcr_t3 { i32 key, string value} serialization.format 1 serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - totalSize 5812 - transient_lastDdlTime 1288977819 + totalSize 180 + transient_lastDdlTime 1288992529 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: pcr_t3 name: pcr_t3 @@ -12052,9 +4636,9 @@ POSTHOOK: Lineage: pcr_t3.key SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:key, type:int, comment:null), ] POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] -PREHOOK: query: explain extended select key, value from srcpart where ds='2008-04-08' and hr=11 +PREHOOK: query: explain extended select key, value from srcpart where ds='2008-04-08' and hr=11 order by key limit 10 PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value from srcpart where ds='2008-04-08' and hr=11 +POSTHOOK: query: explain extended select key, value from srcpart where ds='2008-04-08' and hr=11 order by key limit 10 POSTHOOK: type: QUERY 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), ] @@ -12073,7 +4657,7 @@ POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF srcpart)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (and (= (TOK_TABLE_OR_COL ds) '2008-04-08') (= (TOK_TABLE_OR_COL hr) 11))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF srcpart)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value))) (TOK_WHERE (and (= (TOK_TABLE_OR_COL ds) '2008-04-08') (= (TOK_TABLE_OR_COL hr) 11))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key))) (TOK_LIMIT 10))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -12099,27 +4683,22 @@ expr: value type: string outputColumnNames: _col0, _col1 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-23-48_860_6401604728159573062/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-23-48_860_6401604728159573062/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1 - columns.types string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: string + sort order: + + tag: -1 + value expressions: + expr: _col0 + type: string + expr: _col1 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 + pfile:/data/users/sdong/www/open-source-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 @@ -12133,13 +4712,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -12150,28 +4729,47 @@ columns.types string:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: srcpart name: srcpart + Reduce Operator Tree: + Extract + Limit + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-52_424_8275232784039659651/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-52_424_8275232784039659651/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1 + columns.types string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator - limit: -1 + limit: 10 -PREHOOK: query: select key, value from srcpart where ds='2008-04-04' and hr=11 +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/njain/hive_2010-11-05_10-23-49_004_3220358116272299219/-mr-10000 -POSTHOOK: query: select key, value from srcpart where ds='2008-04-04' and hr=11 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-52_516_8999091183289140626/-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/njain/hive_2010-11-05_10-23-49_004_3220358116272299219/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-52_516_8999091183289140626/-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), ] @@ -12188,9 +4786,9 @@ POSTHOOK: Lineage: pcr_t3.key SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:key, type:int, comment:null), ] POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] -PREHOOK: query: explain extended select key, value, ds, hr from srcpart where ds='2008-04-08' and (hr='11' or hr='12') and key=11 +PREHOOK: query: explain extended 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 PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value, ds, hr from srcpart where ds='2008-04-08' and (hr='11' or hr='12') and key=11 +POSTHOOK: query: explain extended 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: 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), ] @@ -12209,7 +4807,7 @@ POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF srcpart)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds)) (TOK_SELEXPR (TOK_TABLE_OR_COL hr))) (TOK_WHERE (and (and (= (TOK_TABLE_OR_COL ds) '2008-04-08') (or (= (TOK_TABLE_OR_COL hr) '11') (= (TOK_TABLE_OR_COL hr) '12'))) (= (TOK_TABLE_OR_COL key) 11))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF srcpart)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds)) (TOK_SELEXPR (TOK_TABLE_OR_COL hr))) (TOK_WHERE (and (and (= (TOK_TABLE_OR_COL ds) '2008-04-08') (or (= (TOK_TABLE_OR_COL hr) '11') (= (TOK_TABLE_OR_COL hr) '12'))) (= (TOK_TABLE_OR_COL key) 11))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL hr))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -12244,28 +4842,31 @@ expr: hr type: string outputColumnNames: _col0, _col1, _col2, _col3 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-23-52_465_4637911156992929768/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-23-52_465_4637911156992929768/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2,_col3 - columns.types string:string:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: string + expr: _col2 + type: string + expr: _col3 + type: string + sort order: +++ + tag: -1 + value expressions: + expr: _col0 + type: string + expr: _col1 + type: string + expr: _col2 + type: string + expr: _col3 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 [srcpart] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 [srcpart] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 + pfile:/data/users/sdong/www/open-source-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 @@ -12279,13 +4880,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -12296,17 +4897,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: srcpart name: srcpart - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 + pfile:/data/users/sdong/www/open-source-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 @@ -12320,13 +4921,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -12337,32 +4938,50 @@ columns.types string:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: srcpart name: srcpart + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-55_089_3823319453563114682/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-55_089_3823319453563114682/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2,_col3 + columns.types string:string:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value, ds, hr from srcpart where ds='2008-04-08' and (hr='11' or hr='12') and key=11 +PREHOOK: 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 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/njain/hive_2010-11-05_10-23-52_638_407061206580217450/-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 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-55_215_2121693904504926801/-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/njain/hive_2010-11-05_10-23-52_638_407061206580217450/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-55_215_2121693904504926801/-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), ] @@ -12381,9 +5000,9 @@ POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] 11 val_11 2008-04-08 11 11 val_11 2008-04-08 12 -PREHOOK: query: explain extended select key, value, ds, hr from srcpart where hr='11' and key=11 +PREHOOK: query: explain extended select key, value, ds, hr from srcpart where hr='11' and key=11 order by key, ds, hr PREHOOK: type: QUERY -POSTHOOK: query: explain extended select key, value, ds, hr from srcpart where hr='11' and key=11 +POSTHOOK: query: explain extended select key, value, ds, hr from srcpart where hr='11' and key=11 order by key, ds, hr POSTHOOK: type: QUERY 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), ] @@ -12402,7 +5021,7 @@ POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] POSTHOOK: Lineage: pcr_t3.value SIMPLE [(pcr_t1)pcr_t1.FieldSchema(name:value, type:string, comment:null), ] ABSTRACT SYNTAX TREE: - (TOK_QUERY (TOK_FROM (TOK_TABREF srcpart)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds)) (TOK_SELEXPR (TOK_TABLE_OR_COL hr))) (TOK_WHERE (and (= (TOK_TABLE_OR_COL hr) '11') (= (TOK_TABLE_OR_COL key) 11))))) + (TOK_QUERY (TOK_FROM (TOK_TABREF srcpart)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_TABLE_OR_COL key)) (TOK_SELEXPR (TOK_TABLE_OR_COL value)) (TOK_SELEXPR (TOK_TABLE_OR_COL ds)) (TOK_SELEXPR (TOK_TABLE_OR_COL hr))) (TOK_WHERE (and (= (TOK_TABLE_OR_COL hr) '11') (= (TOK_TABLE_OR_COL key) 11))) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL ds)) (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL hr))))) STAGE DEPENDENCIES: Stage-1 is a root stage @@ -12437,28 +5056,31 @@ expr: hr type: string outputColumnNames: _col0, _col1, _col2, _col3 - File Output Operator - compressed: false - GlobalTableId: 0 - directory: file:/tmp/njain/hive_2010-11-05_10-23-56_643_4578539036849961880/-ext-10001 - NumFilesPerFileSink: 1 - Stats Publishing Key Prefix: file:/tmp/njain/hive_2010-11-05_10-23-56_643_4578539036849961880/-ext-10001/ - table: - input format: org.apache.hadoop.mapred.TextInputFormat - output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - properties: - columns _col0,_col1,_col2,_col3 - columns.types string:string:string:string - serialization.format 1 - TotalFiles: 1 - GatherStats: false - MultiFileSpray: false + Reduce Output Operator + key expressions: + expr: _col0 + type: string + expr: _col2 + type: string + expr: _col3 + type: string + sort order: +++ + tag: -1 + value expressions: + expr: _col0 + type: string + expr: _col1 + type: string + expr: _col2 + type: string + expr: _col3 + type: string Needs Tagging: false Path -> Alias: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart] - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 [srcpart] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 [srcpart] + pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 [srcpart] Path -> Partition: - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 + pfile:/data/users/sdong/www/open-source-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 @@ -12472,13 +5094,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -12489,17 +5111,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: srcpart name: srcpart - pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 + pfile:/data/users/sdong/www/open-source-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 @@ -12513,13 +5135,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/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe input format: org.apache.hadoop.mapred.TextInputFormat @@ -12530,32 +5152,50 @@ columns.types string:string file.inputformat org.apache.hadoop.mapred.TextInputFormat file.outputformat org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat - location pfile:/data/users/njain/hive_commit2/hive_commit2/build/ql/test/data/warehouse/srcpart + location pfile:/data/users/sdong/www/open-source-hive/build/ql/test/data/warehouse/srcpart name 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 1288977702 + transient_lastDdlTime 1288992459 serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe name: srcpart name: srcpart + Reduce Operator Tree: + Extract + File Output Operator + compressed: false + GlobalTableId: 0 + directory: file:/tmp/sdong/hive_2010-11-05_14-28-57_925_4879980701938285524/-ext-10001 + NumFilesPerFileSink: 1 + Stats Publishing Key Prefix: file:/tmp/sdong/hive_2010-11-05_14-28-57_925_4879980701938285524/-ext-10001/ + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + properties: + columns _col0,_col1,_col2,_col3 + columns.types string:string:string:string + serialization.format 1 + TotalFiles: 1 + GatherStats: false + MultiFileSpray: false Stage: Stage-0 Fetch Operator limit: -1 -PREHOOK: query: select key, value, ds, hr from srcpart where hr='11' and key=11 +PREHOOK: query: select key, value, ds, hr from srcpart where hr='11' and key=11 order by key, ds, hr 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/njain/hive_2010-11-05_10-23-56_817_4237615730671462582/-mr-10000 -POSTHOOK: query: select key, value, ds, hr from srcpart where hr='11' and key=11 +PREHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-58_028_2510275960172191190/-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/njain/hive_2010-11-05_10-23-56_817_4237615730671462582/-mr-10000 +POSTHOOK: Output: file:/tmp/sdong/hive_2010-11-05_14-28-58_028_2510275960172191190/-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/queries/clientpositive/pcr.q =================================================================== --- ql/src/test/queries/clientpositive/pcr.q (revision 1031729) +++ ql/src/test/queries/clientpositive/pcr.q (working copy) @@ -4,69 +4,69 @@ create table pcr_t1 (key int, value string) partitioned by (ds string); -insert overwrite table pcr_t1 partition (ds='2000-04-08') select * from src; -insert overwrite table pcr_t1 partition (ds='2000-04-09') select * from src; -insert overwrite table pcr_t1 partition (ds='2000-04-10') select * from src; +insert overwrite table pcr_t1 partition (ds='2000-04-08') select * from src where key < 20 order by key; +insert overwrite table pcr_t1 partition (ds='2000-04-09') select * from src where key < 20 order by key; +insert overwrite table pcr_t1 partition (ds='2000-04-10') select * from src where key < 20 order by key; -explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5; -select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5; +explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 order by key, ds; +select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 order by key, ds; -explain extended select key, value from pcr_t1 where ds<='2000-04-09' or key<5; -select key, value from pcr_t1 where ds<='2000-04-09' or key<5; +explain extended select key, value from pcr_t1 where ds<='2000-04-09' or key<5 order by key; +select key, value from pcr_t1 where ds<='2000-04-09' or key<5 order by key; -explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2'; -select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2'; +explain extended select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' order by key, ds; +select key, value, ds from pcr_t1 where ds<='2000-04-09' and key<5 and value != 'val_2' order by key, ds; explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5'); +where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5') order by key, ds; select key, value, ds from pcr_t1 -where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5'); +where (ds < '2000-04-09' and key < 5) or (ds > '2000-04-09' and value == 'val_5') order by key, ds; explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5'); +where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5') order by key, ds; select key, value, ds from pcr_t1 -where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5'); +where (ds < '2000-04-10' and key < 5) or (ds > '2000-04-08' and value == 'val_5') order by key, ds; explain extended select key, value, ds from pcr_t1 -where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5'); +where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5') order by key, ds; select key, value, ds from pcr_t1 -where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5'); +where (ds < '2000-04-10' or key < 5) and (ds > '2000-04-08' or value == 'val_5') order by key, ds; -explain extended select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14; -select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14; +explain extended select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 order by key, value; +select key, value from pcr_t1 where (ds='2000-04-08' or ds='2000-04-09') and key=14 order by key, value; -explain extended select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09'; -select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09'; +explain extended select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by key, value; +select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by key, value; -explain extended select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10'; -select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10'; +explain extended select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' order by key, value; +select key, value from pcr_t1 where ds>='2000-04-08' or ds<'2000-04-10' order by key, value; -explain extended select key, value, ds from pcr_t1 where (ds='2000-04-08' and key=1) or (ds='2000-04-09' and key=2); -select key, value, ds from pcr_t1 where (ds='2000-04-08' and key=1) or (ds='2000-04-09' and key=2); +explain extended 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; +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; -explain extended 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'; -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'; +explain extended 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; +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; -explain extended 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'; -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'; +explain extended 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; +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; -insert overwrite table pcr_t1 partition (ds='2000-04-11') select * from src; +insert overwrite table pcr_t1 partition (ds='2000-04-11') select * from src where key < 20 order by key; -explain extended 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); -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); +explain extended 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; +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; -explain extended 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); -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); +explain extended 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; +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; create table pcr_t2 (key int, value string); create table pcr_t3 (key int, value string); @@ -90,15 +90,15 @@ insert overwrite table pcr_t3 select key, value where ds='2000-04-08' and key=3; -explain extended select key, value from srcpart where ds='2008-04-08' and hr=11; -select key, value from srcpart where ds='2008-04-04' and hr=11; +explain extended select key, value from srcpart where ds='2008-04-08' and hr=11 order by key limit 10; +select key, value from srcpart where ds='2008-04-04' and hr=11 order by key limit 10; -explain extended select key, value, ds, hr from srcpart where ds='2008-04-08' and (hr='11' or hr='12') and key=11; -select key, value, ds, hr from srcpart where ds='2008-04-08' and (hr='11' or hr='12') and key=11; +explain extended 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; +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; -explain extended select key, value, ds, hr from srcpart where hr='11' and key=11; -select key, value, ds, hr from srcpart where hr='11' and key=11; +explain extended select key, value, ds, hr from srcpart where hr='11' and key=11 order by key, ds, hr; +select key, value, ds, hr from srcpart where hr='11' and key=11 order by key, ds, hr; drop table pcr_t1; drop table pcr_t2; -drop table pcr_t3; \ No newline at end of file +drop table pcr_t3;