2014-02-18 48 views

回答

1

最簡單的方法可能是自己使用例如FileSystem.globStatus建立輸入文件列表,然後手動將它們添加到FileInputFormat.addInputPath的作業中。 FileSystem.globStatus默認情況下不會過濾隱藏文件。

相關問題