You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/07/21 17:25:31 UTC

[jira] Created: (HBASE-756) In HBase shell, the put command

In HBase shell, the put command 
--------------------------------

                 Key: HBASE-756
                 URL: https://issues.apache.org/jira/browse/HBASE-756
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Jean-Daniel Cryans




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-756) In HBase shell, the put command doesn't process the timestamp

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-756:
-------------------------------------

    Attachment: hbase-756.patch

Review please.

> In HBase shell, the put command doesn't process the timestamp
> -------------------------------------------------------------
>
>                 Key: HBASE-756
>                 URL: https://issues.apache.org/jira/browse/HBASE-756
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.2.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: hbase-756.patch
>
>
> {code}
>       if timestamp
>         bu = BatchUpdate.new(row)
>       else
>         bu = BatchUpdate.new(row)
> {code}
> Something is wrong here.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-756) In HBase shell, the put command doesn't process the timestamp

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

stack resolved HBASE-756.
-------------------------

    Resolution: Fixed

Committed.  Thanks for the patch J-D

> In HBase shell, the put command doesn't process the timestamp
> -------------------------------------------------------------
>
>                 Key: HBASE-756
>                 URL: https://issues.apache.org/jira/browse/HBASE-756
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.2.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: hbase-756.patch
>
>
> {code}
>       if timestamp
>         bu = BatchUpdate.new(row)
>       else
>         bu = BatchUpdate.new(row)
> {code}
> Something is wrong here.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-756) In HBase shell, the put command doesn't process the timestamp

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-756:
-------------------------------------

          Component/s: scripts
        Fix Version/s: 0.2.0
             Assignee: Jean-Daniel Cryans
             Priority: Minor  (was: Major)
          Description: 
{code}
      if timestamp
        bu = BatchUpdate.new(row)
      else
        bu = BatchUpdate.new(row)
{code}

Something is wrong here.
    Affects Version/s: 0.2.0
              Summary: In HBase shell, the put command doesn't process the timestamp  (was: In HBase shell, the put command )

> In HBase shell, the put command doesn't process the timestamp
> -------------------------------------------------------------
>
>                 Key: HBASE-756
>                 URL: https://issues.apache.org/jira/browse/HBASE-756
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.2.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.2.0
>
>
> {code}
>       if timestamp
>         bu = BatchUpdate.new(row)
>       else
>         bu = BatchUpdate.new(row)
> {code}
> Something is wrong here.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.