Our gradle doesn't declare it directly, but its getting sucked into the classpath somewhere. If you look at that Hadoop JIRA, I'm seeing the same exact error in our logs. The Myriad REST api documents itself via the wadl generator which is where the error is coming from. We should probably depend on it directly if we use it.
On Wed, Jun 10, 2015 at 10:15 AM, Ken Sipe <[email protected]> wrote: > jim, > > I don’t see that we have a dependency on jersey. am I missing something? > > ken > > On Jun 8, 2015, at 8:03 AM, Jim Klucar <[email protected]> wrote: > > > > Paul pointed out an error message in the Resource Manager logs that pops > up > > with the new Dashboard. Without going into too much detail, its not an > > issue, It comes from a bug in Jersey 1.9. Hadoop has found this same > > problem and documented it here: > > > > https://issues.apache.org/jira/browse/HADOOP-11461 > > > > So it looks like we should upgrade to Jersey 1.10 at some point. > >
