While trying out the kafka-assigner command with the JMX sizer, it tried to load /export/apps/jdk/JDK-1_8_0_72/jre/lib/amd64/server/libjvm.so, which obviously does not exist in my system. It should attempt to find the path for libjvm.so from the JAVA_HOME environment variable instead, if the libjvm property is not set.
While trying out the
kafka-assignercommand with the JMX sizer, it tried to load/export/apps/jdk/JDK-1_8_0_72/jre/lib/amd64/server/libjvm.so, which obviously does not exist in my system. It should attempt to find the path forlibjvm.sofrom theJAVA_HOMEenvironment variable instead, if thelibjvmproperty is not set.