You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
vitaliyf
added a commit
to vitaliyf/kafka-tools
that referenced
this issue
Aug 24, 2018
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 forlibjvm.so
from theJAVA_HOME
environment variable instead, if thelibjvm
property is not set.The text was updated successfully, but these errors were encountered: