hadoop: also install map reduce streaming
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
861b18a1cb
commit
7d2ca8efb0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Hadoop < Formula
|
|||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat"]
|
||||
libexec.install %w[bin conf lib webapps]
|
||||
libexec.install %w[bin conf lib webapps mapred]
|
||||
libexec.install Dir['*.jar']
|
||||
bin.mkpath
|
||||
Dir["#{libexec}/bin/*"].each do |b|
|
||||
|
|
Loading…
Reference in a new issue