我在Ubuntu上安裝了一個節點集羣。 我想執行wordcount程序。 我已經創建了jar文件。 但是,當我要執行這個命令:運行WordCount時輸入路徑不存在MapReduce
hadoop jar '/home/hduser/Desktop/TutorialFolder/firstTutorial.jar' WordCount /home/hduser/Desktop/TutorialFolder/input_data /TutorialFolder/Output
這是給下面的錯誤:
Exception in thread "main"
org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist:
hdfs://localhost:9000/home/hduser/Desktop/TutorialFolder/input_data
at org.apache.hadoop.mapreduce.lib.input.FileInputFormat.singleThreadedListStatus(FileInputFormat.java:323)
它的工作表示感謝。我需要通過單擊來瀏覽哪些內容,以查看存儲在我知道的hdfs.By命令中的數據。 –
進入'http:// localhost:50070',選擇'Utilities - > Browse File System',你應該能夠查看在HDFS中創建的文件夾。 – franklinsijo
你能分享你的鏈接網址嗎? –