Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-94

[hbase] Make HColumnDescriptor data publically members settable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      On the list Inchol Song made the following reasonable request:

      Inchul Song wrote:
      > I am making changes to Hbase Shell to add support for
      > the new CREATE TABLE syntax. (See issue HADOOP-1720.)
      >
      > But there are only two useful constructors in class HColumnDescriptor
      > for column creation, one with an argument specifying a column name,
      > the other with a number of arguments specifying all the options
      > for the column such as a compression method, max length, and so on,
      >
      > In a CREATE TABLE statement, when a user specifies only
      > some of the available options, I'd like to fill in the remaining options
      > with their default values. I expected to access those default values as
      > public static fields of the HColumnDescriptor class, but those values
      > were hidden in the class as private fields. So I had to look into
      > the source code of the HColumnDescriptor class to find out
      > which default values are used in its single argument constructor.
      >
      > I think it would be useful to make the default option values
      > in the HColumnDescriptor class as public static fields.
      >
      > Is there any reason not to make them public static fields?

      Attachments

        1. hadoop-1737-v2.patch
          13 kB
          Michael Stack
        2. hadoop-1737.patch
          12 kB
          Michael Stack

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: