Customer Portal

Temp Folder When Executing Clover Graph

Comments 2

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi Perri,

    It is difficult to say whether your graph are writting data on your hard drive without seeing the graph. In most cases, writers do not store any local temp files (e.g. SpreadsheetDataWriter in streaming mode uses temp files). However, data can be written using a different element (e.g. buffered edges, phase connection edges etc.).
  • Avatar
    dpavlis
    0
    Comment actions Permalink
    If running transformation graph from within CloverETL Designer then if any temp files is created, it is created in directory defined in java.io.tmpdir Java property. Usually derived from system's TMP/TEMP environment variable.

    While executing graph on CloverETL Server, temp files are managed by temp space manager- see its documentation.

    In both cases the directory is configurable.

Please sign in to leave a comment.