Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

1.2.0 (2020-08-19)

Features

  • R kernel for JupyterLab;
  • Jupyter notebook with Spark R API (SparkR) example.

1.1.0 (2020-08-09)

Features

  • Scala kernel for JupyterLab;
  • Jupyter notebook with Spark Scala API example.

Repository

  • Docs general improvements;
  • Pull request template refactored.

1.0.0 (2020-07-30)

Tech Stack

  • Infra

    • Python 3.7
    • Scala 2.12
    • Docker Engine 1.13.0+
    • Docker Compose 1.10.0+
  • Apps

    • JupyterLab 2.1.4
    • Apache Spark 2.4.0, 2.4.4 and 3.0.0

Features

  • Docker compose file to build the cluster from your own machine;
  • Docker compose file to build the cluster from Docker Hub;
  • GitHub Workflow CI with Docker Hub to build the cluster daily.

Repository

  • Contributing rules;
  • GitHub templates for Bug Issue, Feature Request and Pull Request.

Community