[ 
https://issues.apache.org/jira/browse/HIVE-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Wong updated HIVE-6104:
------------------------------

    Description: 
JoinOperator.processOp logs lines like "table 0 has x rows for join key 
\[foo\]". It is supposed to log after x rows for x = i, 2i, 4i, .... However, 
it has never worked completely:
* In 0.11.0 and before, it logs after i rows and not after >i rows, because 
nextSz is not properly updated.
* In 0.12.0, HIVE-4960 partially fixed that but x fails to be reset when the 
alias (tag) changes.


  was:
JoinOperator.processOp logs lines like "table 0 has x rows for join key 
\[foo\]". It is supposed to log after x rows for x = i, 2i, 4i, .... However, 
it has never worked completely:
* In 0.11.0 and before, it logs after i rows and not after >i rows.
* In 0.12.0, HIVE-4960 partially fixed that but x fails to be reset when the 
alias (tag) changes.



> Join-key logging in join operator
> ---------------------------------
>
>                 Key: HIVE-6104
>                 URL: https://issues.apache.org/jira/browse/HIVE-6104
>             Project: Hive
>          Issue Type: Bug
>          Components: Diagnosability
>    Affects Versions: 0.11.0, 0.12.0, 0.13.0
>            Reporter: Steven Wong
>            Assignee: Steven Wong
>            Priority: Minor
>         Attachments: HIVE-6104.patch
>
>
> JoinOperator.processOp logs lines like "table 0 has x rows for join key 
> \[foo\]". It is supposed to log after x rows for x = i, 2i, 4i, .... However, 
> it has never worked completely:
> * In 0.11.0 and before, it logs after i rows and not after >i rows, because 
> nextSz is not properly updated.
> * In 0.12.0, HIVE-4960 partially fixed that but x fails to be reset when the 
> alias (tag) changes.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to