diff options
Diffstat (limited to 'Library/Formula/hive.rb')
| -rw-r--r-- | Library/Formula/hive.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb index f67599d29..53e80033c 100644 --- a/Library/Formula/hive.rb +++ b/Library/Formula/hive.rb @@ -2,10 +2,11 @@ require 'formula'  class Hive < Formula    homepage 'http://hive.apache.org' -  url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.13.1/apache-hive-0.13.1-bin.tar.gz' -  sha1 'f9d96e3942ce93a409379f86632e80dd0a75848c' +  url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.14.0/apache-hive-0.14.0-bin.tar.gz' +  sha1 '8268ca84870f10f1ab163b87c2c7e6b0bbd39744'    depends_on 'hadoop' +  conflicts_with 'apache-spark', :because => 'both install `beeline` binaries'    def install      rm_f Dir["bin/*.bat"] | 
