How can i make a new directory in hdfs with java?

后端 未结 2 1371
青春惊慌失措
青春惊慌失措 2021-01-07 00:11
public static void main(String[] args) throws IOException, URISyntaxException 

{ Configuration config = new Configuration();

         


        
2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-07 00:37

    You are missing the Apache Commons Configuration dependency. Download the jar and add it to your build/class path.

提交回复
热议问题