You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "binlijin (Created) (JIRA)" <ji...@apache.org> on 2011/12/23 04:19:32 UTC

[jira] [Created] (HIVE-2676) The row count that loaded to a table may not right

The row count that loaded to a table may not right   
-----------------------------------------------------

                 Key: HIVE-2676
                 URL: https://issues.apache.org/jira/browse/HIVE-2676
             Project: Hive
          Issue Type: Improvement
            Reporter: binlijin
            Priority: Minor


create table tablename as SELECT ***
At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2676) The row count that loaded to a table may not right

Posted by "Namit Jain (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-2676:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Committed. Thanks binlijin
                
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2676) The row count that loaded to a table may not right

Posted by "Carl Steinbach (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13188104#comment-13188104 ] 

Carl Steinbach commented on HIVE-2676:
--------------------------------------

@binlijin: Is this patch ready for review?
                
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2676) The row count that loaded to a table may not right

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243084#comment-13243084 ] 

Hudson commented on HIVE-2676:
------------------------------

Integrated in Hive-trunk-h0.21 #1342 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1342/])
    HIVE-2676 The row count that loaded to a table may not right
(binlijin via namit) (Revision 1307691)

     Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1307691
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java

                
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2676) The row count that loaded to a table may not right

Posted by "Carl Steinbach (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-2676:
---------------------------------

    Fix Version/s:     (was: 0.8.1)
    
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HIVE-2676) The row count that loaded to a table may not right

Posted by "Ashutosh Chauhan (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan reassigned HIVE-2676:
--------------------------------------

    Assignee: binlijin
    
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Assignee: binlijin
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2676) The row count that loaded to a table may not right

Posted by "binlijin (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

binlijin updated HIVE-2676:
---------------------------

    Status: Patch Available  (was: Open)
    
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2676) The row count that loaded to a table may not right

Posted by "binlijin (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

binlijin updated HIVE-2676:
---------------------------

    Fix Version/s: 0.8.1
    
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.8.1
>
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2676) The row count that loaded to a table may not right

Posted by "binlijin (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

binlijin updated HIVE-2676:
---------------------------

    Attachment: HIVE-2676.patch
    
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2676) The row count that loaded to a table may not right

Posted by "Ashutosh Chauhan (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated HIVE-2676:
-----------------------------------

    Fix Version/s: 0.9.0
    
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2676) The row count that loaded to a table may not right

Posted by "binlijin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197488#comment-13197488 ] 

binlijin commented on HIVE-2676:
--------------------------------

Yes, it ready for review
                
> The row count that loaded to a table may not right   
> -----------------------------------------------------
>
>                 Key: HIVE-2676
>                 URL: https://issues.apache.org/jira/browse/HIVE-2676
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: binlijin
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-2676.patch
>
>
> create table tablename as SELECT ***
> At the end hive will print a number that show how many Rows loaded to the tablename, but sometimes the number is not right.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira