diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hive.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb index 4901260dc..f72b28fdf 100644 --- a/Library/Formula/hive.rb +++ b/Library/Formula/hive.rb @@ -1,9 +1,9 @@ require 'formula' class Hive < Formula - url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.7.1/hive-0.7.1-bin.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.8.0/hive-0.8.0-bin.tar.gz' homepage 'http://hive.apache.org' - md5 '5fb37e7ea3526e50185c1d7edda0f789' + md5 '9aca92b683da8955aca3beb5a438d2f9' depends_on 'hadoop' @@ -31,7 +31,8 @@ class Hive < Formula After installation, set $HIVE_HOME in your profile: export HIVE_HOME=#{libexec} - You may also need to set JAVA_HOME. + You may need to set JAVA_HOME: + export JAVA_HOME=$(/usr/libexec/java_home) EOS end end |
