apache-spark 1.2.0
Closes Homebrew/homebrew#35158. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
39aca4a78d
commit
fe880bb590
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue