Skip to content

Commit

Permalink
update package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jul 22, 2023
1 parent 1027979 commit 9c9648c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This action sets up Apache Spark in your environment for use in GitHub Actions b

This enables to test applications using a local Spark context in GitHub Actions.

# Usage
## 🪄 Usage

You will need to setup **Python** and **Java** in the job before setting up **Spark**

Expand Down Expand Up @@ -48,19 +48,19 @@ You can also provide a specific URL to download the Spark `.tgz` and/or a use sp
spark-url: 'https://archive.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3-scala2.13.tgz'
```

# Available versions
## ️🏷️ Available versions

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
## 📜 License

The scripts and documentation in this project are released under the [MIT License](LICENSE).

# Contributions
## 📝 Contributions

Contributions are welcome! Feel free to test other Spark versions, and submit [issues](/issues), or [pull requests](https://github.com/vemonet/setup-spark/blob/main/CONTRIBUTING.md).

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.1.2",
"description": "Setup Spark in GitHub Actions workflows",
"main": "dist/index.js",
"private": true,
"scripts": {
"postinstall": "curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.1.0/licensed-3.1.0-linux-x64.tar.gz && tar -xzf licensed.tar.gz",
"fmt": "prettier --write **/*.ts",
Expand All @@ -28,7 +29,11 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"author": "vemonet",
"author": {
"name": "Vincent Emonet",
"email": "vincent.emonet@gmail.com",
"url": "https://vemonet.github.io"
},
"license": "MIT",
"homepage": "https://github.com/vemonet/setup-spark",
"repository": {
Expand Down

0 comments on commit 9c9648c

Please sign in to comment.