Roman Shaposhnik created BIGTOP-1109:
----------------------------------------
Summary: Remove protobuf jar from a few packages that depend on
Hadoop
Key: BIGTOP-1109
URL: https://issues.apache.org/jira/browse/BIGTOP-1109
Project: Bigtop
Issue Type: Bug
Components: General
Affects Versions: 0.7.0
Reporter: Roman Shaposhnik
Assignee: Roman Shaposhnik
Fix For: 0.7.0
Turns out a few of Bigtop packages ship an extra copy of protobuf. Given that
the master copy should always come from Hadoop's classpath we can safely remove
the other one. It'll also cut down on cases where protobuf of the component
gets out of synch with the one Hadoop is using.
Here's the current list:
{noformat}
/usr/lib/oozie/libtools/protobuf-java-2.5.0.jar
/usr/lib/spark/lib/protobuf-java-2.4.1.jar
/usr/lib/hbase/lib/protobuf-java-2.4.0a.jar
/usr/lib/flume/lib/protobuf-java-2.4.1.jar
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)