You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2013/10/09 01:04:42 UTC

[jira] [Commented] (HIVE-5491) Some lazy DeferredObjects inspectors are "fat"

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

Hive QA commented on HIVE-5491:
-------------------------------



{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/12607406/HIVE-5491.1.patch.txt

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4390 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1
{noformat}

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

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

This message is automatically generated.

> Some lazy DeferredObjects inspectors are "fat"
> ----------------------------------------------
>
>                 Key: HIVE-5491
>                 URL: https://issues.apache.org/jira/browse/HIVE-5491
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Minor
>         Attachments: HIVE-5491.1.patch.txt
>
>
> I was looking at some of the implementations of DeferredObject. I found that some carry two extra-properties:
> boolean eager;
> boolean eval;
> Where eval is used to track if the obj is initiated. My thinking is that these extra properties make the objects "fat" and if removed it allows us to fit more lazy objects in the same memory. 



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