Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-5572

HBaseTimelineWriterImpl appears to reference a bad property name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha2
    • None
    • None
    • Reviewed

    Description

      This constructor:

        public HBaseTimelineWriterImpl(Configuration conf) throws IOException {
          super(conf.get("yarn.application.id",
              HBaseTimelineWriterImpl.class.getName()));
        }
      

      references "yarn.application.id", which is the only reference to this property I could find.

      Attachments

        1. YARN-5572.01.patch
          15 kB
          Varun Saxena

        Activity

          People

            varun_saxena Varun Saxena
            templedf Daniel Templeton
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: