Spark deb files

Where can i find deb-files of Spark for Ubuntu? 2.6.3 would do, but if you know where i can find beta of 2.7.x that would be nice.

It looks like deb packages haven’t been produced for 2.6.3 release. Build system has a task for deb packages, but it doesn’t produce deb files for 2.7.0 either (Spark - Nightly Debian Build: Plan summary - Atlassian Bamboo ). I have asked Daryl about this. He is tinkering build system occasionally. Maybe he will be able to fix it.

I got the issue corrected with the debian build.

Does this mean that there is a deb file now somewhere or will be soon?

Yup, the current dev build is here: Spark - Nightly Debian Build 383: Artifacts - Atlassian Bamboo

Thanks,

When installing it it is dependent on sun-java6-jre. Unfortunately it does not work with openjdk, oracle java 7 or oracle java 6.

Oracle java 6 should be the same as sun java 6 right? As Oracle took over from Sun. Still it’s not working with openjdk or oravle java.

Any ideas? sun-java6-jre is not in Ubuntu repositories and when googling it I just find Oracle java 6.

Any suggestions on how to solve the requirement of a really old java package?

I am unsure where this would be coming from. I thought I had updated all of this for the installer. https://github.com/igniterealtime/Openfire/tree/master/build/debian

david@wseklrlnxtest:~$ echo $JAVA_HOME

/usr/lib/jvm/java-7-openjdk-amd64

david@wseklrlnxtest:~$ java -version

java version “1.7.0_65”

OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)

OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

david@wseklrlnxtest:~$