diff options
| author | Pat Shields | 2015-03-13 13:27:04 -0400 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 18:01:45 +0000 | 
| commit | 63c6854d241c194d1d1730556a667758b5a4cd81 (patch) | |
| tree | e11f2b3f0a024946948ddd9acb04e597486a55f9 | |
| parent | b3500983bb90595f0d34ff792bc2f3e8c66bbe2c (diff) | |
| download | homebrew-63c6854d241c194d1d1730556a667758b5a4cd81.tar.bz2 | |
apache-spark 1.3.0
Update apache spark to 1.3.0
Closes #37688.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/apache-spark.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/apache-spark.rb b/Library/Formula/apache-spark.rb index 6a6d6ae40..7a414e620 100644 --- a/Library/Formula/apache-spark.rb +++ b/Library/Formula/apache-spark.rb @@ -3,9 +3,9 @@ require "formula"  class ApacheSpark < Formula    homepage "http://spark.apache.org/"    head "https://github.com/apache/spark.git" -  url "http://d3kbcqa49mib13.cloudfront.net/spark-1.2.1-bin-hadoop2.4.tgz" -  version "1.2.1" -  sha1 "2c8023f339ee9a0a05ecf6cb854f1de70b324f41" +  url "http://d3kbcqa49mib13.cloudfront.net/spark-1.3.0-bin-hadoop2.4.tgz" +  version "1.3.0" +  sha1 "d94f2847bf92dd6e5a388c8126207cfe57e2c85e"    conflicts_with 'hive', :because => 'both install `beeline` binaries'  | 
