[kepler-dev] [Bug 4795] RExpression & cache cleaning

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Feb 12 16:36:37 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4795

--- Comment #2 from ben leinfelder <leinfelder at nceas.ucsb.edu> 2010-02-12 16:36:36 PST ---
There are a few kinds of files generated by RExpression:
1. complex data transfer from one RExpression actor to another
2. temporary files for long script input (not complex data, just long data)
3. graphics output (whether used for reporting or not)

The first 2 are usually not needed unless you're doing some hardcore debugging.
The graphics could be saved in provenance on their own, but I think that is
redundant when reporting is enabled since the images are grabbed and put in
provenance as tokens for use in the reports.

Basically anything here could be wiped clean on initialize, and you'd only be
able to access the last one that ran (before it was blown away):
/Users/leinfelder/.kepler/cache-2.0.0/modules/r/tpc09-plant-dynamics-woody_1266009177777

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list