apache-spark 1.1.0
Apache spark bumped to 1.1.0 Closes Homebrew/homebrew#32256. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2fd5922d74
commit
b8731cde32
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.0.2-bin-hadoop2.tgz"
|
url "http://d3kbcqa49mib13.cloudfront.net/spark-1.1.0-bin-hadoop2.4.tgz"
|
||||||
version "1.0.2"
|
version "1.1.0"
|
||||||
sha1 "7a456cef4628228251e541b9c8ed3c55991fb9b7"
|
sha1 "c7cf50454ac77014fa0f3a7f7a627f93a60fcac2"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
rm_f Dir["bin/*.cmd"]
|
rm_f Dir["bin/*.cmd"]
|
||||||
|
|
Loading…
Reference in a new issue