I discovered a tutorial here:
http://www.andys-sundaypink.com/i/retrieve-storm-cluster-statistic-from-nimbus-java-mode/
describing how to use Apache Thrift in order to retrieve Storm Cluster
statistics from the Nimbus host.
When I tried to run my code in a test, I keep getting an error:
    Java heap space
    java.lang.OutOfMemoryError: Java heap space

Upon doing further research, I came across this thread:
https://groups.google.com/forum/#!topic/storm-user/66PFsYLLTvI

Where Nathan Marz said that this is due to a Thrift issue, where you
shouldn't send a malformed request to Thrift.

Can someone explain to me what might be wrong with my request?
I've pretty much followed the tutorial to the letter, inputting my hosts
and available port.

-- 
Raphael Hsieh

Reply via email to