A vim plugin for Apache Spark
26/03/20
Recently I've been playing around with Apache Spark and found the lack of tooling frustrating. I've put together a plugin for Vim that allows you to send commands from a Vim buffer to the Spark shell (kind of like Ctrl-Enter in R studio). You can check it out here. The good thing is it works for any REPL, so you can send code to R or python as well!