You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Quanlong Huang (Code Review)" <ge...@cloudera.org> on 2018/09/19 02:42:04 UTC

[native-toolchain-CR] IMPALA-6772: Build ORC lib without libhdfspp and apply ORC-403

Hello Tim Armstrong, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/11442

to look at the new patch set (#2).

Change subject: IMPALA-6772: Build ORC lib without libhdfspp and apply ORC-403
......................................................................

IMPALA-6772: Build ORC lib without libhdfspp and apply ORC-403

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 apply ORC-403 to introduce more checks inside the ORC lib.

Change-Id: I1491b558a7972c0f77b0bfeb6e9cc04fda1734e9
---
M buildall.sh
M source/orc/build.sh
A source/orc/orc-1.5.2-patches/0002-ORC-403-C-Add-checks-to-avoid-invalid-offsets-in-Inp.patch
3 files changed, 190 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/42/11442/2
-- 
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: newpatchset
Gerrit-Change-Id: I1491b558a7972c0f77b0bfeb6e9cc04fda1734e9
Gerrit-Change-Number: 11442
Gerrit-PatchSet: 2
Gerrit-Owner: Quanlong Huang <hu...@gmail.com>
Gerrit-Reviewer: Tim Armstrong <ta...@cloudera.com>