YARN-5922. Remove direct references of HBaseTimelineWriter/Reader in core ATS classes. Contributed by Haibo Chen.
(cherry picked from commit a5a55a54ab
)
This commit is contained in:
parent
4481561e4a
commit
ecbc8d4816
@ -2112,8 +2112,8 @@ public static boolean isAclEnabled(Configuration conf) {
|
||||
TIMELINE_SERVICE_PREFIX + "reader.class";
|
||||
|
||||
public static final String DEFAULT_TIMELINE_SERVICE_READER_CLASS =
|
||||
"org.apache.hadoop.yarn.server.timelineservice" +
|
||||
".storage.HBaseTimelineReaderImpl";
|
||||
"org.apache.hadoop.yarn.server.timelineservice.storage" +
|
||||
".HBaseTimelineReaderImpl";
|
||||
|
||||
/**
|
||||
* default schema prefix for hbase tables.
|
||||
|
Loading…
Reference in New Issue
Block a user