hadoop 2.7.2
Closes Homebrew/homebrew#48761. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
ff39968543
commit
730659adb6
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Hadoop < Formula
|
||||
desc "Framework for distributed processing of large data sets"
|
||||
homepage "https://hadoop.apache.org/"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=hadoop/common/hadoop-2.7.1/hadoop-2.7.1.tar.gz"
|
||||
mirror "https://archive.apache.org/dist/hadoop/common/hadoop-2.7.1/hadoop-2.7.1.tar.gz"
|
||||
sha256 "991dc34ea42a80b236ca46ff5d207107bcc844174df0441777248fdb6d8c9aa0"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=hadoop/common/hadoop-2.7.2/hadoop-2.7.2.tar.gz"
|
||||
mirror "https://archive.apache.org/dist/hadoop/common/hadoop-2.7.2/hadoop-2.7.2.tar.gz"
|
||||
sha256 "49ad740f85d27fa39e744eb9e3b1d9442ae63d62720f0aabdae7aa9a718b03f7"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
|
Loading…
Reference in a new issue