microsoft/SynapseML

`/tmp` cleanups

Open

#268 aberto em 21 de mar. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Scala (861 forks)batch import
buggood first issuehelp wanted

Métricas do repositório

Stars
 (5.228 stars)
Métricas de merge de PR
 (Mesclagem média 23h 16m) (2 fundiu PRs em 30d)

Description

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.

Guia do colaborador