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

Quanlong Huang commented on IMPALA-6714:
----------------------------------------

[~arodoni_cloudera], when I finished my writing and started to build the real 
HTML and PDF, I failed to set up the build env for docs.
{code:java}
$ git clone https://git-wip-us.apache.org/repos/asf/impala.git/docs
Cloning into 'docs'...
fatal: repository 'https://git-wip-us.apache.org/repos/asf/impala.git/docs/' 
not found
{code}
If I try http instead of https, the error is different.
{code:java}
$ git clone http://git-wip-us.apache.org/repos/asf/impala.git/docs
Cloning into 'docs'...
fatal: repository 'https://git1-us-west.apache.org/repos/asf/impala.git/docs/' 
not found
{code}
I've tried several possible URLs but no luck:
{code:java}
https://git-wip-us.apache.org/repos/asf/impala.git/docs
https://git-wip-us.apache.org/repos/asf/Impala.git/docs
http://git-wip-us.apache.org/repos/asf/impala.git/docs
http://git-wip-us.apache.org/repos/asf/Impala.git/docs
http://git-wip-us.apache.org/repos/asf/incubator-impala.git/docs
{code}
Any suggestions?

> Impala 2.13 Doc: ORC file format support
> ----------------------------------------
>
>                 Key: IMPALA-6714
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6714
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Docs
>    Affects Versions: Impala 2.13.0
>            Reporter: Alex Rodoni
>            Assignee: Quanlong Huang
>            Priority: Major
>              Labels: future_release_doc
>
> ORC is a columnar file format much like Parquet. Docs: 
> [https://orc.apache.org/docs/index.html]
> Currently, we only support reading primitive types in ORC files (on-going 
> works are tracked at IMPALA-6943). It's still an experimental feature which 
> can be disabled by setting startup option --enable_orc_scanner to false.
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to