grim

Results 1 issues of grim

I am using the example provided in the Java docs and running this on a local spark cluster. ``` public void run() throws Exception { SparkSession sparkSession = SparkSession.builder() .master("local")...