-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-beta1
-
Fix Version/s: 2.9.0, 3.0.0-beta1
-
Component/s: timelineserver
-
Labels:None
-
Environment:
Ubuntu 14.04
x86, ppc64le
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-3~14.04.1-b14)
OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
-
Hadoop Flags:Reviewed
There are multiple test failing in Hadoop YARN Timeline Service HBase tests project with the following error :
java.lang.NoClassDefFoundError: org/apache/hadoop/util/FastNumberFormat at org.apache.hadoop.yarn.api.records.ApplicationId.toString(ApplicationId.java:104)
Below are the failing tests :
TestHBaseTimelineStorageApps.testWriteApplicationToHBase TestHBaseTimelineStorageApps.testEvents TestHBaseTimelineStorageEntities.testEventsEscapeTs TestHBaseTimelineStorageEntities.testWriteEntityToHBase TestHBaseTimelineStorageEntities.testEventsWithEmptyInfo
- is broken by
-
YARN-6768 Improve performance of yarn api record toString and fromString
-
- Resolved
-