You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ro...@apache.org on 2018/07/11 05:31:18 UTC

[2/2] hadoop git commit: YARN-8383. TimelineServer 1.5 start fails with NoClassDefFoundError. Contributed by Jason Lowe.

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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/42c76865
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/42c76865
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/42c76865

Branch: refs/heads/branch-2.8
Commit: 42c768654cad15ec1ffaf4bd145d41f7b4593fc9
Parents: cd0dc2e
Author: Rohith Sharma K S <ro...@apache.org>
Authored: Wed Jul 11 11:00:16 2018 +0530
Committer: Rohith Sharma K S <ro...@apache.org>
Committed: Wed Jul 11 11:00:16 2018 +0530

----------------------------------------------------------------------
 .../hadoop-yarn-server-applicationhistoryservice/pom.xml        | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/42c76865/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
index 7df26ff..3a8e3b5 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
@@ -258,10 +258,15 @@
                   <pattern>com.fasterxml.jackson</pattern>
                   <shadedPattern>org.apache.hadoop.shaded.$0</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>org.nustaq</pattern>
+                  <shadedPattern>org.apache.hadoop.shaded.$0</shadedPattern>
+                </relocation>
               </relocations>
               <artifactSet>
                 <includes>
                   <include>com.fasterxml.jackson.core:*</include>
+                  <include>de.ruedigermoeller:fst</include>
                 </includes>
               </artifactSet>
               <transformers>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org