YARN-6905. Addendum to fix TestTimelineReaderWebServicesHBaseStorage due to missing FastNumberFormat
(cherry picked from commit e52f26e5cf0b7269635a685a0a70d20b190ce476)
This commit is contained in:
parent
a2598434ed
commit
87713f41b6
@ -370,7 +370,8 @@ static void writeApplicationEntities(HBaseTimelineWriterImpl hbi,
|
|||||||
ApplicationId appId =
|
ApplicationId appId =
|
||||||
BuilderUtils.newApplicationId(timestamp, count++);
|
BuilderUtils.newApplicationId(timestamp, count++);
|
||||||
ApplicationEntity appEntity = new ApplicationEntity();
|
ApplicationEntity appEntity = new ApplicationEntity();
|
||||||
appEntity.setId(appId.toString());
|
appEntity.setId(
|
||||||
|
HBaseTimelineStorageUtils.convertApplicationIdToString(appId));
|
||||||
appEntity.setCreatedTime(timestamp);
|
appEntity.setCreatedTime(timestamp);
|
||||||
|
|
||||||
TimelineEvent created = new TimelineEvent();
|
TimelineEvent created = new TimelineEvent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user