-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update Spark to version 3.1.1 #247
Commits on Apr 30, 2021
-
This skips version 3.0.2 and goes directly to 3.1.1. There are no compilation issues and the apache-spark benchmarks execute normally.
Configuration menu - View commit details
-
Copy full SHA for 424b762 - Browse repository at this point
Copy the full SHA 424b762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5488438 - Browse repository at this point
Copy the full SHA 5488438View commit details
Commits on May 2, 2021
-
Tell SBT to use 2048 megs of memory
SBT uses 1024 by default and kills memory-related JVM options in the `.sbtopts` file and derives its values on its own. The default memory size results in code cache of 128 megs, which is insufficient for a pristine build, where it can reach slightly over 200 megs. Raising the memory to 2048 increases the code cache size to 256 megs.
Configuration menu - View commit details
-
Copy full SHA for 36d88c6 - Browse repository at this point
Copy the full SHA 36d88c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8df99e - Browse repository at this point
Copy the full SHA f8df99eView commit details -
Use git describe to determine Renaissance version
This will avoid having to change the version number in multiple places. The current version number is determine by the latest (annotated) tag and the distance to it from the current commit. Release built from the tagged commit will have a "clean" version number, others will include the hash of the build commit. CI scripts will be able to determine the current version simply by using `git describe` and stripping the initial `v`. The only thing that needs to be updated is the git.baseVersion setting in renaissance-core/version.sbt, which provides a base (upcoming) version number for git-less situations, i.e., when building the sources outside the git tree.
Configuration menu - View commit details
-
Copy full SHA for f420798 - Browse repository at this point
Copy the full SHA f420798View commit details -
Only include the base version in the generated README.md
This will avoid having to update README.md with each commit.
Configuration menu - View commit details
-
Copy full SHA for 190caa7 - Browse repository at this point
Copy the full SHA 190caa7View commit details -
Update reactors to support git-less compilation
Removes task to write out .gitprops which does not work in git-less mode and is not needed anyway. Also adds a proper version related to the upstream master and the exported dependency.
Configuration menu - View commit details
-
Copy full SHA for 2b4239a - Browse repository at this point
Copy the full SHA 2b4239aView commit details
Commits on May 3, 2021
-
Use git-described version and check encoding and markdown in pre-push
These checks are also made in the CI, but it does not hurt to have them in the pre-push hook. The markdown check requires a successful build of the base JAR.
Configuration menu - View commit details
-
Copy full SHA for 2b1ba5f - Browse repository at this point
Copy the full SHA 2b1ba5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for db26b9c - Browse repository at this point
Copy the full SHA db26b9cView commit details -
The goal is to use the `script` section of `.travis.yml` for higher-level actions instead of low-level file management.
Configuration menu - View commit details
-
Copy full SHA for 6c6e563 - Browse repository at this point
Copy the full SHA 6c6e563View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a8199ab - Browse repository at this point
Copy the full SHA a8199abView commit details