inst/docs/things_to_consider.md

title: "notes" output: github_document

Introduction

This document is a brain dump of things to consider.

Jar Versioning

We need to ensure that the Jar we register with the sparkts package is built using the relevant version of Spark. There are different ways we could do this:

  1. Have different versions of the R package with different Jars; highly wasteful.
  2. Include both Jars in the dependencies.R file, then have some code that checks which system the user is on and therefore choose the correct Jar to register

Testing

Spark connection



nathaneastwood/sparkts documentation built on May 25, 2019, 10:34 p.m.