You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Daniel Templeton (JIRA)" <ji...@apache.org> on 2016/08/28 14:53:20 UTC

[jira] [Created] (YARN-5572) HBaseTimelineWriterImpl appears to reference a bad property name

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: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org