You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andy Sautins (JIRA)" <ji...@apache.org> on 2011/03/28 19:03:05 UTC

[jira] [Created] (HBASE-3705) Allow passing timestamp into importtsv

Allow passing timestamp into importtsv
--------------------------------------

                 Key: HBASE-3705
                 URL: https://issues.apache.org/jira/browse/HBASE-3705
             Project: HBase
          Issue Type: Improvement
          Components: util
    Affects Versions: 0.90.1
            Reporter: Andy Sautins
            Priority: Minor


importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3705) Allow passing timestamp into importtsv

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

Andy Sautins updated HBASE-3705:
--------------------------------

    Attachment: 3705.patch

Complete patch.  Includes code change and associated documentation updates

> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>         Attachments: 3705.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3705) Allow passing timestamp into importtsv

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

Andy Sautins updated HBASE-3705:
--------------------------------

    Status: Patch Available  (was: Open)

Initial patch for review.  Documentation still needs to be updated.

> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3705) Allow passing timestamp into importtsv

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

Jonathan Hsieh updated HBASE-3705:
----------------------------------

    Fix Version/s: 0.92.0
    
> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 3705.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
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] (HBASE-3705) Allow passing timestamp into importtsv

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

Andy Sautins updated HBASE-3705:
--------------------------------

    Attachment: HBASE-3705.patch

Added documentation to src/site/xdoc/bulk-loads.xml

> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>         Attachments: HBASE-3705.patch, HBASE-3705.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3705) Allow passing timestamp into importtsv

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

Andy Sautins updated HBASE-3705:
--------------------------------

    Attachment:     (was: HBASE-3705.patch)

> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3705) Allow passing timestamp into importtsv

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

Andy Sautins updated HBASE-3705:
--------------------------------

    Attachment: HBASE-3705.patch

> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>         Attachments: HBASE-3705.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3705) Allow passing timestamp into importtsv

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

stack updated HBASE-3705:
-------------------------

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

Applied to trunk.  Thanks for the patch Andy.  Nice one (especially the bit where you update doc too).

> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>         Attachments: 3705.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3705) Allow passing timestamp into importtsv

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

Hudson commented on HBASE-3705:
-------------------------------

Integrated in HBase-TRUNK #1824 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1824/])
    

> Allow passing timestamp into importtsv
> --------------------------------------
>
>                 Key: HBASE-3705
>                 URL: https://issues.apache.org/jira/browse/HBASE-3705
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.90.1
>            Reporter: Andy Sautins
>            Priority: Minor
>         Attachments: 3705.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> importtsv sets the timestamp for the imported records to the current time in ImportTsv.TsvImporter.Mapper.setup.  It can be useful to be able to set the specific timestamp used for the import.  This JIRA adds a -Dimporttsv.timestamp parameter to the importtsv job.   

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira