summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Garillot2016-02-23 13:56:33 +0100
committerFrançois Garillot2016-02-23 13:56:33 +0100
commit2c6f8e5257b4a3c94754f8f9ef728c8dbde1b8a3 (patch)
treec3a74fd562a6880e2d267b177719a28dc654504c
parentb3f92288e6c7ca33b8490366138177c40c577347 (diff)
downloadaur-2c6f8e5257b4a3c94754f8f9ef728c8dbde1b8a3.tar.gz
Fix SPARK_HOME settings
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3ac42d4c8b1..1d89121ca326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 16:23:18 UTC 2016
+# Tue Feb 23 12:56:17 UTC 2016
pkgbase = apache-spark
pkgdesc = fast and general engine for large-scale data processing
pkgver = 1.6.0
- pkgrel = 5
+ pkgrel = 6
url = http://spark.apache.org
install = apache-spark.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ea7dcb32fa65..489d38a82354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=apache-spark
pkgver=1.6.0
-pkgrel=5
+pkgrel=6
pkgdesc="fast and general engine for large-scale data processing"
arch=('any')
url="http://spark.apache.org"
@@ -15,7 +15,7 @@ install=apache-spark.install
source=("http://d3kbcqa49mib13.cloudfront.net/spark-$pkgver.tgz"
'apache-spark-standalone.service'
'spark-env.sh')
- md5sums=('311883f4e50c4f6d1fe0b0147f660cc2'
+md5sums=('311883f4e50c4f6d1fe0b0147f660cc2'
'bb7d8b85366e6f9cc0b2777eaea161a8'
'0913001583e607849270090555dbd309')
backup=('etc/apache-spark/spark-env.sh')
@@ -55,7 +55,7 @@ package() {
mkdir -p $pkgdir/etc/profile.d
echo '#!/bin/sh' > $pkgdir/etc/profile.d/apache-spark.sh
- echo 'SPARK_HOME=$pkgdir/usr/share/apache-spark' >> $pkgdir/etc/profile.d/apache-spark.sh
+ echo 'SPARK_HOME=/usr/share/apache-spark' >> $pkgdir/etc/profile.d/apache-spark.sh
echo 'export SPARK_HOME' >> $pkgdir/etc/profile.d/apache-spark.sh
chmod 755 $pkgdir/etc/profile.d/apache-spark.sh