hadoop: Requires Java 1.7+
From the Hadoop 2.7.0 release notes: This release drops support for JDK6 runtime and works with JDK 7+ only. Closes Homebrew/homebrew#48823. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>master
parent
147346fd6c
commit
850725dff7
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue