Uploaded image for project: 'Apache Gora'
  1. Apache Gora
  2. GORA-201 Upgrade HBase API Usage in Gora
  3. GORA-218

Document and set default HBase table mapping attributes

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.2.1
    • 0.4
    • documentation, gora-hbase
    • None

    Description

      Currently gora-hbase supports the following, configurable, table mapping attributes:

      • String familyName = fieldElement.getAttributeValue("name");
      • String compression = fieldElement.getAttributeValue("compression");
      • String blockCache = fieldElement.getAttributeValue("blockCache");
      • String blockSize = fieldElement.getAttributeValue("blockSize");
      • String bloomFilter = fieldElement.getAttributeValue("bloomFilter");
      • String maxVersions = fieldElement.getAttributeValue("maxVersions");
      • String timeToLive = fieldElement.getAttributeValue("timeToLive");
      • String inMemory = fieldElement.getAttributeValue("inMemory");

      We do not make this explicit therefore we should not be surprised if no-one seems to know about these.

      This issue should add default values for these values to all existing gora-hbase-mapping.xml files and should also document their use, case and effect within the gora-hbase documentation.

      Attachments

        1. GORA-218.patch
          2 kB
          Lewis John McGibbney

        Activity

          People

            lewismc Lewis John McGibbney
            lewismc Lewis John McGibbney
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: