Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CDH3u0
-
Fix Version/s: CDH3u0
-
Component/s: Hadoop Common, LZO, Packaging
-
Labels:None
Description
The LZO packager creates RPMs which have an automatic dependency on libjvm.so. This isn't very good, since on most install targets, libjvm.so isn't on the system library path, but rather provided at runtime by the JVM from some JDK-specific path. This means most people have to install with --nodeps, which is messy.
We should exclude the dependency on libjvm.so in the spec file.