apache-spark 1.2.0

Closes Homebrew/homebrew#35158.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Kashif Rasul 2014-12-20 23:11:16 +01:00 committed by Tim D. Smith
parent 39aca4a78d
commit fe880bb590

View file

@ -3,9 +3,9 @@ require "formula"
class ApacheSpark < Formula class ApacheSpark < Formula
homepage "http://spark.apache.org/" homepage "http://spark.apache.org/"
head "https://github.com/apache/spark.git" head "https://github.com/apache/spark.git"
url "http://d3kbcqa49mib13.cloudfront.net/spark-1.1.1-bin-hadoop2.4.tgz" url "http://d3kbcqa49mib13.cloudfront.net/spark-1.2.0-bin-hadoop2.4.tgz"
version "1.1.1" version "1.2.0"
sha1 "d1ef3edfe9174010c66ed39fbbc961b7db765a35" sha1 "57d19d43aa058acefbde32b2304678a8b07eaa80"
conflicts_with 'hive', :because => 'both install `beeline` binaries' conflicts_with 'hive', :because => 'both install `beeline` binaries'