[jira] [Commented] (NIFI-2577) Increase default ORC stripe size to 64 MB in ConvertAvroToORC

2016-08-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15422519#comment-15422519
 ] 

ASF GitHub Bot commented on NIFI-2577:
--

Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/870


> Increase default ORC stripe size to 64 MB in ConvertAvroToORC
> -
>
> Key: NIFI-2577
> URL: https://issues.apache.org/jira/browse/NIFI-2577
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.0.0
>Reporter: Matt Burgess
>Assignee: Matt Burgess
> Fix For: 1.0.0
>
>
> The current default stripe size for the ConvertAvroToORC processor is 100KB 
> which would cause performance issues for the normal use case. Suggestion is 
> to increase it to 64MB, which is what the default (for Apache ORC) is 
> currently specified as:
> https://orc.apache.org/docs/hive-config.html



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


[jira] [Commented] (NIFI-2577) Increase default ORC stripe size to 64 MB in ConvertAvroToORC

2016-08-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421906#comment-15421906
 ] 

ASF GitHub Bot commented on NIFI-2577:
--

GitHub user mattyb149 opened a pull request:

https://github.com/apache/nifi/pull/870

NIFI-2577: Increased default stripe size in ConvertAvroToORC to 64MB

This one's pretty straightforward ;)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mattyb149/nifi NIFI-2577

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi/pull/870.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #870


commit b6cbbf7f75d5c03174aaae60b0260518da103d04
Author: Matt Burgess 
Date:   2016-08-15T23:50:20Z

NIFI-2577: Increased default stripe size in ConvertAvroToORC to 64MB




> Increase default ORC stripe size to 64 MB in ConvertAvroToORC
> -
>
> Key: NIFI-2577
> URL: https://issues.apache.org/jira/browse/NIFI-2577
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.0.0
>Reporter: Matt Burgess
>Assignee: Matt Burgess
> Fix For: 1.0.0
>
>
> The current default stripe size for the ConvertAvroToORC processor is 100KB 
> which would cause performance issues for the normal use case. Suggestion is 
> to increase it to 64MB, which is what the default (for Apache ORC) is 
> currently specified as:
> https://orc.apache.org/docs/hive-config.html



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