You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Ferdy Galema (JIRA)" <ji...@apache.org> on 2012/06/22 16:57:43 UTC

[jira] [Created] (GORA-146) HBaseStore does not properly set endkey

Ferdy Galema created GORA-146:
---------------------------------

             Summary: HBaseStore does not properly set endkey
                 Key: GORA-146
                 URL: https://issues.apache.org/jira/browse/GORA-146
             Project: Apache Gora
          Issue Type: Bug
          Components: storage-hbase
    Affects Versions: 0.2
            Reporter: Ferdy Galema
             Fix For: 0.3


When debugging some Gora jobs in Eclipse I noticed that sometimes the stop key is not set on the query that is used for the Scan object.

When looking at HBase's TableInputFormatBase (which is the base for HBaseStore#getPartitions(..)) I noticed a minor difference in determining "splitStop".

When I replaced the statement with the one from TableInputFormatBase it was fixed. Also tested on a cluster.

--
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] [Closed] (GORA-146) HBaseStore does not properly set endkey

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

Ferdy Galema closed GORA-146.
-----------------------------

    Resolution: Fixed

committed
                
> HBaseStore does not properly set endkey
> ---------------------------------------
>
>                 Key: GORA-146
>                 URL: https://issues.apache.org/jira/browse/GORA-146
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: storage-hbase
>    Affects Versions: 0.2
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: GORA-146.patch
>
>
> When debugging some Gora jobs in Eclipse I noticed that sometimes the stop key is not set on the query that is used for the Scan object.
> When looking at HBase's TableInputFormatBase (which is the base for HBaseStore#getPartitions(..)) I noticed a minor difference in determining "splitStop".
> When I replaced the statement with the one from TableInputFormatBase it was fixed. Also tested on a cluster.

--
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] (GORA-146) HBaseStore does not properly set endkey

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

Ferdy Galema updated GORA-146:
------------------------------

    Attachment: GORA-146.patch

The patch. Will commit in a couple of days on no objection.
                
> HBaseStore does not properly set endkey
> ---------------------------------------
>
>                 Key: GORA-146
>                 URL: https://issues.apache.org/jira/browse/GORA-146
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: storage-hbase
>    Affects Versions: 0.2
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: GORA-146.patch
>
>
> When debugging some Gora jobs in Eclipse I noticed that sometimes the stop key is not set on the query that is used for the Scan object.
> When looking at HBase's TableInputFormatBase (which is the base for HBaseStore#getPartitions(..)) I noticed a minor difference in determining "splitStop".
> When I replaced the statement with the one from TableInputFormatBase it was fixed. Also tested on a cluster.

--
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] (GORA-146) HBaseStore does not properly set endkey

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

Hudson commented on GORA-146:
-----------------------------

Integrated in gora-trunk #339 (See [https://builds.apache.org/job/gora-trunk/339/])
    GORA-146 HBaseStore does not properly set endkey (Revision 1359126)

     Result = SUCCESS
ferdy : 
Files : 
* /gora/trunk/CHANGES.txt
* /gora/trunk/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java

                
> HBaseStore does not properly set endkey
> ---------------------------------------
>
>                 Key: GORA-146
>                 URL: https://issues.apache.org/jira/browse/GORA-146
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: storage-hbase
>    Affects Versions: 0.2
>            Reporter: Ferdy Galema
>             Fix For: 0.3
>
>         Attachments: GORA-146.patch
>
>
> When debugging some Gora jobs in Eclipse I noticed that sometimes the stop key is not set on the query that is used for the Scan object.
> When looking at HBase's TableInputFormatBase (which is the base for HBaseStore#getPartitions(..)) I noticed a minor difference in determining "splitStop".
> When I replaced the statement with the one from TableInputFormatBase it was fixed. Also tested on a cluster.

--
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