Is there a simpler way to check if a data frame is cached other than:

    dataframe.registerTempTable("cachedOutput")
    assert(hc.isCached("cachedOutput"), "The table was not cached")


Thanks!
-- 
Cesar Flores

Reply via email to