ammonite-spark icon indicating copy to clipboard operation
ammonite-spark copied to clipboard

Run spark calculations from Ammonite

Results 55 ammonite-spark issues
Sort by recently updated
recently updated
newest added

Updates * [com.lihaoyi:ammonite-compiler](https://github.com/com-lihaoyi/Ammonite) * [com.lihaoyi:ammonite-repl](https://github.com/com-lihaoyi/Ammonite) * [com.lihaoyi:ammonite-repl-api](https://github.com/com-lihaoyi/Ammonite) from 2.5.4-11-4f5bf2aa to 2.5.4-13-1ebd00a6. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.4.9 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.4.9...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.eclipse.jetty:jetty-server](https://github.com/eclipse/jetty.project) from 9.4.48.v20220622 to 11.0.11. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [com.lihaoyi:utest](https://github.com/com-lihaoyi/utest) from 0.7.11 to 0.8.0. [GitHub Release Notes](https://github.com/com-lihaoyi/utest/releases/tag/0.8.0) - [Version Diff](https://github.com/com-lihaoyi/utest/compare/0.7.11...0.8.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

is there support for spark 3.x?

Hi, we are in the progress to upgrade Spark to 3.3.0 with Scala 2.13 and java 17 at [jupyter docker-stack](https://github.com/jupyter/docker-stacks/pull/1727) We have some problems with the old and not updated...

Updates [org.eclipse.jetty:jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 11.0.3. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

I was just curious about the amount of effort required to support Kubernetes. I know the README says Kubernetes is not supported, but does that mean it for sure doesn't...

I am fairly sure that this app is overwriting the `spark.jars` which I pass in, could we instead just append the required `ammonite-spark` `spark.jars` to the ones the user provides?...

I tried to run the example with scala 2.12 and Spark 2.4 and got an error: ``` val spark = { AmmoniteSparkSession.builder() .master("local[*]") .getOrCreate() } Loading spark-stubs https://repo1.maven.org/maven2/sh/almond/spark-stubs_24_2.12/0.2.0/spark-stubs_24_2.12-0.2.0.pom 100.0% [##########]...