简体   繁体   中英

running hadoop program on a linux machine

I have strated working on hadoop systems and first assignment is to calculate the maximum temperature of a geo location over past 100 years . I'm done with everything from installing java and hadoop but i'm not getting my output folder after this final command

~/.linuxbrew/Cellar/hadoop/2.6.0$ hadoop jar MaxTemperature.jar /ncdc/sample.txt output 

the console is not showing any error also

I think you should be found the directory /user/hduser/output on HDFS. Change hduser by the hadoop user run the command.

In the command, output is a relative path, in this case, relative to HDFS user home directory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM