-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.3-alpha
-
Fix Version/s: 2.0.4-alpha
-
Component/s: build
-
Labels:None
-
Hadoop Flags:Reviewed
Here's how to reproduce:
$ cd hadoop-client $ mvn dependency:tree | egrep 'jsp|jetty' [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26.cloudera.2:compile [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26.cloudera.2:compile [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:compile
This has a potential for completely screwing up clients like Oozie, etc – hence a blocker.
It seems that while common excludes those JARs, they are sneaking in via hdfs, we need to exclude them too.
- is related to
-
HADOOP-9342 Remove jline from distribution
-
- Closed
-