Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
apache-spark 1.4.0
Browse files Browse the repository at this point in the history
Closes #40596.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
karlhigley authored and DomT4 committed Jun 12, 2015
1 parent 7ffe2ed commit 1c17ecb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Library/Formula/apache-spark.rb
Expand Up @@ -4,10 +4,9 @@ class ApacheSpark < Formula
desc "Engine for large-scale data processing"
homepage "https://spark.apache.org/"
head "https://github.com/apache/spark.git"
url "https://d3kbcqa49mib13.cloudfront.net/spark-1.3.1-bin-hadoop2.6.tgz"
version "1.3.1"
revision 1
sha1 "86911b6c8964230a93691bd45589f491c10d36c0"
url "https://www.apache.org/dyn/closer.cgi?path=spark/spark-1.4.0/spark-1.4.0-bin-hadoop2.6.tgz"
version "1.4.0"
sha256 "19c7b4b58f3b84bed513d4d532344290d104dc394fb74c6b7bdbabab69e1f605"

def install
# Rename beeline to distinguish it from hive's beeline
Expand Down

0 comments on commit 1c17ecb

Please sign in to comment.