文件名称:Hadoop常用命令.pdf
文件大小:38KB
文件格式:PDF
更新时间:2022-07-22 03:46:15
Hadoop
1.运行MapReduce程序 > hadoop jar test-1.0-SNAPSHOT-jar-with-dependencies.jar /user/test/input /user/test/out 2.运行Jar包指定类中的主函数 > java -cp test-1.0-SNAPSHOT-jar-with-dependencies.jar com.test.main.MainTest