steveloughran commented on PR #5623:
URL: https://github.com/apache/hadoop/pull/5623#issuecomment-1609419098

   I tried a cherrypick to branch-3.3 and the build failed as there's no 
explicit jettison import in that branch
   ```
   [WARNING]
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project hadoop-yarn-common: Compilation failure: Compilation failure:
   [ERROR] 
/Users/stevel/hadoop/commit/apache-hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/util/YarnWebServiceUtils.java:[30,34]
 package org.codehaus.jettison.json does not exist
   [ERROR] 
/Users/stevel/hadoop/commit/apache-hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/util/YarnWebServiceUtils.java:[53,17]
 cannot find symbol
   [ERROR]   symbol:   class JSONObject
   [ERROR]   location: class 
org.apache.hadoop.yarn.webapp.util.YarnWebServiceUtils
   [ERROR] 
/Users/stevel/hadoop/commit/apache-hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/util/YarnWebServiceUtils.java:[70,18]
 cannot find symbol
   [ERROR]   symbol:   class JSONObject
   [ERROR]   location: class 
org.apache.hadoop.yarn.webapp.util.YarnWebServiceUtils
   [ERROR] 
/Users/stevel/hadoop/commit/apache-hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/util/YarnWebServiceUtils.java:[79,33]
 cannot find symbol
   [ERROR]   symbol:   class JSONObject
   [ERROR]   location: class 
org.apache.hadoop.yarn.webapp.util.YarnWebServiceUtils
   [ERROR] -> [Help 1]
   [ERROR]
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to