mirror of
https://github.com/apache/impala.git
synced 2026-02-02 06:00:36 -05:00
The help output for buildall.sh notes running `buildall.sh -testdata` as an option to incrementally load test data without formatting the mini-cluster. However trying to do that with existing data loaded results in an error when running `hadoop fs -mkdir /test-warehouse`. Add `-p` so this step is idempotent, allowing the example to work as documented. Change-Id: Icc4ec4bb746abf53f6787fce4db493919806aaa9 Reviewed-on: http://gerrit.cloudera.org:8080/18522 Reviewed-by: Quanlong Huang <huangquanlong@gmail.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>