Enable JMX thorough HADOOP Job api -


i want connect map , reduce tasks through jmx. how pass them jvm start-up flags

   -dcom.sun.management.jmxremote.port=9010 

..to map , reduce tasks?

if run below command, add properties mapper/reducer task jvm.

-d mapreduce.map.java.opts="-dcom.sun.management.jmxremote -dcom.sun.management.jmxremote.port=9010 -dcom.sun.management.jmxremote.local.only=true-dcom.sun.management.jmxremote.authenticate=false -dcom.sun.management.jmxremote.ssl=false" -d mapreduce.reduce.java.opts="<same map>" 

Comments

Popular posts from this blog

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -