Joe McDonnell has uploaded a new change for review. http://gerrit.cloudera.org:8080/7231
Change subject: IMPALA-5536: Fix TCLIService thrift compilation on Hive 2 ...................................................................... IMPALA-5536: Fix TCLIService thrift compilation on Hive 2 This fixes some issues with Impala compilation on Hive 2: 1. It fixes TCLIService.thrift generation by changing common/thrift/CMakeLists.txt to create the directory before generating the file and adding a dependency to generate TCLIService.thrift before compiling the thrift files. 2. It modifies CatalogOpExecutor::applyAlterTable to use the MetastoreShim. With these changes, Impala builds successfully with Hive 2 in my environment and on automated builds. Change-Id: I7e1477993ee3ccddd236609efec7bb23f20a7b66 --- M common/thrift/CMakeLists.txt M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java 2 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/31/7231/1 -- To view, visit http://gerrit.cloudera.org:8080/7231 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7e1477993ee3ccddd236609efec7bb23f20a7b66 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Joe McDonnell <[email protected]>
