一個簡單的上傳文件到hdfs類

import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.*; public class TestFs { public static void main(String[] args) throws IOException { Configura
相關文章
相關標籤/搜索