summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Fontelles2022-08-10 10:27:27 -0300
committerEmanuel Fontelles2022-08-10 10:27:27 -0300
commitdf1c1ecb4cfcc75f6f587d2bfe2181de5a8b0bfd (patch)
treeda328dfa70d50b29d2155aab59d6d8401211e734
parent9bad0079057bc66db7fec2a61d699d88837443f6 (diff)
downloadaur-df1c1ecb4cfcc75f6f587d2bfe2181de5a8b0bfd.tar.gz
update: updated to apache-spark-3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05ede5d5b75e..76f85b71adb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apache-spark
pkgdesc = Apache Spark is a unified analytics engine for large-scale data processing.
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 0
url = http://spark.apache.org
install = apache-spark.install
@@ -16,14 +16,14 @@ pkgbase = apache-spark
optdepends = rsync: support rsync hadoop binaries from master
optdepends = hadoop: support for running on YARN
backup = etc/apache-spark/spark-env.sh
- source = https://archive.apache.org/dist/spark/spark-3.2.0/spark-3.2.0-bin-hadoop3.2.tgz
+ source = https://archive.apache.org/dist/spark/spark-3.3.0/spark-3.3.0-bin-hadoop3.tgz
source = apache-spark-master.service
source = apache-spark-slave@.service
source = spark-env.sh
source = spark-daemon-run.sh
source = run-master.sh
source = run-slave.sh
- sha256sums = a78c30450ac862338dbc77e6e97bae69569e2c30615efa082d28d47c0781afef
+ sha256sums = 306b550f42ce1b06772d6084c545ef8448414f2bf451e0b1175405488f2a322f
sha256sums = e4333e4a484543786e82d1f7af144ad99d9cc666d2e2742f30b5120996f32183
sha256sums = e656ef5599d095472641e6fd58e9046d7db3f983b334e9a695e278ba799afc5b
sha256sums = 0e9c3721cfac02e3b67248e1dfe2def49a9fc6408092b291b1c67e89a9c130cb
diff --git a/PKGBUILD b/PKGBUILD
index 662dabd8d2cc..0acfbc0a4e50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Emanuel Fontelles ("emanuelfontelles") <emanuelfontelles@hotmail.com>
pkgname=apache-spark
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=0
pkgdesc="Apache Spark is a unified analytics engine for large-scale data processing."
arch=('any')
@@ -20,7 +20,7 @@ optdepends=('python2: python2 support for pyspark'
'hadoop: support for running on YARN')
install=apache-spark.install
-source=("https://archive.apache.org/dist/spark/spark-${pkgver}/spark-${pkgver}-bin-hadoop3.2.tgz"
+source=("https://archive.apache.org/dist/spark/spark-${pkgver}/spark-${pkgver}-bin-hadoop3.tgz"
'apache-spark-master.service'
'apache-spark-slave@.service'
'spark-env.sh'
@@ -79,3 +79,10 @@ sha256sums=('a78c30450ac862338dbc77e6e97bae69569e2c30615efa082d28d47c0781afef'
'6ded9f6b31b8be5fa782fc18ec0991eb7cb18fbea65b8e7560587c3fbe7f20f7'
'1134342330c7680e7d9847cc4de2c0f97ecd55ee7db1c6068bc45219b5838e98'
'4e1159b25d0f6f3dcdf72d1a5f186e5693a5e9d8690ad1600a9e44aa43022e29')
+sha256sums=('306b550f42ce1b06772d6084c545ef8448414f2bf451e0b1175405488f2a322f'
+ 'e4333e4a484543786e82d1f7af144ad99d9cc666d2e2742f30b5120996f32183'
+ 'e656ef5599d095472641e6fd58e9046d7db3f983b334e9a695e278ba799afc5b'
+ '0e9c3721cfac02e3b67248e1dfe2def49a9fc6408092b291b1c67e89a9c130cb'
+ '6ded9f6b31b8be5fa782fc18ec0991eb7cb18fbea65b8e7560587c3fbe7f20f7'
+ '1134342330c7680e7d9847cc4de2c0f97ecd55ee7db1c6068bc45219b5838e98'
+ '4e1159b25d0f6f3dcdf72d1a5f186e5693a5e9d8690ad1600a9e44aa43022e29')