You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (Jira)" <ji...@apache.org> on 2019/12/03 20:08:00 UTC

[jira] [Closed] (IMPALA-9208) impala still failed to read orc format table using "enable_orc_scanner=true"

     [ https://issues.apache.org/jira/browse/IMPALA-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Volker closed IMPALA-9208.
-------------------------------
    Resolution: Not A Problem

> impala still failed to read orc format table using "enable_orc_scanner=true"
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-9208
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9208
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 3.3.0
>            Reporter: lv haiyang
>            Priority: Major
>
> [bigdata@sdw1 ~]$ impala-shell --var=enable_orc_scanner=true
> Starting Impala Shell without Kerberos authentication
> Opened TCP connection to sdw1:21000
> Connected to sdw1:21000
> Server version: impalad version 3.4.0-SNAPSHOT RELEASE (build 190ad89ebd46161f63a520c2a6d75ad56701e145)
> ***********************************************************************************
> Welcome to the Impala shell.
> (Impala Shell v3.4.0-SNAPSHOT (190ad89) built on Tue Nov 19 08:52:31 UTC 2019)
> The SET command shows the current value of all shell and query options.
> ***********************************************************************************
> [sdw1:21000] default> use company;
> Query: use company
> [sdw1:21000] company> select * from orc_table;
> Query: select * from orc_table
> Query submitted at: 2019-12-02 11:53:41 (Coordinator: http://sdw1:25000)
> ERROR: NotImplementedException: ORC scans are disabled by --enable_orc_scanner flag



--
This message was sent by Atlassian Jira
(v8.3.4#803005)