Uploaded image for project: 'Chukwa (retired)'
  1. Chukwa (retired)
  2. CHUKWA-569

Add an option to speed up graph_explorer.jsp in fetching Column Name and Row Name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • User Interface
    • None
    • Java 6, MacOSX 10.6

    Description

      When select a column family, the only way to figure out all columns inside the column family is to do a scan. Since HBase does not have an API to get column names only, we have to provide a temporary workaround. We can add an option to do full table scan, and we scan small amount of data to figure out the column patterns by default. This short cut make assumption that data are in repeated pattern, scanning one row should be sufficient to find all the columns. The same principle applies in scanning for unique row names.

      Attachments

        1. CHUKWA-569.patch
          10 kB
          Eric Yang

        Activity

          People

            eyang Eric Yang
            eyang Eric Yang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: