mirror of
https://github.com/apache/impala.git
synced 2026-01-05 12:01:11 -05:00
With Hive .12, the default RC file format can be configured to be ColumnarSerDe or LazyBinaryColumnarSerDe. Impala does not yet support the LazyBinaryColumnarSerDe. This change verifies it is properly disabled. Change-Id: Ia84495868237ce2c89a9706ad75e0f7eb8499057 Reviewed-on: http://gerrit.ent.cloudera.com:8080/1416 Reviewed-by: Lenni Kuff <lskuff@cloudera.com> Tested-by: jenkins Reviewed-on: http://gerrit.ent.cloudera.com:8080/1423
This directory contains Impala test data sets. The directory layout is structured as follows: datasets/ <data set>/<data set>_schema_template.sql <data set>/<data files SF1>/data files <data set>/<data files SF2>/data files Where SF is the scale factor controlling data size. This allows for scaling the same schema to different sizes based on the target test environment.