Daniel Templeton created YARN-5572:
--------------------------------------

             Summary: HBaseTimelineWriterImpl appears to reference a bad 
property name
                 Key: YARN-5572
                 URL: https://issues.apache.org/jira/browse/YARN-5572
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Daniel Templeton


This constructor:

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

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to