Skip to content

Commit

Permalink
hadoop: Requires Java 1.7+
Browse files Browse the repository at this point in the history
From the Hadoop 2.7.0 release notes:
This release drops support for JDK6 runtime and works with JDK 7+ only.

Closes Homebrew/legacy-homebrew#48823.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
Joep Loijens authored and DomT4 committed Feb 4, 2016
1 parent 147346f commit 850725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/hadoop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Hadoop < Formula

bottle :unneeded

depends_on :java
depends_on :java => "1.7+"

def install
rm_f Dir["bin/*.cmd", "sbin/*.cmd", "libexec/*.cmd", "etc/hadoop/*.cmd"]
Expand Down

0 comments on commit 850725d

Please sign in to comment.