[ https://issues.apache.org/jira/browse/SYSTEMML-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deron Eriksson resolved SYSTEMML-1192. -------------------------------------- Resolution: Fixed Fix Version/s: SystemML 0.13 Fixed by [PR352|https://github.com/apache/incubator-systemml/pull/352]. Optionally can be turned on for troubleshooting by: {code} ml.setMaintainSymbolTable(true) {code} > Optionally delete rmvar instructions via MLContext > -------------------------------------------------- > > Key: SYSTEMML-1192 > URL: https://issues.apache.org/jira/browse/SYSTEMML-1192 > Project: SystemML > Issue Type: Improvement > Components: APIs > Reporter: Deron Eriksson > Assignee: Deron Eriksson > Fix For: SystemML 0.13 > > > The symbol table (LocalVariableMap) contains data that is useful for > determining what happens when a SystemML script executes. Removing all rmvar > instructions allows all the symbol table values to be displayed through the > MLContext API, which can be useful when debugging. The symbol table can be > cleared if needed by calling Script's clearSymbolTable() method. -- This message was sent by Atlassian JIRA (v6.3.15#6346)