[jira] [Commented] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2014-08-07 Thread Lefty Leverenz (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14088978#comment-14088978
 ] 

Lefty Leverenz commented on HIVE-5425:
--

The ORC parameters have their own section in Configuration Properties now, and 
*hive.exec.orc.default.stripe.size* is documented here:

* [Configuration Properties -- hive.exec.orc.default.stripe.size | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.exec.orc.default.stripe.size]
* [Configuration Properties -- ORC File Format | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-ORCFileFormat]

 Provide a configuration option to control the default stripe size for ORC
 -

 Key: HIVE-5425
 URL: https://issues.apache.org/jira/browse/HIVE-5425
 Project: Hive
  Issue Type: Bug
  Components: File Formats
Reporter: Owen O'Malley
Assignee: Owen O'Malley
  Labels: TODOC13
 Fix For: 0.13.0

 Attachments: D13233.1.patch


 We should provide a configuration option to control the default stripe size.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2014-07-28 Thread Lefty Leverenz (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14076004#comment-14076004
 ] 

Lefty Leverenz commented on HIVE-5425:
--

This added *hive.exec.orc.default.stripe.size* to HiveConf.java so it needs to 
be documented in the wiki's Configuration Properties with the other ORC 
parameters.

* [Configuration Properties -- ORC | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.orc.splits.include.file.footer]

Also see the change of default value in HIVE-7490 (0.14.0).

 Provide a configuration option to control the default stripe size for ORC
 -

 Key: HIVE-5425
 URL: https://issues.apache.org/jira/browse/HIVE-5425
 Project: Hive
  Issue Type: Bug
  Components: File Formats
Reporter: Owen O'Malley
Assignee: Owen O'Malley
  Labels: TODOC13
 Fix For: 0.13.0

 Attachments: D13233.1.patch


 We should provide a configuration option to control the default stripe size.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2013-10-30 Thread Gunther Hagleitner (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13809463#comment-13809463
 ] 

Gunther Hagleitner commented on HIVE-5425:
--

[~thejas]  [~brocknoland] I believe [~owen.omalley] kept the 
DEFAULT_STRIPE_SIZE in the ORC code to facilitate using ORC outside of hive, by 
allowing the caller to just use Configuration instead of HiveConf. Removing the 
default from the conf.getLongVar assumes that conf is a HiveConf object not 
just a Configuration object.


 Provide a configuration option to control the default stripe size for ORC
 -

 Key: HIVE-5425
 URL: https://issues.apache.org/jira/browse/HIVE-5425
 Project: Hive
  Issue Type: Bug
  Components: File Formats
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Attachments: D13233.1.patch


 We should provide a configuration option to control the default stripe size.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2013-10-21 Thread Brock Noland (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13801173#comment-13801173
 ] 

Brock Noland commented on HIVE-5425:


DEFAULT_STRIPE_SIZE in OrcFile is redundant. We should just use:

{noformat}
conf.getLongVar(HiveConf.ConfVars.HIVE_ORC_DEFAULT_STRIPE_SIZE);
{noformat}

 Provide a configuration option to control the default stripe size for ORC
 -

 Key: HIVE-5425
 URL: https://issues.apache.org/jira/browse/HIVE-5425
 Project: Hive
  Issue Type: Bug
  Components: File Formats
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Attachments: D13233.1.patch


 We should provide a configuration option to control the default stripe size.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2013-10-21 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13801350#comment-13801350
 ] 

Hive QA commented on HIVE-5425:
---



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12606417/D13233.1.patch

{color:green}SUCCESS:{color} +1 4429 tests passed

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1185/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1185/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

 Provide a configuration option to control the default stripe size for ORC
 -

 Key: HIVE-5425
 URL: https://issues.apache.org/jira/browse/HIVE-5425
 Project: Hive
  Issue Type: Bug
  Components: File Formats
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Attachments: D13233.1.patch


 We should provide a configuration option to control the default stripe size.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2013-10-02 Thread Phabricator (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13784470#comment-13784470
 ] 

Phabricator commented on HIVE-5425:
---

hagleitn has accepted the revision HIVE-5425 [jira] Provide a configuration 
option to control the default stripe size for ORC.

  LGTM +1

REVISION DETAIL
  https://reviews.facebook.net/D13233

BRANCH
  h-5425

ARCANIST PROJECT
  hive

To: JIRA, hagleitn, omalley


 Provide a configuration option to control the default stripe size for ORC
 -

 Key: HIVE-5425
 URL: https://issues.apache.org/jira/browse/HIVE-5425
 Project: Hive
  Issue Type: Bug
  Components: File Formats
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Attachments: D13233.1.patch


 We should provide a configuration option to control the default stripe size.



--
This message was sent by Atlassian JIRA
(v6.1#6144)