-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #361 from awslabs/update_readme_and_pom
Update release process and point README to a working release
- Loading branch information
Showing
3 changed files
with
25 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,2 @@ | ||
# mvn profiles for the different supported | ||
# Spark and Scala versions. Uncomment | ||
# the one that you want to use. You can also | ||
# override the profile on the command line: | ||
# `make MVN_PROFILE=spark-2.4-scala-2.11 build` | ||
MVN_PROFILE := spark-3.0-scala-2.12 | ||
# MVN_PROFILE := spark-2.4-scala-2.11 | ||
# MVN_PROFILE := spark-2.3-scala-2.11 | ||
# MVN_PROFILE := spark-2.2-scala-2.11 | ||
|
||
# Build the project for specific Spark and | ||
# Scala versions. You can change the profile | ||
# variable to use a different Scala or Spark | ||
# version (see list above). | ||
# If you need more log ouput remove the -q flag. | ||
build: | ||
mvn clean install -q -P $(MVN_PROFILE) | ||
mvn clean install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters