You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Doug Meil (JIRA)" <ji...@apache.org> on 2011/08/16 21:32:27 UTC

[jira] [Created] (HBASE-4208) hbase book - several updates (8-16-2011)

hbase book - several updates (8-16-2011)
----------------------------------------

                 Key: HBASE-4208
                 URL: https://issues.apache.org/jira/browse/HBASE-4208
             Project: HBase
          Issue Type: Improvement
            Reporter: Doug Meil
            Assignee: Doug Meil
            Priority: Minor
         Attachments: docbkx_HBASE_4208.patch

performance.xml
* adding a 'deleting from hbase' section
** table-as-queue example.
** htable.delete(delete) executes RPC each invocation

book.xml
* updating schema design...
** TTL
** more explicit examples of attributes/cf's for keysize section.
** nit capitalization of 'storefile' to 'StoreFile'
* mapreduce
** formatted code example (indenting was honked)



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

        

[jira] [Updated] (HBASE-4208) hbase book - several updates (8-16-2011)

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

Doug Meil updated HBASE-4208:
-----------------------------

    Status: Patch Available  (was: Open)

> hbase book - several updates (8-16-2011)
> ----------------------------------------
>
>                 Key: HBASE-4208
>                 URL: https://issues.apache.org/jira/browse/HBASE-4208
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: docbkx_HBASE_4208.patch
>
>
> performance.xml
> * adding a 'deleting from hbase' section
> ** table-as-queue example.
> ** htable.delete(delete) executes RPC each invocation
> book.xml
> * updating schema design...
> ** TTL
> ** more explicit examples of attributes/cf's for keysize section.
> ** nit capitalization of 'storefile' to 'StoreFile'
> * mapreduce
> ** formatted code example (indenting was honked)

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

        

[jira] [Updated] (HBASE-4208) hbase book - several updates (8-16-2011)

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

Doug Meil updated HBASE-4208:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> hbase book - several updates (8-16-2011)
> ----------------------------------------
>
>                 Key: HBASE-4208
>                 URL: https://issues.apache.org/jira/browse/HBASE-4208
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: docbkx_HBASE_4208.patch
>
>
> performance.xml
> * adding a 'deleting from hbase' section
> ** table-as-queue example.
> ** htable.delete(delete) executes RPC each invocation
> book.xml
> * updating schema design...
> ** TTL
> ** more explicit examples of attributes/cf's for keysize section.
> ** nit capitalization of 'storefile' to 'StoreFile'
> * mapreduce
> ** formatted code example (indenting was honked)

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

        

[jira] [Updated] (HBASE-4208) hbase book - several updates (8-16-2011)

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

Doug Meil updated HBASE-4208:
-----------------------------

    Attachment: docbkx_HBASE_4208.patch

> hbase book - several updates (8-16-2011)
> ----------------------------------------
>
>                 Key: HBASE-4208
>                 URL: https://issues.apache.org/jira/browse/HBASE-4208
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: docbkx_HBASE_4208.patch
>
>
> performance.xml
> * adding a 'deleting from hbase' section
> ** table-as-queue example.
> ** htable.delete(delete) executes RPC each invocation
> book.xml
> * updating schema design...
> ** TTL
> ** more explicit examples of attributes/cf's for keysize section.
> ** nit capitalization of 'storefile' to 'StoreFile'
> * mapreduce
> ** formatted code example (indenting was honked)

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

        

[jira] [Commented] (HBASE-4208) hbase book - several updates (8-16-2011)

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

Hudson commented on HBASE-4208:
-------------------------------

Integrated in HBase-TRUNK #2120 (See [https://builds.apache.org/job/HBase-TRUNK/2120/])
    HBASE-4208   updates to book.xml, performance.xml

dmeil : 
Files : 
* /hbase/trunk/src/docbkx/performance.xml
* /hbase/trunk/src/docbkx/book.xml


> hbase book - several updates (8-16-2011)
> ----------------------------------------
>
>                 Key: HBASE-4208
>                 URL: https://issues.apache.org/jira/browse/HBASE-4208
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: docbkx_HBASE_4208.patch
>
>
> performance.xml
> * adding a 'deleting from hbase' section
> ** table-as-queue example.
> ** htable.delete(delete) executes RPC each invocation
> book.xml
> * updating schema design...
> ** TTL
> ** more explicit examples of attributes/cf's for keysize section.
> ** nit capitalization of 'storefile' to 'StoreFile'
> * mapreduce
> ** formatted code example (indenting was honked)

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

        

[jira] [Commented] (HBASE-4208) hbase book - several updates (8-16-2011)

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

stack commented on HBASE-4208:
------------------------------

+1  Nice.  Terse.  Useful.

> hbase book - several updates (8-16-2011)
> ----------------------------------------
>
>                 Key: HBASE-4208
>                 URL: https://issues.apache.org/jira/browse/HBASE-4208
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: docbkx_HBASE_4208.patch
>
>
> performance.xml
> * adding a 'deleting from hbase' section
> ** table-as-queue example.
> ** htable.delete(delete) executes RPC each invocation
> book.xml
> * updating schema design...
> ** TTL
> ** more explicit examples of attributes/cf's for keysize section.
> ** nit capitalization of 'storefile' to 'StoreFile'
> * mapreduce
> ** formatted code example (indenting was honked)

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