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