Changes for Build #1102
Changes for Build #1103
[jvs] HIVE-2593 [jira] avoid referencing /tmp in tests
Summary:
Replaced '/tmp' with '${system:test.tmp.dir}' in all q files.
This is what is causing parallel tests to fail when multiple instances run on
the same node. I grepped for "/tmp" in ql/src/test/queries/clientpositive and
the results match the test failures I'm getting.
Test Plan: EMPTY
Reviewers: JIRA, jsichi
Reviewed By: jsichi
CC: mareksapotafb, jsichi
Differential Revision: 501
All tests passed
The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1103)
Status: Fixed
Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1103/ to
view the results.