[SPARK-5661]function hasShutdownDeleteTachyonDir should use shutdownDeleteTachyonPaths to determine whether contains file#4418
[SPARK-5661]function hasShutdownDeleteTachyonDir should use shutdownDeleteTachyonPaths to determine whether contains file#4418viper-kun wants to merge 3 commits intoapache:masterfrom viper-kun:deleteunusedfun
Conversation
|
cc @haoyuan |
|
These do appear unused, at the moment, but what's the need to delete them? They could plausibly be useful later; it's not completely useless code. (Normally changes need a JIRA too, although this is borderline) |
|
@srowen |
|
I think we should create a JIRA for this, if only to help us keep track of where this change is committed. |
|
Thanks @viper-kun Agree w/ @JoshRosen |
|
@JoshRosen @haoyuan |
|
ok to test |
|
OK, that change seems reasonable as a bug fix. |
|
@srowen it is a static function and unused now. I think we should better leave it in Utils class now. |
|
Test build #27069 has finished for PR 4418 at commit
|
|
@haoyuan what do you think about moving these methods to |
…eleteTachyonPaths to determine whether contains file hasShutdownDeleteTachyonDir(file: TachyonFile) should use shutdownDeleteTachyonPaths(not shutdownDeletePaths) to determine Whether contain file. To solve it ,delete two unused function. Author: xukun 00228947 <xukun.xu@huawei.com> Author: viper-kun <xukun.xu@huawei.com> Closes #4418 from viper-kun/deleteunusedfun and squashes the following commits: 87340eb [viper-kun] fix style 3d6c69e [xukun 00228947] fix bug 2bc397e [xukun 00228947] deleteunusedfun (cherry picked from commit b271c26) Signed-off-by: Sean Owen <sowen@cloudera.com>
hasShutdownDeleteTachyonDir(file: TachyonFile) should use shutdownDeleteTachyonPaths(not shutdownDeletePaths) to determine Whether contain file. To solve it ,delete two unused function.