diff options
| author | Pat Shields | 2015-04-20 10:08:57 -0400 |
|---|---|---|
| committer | Xu Cheng | 2015-04-20 23:03:34 +0800 |
| commit | af1a5c60bb0a2367f53959987b894cb96679a7c1 (patch) | |
| tree | 891cf4c8cf33f66608f39ef0c000d5d2f6a57422 | |
| parent | 257db8b4f3812ba41c6b0353f3fa3488c2cec4ac (diff) | |
| download | homebrew-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.rb | 6 |
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' |
