[jira] [Commented] (HIVE-12078) LLAP: document config settings

2016-03-23 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-12078:
---

HIVE-13283 changes the default value of *hive.llap.io.enabled* from false to 
null in release 2.1.0.

> LLAP: document config settings
> --
>
> Key: HIVE-12078
> URL: https://issues.apache.org/jira/browse/HIVE-12078
> Project: Hive
>  Issue Type: Bug
>Reporter: Lefty Leverenz
>Assignee: Sergey Shelukhin
>  Labels: TODOC2.0
> Fix For: llap
>
> Attachments: HIVE-12078.patch
>
>
> From HIVE-12060:
> There's a typo in the description of 
> hive.tez.input.generate.consistent.splits: "Whether to generate consisten 
> split" – need "t" for consistent.
> Several of the new hive.llap.* configs don't have descriptions. Are they for 
> internal use only?
> Please add newlines (\n) in the description of 
> hive.llap.queue.metrics.percentiles.intervals and keep the indentation 
> identical for all three lines of the description. (And to pick a nit, a few 
> config description indentations are off by one character, including that one.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12078) LLAP: document config settings

2016-03-26 Thread Andrew Sears (JIRA)

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

Andrew Sears commented on HIVE-12078:
-

Updated wiki

> LLAP: document config settings
> --
>
> Key: HIVE-12078
> URL: https://issues.apache.org/jira/browse/HIVE-12078
> Project: Hive
>  Issue Type: Bug
>Reporter: Lefty Leverenz
>Assignee: Sergey Shelukhin
>  Labels: TODOC2.0
> Fix For: llap
>
> Attachments: HIVE-12078.patch
>
>
> From HIVE-12060:
> There's a typo in the description of 
> hive.tez.input.generate.consistent.splits: "Whether to generate consisten 
> split" – need "t" for consistent.
> Several of the new hive.llap.* configs don't have descriptions. Are they for 
> internal use only?
> Please add newlines (\n) in the description of 
> hive.llap.queue.metrics.percentiles.intervals and keep the indentation 
> identical for all three lines of the description. (And to pick a nit, a few 
> config description indentations are off by one character, including that one.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12078) LLAP: document config settings

2016-03-26 Thread Andrew Sears (JIRA)

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

Andrew Sears commented on HIVE-12078:
-

Updated wiki

> LLAP: document config settings
> --
>
> Key: HIVE-12078
> URL: https://issues.apache.org/jira/browse/HIVE-12078
> Project: Hive
>  Issue Type: Bug
>Reporter: Lefty Leverenz
>Assignee: Sergey Shelukhin
>  Labels: TODOC2.0
> Fix For: llap
>
> Attachments: HIVE-12078.patch
>
>
> From HIVE-12060:
> There's a typo in the description of 
> hive.tez.input.generate.consistent.splits: "Whether to generate consisten 
> split" – need "t" for consistent.
> Several of the new hive.llap.* configs don't have descriptions. Are they for 
> internal use only?
> Please add newlines (\n) in the description of 
> hive.llap.queue.metrics.percentiles.intervals and keep the indentation 
> identical for all three lines of the description. (And to pick a nit, a few 
> config description indentations are off by one character, including that one.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12078) LLAP: document config settings

2015-10-14 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-12078:
---

Adding a TODOC2.0 label (committed to master by 
3cfcad660b905a0791638e82649b27cf3be7053a as well as branch) and linking to 
HIVE-9850 (documentation for llap).

This adds descriptions to several LLAP configuration parameters and fixes a 
typo in the description of *hive.tez.input.generate.consistent.splits*, which 
was introduced in HIVE-10104:

* hive.tez.input.generate.consistent.splits
* hive.llap.io.enabled
* hive.llap.io.use.lowlevel.cache
* hive.llap.io.cache.orc.alloc.min
* hive.llap.io.cache.orc.alloc.max
* hive.llap.io.cache.orc.arena.size
* hive.llap.io.cache.orc.size
* hive.llap.io.cache.direct
* hive.llap.io.use.lrfu
* hive.llap.io.lrfu.lambda
* hive.llap.io.orc.time.counters

This also changes line breaks and indentation in the description for 
*hive.llap.queue.metrics.percentiles.intervals* and shifts the indentation of 
some other configs.

> LLAP: document config settings
> --
>
> Key: HIVE-12078
> URL: https://issues.apache.org/jira/browse/HIVE-12078
> Project: Hive
>  Issue Type: Bug
>Reporter: Lefty Leverenz
>Assignee: Sergey Shelukhin
>  Labels: TODOC2.0
> Fix For: llap
>
> Attachments: HIVE-12078.patch
>
>
> From HIVE-12060:
> There's a typo in the description of 
> hive.tez.input.generate.consistent.splits: "Whether to generate consisten 
> split" – need "t" for consistent.
> Several of the new hive.llap.* configs don't have descriptions. Are they for 
> internal use only?
> Please add newlines (\n) in the description of 
> hive.llap.queue.metrics.percentiles.intervals and keep the indentation 
> identical for all three lines of the description. (And to pick a nit, a few 
> config description indentations are off by one character, including that one.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12078) LLAP: document config settings

2015-10-24 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-12078:
---

HIVE-12178 revises the description for *hive.llap.io.lrfu.lambda*.

All of these configuration parameters need to be documented in the wiki for the 
2.0.0 release:

* [Hive Configuration Properties (needs a new LLAP section) | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties]

> LLAP: document config settings
> --
>
> Key: HIVE-12078
> URL: https://issues.apache.org/jira/browse/HIVE-12078
> Project: Hive
>  Issue Type: Bug
>Reporter: Lefty Leverenz
>Assignee: Sergey Shelukhin
>  Labels: TODOC2.0
> Fix For: llap
>
> Attachments: HIVE-12078.patch
>
>
> From HIVE-12060:
> There's a typo in the description of 
> hive.tez.input.generate.consistent.splits: "Whether to generate consisten 
> split" – need "t" for consistent.
> Several of the new hive.llap.* configs don't have descriptions. Are they for 
> internal use only?
> Please add newlines (\n) in the description of 
> hive.llap.queue.metrics.percentiles.intervals and keep the indentation 
> identical for all three lines of the description. (And to pick a nit, a few 
> config description indentations are off by one character, including that one.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12078) LLAP: document config settings

2015-11-03 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-12078:
---

HIVE-12171 removes *hive.llap.io.cache.orc.arena.size* and adds 
*hive.llap.io.cache.orc.arena.count* in release 2.0.0.

> LLAP: document config settings
> --
>
> Key: HIVE-12078
> URL: https://issues.apache.org/jira/browse/HIVE-12078
> Project: Hive
>  Issue Type: Bug
>Reporter: Lefty Leverenz
>Assignee: Sergey Shelukhin
>  Labels: TODOC2.0
> Fix For: llap
>
> Attachments: HIVE-12078.patch
>
>
> From HIVE-12060:
> There's a typo in the description of 
> hive.tez.input.generate.consistent.splits: "Whether to generate consisten 
> split" – need "t" for consistent.
> Several of the new hive.llap.* configs don't have descriptions. Are they for 
> internal use only?
> Please add newlines (\n) in the description of 
> hive.llap.queue.metrics.percentiles.intervals and keep the indentation 
> identical for all three lines of the description. (And to pick a nit, a few 
> config description indentations are off by one character, including that one.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12078) LLAP: document config settings

2015-12-22 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-12078:
---

Also see the list of parameters in the comment on HIVE-11908 (LLAP: Merge 
branch to hive-2.0).

* [doc comment on HIVE-11908 | 
https://issues.apache.org/jira/browse/HIVE-11908?focusedCommentId=15068885&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15068885]

> LLAP: document config settings
> --
>
> Key: HIVE-12078
> URL: https://issues.apache.org/jira/browse/HIVE-12078
> Project: Hive
>  Issue Type: Bug
>Reporter: Lefty Leverenz
>Assignee: Sergey Shelukhin
>  Labels: TODOC2.0
> Fix For: llap
>
> Attachments: HIVE-12078.patch
>
>
> From HIVE-12060:
> There's a typo in the description of 
> hive.tez.input.generate.consistent.splits: "Whether to generate consisten 
> split" – need "t" for consistent.
> Several of the new hive.llap.* configs don't have descriptions. Are they for 
> internal use only?
> Please add newlines (\n) in the description of 
> hive.llap.queue.metrics.percentiles.intervals and keep the indentation 
> identical for all three lines of the description. (And to pick a nit, a few 
> config description indentations are off by one character, including that one.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)