Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-5035

Support non Time Series charting and handle data gap more gracefully for Chukwa charts

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None
    • RedHat 5.1, Java 6

    • Reviewed

    Description

      Chukwa charting only support time series data because the data structure is a HashMap of Long, Double.
      Long is the timestamp (xaxis), and Double is the yaxis value. The data structure will be changed to HashMap of String, Double.
      This will add capability to plot xaxis with any data.

      If the yaxis value is not a number, the charting system should skip plotting for this data point.

      Attachments

        1. HADOOP-5035.patch
          11 kB
          Eric Yang

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: