0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Homebrew で入れた Hadoop 3.1.1 で Hadoop Streaming してみる

Posted at

Homebrew で入れた Hadoop 3.1.1 で Hadoop Streaming しようと思ったときに hadoop-streaming-3.1.1.jarのパスが深いところにあって見つかりにくいのでメモ。


$ hadoop jar /usr/local/Cellar/hadoop/3.1.1/libexec/share/hadoop/tools/lib/hadoop-streaming-3.1.1.jar \
-mapper mapper.py -reducer reducer.py -input sample-text.txt -output out
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?