Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-9117 Remove HTablePool and all HConnection pooling related APIs
  3. HBASE-12400

Fix refguide so it does connection#getTable rather than new HTable everywhere: first cut!

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.99.2
    • documentation
    • None

    Description

      The refguide has bits of code in it. The code does 'new HTable' to get a table instance. Rather, it should be promoting the new style where we get a Connection and then do a getTable on it. Ditto for references to 'new HBaseAdmin'. See ConnectionFactory for new style. See also package-info.java in Client for updated example.

      Misty, if you are game for this one, I can help w/ how it should look.

      Attachments

        1. doc.txt
          4 kB
          Michael Stack
        2. 12400.txt
          16 kB
          Michael Stack

        Activity

          People

            stack Michael Stack
            stack Michael Stack
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: