You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2014/09/02 20:43:21 UTC

[jira] [Commented] (HBASE-11873) Hbase Version CLI enhancement

    [ https://issues.apache.org/jira/browse/HBASE-11873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118503#comment-14118503 ] 

Jonathan Hsieh commented on HBASE-11873:
----------------------------------------

This should be an easy patch to try -- want to give try making a patch for this [~rguo]?

> Hbase Version CLI enhancement
> -----------------------------
>
>                 Key: HBASE-11873
>                 URL: https://issues.apache.org/jira/browse/HBASE-11873
>             Project: HBase
>          Issue Type: Improvement
>          Components: build
>            Reporter: Guo Ruijing
>            Priority: Minor
>              Labels: beginner
>
> Hbase Version CLI enhancements:
> 1) include source code checksum.
> 2) change "Subversion" to "Source code repository"
> Existing implementation:
> hadoop@localhost p4_wspaces]$ hbase version
> 2014-09-01 03:29:40,773 INFO  [main] util.VersionInfo: HBase 0.98.1-hadoop2
> 2014-09-01 03:29:40,773 INFO  [main] util.VersionInfo: Subversion <...>
> 2014-09-01 03:29:40,773 INFO  [main] util.VersionInfo: Compiled by <...>
> Expected implematation:
> hadoop@localhost p4_wspaces]$ hbase version
> 2014-09-01 03:29:40,773 INFO  [main] util.VersionInfo: HBase 0.98.1-hadoop2
> 2014-09-01 03:29:40,773 INFO  [main] util.VersionInfo: Source code repository <...>   <<< change "Subversion" to "Source code repository"
> 2014-09-01 03:29:40,773 INFO  [main] util.VersionInfo: Compiled by <...>
> 2014-09-01 03:29:40,773 INFO  [main] util.VersionInfo: From source with checksum eb1b9e8d63c302bed1168a7122d70  <<< include source code checksum



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)