Check Java Version
check_java_version(version = NULL)
character vector containing the output of 'java -version'. If
NULL, result of fetch_java_version
is used (default = NULL)
only parses and checks whether the java version is >= 1.8
this function was adapted from the CRAN package sparklyr