mirror of
https://github.com/apache/impala.git
synced 2026-01-01 00:00:20 -05:00
This starts a kudu mini-cluster with a master and three tablet servers on a single host. This requires to have a checkout of the kudu-bin project accessible. By default the location of the checkout is expected to be $IMPALA_HOME/../kudu-bin. In addition, this patch enables loading data to kudu via the load-data.py command. Currently only the "liketbl" is created for Kudu, but not laoded with data. This has to be done manually from the kudu-bin repo for now. Change-Id: Ia7981b023f119759e5e13e78322a6c89f82bd085 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/6499 Tested-by: jenkins Reviewed-by: David Alves <david.alves@cloudera.com>
541 B
541 B
| 1 | # Manually created file. |
|---|---|
| 2 | file_format:text, dataset:functional, compression_codec:none, compression_type:none |
| 3 | file_format:seq, dataset:functional, compression_codec:snap, compression_type:block |
| 4 | file_format:rc, dataset: functional, compression_codec: snap, compression_type: block |
| 5 | file_format:parquet, dataset: functional, compression_codec: none, compression_type: none |
| 6 | file_format:avro, dataset: functional, compression_codec: snap, compression_type: block |
| 7 | file_format:hbase, dataset:functional, compression_codec:none, compression_type:none |