Απάντηση: Re: Question about Spark cluster memory usage monitoring

2018-09-24 Thread kolokasis
:00) Προς: Muhib Khan , "Liu, Jialin" Κοιν.: user@spark.apache.org Θέμα: Re: Question about Spark cluster memory usage monitoring Hello,   Maybe Ganglia http://ganglia.info/ might be useful for you? I have only shallow experience with it, but it might be what you are looking for.

Re: Question about Spark cluster memory usage monitoring

2018-09-23 Thread Jan Brabec (janbrabe)
: Re: Question about Spark cluster memory usage monitoring Hello, As far as I know, there is no API provided for tracking the execution memory of a Spark Worker node. For tracking the execution memory you will probably need to access the MemoryManager's onHeapExecutionMemoryPool and o

Re: Question about Spark cluster memory usage monitoring

2018-09-20 Thread Muhib Khan
Hello, As far as I know, there is no API provided for tracking the execution memory of a Spark Worker node. For tracking the execution memory you will probably need to access the MemoryManager's onHeapExecutionMemoryPool and offHeapExecutionMemoryPool objects that track the memory allocated to tas