You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/09/12 13:38:00 UTC

[jira] [Commented] (IMPALA-6772) Enable test_scanners_fuzz for ORC format

    [ https://issues.apache.org/jira/browse/IMPALA-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612138#comment-16612138 ] 

Quanlong Huang commented on IMPALA-6772:
----------------------------------------

The new version of ORC lib adds support to read files in HDFS, so it depends on hadoop2. We need to add '-DBUILD_LIBHDFSPP=off' cmake option in building orc lib until ORC-400 is fixed. However, there're still some other errors to fix like
{code}
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv1.cc.o): requires unsupported dynamic reloc 11; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv1.cc.o): requires unsupported dynamic reloc 11; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv1.cc.o): requires dynamic R_X86_64_PC32 reloc against '__cxa_allocate_exception' which may overflow at runtime; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv1.cc.o): requires unsupported dynamic reloc 11; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv1.cc.o): requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv1.cc.o): requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv2.cc.o): requires dynamic R_X86_64_PC32 reloc against '_ZN3orc16PositionProvider4nextEv' which may overflow at runtime; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv2.cc.o): requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv2.cc.o): requires unsupported dynamic reloc 11; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv2.cc.o): requires unsupported dynamic reloc 11; recompile with -fPIC
/mnt/volume1/impala-orc/incubator-impala/toolchain/binutils-2.26.1/bin/ld.gold: error: ../../../toolchain/orc-1.5.2-p1/lib/liborc.a(RLEv2.cc.o): requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC
{code}

> Enable test_scanners_fuzz for ORC format
> ----------------------------------------
>
>                 Key: IMPALA-6772
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6772
>             Project: IMPALA
>          Issue Type: Test
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Major
>
> Currently, we haven't enabled test_scanner_fuzz for ORC yet, since the ORC library (release-1.4.3) is not robust for corrupt files (ORC-315). We should enableĀ it after a new version of the ORC library is released.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org