Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ object ModelPublishFormat extends EventLogging {
IOUtils.closeQuietly(tarFile)

/**
* Following code for temp dirctory deletion is commented because:
* H2O models failing due to deletion of temp file, as it mightbe loading libraries dynamically.
* Users may need to clean up temp directories to address the disc space issues,
* if revise model functionality is used several time creating several temp directories.
*/
* Following code for temp dirctory deletion is commented because:
* H2O models failing due to deletion of temp file, as it mightbe loading libraries dynamically.
* Users may need to clean up temp directories to address the disc space issues,
* if revise model functionality is used several time creating several temp directories.
*/
//FileUtils.deleteQuietly(new File(tempDirectory.toString))
}

Expand Down