From 0eaba2b4e11d36a8e5fc6a5e2340966401146c24 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 28 Jan 2012 11:22:36 -0800 Subject: hive 0.8.0 --- Library/Formula/hive.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library/Formula/hive.rb') 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 -- cgit v1.2.3