Darek

Results 110 comments of Darek

I would tag @parente on this PR since he added `inkscape` based on this [issue](https://github.com/jupyter/docker-stacks/issues/243).

@mathbunnyru We have removed Scala support from this stack, so this issue can be closed. Thx

@jp68138743541 Can you please confirm that this is still an issue? It works fine me. Thx

I am able to run a single node Spark using Helm and the [PySpark image](https://github.com/jupyter/docker-stacks/tree/master/pyspark-notebook) on AKS/K8s but I think the preferred way to run Spark on K8s is to...

@gary-lloyd Have tried the latest images with Spark 3.3 on K8s? Is this still an issue? Thx

@gary-lloyd Is this still an issue? If not please close the ticket. Thx

Databricks [11.1](https://docs.databricks.com/release-notes/runtime/11.1.html) has support for Spark 3.3.0 and Delta Lake: 2.0.0 already.

DL [2.1](https://github.com/delta-io/delta/releases/tag/v2.1.0) has been released. Do we need a PR to include it or it is upstream? Thx

1. Not sure what the purpose of Delta docker file is. It doesn't even install Delta library. 2. I think we need the Delta library as part of the Docker...

Maybe I am missing something but S3 is a storage engine like Hadoop, where Delta.io is a storage format which is an extension of Parquet that can be written to...