[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2023-12-16 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-20756:
--
Fix Version/s: 3.0.0-beta-2
   (was: 3.0.0-beta-1)

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Affects Versions: 3.0.0-alpha-1
>Reporter: Sean Busbey
>Assignee: Kevin Su
>Priority: Minor
>  Labels: beginner
> Fix For: 3.0.0-beta-2
>
> Attachments: HBASE-20756.v0.patch, HBASE-20756.v1.patch, 
> HBASE-20756.v2.patch, image-2019-03-05-23-07-57-228.png
>
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2019-03-06 Thread kevin su (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kevin su updated HBASE-20756:
-
Attachment: (was: HBASE-21057.v2.patch)

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Affects Versions: 3.0.0
>Reporter: Sean Busbey
>Assignee: kevin su
>Priority: Minor
>  Labels: beginner
> Fix For: 3.0.0
>
> Attachments: HBASE-20756.v0.patch, HBASE-20756.v1.patch, 
> HBASE-20756.v2.patch, image-2019-03-05-23-07-57-228.png
>
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2019-03-06 Thread kevin su (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kevin su updated HBASE-20756:
-
Attachment: HBASE-20756.v2.patch

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Affects Versions: 3.0.0
>Reporter: Sean Busbey
>Assignee: kevin su
>Priority: Minor
>  Labels: beginner
> Fix For: 3.0.0
>
> Attachments: HBASE-20756.v0.patch, HBASE-20756.v1.patch, 
> HBASE-20756.v2.patch, image-2019-03-05-23-07-57-228.png
>
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2019-03-06 Thread kevin su (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kevin su updated HBASE-20756:
-
Attachment: HBASE-21057.v2.patch

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Affects Versions: 3.0.0
>Reporter: Sean Busbey
>Assignee: kevin su
>Priority: Minor
>  Labels: beginner
> Fix For: 3.0.0
>
> Attachments: HBASE-20756.v0.patch, HBASE-20756.v1.patch, 
> HBASE-20756.v2.patch, image-2019-03-05-23-07-57-228.png
>
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2019-03-05 Thread kevin su (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kevin su updated HBASE-20756:
-
Attachment: HBASE-20756.v1.patch

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Affects Versions: 3.0.0
>Reporter: Sean Busbey
>Assignee: kevin su
>Priority: Minor
>  Labels: beginner
> Fix For: 3.0.0
>
> Attachments: HBASE-20756.v0.patch, HBASE-20756.v1.patch, 
> image-2019-03-05-23-07-57-228.png
>
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2019-03-05 Thread kevin su (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kevin su updated HBASE-20756:
-
Attachment: image-2019-03-05-23-07-57-228.png

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Affects Versions: 3.0.0
>Reporter: Sean Busbey
>Assignee: kevin su
>Priority: Minor
>  Labels: beginner
> Fix For: 3.0.0
>
> Attachments: HBASE-20756.v0.patch, image-2019-03-05-23-07-57-228.png
>
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2019-03-05 Thread kevin su (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kevin su updated HBASE-20756:
-
Fix Version/s: 3.0.0
 Release Note: 
I found that this ref guide is about hbase-3.0.0-SNAPSHOT
I think the change should match that version 
So use variable to represent the version,so next time we change this ref guide 
version, this will automatically change by itself.
Affects Version/s: 3.0.0
   Attachment: HBASE-20756.v0.patch
   Status: Patch Available  (was: Open)

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Affects Versions: 3.0.0
>Reporter: Sean Busbey
>Assignee: kevin su
>Priority: Minor
>  Labels: beginner
> Fix For: 3.0.0
>
> Attachments: HBASE-20756.v0.patch
>
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20756) reference guide examples still contain references to EOM versions

2018-12-09 Thread Peter Somogyi (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Somogyi updated HBASE-20756:
--
Labels: beginner  (was: )

> reference guide examples still contain references to EOM versions
> -
>
> Key: HBASE-20756
> URL: https://issues.apache.org/jira/browse/HBASE-20756
> Project: HBase
>  Issue Type: Bug
>  Components: community, documentation
>Reporter: Sean Busbey
>Priority: Minor
>  Labels: beginner
>
> the reference guide still has examples that refer to EOM versions. e.g. this 
> shell output that has 0.98 in it:
> {code}
> $ echo "describe 'test1'" | ./hbase shell -n
> Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 
> 19:56:09 PDT 2014
> describe 'test1'
> DESCRIPTION  ENABLED
>  'test1', {NAME => 'cf', DATA_BLOCK_ENCODING => 'NON true
>  E', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0',
>   VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIO
>  NS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS =>
>  'false', BLOCKSIZE => '65536', IN_MEMORY => 'false'
>  , BLOCKCACHE => 'true'}
> 1 row(s) in 3.2410 seconds
> {code}
> these should be redone with a current release. Ideally a version in the minor 
> release line the docs are for, but even just updating to the stable pointer 
> would be a big improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)