[jira] [Commented] (IMPALA-7107) [DOCS] Review docs for storage formats impala cannot insert into

2019-05-14 Thread Sahil Takiar (JIRA)


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

Sahil Takiar commented on IMPALA-7107:
--

[~arodoni_cloudera] I suggest we add it back in for now. You can't actually 
query {{.deflate}} text files in Impala.

> [DOCS] Review docs for storage formats impala cannot insert into
> 
>
> Key: IMPALA-7107
> URL: https://issues.apache.org/jira/browse/IMPALA-7107
> Project: IMPALA
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Impala 2.12.0
>Reporter: Balazs Jeszenszky
>Assignee: Alex Rodoni
>Priority: Minor
> Fix For: Impala 3.2.0
>
>
> There are several points to clear up or improve across these pages:
> * I'd refer to the Hive documentation on how to set compression codecs 
> instead of documenting Hive's behaviour for file formats Impala cannot write
> * Add 'Ingesting file formats Impala can't write' section to 'How Impala 
> Works with Hadoop File Formats' page, link that central location from 
> wherever applicable. Unify the recommendation on data loading (usage of LOAD 
> DATA or hive or manual copy).
> * add a compatibility matrix for compressions and file formats, clear up 
> compatibility on 'How Impala Works with Hadoop File Formats' (the page is 
> inconsistent even within itself, e.g. bzip2).
> * Remove references to Impala versions <2.0



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

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



[jira] [Commented] (IMPALA-7107) [DOCS] Review docs for storage formats impala cannot insert into

2019-05-14 Thread Balazs Jeszenszky (JIRA)


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

Balazs Jeszenszky commented on IMPALA-7107:
---

That's right. Sorry, I misunderstood your original comment. Disregard.

> [DOCS] Review docs for storage formats impala cannot insert into
> 
>
> Key: IMPALA-7107
> URL: https://issues.apache.org/jira/browse/IMPALA-7107
> Project: IMPALA
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Impala 2.12.0
>Reporter: Balazs Jeszenszky
>Assignee: Alex Rodoni
>Priority: Minor
> Fix For: Impala 3.2.0
>
>
> There are several points to clear up or improve across these pages:
> * I'd refer to the Hive documentation on how to set compression codecs 
> instead of documenting Hive's behaviour for file formats Impala cannot write
> * Add 'Ingesting file formats Impala can't write' section to 'How Impala 
> Works with Hadoop File Formats' page, link that central location from 
> wherever applicable. Unify the recommendation on data loading (usage of LOAD 
> DATA or hive or manual copy).
> * add a compatibility matrix for compressions and file formats, clear up 
> compatibility on 'How Impala Works with Hadoop File Formats' (the page is 
> inconsistent even within itself, e.g. bzip2).
> * Remove references to Impala versions <2.0



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

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



[jira] [Commented] (IMPALA-7107) [DOCS] Review docs for storage formats impala cannot insert into

2019-05-13 Thread Alex Rodoni (JIRA)


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

Alex Rodoni commented on IMPALA-7107:
-

[~stakiar] I don't remember why I removed "Not supported for text files." Do 
you recommend I put it back?

> [DOCS] Review docs for storage formats impala cannot insert into
> 
>
> Key: IMPALA-7107
> URL: https://issues.apache.org/jira/browse/IMPALA-7107
> Project: IMPALA
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Impala 2.12.0
>Reporter: Balazs Jeszenszky
>Assignee: Alex Rodoni
>Priority: Minor
> Fix For: Impala 3.2.0
>
>
> There are several points to clear up or improve across these pages:
> * I'd refer to the Hive documentation on how to set compression codecs 
> instead of documenting Hive's behaviour for file formats Impala cannot write
> * Add 'Ingesting file formats Impala can't write' section to 'How Impala 
> Works with Hadoop File Formats' page, link that central location from 
> wherever applicable. Unify the recommendation on data loading (usage of LOAD 
> DATA or hive or manual copy).
> * add a compatibility matrix for compressions and file formats, clear up 
> compatibility on 'How Impala Works with Hadoop File Formats' (the page is 
> inconsistent even within itself, e.g. bzip2).
> * Remove references to Impala versions <2.0



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

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



[jira] [Commented] (IMPALA-7107) [DOCS] Review docs for storage formats impala cannot insert into

2019-05-13 Thread Sahil Takiar (JIRA)


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

Sahil Takiar commented on IMPALA-7107:
--

[~arodoni_cloudera] did this change intentionally remove the section:
{code:java}

Deflate. Not supported for text files.  
{code}
Now the docs just have a blank section for "Deflate" 
[https://impala.apache.org/docs/build/html/topics/impala_file_formats.html]

> [DOCS] Review docs for storage formats impala cannot insert into
> 
>
> Key: IMPALA-7107
> URL: https://issues.apache.org/jira/browse/IMPALA-7107
> Project: IMPALA
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Impala 2.12.0
>Reporter: Balazs Jeszenszky
>Assignee: Alex Rodoni
>Priority: Minor
> Fix For: Impala 3.2.0
>
>
> There are several points to clear up or improve across these pages:
> * I'd refer to the Hive documentation on how to set compression codecs 
> instead of documenting Hive's behaviour for file formats Impala cannot write
> * Add 'Ingesting file formats Impala can't write' section to 'How Impala 
> Works with Hadoop File Formats' page, link that central location from 
> wherever applicable. Unify the recommendation on data loading (usage of LOAD 
> DATA or hive or manual copy).
> * add a compatibility matrix for compressions and file formats, clear up 
> compatibility on 'How Impala Works with Hadoop File Formats' (the page is 
> inconsistent even within itself, e.g. bzip2).
> * Remove references to Impala versions <2.0



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

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



[jira] [Commented] (IMPALA-7107) [DOCS] Review docs for storage formats impala cannot insert into

2019-02-28 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on IMPALA-7107:
-

Commit 81e7789eca50d03bb7c5fbcf447593be523d539d in impala's branch 
refs/heads/master from Alex Rodoni
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=81e7789 ]

IMPALA-7107: [DOCS] Updated the doc for storage formats impala cannot insert 
into

Change-Id: If154e24ade83e2cde2b08878e6f4f88e0048d657
Reviewed-on: http://gerrit.cloudera.org:8080/12529
Tested-by: Impala Public Jenkins 
Reviewed-by: Balazs Jeszenszky 
Reviewed-by: Alex Rodoni 


> [DOCS] Review docs for storage formats impala cannot insert into
> 
>
> Key: IMPALA-7107
> URL: https://issues.apache.org/jira/browse/IMPALA-7107
> Project: IMPALA
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Impala 2.12.0
>Reporter: Balazs Jeszenszky
>Assignee: Alex Rodoni
>Priority: Minor
>
> There are several points to clear up or improve across these pages:
> * I'd refer to the Hive documentation on how to set compression codecs 
> instead of documenting Hive's behaviour for file formats Impala cannot write
> * Add 'Ingesting file formats Impala can't write' section to 'How Impala 
> Works with Hadoop File Formats' page, link that central location from 
> wherever applicable. Unify the recommendation on data loading (usage of LOAD 
> DATA or hive or manual copy).
> * add a compatibility matrix for compressions and file formats, clear up 
> compatibility on 'How Impala Works with Hadoop File Formats' (the page is 
> inconsistent even within itself, e.g. bzip2).
> * Remove references to Impala versions <2.0



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

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



[jira] [Commented] (IMPALA-7107) [DOCS] Review docs for storage formats impala cannot insert into

2019-02-19 Thread Alex Rodoni (JIRA)


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

Alex Rodoni commented on IMPALA-7107:
-

https://gerrit.cloudera.org/#/c/12529/

> [DOCS] Review docs for storage formats impala cannot insert into
> 
>
> Key: IMPALA-7107
> URL: https://issues.apache.org/jira/browse/IMPALA-7107
> Project: IMPALA
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Impala 2.12.0
>Reporter: Balazs Jeszenszky
>Assignee: Alex Rodoni
>Priority: Minor
>
> There are several points to clear up or improve across these pages:
> * I'd refer to the Hive documentation on how to set compression codecs 
> instead of documenting Hive's behaviour for file formats Impala cannot write
> * Add 'Ingesting file formats Impala can't write' section to 'How Impala 
> Works with Hadoop File Formats' page, link that central location from 
> wherever applicable. Unify the recommendation on data loading (usage of LOAD 
> DATA or hive or manual copy).
> * add a compatibility matrix for compressions and file formats, clear up 
> compatibility on 'How Impala Works with Hadoop File Formats' (the page is 
> inconsistent even within itself, e.g. bzip2).
> * Remove references to Impala versions <2.0



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

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



[jira] [Commented] (IMPALA-7107) [DOCS] Review docs for storage formats impala cannot insert into

2019-02-08 Thread Alex Rodoni (JIRA)


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

Alex Rodoni commented on IMPALA-7107:
-

[~jeszyb] I shared a google doc to collect your comments. Thanks.

> [DOCS] Review docs for storage formats impala cannot insert into
> 
>
> Key: IMPALA-7107
> URL: https://issues.apache.org/jira/browse/IMPALA-7107
> Project: IMPALA
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Impala 2.12.0
>Reporter: Balazs Jeszenszky
>Assignee: Alex Rodoni
>Priority: Minor
>
> There are several points to clear up or improve across these pages:
> * I'd refer to the Hive documentation on how to set compression codecs 
> instead of documenting Hive's behaviour for file formats Impala cannot write
> * Add 'Ingesting file formats Impala can't write' section to 'How Impala 
> Works with Hadoop File Formats' page, link that central location from 
> wherever applicable. Unify the recommendation on data loading (usage of LOAD 
> DATA or hive or manual copy).
> * add a compatibility matrix for compressions and file formats, clear up 
> compatibility on 'How Impala Works with Hadoop File Formats' (the page is 
> inconsistent even within itself, e.g. bzip2).
> * Remove references to Impala versions <2.0



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

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