Re: duplicate servlet-api jars in hbase 0.96.0

2014-01-10 Thread Stack
Thanks for reporting Jerry. I filed HBASE-10313 . Will take a look at this for 0.96.2. St.Ack On Thu, Jan 9, 2014 at 2:49 PM, Jerry He wrote: > In the lib folder in HBase 0.96.0 tarball we have this: > > [biadmin@hdtest009 lib]$ ls -l jsp-api* > -rw-rw-r-- 1 biadmin biadmin 134910 Sep 17 01:1

[jira] [Created] (HBASE-10313) Duplicate servlet-api jars in hbase 0.96.0

2014-01-10 Thread stack (JIRA)
stack created HBASE-10313: - Summary: Duplicate servlet-api jars in hbase 0.96.0 Key: HBASE-10313 URL: https://issues.apache.org/jira/browse/HBASE-10313 Project: HBase Issue Type: Bug

Re: duplicate servlet-api jars in hbase 0.96.0

2014-01-09 Thread Ted Yu
In dependency tree, I see: [INFO] +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:compile [INFO] +- org.apache.hadoop:hadoop-hdfs:jar:2.2.0:compile [INFO] | +- commons-daemon:commons-daemon:jar:1.0.13:compile [INFO] | \- javax.servlet.jsp:jsp-api:jar:2.1:compile FYI On Thu, Jan 9, 2014 at 2:49 P

duplicate servlet-api jars in hbase 0.96.0

2014-01-09 Thread Jerry He
In the lib folder in HBase 0.96.0 tarball we have this: [biadmin@hdtest009 lib]$ ls -l jsp-api* -rw-rw-r-- 1 biadmin biadmin 134910 Sep 17 01:13 jsp-api-2.1-6.1.14.jar -rw-rw-r-- 1 biadmin biadmin 100636 Sep 17 01:27 jsp-api-2.1.jar [biadmin@hdtest009 lib]$ ls -l servlet-api* -rw-rw-r-- 1 biadmin