mirror of
https://github.com/apache/impala.git
synced 2026-01-03 06:00:52 -05:00
test_load was using /tmp as the staging directory, which did not cleaned up in Isilon, leading to a build failure. This patch does the following: - use /test-warehouse as the staging directory. - replace calls to the hdfs commandline with calls to the in-house hdfs client. - cleanup the test file and remove duplicates. Additionally, a new method is introduced in the hdfs client to simulate hdfs dfs -cp, i.e, it does a get and a put to mimic the hdfs command line's semantics. Change-Id: I0cc27ab00df5f5ec3138b995144ab45ad622605d Reviewed-on: http://gerrit.cloudera.org:8080/431 Reviewed-by: Taras Bobrovytsky <tbobrovytsky@cloudera.com> Tested-by: Internal Jenkins
4.8 KiB
4.8 KiB