Hello Users,

How do you track the memory usage within Zeppelin? Do you have any script
that can determine how much of the available space is being used?

I use the below script to identify the tables retained in memory but I
would also like to know total memory available/used.


Show all cached tables

sqlContext.sql("show tables").show()



Show cached tables with name like

sqlContext.tables().filter("tableName LIKE 'School%'").show()
​
-- 
Shan S. Potti,
737-333-1952
https://www.linkedin.com/in/shanmukhasreenivas

Reply via email to