Skip to content

Commit

Permalink
bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jul 23, 2023
1 parent e651200 commit c8c9f65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We use the `test.yml` GitHub Actions workflow in `.github/workflows` to test set
Install [`act`](https://github.com/nektos/act) to test running the action locally:

```bash
act -j test-setup-spark
act -j test-setup-spark-scala
# Build and run act:
npm run dev
```
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:

See the [action.yml](action.yml) file for a complete rundown of the available parameters.

You can also provide a specific URL to download the Spark `.tgz` and/or a use specific scala version:
You can also define various options, such as providing a specific URL to download the Spark `.tgz`, or using a specific scala version:

```yaml
- uses: vemonet/setup-spark@v1
Expand All @@ -46,6 +46,9 @@ You can also provide a specific URL to download the Spark `.tgz` and/or a use sp
hadoop-version: '3'
scala-version: '2.13'
spark-url: 'https://archive.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3-scala2.13.tgz'
xms: '1024M'
xmx: '2048M'
log-level: 'debug'
```

## ️🏷️ Available versions
Expand All @@ -54,11 +57,7 @@ Check for the latest Spark versions at https://spark.apache.org/downloads.html

The Hadoop version stays quite stable.

The `setup-spark` action is tested for various versions of Spark and Hadoop in `.github/workflows/test-setup-spark.yml`

## 📜 License

The scripts and documentation in this project are released under the [MIT License](LICENSE).
The `setup-spark` action is tested for various versions of Spark and Hadoop in [`.github/workflows/test.yml`](https://github.com/vemonet/setup-spark/blob/main/.github/workflows/test.yml)

## 📝 Contributions

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-spark",
"version": "1.1.2",
"version": "1.2.0",
"description": "Setup Spark in GitHub Actions workflows",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit c8c9f65

Please sign in to comment.