microsoft/SynapseML

`/tmp` cleanups

已關閉

#268 建立於 2018年3月21日

 (1 則留言) (0 個反應) (1 位負責人)Scala (861 個分叉)batch import
buggood first issuehelp wanted

倉庫指標

星標
 (5,228 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南