We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 088d6f0 + 69d91a4 commit 8d1db28Copy full SHA for 8d1db28
2 files changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: build
3
on:
4
5
schedule:
6
- - cron: '0 0/12 * * *'
+ - cron: '0 0 * * *'
7
8
push:
9
branches: [ master ]
CHANGELOG.md
@@ -2,6 +2,18 @@
2
All notable changes to this project will be documented in this file.
+## [v1.1.0](https://github.com/andre-marcos-perez/spark-standalone-cluster-on-docker/releases/tag/v1.1.0) (2020-08-09)
+
+### Features
+ - Scala kernel for JupyterLab;
10
+ - Jupyter notebook with Spark Scala API example.
11
12
+### Repository
13
14
+ - Docs general improvements;
15
+ - Pull request template refactored.
16
17
## [v1.0.0](https://github.com/andre-marcos-perez/spark-standalone-cluster-on-docker/releases/tag/v1.0.0) (2020-07-30)
18
19
### Tech Stack
0 commit comments