diff --git hbase-handler/src/test/queries/hbase_bulk.m hbase-handler/src/test/queries/hbase_bulk.m index 764d924..22683d9 100644 --- hbase-handler/src/test/queries/hbase_bulk.m +++ hbase-handler/src/test/queries/hbase_bulk.m @@ -30,7 +30,6 @@ select distinct value from src where value='val_100' or value='val_200'; -dfs -count /build/ql/test/data/warehouse/hbpartition; dfs -cp /build/ql/test/data/warehouse/hbpartition/* /tmp/hbpartition.lst; set mapred.reduce.tasks=3; @@ -48,7 +47,6 @@ select distinct value, from src cluster by value; -dfs -count /tmp/hbsort/cf; -- To get the files out to your local filesystem for loading into -- HBase, run mkdir -p /tmp/blah/cf, then uncomment and diff --git hbase-handler/src/test/results/hbase_bulk.m.out hbase-handler/src/test/results/hbase_bulk.m.out index e547ea8..f7619e2 100644 --- hbase-handler/src/test/results/hbase_bulk.m.out +++ hbase-handler/src/test/results/hbase_bulk.m.out @@ -67,7 +67,6 @@ POSTHOOK: type: QUERY POSTHOOK: Input: default@src POSTHOOK: Output: default@hbpartition POSTHOOK: Lineage: hbpartition.part_break SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] - 1 1 139 hdfs://localhost.localdomain:37780/build/ql/test/data/warehouse/hbpartition PREHOOK: query: -- this should produce three files in /tmp/hbsort/cf -- include some trailing blanks and nulls to make sure we handle them correctly insert overwrite table hbsort @@ -96,7 +95,6 @@ POSTHOOK: Lineage: hbpartition.part_break SIMPLE [(src)src.FieldSchema(name:valu POSTHOOK: Lineage: hbsort.key SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ] POSTHOOK: Lineage: hbsort.val EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] POSTHOOK: Lineage: hbsort.val2 EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ] - 1 3 23380 hdfs://localhost.localdomain:37780/tmp/hbsort/cf PREHOOK: query: -- To get the files out to your local filesystem for loading into -- HBase, run mkdir -p /tmp/blah/cf, then uncomment and -- semicolon-terminate the line below before running this test: