You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Shanmukha Sreenivas Potti <sh...@utexas.edu> on 2017/05/08 21:12:20 UTC

Memory usage in Zeppelin

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