Package Details: apache-spark 3.5.1-1

Git Clone URL: https://aur.archlinux.org/apache-spark.git (read-only, click to copy)
Package Base: apache-spark
Description: A unified analytics engine for large-scale data processing
Upstream URL: http://spark.apache.org
Keywords: spark
Licenses: Apache
Submitter: huitseeker
Maintainer: aakashhemadri
Last Packager: aakashhemadri
Votes: 57
Popularity: 0.000032
First Submitted: 2015-10-04 09:31 (UTC)
Last Updated: 2024-05-07 17:40 (UTC)

Dependencies (2)

Required by (3)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

wasperen commented on 2018-03-31 15:59 (UTC)

One needs to install hadoop from the AUR to run this, I think. Without it, it complains about missing org.slf4j.Logger.

lukeyeager commented on 2018-03-06 23:36 (UTC) (edited on 2018-03-07 00:02 (UTC) by lukeyeager)

$ pyspark

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/spark/launcher/Main : Unsupported major.minor version 52.0

EDIT Works with jre8-openjdk-headless

huitseeker commented on 2017-10-10 20:00 (UTC)

@pdxleif Thanks a lot, fixed!

pdxleif commented on 2017-10-04 00:56 (UTC)

Also, spark-shell doesn't work with Java 9.

pdxleif commented on 2017-10-04 00:33 (UTC)

Running `spark-shell` gives: /usr/bin/spark-shell: line 32: /usr/bin/find-spark-home: No such file or directory As /usr/bin/spark-shell is just a symlink to /opt/apache-spark/bin/spark-shell, but the script looks for `find-spark-home` in its current directory. Also, once you get by that error, it fails with: /opt/apache-spark/conf/spark-env.sh: line 4: hadoop: command not found Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStream The `hadoop` package is required to use spark-shell?

huitseeker commented on 2017-08-08 18:04 (UTC)

@hiliev thanks, fixed

hiliev commented on 2017-08-08 10:33 (UTC) (edited on 2017-08-08 10:33 (UTC) by hiliev)

You have forgotten to update the SHA1 checksum of spark-env.sh in PKGBUILD.

cippaciong commented on 2017-07-13 21:39 (UTC)

@brk0_0: I had the same issue, installing hadoop solved it. I don't know if there are better solutions

brk0_0 commented on 2017-07-04 02:20 (UTC) (edited on 2017-07-04 02:51 (UTC) by brk0_0)

After installing it successfully, I get the following error: $ pyspark /usr/bin/pyspark: line 21: /usr/bin/find-spark-home: No such file or directory /bin/load-spark-env.sh: line 26: /usr/bin/find-spark-home: No such file or directory /bin/spark-submit: line 21: /bin/find-spark-home: No such file or directory /bin/spark-class: line 21: /bin/find-spark-home: No such file or directory /bin/load-spark-env.sh: line 26: /bin/find-spark-home: No such file or directory Failed to find Spark jars directory (/assembly/target/scala-2.10/jars). You need to build Spark with the target "package" before running this program. Same thing occurs when trying spark-submit and others

adouzzy commented on 2017-01-16 22:29 (UTC)

Please update to 2.1.0. Cheers