Skip to content
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

#183: Updated user guide to include latest changes #184

Merged
merged 16 commits into from
Jul 13, 2023
Merged
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
exasol-docker-version: [ 8.18.1 ]
profile: [ '-Pspark3.4', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
profile: [ '-Pspark3.4', '-Pspark3.4-scala2.12', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
profile: [ '-Pspark3.4', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand All @@ -24,7 +20,7 @@ jobs:
- name: Enable testcontainer reuse
run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties"
- name: Run tests and build with Maven
run: mvn --batch-mode clean verify ${{ matrix.profile }}
run: mvn --batch-mode clean verify
- name: Prepare checksum
run: find */target -maxdepth 1 -name *.jar -exec sha256sum "{}" + > original_checksum
- name: Upload checksum to the artifactory
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release_droid_print_quick_checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
profile: [ '-Pspark3.4', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand All @@ -22,6 +18,6 @@ jobs:
java-version: 11
cache: 'maven'
- name: Build with Maven skipping tests
run: mvn --batch-mode clean verify ${{ matrix.profile }} -DskipTests
run: mvn --batch-mode clean verify -DskipTests
- name: Print checksum
run: echo 'checksum_start==';find */target -maxdepth 1 -name *.jar -exec sha256sum "{}" + | xargs;echo '==checksum_end'
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
profile: [ '-Pspark3.4', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
profile: [ '-Pspark3.4', '-Pspark3.4-scala2.12', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
profile: [ '-Pspark3.4', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
profile: [ '-Pspark3.4', '-Pspark3.4-scala2.12', '-Pspark3.3', '-Pspark3.3-scala2.12' ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ excludes:
- regex: "(?s)E-PK-CORE-62: The project's README.md does not contain a valid badges block. Please add or replace the following badges:.*"
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build-next-java.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_print_quick_checksum.yml'"
morazow marked this conversation as resolved.
Show resolved Hide resolved
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_release_on_maven_central.yml'"
- "E-PK-CORE-18: Outdated content: '.settings/org.eclipse.jdt.core.prefs'"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Spark Exasol Connector

[![Build Status](https://github.com/exasol/spark-connector/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/spark-connector/actions/workflows/ci-build.yml)
[![Maven Central – The Spark Exasol Connector](https://img.shields.io/maven-central/v/com.exasol/spark-connector)](https://central.sonatype.com/artifact/com.exasol/spark-connector_2.13/1.3.0-spark-3.3.2/versions)
[![Maven Central – The Spark Exasol Connector](https://img.shields.io/maven-central/v/com.exasol/spark-connector)](https://mvnrepository.com/artifact/com.exasol/spark-connector)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Aspark-connector&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Aspark-connector)

Expand Down
25 changes: 14 additions & 11 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion doc/changes/changes_1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Code name:
* #164: Validated that write directory is empty
* #171: Refactored artifact packaging and releasing for module setup
* #174: Refactored Github `.github/workflow/` action files
* #183: Updated user guide and prepared for release

## Dependency Updates

Expand Down Expand Up @@ -106,8 +107,9 @@ Code name:
#### Compile Dependency Updates

* Added `com.exasol:spark-connector-common-java:1.1.1`
* Added `org.apache.hadoop:hadoop-aws:3.3.6`
* Added `org.apache.hadoop:hadoop-aws:3.3.4`
* Added `org.scala-lang:scala-library:2.13.11`
* Added `org.wildfly.openssl:wildfly-openssl:2.2.5.Final`
* Added `software.amazon.awssdk:s3:2.20.100`

#### Test Dependency Updates
Expand Down
Binary file removed doc/images/databricks-deployment.png
Binary file not shown.
Loading