Skip to content

Instantly share code, notes, and snippets.

View varnerac's full-sized avatar

Andrew Varner varnerac

View GitHub Profile
@basiszwo
basiszwo / FileHelpers.java
Last active January 23, 2018 08:10
Load local json and feed to accumulo instance
package one.flak.flinkgeomesa;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;