sparkling icon indicating copy to clipboard operation
sparkling copied to clipboard

A Clojure library for Apache Spark: fast, fully-features, and developer friendly

Results 16 sparkling issues
Sort by recently updated
recently updated
newest added

Is it recommended to use sparkling with AWS Glue? AWS Glue is a serverless stack on top of Spark provided by EMR. It has some additional features to Spark, but...

Hi @chrisbetz Thanks for Sparkling, it's delicious. I just started working with it, and my employer Iris.tv is prepared to use it in production. I am going to put some...

I was reading _Spark: The Definitive Guide_ book and running code snippets with **sparkling**, the book starts code examples with **SparkSession** object so I thought it would be nice to...

So how do I use this with YARN? The best I can get out of it is "SparkException: Unable to load YARN support".

## The problem I'm observing some Reflection Warnings at the REPL when calling the `s-de/fn` macro, e.g ```clojure (do (set! *warn-on-reflection* true) (s-de/fn [(x ?y)] (+ x (or y 0))))...

I have some ideas for setting up sparkling to work in a "reloaded" style but I don't have time to track down the issues right now. Maybe someone has the...

enhancement
help wanted

Hello, As a potential user I would really appreciate some kind of supported feature matrix. Something like: | Feature | Support | Notes | | --- | --- | ---...

See https://databricks.com/blog/2015/02/17/introducing-dataframes-in-spark-for-large-scale-data-science.html

enhancement
help wanted

It would appear that referencing symbols within the current namespace from the function passed to foreach-partition. Oddly enough referencing protocols works, so I originally thought it was specific to helper...

- How to configure nrepl-Server - Security - Serialization explained (esp. mention bindings/closures) - How to work with a Clustered-Apps nrepl and not run into serialization issues.

help wanted
guide
documentation