Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20198 )
Change subject: IMPALA-12287: Use old INSERT OVERWRITE TABLE syntax for Hive dataload ...................................................................... IMPALA-12287: Use old INSERT OVERWRITE TABLE syntax for Hive dataload In dataload, we have some Hive statements that use the "INSERT OVERWRITE" syntax rather than the "INSERT OVERWRITE TABLE" syntax. Older versions of Hive do not support this syntax. In order to keep the dataload code as compatible as possible, this switches the "INSERT OVERWRITE" statements to "INSERT OVERWRITE TABLE". Testing: - Ran a core job Change-Id: I455641280166c39dcc42fb4187f728df8148cc70 Reviewed-on: http://gerrit.cloudera.org:8080/20198 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/datasets/functional/functional_schema_template.sql 1 file changed, 8 insertions(+), 8 deletions(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/20198 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I455641280166c39dcc42fb4187f728df8148cc70 Gerrit-Change-Number: 20198 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
