Author: namit
Date: Sat Oct 13 17:10:11 2012
New Revision: 1397897
URL: http://svn.apache.org/viewvc?rev=1397897&view=rev
Log:
HIVE-3556 Test "Path -> Alias" for explain extended
(Gang Tim Liu via namit)
Modified:
hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java
hive/trunk/ql/src/test/results/clientpositive/binary_output_format.q.out
hive/trunk/ql/src/test/results/clientpositive/bucket1.q.out
hive/trunk/ql/src/test/results/clientpositive/bucket2.q.out
hive/trunk/ql/src/test/results/clientpositive/bucket3.q.out
hive/trunk/ql/src/test/results/clientpositive/bucket4.q.out
hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_1.q.out
hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_2.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_1.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_2.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_3.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_4.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_5.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_6.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_7.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketcontext_8.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin1.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin10.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin11.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin12.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin2.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin3.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin4.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin5.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin7.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin8.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin9.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative2.q.out
hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative3.q.out
hive/trunk/ql/src/test/results/clientpositive/combine2.q.out
hive/trunk/ql/src/test/results/clientpositive/ctas.q.out
hive/trunk/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out
hive/trunk/ql/src/test/results/clientpositive/filter_join_breaktask.q.out
hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr.q.out
hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out
hive/trunk/ql/src/test/results/clientpositive/groupby_ppr.q.out
hive/trunk/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out
hive/trunk/ql/src/test/results/clientpositive/groupby_sort_1.q.out
hive/trunk/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out
hive/trunk/ql/src/test/results/clientpositive/input23.q.out
hive/trunk/ql/src/test/results/clientpositive/input42.q.out
hive/trunk/ql/src/test/results/clientpositive/input_part1.q.out
hive/trunk/ql/src/test/results/clientpositive/input_part2.q.out
hive/trunk/ql/src/test/results/clientpositive/input_part7.q.out
hive/trunk/ql/src/test/results/clientpositive/input_part9.q.out
hive/trunk/ql/src/test/results/clientpositive/join17.q.out
hive/trunk/ql/src/test/results/clientpositive/join26.q.out
hive/trunk/ql/src/test/results/clientpositive/join32.q.out
hive/trunk/ql/src/test/results/clientpositive/join33.q.out
hive/trunk/ql/src/test/results/clientpositive/join34.q.out
hive/trunk/ql/src/test/results/clientpositive/join35.q.out
hive/trunk/ql/src/test/results/clientpositive/join9.q.out
hive/trunk/ql/src/test/results/clientpositive/join_filters_overlap.q.out
hive/trunk/ql/src/test/results/clientpositive/join_map_ppr.q.out
hive/trunk/ql/src/test/results/clientpositive/load_dyn_part8.q.out
hive/trunk/ql/src/test/results/clientpositive/louter_join_ppr.q.out
hive/trunk/ql/src/test/results/clientpositive/merge3.q.out
hive/trunk/ql/src/test/results/clientpositive/metadataonly1.q.out
hive/trunk/ql/src/test/results/clientpositive/outer_join_ppr.q.out
hive/trunk/ql/src/test/results/clientpositive/pcr.q.out
hive/trunk/ql/src/test/results/clientpositive/ppd_join_filter.q.out
hive/trunk/ql/src/test/results/clientpositive/ppd_union_view.q.out
hive/trunk/ql/src/test/results/clientpositive/ppr_allchildsarenull.q.out
hive/trunk/ql/src/test/results/clientpositive/rand_partitionpruner1.q.out
hive/trunk/ql/src/test/results/clientpositive/rand_partitionpruner2.q.out
hive/trunk/ql/src/test/results/clientpositive/rand_partitionpruner3.q.out
hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate.q.out
hive/trunk/ql/src/test/results/clientpositive/regexp_extract.q.out
hive/trunk/ql/src/test/results/clientpositive/router_join_ppr.q.out
hive/trunk/ql/src/test/results/clientpositive/sample1.q.out
hive/trunk/ql/src/test/results/clientpositive/sample10.q.out
hive/trunk/ql/src/test/results/clientpositive/sample2.q.out
hive/trunk/ql/src/test/results/clientpositive/sample4.q.out
hive/trunk/ql/src/test/results/clientpositive/sample5.q.out
hive/trunk/ql/src/test/results/clientpositive/sample6.q.out
hive/trunk/ql/src/test/results/clientpositive/sample7.q.out
hive/trunk/ql/src/test/results/clientpositive/sample8.q.out
hive/trunk/ql/src/test/results/clientpositive/sample9.q.out
hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_11.q.out
hive/trunk/ql/src/test/results/clientpositive/sort_merge_join_desc_5.q.out
hive/trunk/ql/src/test/results/clientpositive/sort_merge_join_desc_6.q.out
hive/trunk/ql/src/test/results/clientpositive/sort_merge_join_desc_7.q.out
hive/trunk/ql/src/test/results/clientpositive/stats0.q.out
hive/trunk/ql/src/test/results/clientpositive/stats11.q.out
hive/trunk/ql/src/test/results/clientpositive/stats12.q.out
hive/trunk/ql/src/test/results/clientpositive/stats13.q.out
hive/trunk/ql/src/test/results/clientpositive/transform_ppr1.q.out
hive/trunk/ql/src/test/results/clientpositive/transform_ppr2.q.out
hive/trunk/ql/src/test/results/clientpositive/udf_explode.q.out
hive/trunk/ql/src/test/results/clientpositive/udf_java_method.q.out
hive/trunk/ql/src/test/results/clientpositive/udf_reflect.q.out
hive/trunk/ql/src/test/results/clientpositive/udtf_explode.q.out
hive/trunk/ql/src/test/results/clientpositive/union22.q.out
hive/trunk/ql/src/test/results/clientpositive/union24.q.out
hive/trunk/ql/src/test/results/clientpositive/union_ppr.q.out
Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java (original)
+++ hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/MapredWork.java Sat Oct 13 17:10:11 2012
@@ -21,9 +21,11 @@ package org.apache.hadoop.hive.ql.plan;
import java.io.ByteArrayOutputStream;
import java.util.ArrayList;
import java.util.HashMap;
+import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
+import java.util.Map.Entry;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hive.conf.HiveConf;
@@ -32,6 +34,7 @@ import org.apache.hadoop.hive.ql.exec.Ut
import org.apache.hadoop.hive.ql.parse.OpParseContext;
import org.apache.hadoop.hive.ql.parse.QBJoinTree;
import org.apache.hadoop.hive.ql.parse.SplitSample;
+import org.apache.hadoop.hive.ql.session.SessionState;
/**
* MapredWork.
@@ -139,6 +142,52 @@ public class MapredWork extends Abstract
this.pathToAliases = pathToAliases;
}
+ @Explain(displayName = "Truncated Path -> Alias", normalExplain = false)
+ /**
+ * This is used to display and verify output of "Path -> Alias" in test framework.
+ *
+ * {@link QTestUtil} masks "Path -> Alias" and makes verification impossible.
+ * By keeping "Path -> Alias" intact and adding a new display name which is not
+ * masked by {@link QTestUtil} by removing prefix.
+ *
+ * Notes: we would still be masking for intermediate directories.
+ *
+ * @return
+ */
+ public Map<String, ArrayList<String>> getTruncatedPathToAliases() {
+ Map<String, ArrayList<String>> trunPathToAliases = new LinkedHashMap<String,
+ ArrayList<String>>();
+ Iterator<Entry<String, ArrayList<String>>> itr = this.pathToAliases.entrySet().iterator();
+ while (itr.hasNext()) {
+ final Entry<String, ArrayList<String>> entry = itr.next();
+ String origiKey = entry.getKey();
+ String newKey = removePrefixFromWarehouseConfig(origiKey);
+ ArrayList<String> value = entry.getValue();
+ trunPathToAliases.put(newKey, value);
+ }
+ return trunPathToAliases;
+ }
+
+ /**
+ * Remove prefix from "Path -> Alias"
+ *
+ * @param origiKey
+ * @return
+ */
+ private String removePrefixFromWarehouseConfig(String origiKey) {
+ String prefix = SessionState.get().getConf().getVar(HiveConf.ConfVars.METASTOREWAREHOUSE);
+ if ((prefix != null) && (prefix.length() > 0)) {
+ //Local file system is using pfile:/// {@link ProxyLocalFileSystem}
+ prefix = prefix.replace("pfile:///", "pfile:/");
+ int index = origiKey.indexOf(prefix);
+ if (index > -1) {
+ origiKey = origiKey.substring(index + prefix.length());
+ }
+ }
+ return origiKey;
+ }
+
+
@Explain(displayName = "Path -> Partition", normalExplain = false)
public LinkedHashMap<String, PartitionDesc> getPathToPartitionInfo() {
return pathToPartitionInfo;
Modified: hive/trunk/ql/src/test/results/clientpositive/binary_output_format.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/binary_output_format.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/binary_output_format.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/binary_output_format.q.out Sat Oct 13 17:10:11 2012
@@ -159,6 +159,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
+ Truncated Path -> Alias:
+ /src [src]
Stage: Stage-7
Conditional Operator
@@ -262,6 +264,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest1
name: default.dest1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -329,6 +333,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest1
name: default.dest1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucket1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucket1.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucket1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucket1.q.out Sat Oct 13 17:10:11 2012
@@ -125,6 +125,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /src [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucket2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucket2.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucket2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucket2.q.out Sat Oct 13 17:10:11 2012
@@ -125,6 +125,8 @@ STAGE PLANS:
TotalFiles: 2
GatherStats: true
MultiFileSpray: true
+ Truncated Path -> Alias:
+ /src [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucket3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucket3.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucket3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucket3.q.out Sat Oct 13 17:10:11 2012
@@ -127,6 +127,8 @@ STAGE PLANS:
TotalFiles: 2
GatherStats: true
MultiFileSpray: true
+ Truncated Path -> Alias:
+ /src [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucket4.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucket4.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucket4.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucket4.q.out Sat Oct 13 17:10:11 2012
@@ -129,6 +129,8 @@ STAGE PLANS:
TotalFiles: 2
GatherStats: true
MultiFileSpray: true
+ Truncated Path -> Alias:
+ /src [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_1.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_1.q.out Sat Oct 13 17:10:11 2012
@@ -162,6 +162,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.table1
name: default.table1
+ Truncated Path -> Alias:
+ /table1 [a]
Stage: Stage-2
Map Reduce
@@ -230,6 +232,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_2.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucket_map_join_2.q.out Sat Oct 13 17:10:11 2012
@@ -162,6 +162,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.table1
name: default.table1
+ Truncated Path -> Alias:
+ /table1 [a]
Stage: Stage-2
Map Reduce
@@ -230,6 +232,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_1.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_1.q.out Sat Oct 13 17:10:11 2012
@@ -254,6 +254,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -322,6 +325,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -491,6 +496,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -559,6 +567,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_2.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_2.q.out Sat Oct 13 17:10:11 2012
@@ -242,6 +242,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -310,6 +313,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -479,6 +484,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -547,6 +555,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_3.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_3.q.out Sat Oct 13 17:10:11 2012
@@ -192,6 +192,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
Stage: Stage-2
Map Reduce
@@ -260,6 +262,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -379,6 +383,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
Stage: Stage-2
Map Reduce
@@ -447,6 +453,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_4.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_4.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_4.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_4.q.out Sat Oct 13 17:10:11 2012
@@ -204,6 +204,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
Stage: Stage-2
Map Reduce
@@ -272,6 +274,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -391,6 +395,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
Stage: Stage-2
Map Reduce
@@ -459,6 +465,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_5.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_5.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_5.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_5.q.out Sat Oct 13 17:10:11 2012
@@ -173,6 +173,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big [b]
Stage: Stage-2
Map Reduce
@@ -241,6 +243,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -354,6 +358,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big [b]
Stage: Stage-2
Map Reduce
@@ -422,6 +428,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_6.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_6.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_6.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_6.q.out Sat Oct 13 17:10:11 2012
@@ -241,6 +241,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -309,6 +312,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -478,6 +483,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -546,6 +554,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_7.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_7.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_7.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_7.q.out Sat Oct 13 17:10:11 2012
@@ -267,6 +267,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -335,6 +338,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -506,6 +511,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -574,6 +582,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketcontext_8.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketcontext_8.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketcontext_8.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketcontext_8.q.out Sat Oct 13 17:10:11 2012
@@ -267,6 +267,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -335,6 +338,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -506,6 +511,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucket_big
name: default.bucket_big
+ Truncated Path -> Alias:
+ /bucket_big/ds=2008-04-08 [b]
+ /bucket_big/ds=2008-04-09 [b]
Stage: Stage-2
Map Reduce
@@ -574,6 +582,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin1.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin1.q.out Sat Oct 13 17:10:11 2012
@@ -498,6 +498,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin
name: default.srcbucket_mapjoin
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin [a]
Stage: Stage-7
Conditional Operator
@@ -597,6 +599,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -661,6 +665,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
@@ -997,6 +1003,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part
name: default.srcbucket_mapjoin_part
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part/ds=2008-04-08 [b]
Stage: Stage-7
Conditional Operator
@@ -1116,6 +1124,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -1195,6 +1205,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin10.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin10.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin10.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin10.q.out Sat Oct 13 17:10:11 2012
@@ -280,6 +280,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
+ /srcbucket_mapjoin_part_1/part=2 [a]
Stage: Stage-2
Map Reduce
@@ -348,6 +351,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin11.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin11.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin11.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin11.q.out Sat Oct 13 17:10:11 2012
@@ -293,6 +293,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
+ /srcbucket_mapjoin_part_1/part=2 [a]
Stage: Stage-2
Map Reduce
@@ -361,6 +364,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -569,6 +574,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
+ /srcbucket_mapjoin_part_1/part=2 [a]
Stage: Stage-2
Map Reduce
@@ -637,6 +645,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin12.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin12.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin12.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin12.q.out Sat Oct 13 17:10:11 2012
@@ -213,6 +213,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
Stage: Stage-2
Map Reduce
@@ -281,6 +283,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -434,6 +438,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
Stage: Stage-2
Map Reduce
@@ -502,6 +508,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin2.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin2.q.out Sat Oct 13 17:10:11 2012
@@ -231,6 +231,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part
name: default.srcbucket_mapjoin_part
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part/ds=2008-04-08 [a]
Stage: Stage-7
Conditional Operator
@@ -330,6 +332,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -394,6 +398,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
@@ -728,6 +734,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_2
name: default.srcbucket_mapjoin_part_2
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_2/ds=2008-04-08 [b]
Stage: Stage-7
Conditional Operator
@@ -847,6 +855,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -926,6 +936,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
@@ -1419,6 +1431,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part
name: default.srcbucket_mapjoin_part
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part/ds=2008-04-08 [a]
Stage: Stage-7
Conditional Operator
@@ -1538,6 +1552,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -1617,6 +1633,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin3.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin3.q.out Sat Oct 13 17:10:11 2012
@@ -248,6 +248,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_2
name: default.srcbucket_mapjoin_part_2
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_2/ds=2008-04-08 [a]
Stage: Stage-7
Conditional Operator
@@ -347,6 +349,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -411,6 +415,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
@@ -745,6 +751,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part
name: default.srcbucket_mapjoin_part
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part/ds=2008-04-08 [b]
Stage: Stage-7
Conditional Operator
@@ -864,6 +872,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -943,6 +953,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin4.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin4.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin4.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin4.q.out Sat Oct 13 17:10:11 2012
@@ -244,6 +244,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin
name: default.srcbucket_mapjoin
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin [a]
Stage: Stage-7
Conditional Operator
@@ -343,6 +345,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -407,6 +411,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
@@ -733,6 +739,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin
name: default.srcbucket_mapjoin
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin [b]
Stage: Stage-7
Conditional Operator
@@ -852,6 +860,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -931,6 +941,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin5.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin5.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin5.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin5.q.out Sat Oct 13 17:10:11 2012
@@ -334,6 +334,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part
name: default.srcbucket_mapjoin_part
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part/ds=2008-04-08 [b]
+ /srcbucket_mapjoin_part/ds=2008-04-09 [b]
Stage: Stage-7
Conditional Operator
@@ -433,6 +436,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -497,6 +502,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
@@ -883,6 +890,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_2
name: default.srcbucket_mapjoin_part_2
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_2/ds=2008-04-08 [b]
+ /srcbucket_mapjoin_part_2/ds=2008-04-09 [b]
Stage: Stage-7
Conditional Operator
@@ -1002,6 +1012,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -1081,6 +1093,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin7.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin7.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin7.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin7.q.out Sat Oct 13 17:10:11 2012
@@ -195,6 +195,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/ds=2008-04-08/hr=0 [a]
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin8.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin8.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin8.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin8.q.out Sat Oct 13 17:10:11 2012
@@ -185,6 +185,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
Stage: Stage-2
Map Reduce
@@ -253,6 +255,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -421,6 +425,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
Stage: Stage-2
Map Reduce
@@ -489,6 +495,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin9.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin9.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin9.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin9.q.out Sat Oct 13 17:10:11 2012
@@ -184,6 +184,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
Stage: Stage-2
Map Reduce
@@ -252,6 +254,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -442,6 +446,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin_part_1
name: default.srcbucket_mapjoin_part_1
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin_part_1/part=1 [a]
Stage: Stage-2
Map Reduce
@@ -510,6 +516,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative.q.out Sat Oct 13 17:10:11 2012
@@ -205,6 +205,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin
name: default.srcbucket_mapjoin
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin [a]
Stage: Stage-7
Conditional Operator
@@ -304,6 +306,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -368,6 +372,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative2.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative2.q.out Sat Oct 13 17:10:11 2012
@@ -217,6 +217,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcbucket_mapjoin
name: default.srcbucket_mapjoin
+ Truncated Path -> Alias:
+ /srcbucket_mapjoin [a]
Stage: Stage-7
Conditional Operator
@@ -316,6 +318,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -380,6 +384,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.bucketmapjoin_tmp_result
name: default.bucketmapjoin_tmp_result
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative3.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/bucketmapjoin_negative3.q.out Sat Oct 13 17:10:11 2012
@@ -259,6 +259,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test1
name: default.test1
+ Truncated Path -> Alias:
+ /test1 [l]
Stage: Stage-0
Fetch Operator
@@ -416,6 +418,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test2
name: default.test2
+ Truncated Path -> Alias:
+ /test2 [l]
Stage: Stage-0
Fetch Operator
@@ -568,6 +572,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test1
name: default.test1
+ Truncated Path -> Alias:
+ /test1 [l]
Stage: Stage-0
Fetch Operator
@@ -718,6 +724,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test1
name: default.test1
+ Truncated Path -> Alias:
+ /test1 [l]
Stage: Stage-0
Fetch Operator
@@ -868,6 +876,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test1
name: default.test1
+ Truncated Path -> Alias:
+ /test1 [l]
Stage: Stage-0
Fetch Operator
@@ -1018,6 +1028,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test1
name: default.test1
+ Truncated Path -> Alias:
+ /test1 [l]
Stage: Stage-0
Fetch Operator
@@ -1168,6 +1180,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test2
name: default.test2
+ Truncated Path -> Alias:
+ /test2 [l]
Stage: Stage-0
Fetch Operator
@@ -1318,6 +1332,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test2
name: default.test2
+ Truncated Path -> Alias:
+ /test2 [l]
Stage: Stage-0
Fetch Operator
@@ -1468,6 +1484,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.test3
name: default.test3
+ Truncated Path -> Alias:
+ /test3 [l]
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/combine2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/combine2.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/combine2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/combine2.q.out Sat Oct 13 17:10:11 2012
@@ -623,6 +623,15 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /combine2/value=2010-04-21 09%3A45%3A00 [combine2]
+ /combine2/value=val_0 [combine2]
+ /combine2/value=val_2 [combine2]
+ /combine2/value=val_4 [combine2]
+ /combine2/value=val_5 [combine2]
+ /combine2/value=val_8 [combine2]
+ /combine2/value=val_9 [combine2]
+ /combine2/value=| [combine2]
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/ctas.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ctas.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/ctas.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/ctas.q.out Sat Oct 13 17:10:11 2012
@@ -823,6 +823,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /src [src]
Stage: Stage-2
Map Reduce
@@ -885,6 +887,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out Sat Oct 13 17:10:11 2012
@@ -125,6 +125,8 @@ STAGE PLANS:
TotalFiles: 2
GatherStats: true
MultiFileSpray: true
+ Truncated Path -> Alias:
+ /src [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/filter_join_breaktask.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/filter_join_breaktask.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/filter_join_breaktask.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/filter_join_breaktask.q.out Sat Oct 13 17:10:11 2012
@@ -157,6 +157,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /filter_join_breaktask/ds=2008-04-08 [f, m]
Stage: Stage-2
Map Reduce
@@ -294,6 +296,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /filter_join_breaktask/ds=2008-04-08 [g]
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr.q.out Sat Oct 13 17:10:11 2012
@@ -219,6 +219,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [src]
+ /srcpart/ds=2008-04-08/hr=12 [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out Sat Oct 13 17:10:11 2012
@@ -239,6 +239,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [src]
+ /srcpart/ds=2008-04-08/hr=12 [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/groupby_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/groupby_ppr.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/groupby_ppr.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/groupby_ppr.q.out Sat Oct 13 17:10:11 2012
@@ -202,6 +202,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [src]
+ /srcpart/ds=2008-04-08/hr=12 [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out Sat Oct 13 17:10:11 2012
@@ -214,6 +214,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [src]
+ /srcpart/ds=2008-04-08/hr=12 [src]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/groupby_sort_1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/groupby_sort_1.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/groupby_sort_1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/groupby_sort_1.q.out Sat Oct 13 17:10:11 2012
@@ -164,6 +164,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-0
Move Operator
@@ -400,6 +402,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-0
Move Operator
@@ -611,6 +615,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
Stage: Stage-0
Move Operator
@@ -832,6 +838,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
Stage: Stage-0
Move Operator
@@ -1073,6 +1081,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-0
Move Operator
@@ -1361,6 +1371,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-0
Move Operator
@@ -1634,6 +1646,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-0
Move Operator
@@ -1941,6 +1955,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
Stage: Stage-0
Move Operator
@@ -2288,6 +2304,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [null-subquery1:subq1-subquery1:t1, null-subquery2:subq1-subquery2:t1]
Stage: Stage-0
Move Operator
@@ -2575,6 +2593,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [null-subquery2:subq1-subquery2:t1]
Stage: Stage-2
Map Reduce
@@ -2761,6 +2781,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [null-subquery1:subq1-subquery1:t1]
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
@@ -3119,6 +3142,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq1:t1, subq2:t1]
Stage: Stage-0
Move Operator
@@ -3422,6 +3447,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq2:t1]
Stage: Stage-1
Map Reduce
@@ -3587,6 +3614,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -3856,6 +3886,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t2 [t2]
Stage: Stage-0
Move Operator
@@ -4160,6 +4192,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [t2]
Stage: Stage-0
Move Operator
@@ -4520,6 +4554,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [t2]
Stage: Stage-0
Move Operator
@@ -4862,6 +4898,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [subq:t2]
Stage: Stage-0
Move Operator
@@ -5236,6 +5274,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [subq2:subq:t2]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out Sat Oct 13 17:10:11 2012
@@ -164,6 +164,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-0
Move Operator
@@ -372,6 +374,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-2
Map Reduce
@@ -467,6 +471,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
@@ -678,6 +684,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
Stage: Stage-0
Move Operator
@@ -899,6 +907,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
Stage: Stage-0
Move Operator
@@ -1140,6 +1150,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-0
Move Operator
@@ -1394,6 +1406,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-2
Map Reduce
@@ -1499,6 +1513,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
@@ -1739,6 +1755,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [t1]
Stage: Stage-2
Map Reduce
@@ -1839,6 +1857,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
@@ -2119,6 +2139,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
Stage: Stage-2
Map Reduce
@@ -2209,6 +2231,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
@@ -2556,6 +2580,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [null-subquery1:subq1-subquery1:t1, null-subquery2:subq1-subquery2:t1]
Stage: Stage-0
Move Operator
@@ -2837,6 +2863,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [null-subquery2:subq1-subquery2:t1]
Stage: Stage-5
Map Reduce
@@ -2906,6 +2934,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-2
Map Reduce
@@ -3092,6 +3122,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t1
name: default.t1
+ Truncated Path -> Alias:
+ /t1 [null-subquery1:subq1-subquery1:t1]
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
@@ -3450,6 +3483,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq1:t1, subq2:t1]
Stage: Stage-0
Move Operator
@@ -3743,6 +3778,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq2:t1]
Stage: Stage-3
Map Reduce
@@ -3820,6 +3857,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-1
Map Reduce
@@ -3985,6 +4024,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t1 [subq1:t1]
+#### A masked pattern was here ####
Stage: Stage-0
Fetch Operator
@@ -4227,6 +4269,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /t2 [t2]
Stage: Stage-2
Map Reduce
@@ -4317,6 +4361,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
@@ -4621,6 +4667,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [t2]
Stage: Stage-0
Move Operator
@@ -4981,6 +5029,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [t2]
Stage: Stage-0
Move Operator
@@ -5323,6 +5373,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [subq:t2]
Stage: Stage-0
Move Operator
@@ -5697,6 +5749,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.t2
name: default.t2
+ Truncated Path -> Alias:
+ /t2 [subq2:subq:t2]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/input23.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input23.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input23.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input23.q.out Sat Oct 13 17:10:11 2012
@@ -149,6 +149,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [a]
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/input42.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input42.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input42.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input42.q.out Sat Oct 13 17:10:11 2012
@@ -164,6 +164,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [a]
+ /srcpart/ds=2008-04-08/hr=12 [a]
Stage: Stage-0
Fetch Operator
@@ -1351,6 +1354,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [a]
+ /srcpart/ds=2008-04-08/hr=12 [a]
Stage: Stage-0
Fetch Operator
@@ -1916,6 +1922,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [a]
+ /srcpart/ds=2008-04-08/hr=12 [a]
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/input_part1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input_part1.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input_part1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input_part1.q.out Sat Oct 13 17:10:11 2012
@@ -134,6 +134,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=12 [srcpart]
Stage: Stage-7
Conditional Operator
@@ -233,6 +235,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest1
name: default.dest1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -297,6 +301,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest1
name: default.dest1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/input_part2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input_part2.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input_part2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input_part2.q.out Sat Oct 13 17:10:11 2012
@@ -246,6 +246,9 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=12 [srcpart]
+ /srcpart/ds=2008-04-09/hr=12 [srcpart]
Stage: Stage-8
Conditional Operator
@@ -345,6 +348,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest1
name: default.dest1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Map Reduce
@@ -409,6 +414,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest1
name: default.dest1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-7
Move Operator
@@ -514,6 +521,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest2
name: default.dest2
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-12
Map Reduce
@@ -578,6 +587,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest2
name: default.dest2
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-13
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/input_part7.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input_part7.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input_part7.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input_part7.q.out Sat Oct 13 17:10:11 2012
@@ -248,6 +248,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y]
+ /srcpart/ds=2008-04-08/hr=12 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y]
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/input_part9.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input_part9.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input_part9.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input_part9.q.out Sat Oct 13 17:10:11 2012
@@ -169,6 +169,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: false
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [x]
+ /srcpart/ds=2008-04-08/hr=12 [x]
Stage: Stage-0
Fetch Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/join17.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join17.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join17.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join17.q.out Sat Oct 13 17:10:11 2012
@@ -160,6 +160,8 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /src [src2, src1]
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/join26.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join26.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join26.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join26.q.out Sat Oct 13 17:10:11 2012
@@ -188,6 +188,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.srcpart
name: default.srcpart
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [z]
Stage: Stage-7
Conditional Operator
@@ -287,6 +289,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -351,6 +355,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/join32.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join32.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join32.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join32.q.out Sat Oct 13 17:10:11 2012
@@ -135,6 +135,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
+ Truncated Path -> Alias:
+ /src [y]
Stage: Stage-11
Map Reduce Local Work
@@ -246,6 +248,8 @@ STAGE PLANS:
columns _col0,_col1,_col5
columns.types string,string,string
escape.delim \
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-7
Conditional Operator
@@ -345,6 +349,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -409,6 +415,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/join33.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join33.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join33.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join33.q.out Sat Oct 13 17:10:11 2012
@@ -129,6 +129,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
+ Truncated Path -> Alias:
+ /src [y]
Stage: Stage-1
Map Reduce
@@ -282,6 +284,9 @@ STAGE PLANS:
TotalFiles: 1
GatherStats: true
MultiFileSpray: false
+ Truncated Path -> Alias:
+ /srcpart/ds=2008-04-08/hr=11 [z]
+#### A masked pattern was here ####
Stage: Stage-0
Move Operator
Modified: hive/trunk/ql/src/test/results/clientpositive/join34.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join34.q.out?rev=1397897&r1=1397896&r2=1397897&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join34.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join34.q.out Sat Oct 13 17:10:11 2012
@@ -252,6 +252,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.src
name: default.src
+ Truncated Path -> Alias:
+ /src [null-subquery1:subq1-subquery1:x, null-subquery2:subq1-subquery2:x1]
Stage: Stage-7
Conditional Operator
@@ -351,6 +353,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-5
Map Reduce
@@ -415,6 +419,8 @@ STAGE PLANS:
serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
name: default.dest_j1
name: default.dest_j1
+ Truncated Path -> Alias:
+#### A masked pattern was here ####
Stage: Stage-6
Move Operator