Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11442
Change subject: IMPALA-6772: Build ORC lib without libhdfspp ...................................................................... IMPALA-6772: Build ORC lib without libhdfspp ORC lib supports reading files in HDFS since 1.5.0. It includes libhdfs++ of Hadoop2, which causes errors when links with Impala. This patch adds a cmake option to exclude libhdfs++. Also add some essential vars in build.sh for building orc alone. ./build.sh orc 1.5.2-p1 Change-Id: I1491b558a7972c0f77b0bfeb6e9cc04fda1734e9 --- M build.sh M source/orc/build.sh 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/42/11442/1 -- To view, visit http://gerrit.cloudera.org:8080/11442 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1491b558a7972c0f77b0bfeb6e9cc04fda1734e9 Gerrit-Change-Number: 11442 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>