microsoft/SynapseML

`/tmp` cleanups

Geschlossen

#268 geöffnet am 21.03.2018

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Scala (861 Forks)batch import
buggood first issuehelp wanted

Repository-Metriken

Stars
 (5.228 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

There are still a pile of stuff left in /tmp, all directories. The offending name patterns that need to be clean up are:

  • SavedModels-<N> (I just cleaned almost 19 thousand of these)
  • MML-Test-<N> (about 700)
  • MML-Test-<N>powerBI.parquet (about 160)

Most of these are empty directories, so perhaps there is some broken cleanup that removes files but not the directories. The last pattern is the only one that has files left in it.

Contributor Guide