aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-28 11:22:36 -0800
committerAdam Vandenberg2012-01-28 11:23:53 -0800
commit0eaba2b4e11d36a8e5fc6a5e2340966401146c24 (patch)
treef5b7c83e7afdbd8d54bdccc31ba0c2bf26d2110a /Library
parent374bacde9ed0054b773c4562aa259b1179300602 (diff)
downloadhomebrew-0eaba2b4e11d36a8e5fc6a5e2340966401146c24.tar.bz2
hive 0.8.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hive.rb7
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