Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17956 )
Change subject: IMPALA-10972: Fixup test behavior to work with HIVE-24920 ...................................................................... IMPALA-10972: Fixup test behavior to work with HIVE-24920 With HIVE-24920, the HMS runs in a mode that prohibits creating a managed directory where the default location already exists. Some Impala test helper functions copied files into a particular location and then created a table without specifying the location in the create statement. This is no longer possible. This changes the helper functions in test/common/file_utils.py to create the table before pulling files in. Tests: - Ran a core job against a Hive with HIVE-24920 and verified that the failures due to changes in behavior are gone. - Ran a core job against the current Hive Change-Id: Idfe5468a0b9e1025ec7a0ad3cdce4793f35ca7ba Reviewed-on: http://gerrit.cloudera.org:8080/17956 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Vihang Karajgaonkar <[email protected]> --- M tests/common/file_utils.py 1 file changed, 16 insertions(+), 14 deletions(-) Approvals: Impala Public Jenkins: Verified Vihang Karajgaonkar: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17956 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idfe5468a0b9e1025ec7a0ad3cdce4793f35ca7ba Gerrit-Change-Number: 17956 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]>
