[jira] [Commented] (HIVE-7833) Remove unwanted allocation in ORC RunLengthIntegerWriterV2 determine encoding function

2014-08-22 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-7833:
---



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12663497/HIVE-7833.2.patch

{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 6115 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parquet_join
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_opt_vectorization
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/454/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/454/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-454/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 3 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12663497

 Remove unwanted allocation in ORC RunLengthIntegerWriterV2 determine encoding 
 function
 --

 Key: HIVE-7833
 URL: https://issues.apache.org/jira/browse/HIVE-7833
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.14.0
Reporter: Prasanth J
Assignee: Prasanth J
 Attachments: HIVE-7833.1.patch, HIVE-7833.2.patch


 RunLengthIntegerWriterV2.determineEncoding() is used heavily. There are 
 unwanted buffer allocation for every invocation of the function which are not 
 required.



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


[jira] [Commented] (HIVE-7833) Remove unwanted allocation in ORC RunLengthIntegerWriterV2 determine encoding function

2014-08-21 Thread Gopal V (JIRA)

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

Gopal V commented on HIVE-7833:
---

+1

 Remove unwanted allocation in ORC RunLengthIntegerWriterV2 determine encoding 
 function
 --

 Key: HIVE-7833
 URL: https://issues.apache.org/jira/browse/HIVE-7833
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.14.0
Reporter: Prasanth J
Assignee: Prasanth J
 Attachments: HIVE-7833.1.patch, HIVE-7833.2.patch


 RunLengthIntegerWriterV2.determineEncoding() is used heavily. There are 
 unwanted buffer allocation for every invocation of the function which are not 
 required.



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