Research breakthrough possible @S-Logix pro@slogix.in

Office Address

Social List

How to create a new file in HDFS?

  • FileSystem fs = FileSystem.get(conf);
    Path path= new Path("user/D/filelLocation/file.txt");
    fs.createNewFile(path);