microsoft/SynapseML

`/tmp` cleanups

Open

#268 aperta il 21 mar 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Scala (861 fork)batch import
buggood first issuehelp wanted

Metriche repository

Star
 (5228 star)
Metriche merge PR
 (Merge medio 23h 16m) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor