Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5426: Update Hive schema script to 1.1.0 ......................................................................
IMPALA-5426: Update Hive schema script to 1.1.0 A recent update to Hive changed its schema, which is causing the metastore not to come up when run against the latest version of Hive as we've hard coded the Hive schema script version in bin/create-test-configuration.sh to an old version. This patch updates the version to the latest. The schema script is included in Hive in the toolchain and the new version will already be present. By itself, this patch does not actually change the Hive schema by default as the version we usually build against doesn't have the change. A following patch will update impala-config.sh to pull in the latest version of Hive. In the long run, we should switch to using Hive's schema tool, which can do this for us automatically (IMPALA-5430). Testing: - Ran an exhaustive private Jenkins build that passed. Change-Id: I9ea3269c1f95f76d8c02b76a5dea3ca3aa324b70 Reviewed-on: http://gerrit.cloudera.org:8080/7072 Reviewed-by: Lars Volker <[email protected]> Tested-by: Impala Public Jenkins --- M bin/create-test-configuration.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Lars Volker: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7072 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ea3269c1f95f76d8c02b76a5dea3ca3aa324b70 Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
