Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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.