aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPat Shields2015-04-20 10:08:57 -0400
committerXu Cheng2015-04-20 23:03:34 +0800
commitaf1a5c60bb0a2367f53959987b894cb96679a7c1 (patch)
tree891cf4c8cf33f66608f39ef0c000d5d2f6a57422
parent257db8b4f3812ba41c6b0353f3fa3488c2cec4ac (diff)
downloadhomebrew-af1a5c60bb0a2367f53959987b894cb96679a7c1.tar.bz2
apache-spark 1.3.1
Closes #38856. Signed-off-by: Xu Cheng <xucheng@me.com>
-rw-r--r--Library/Formula/apache-spark.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/apache-spark.rb b/Library/Formula/apache-spark.rb
index a7f57f07d..1975e9ff5 100644
--- a/Library/Formula/apache-spark.rb
+++ b/Library/Formula/apache-spark.rb
@@ -3,9 +3,9 @@ require "formula"
class ApacheSpark < Formula
homepage "https://spark.apache.org/"
head "https://github.com/apache/spark.git"
- url "https://d3kbcqa49mib13.cloudfront.net/spark-1.3.0-bin-hadoop2.4.tgz"
- version "1.3.0"
- sha1 "d94f2847bf92dd6e5a388c8126207cfe57e2c85e"
+ url "http://d3kbcqa49mib13.cloudfront.net/spark-1.3.1-bin-hadoop2.6.tgz"
+ version "1.3.1"
+ sha1 "86911b6c8964230a93691bd45589f491c10d36c0"
conflicts_with 'hive', :because => 'both install `beeline` binaries'