-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for build with newer versions of Spark #20
Comments
Yes, I'll put the instructions here and we should add documentation on the website on how to build from source as well. Building AXS is essentially merging a few pieces of AXS into Spark before building Spark from source. You can find documentation on building Spark from source here: https://spark.apache.org/docs/latest/building-spark.html. You'll need to download and install First, clone this repository and checkout the branch/tag/commit you want
next do the same with the axs-spark repository
created jar will be in
This will build Spark from source and produce a tar file ( |
Also, if you don't want to go through building from source, these distributions should have Spark 3.0.0 support: From @ctslater : https://epyc.astro.washington.edu/~ctslater/axs-spark-3.0.0-preview-axsdistfix.tar.gz |
Great, thanks a lot. It would be very useful indeed to put this on the AXS documentation pages, also because it took a while for me to find out about the existence of
Thanks, I'll install this version then |
Thanks very much @stevenstetzler for posting these build instructions. I've successfully built the 3.0.0 preview at IPAC. Two minor hiccups: The build did not work with Java 11 but it did work with Java 8. Building the yarn and mesos parts was failing, until I copied some certificates from an existing Java 8 to the openjdk that I was using with Maven. |
Hi all,
maybe this would be more appropriate on the
axs-spark
repo, but it's not possible to open issues there so I'm posting here.I would like to install AXS on a standalone cluster with a more recent version of Spark (
2.4.5
or even3.0-preview
), is there a documentation explaining how to prepare the distribution? I noticed thataxs-spark
has some branches for spark version like2.3.0
,2.4.3
and3.0 preview
, but there is an AXS release only with spark2.4.0
. I see that @stevenstetzler is testing an automatic pipeline to create an AXS distribution with spark3.0-preview
, would it be possible to do it manually while it is not ready?Thanks a lot,
Davide Viero
The text was updated successfully, but these errors were encountered: