Browse Source

YARN-8383. TimelineServer 1.5 start fails with NoClassDefFoundError. Contributed by Jason Lowe.

Rohith Sharma K S 7 years ago
parent
commit
42c768654c

+ 5 - 0
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml

@@ -258,10 +258,15 @@
                   <pattern>com.fasterxml.jackson</pattern>
                   <pattern>com.fasterxml.jackson</pattern>
                   <shadedPattern>org.apache.hadoop.shaded.$0</shadedPattern>
                   <shadedPattern>org.apache.hadoop.shaded.$0</shadedPattern>
                 </relocation>
                 </relocation>
+                <relocation>
+                  <pattern>org.nustaq</pattern>
+                  <shadedPattern>org.apache.hadoop.shaded.$0</shadedPattern>
+                </relocation>
               </relocations>
               </relocations>
               <artifactSet>
               <artifactSet>
                 <includes>
                 <includes>
                   <include>com.fasterxml.jackson.core:*</include>
                   <include>com.fasterxml.jackson.core:*</include>
+                  <include>de.ruedigermoeller:fst</include>
                 </includes>
                 </includes>
               </artifactSet>
               </artifactSet>
               <transformers>
               <transformers>