Fix bad auto-merge to get cdh-trunk in shape.

While cherry-picking commit c289974 from cdh5-2.2.0_5.4.x, a line that causes a dataset
change was somehow missed by git's cherry-pick. This patch adds that line back in.

Change-Id: Id163643c55d44fe6a9503b54397f1f370b198554
This commit is contained in:
ishaan
2015-03-18 16:33:54 -07:00
parent 1addd2ce8c
commit 90bc481be7

View File

@@ -1297,7 +1297,7 @@ year int
month int
day int
---- LOAD
`hadoop fs -mkdir /test-warehouse/alltypesagg_hive_13_1_parquet && \
`hadoop fs -mkdir -p /test-warehouse/alltypesagg_hive_13_1_parquet && \
hadoop fs -put -f ${IMPALA_HOME}/testdata/data/alltypesagg_hive_13_1.parquet \
/test-warehouse/alltypesagg_hive_13_1_parquet/
====