Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Created March 11, 2016 10:57
Show Gist options
  • Save eyalgo/081c4f002b493e714261 to your computer and use it in GitHub Desktop.
Save eyalgo/081c4f002b493e714261 to your computer and use it in GitHub Desktop.
package org.apache.spark.sql
import org.apache.spark.sql.execution.datasources.jdbc.DriverRegistry
object DriverRegistryWrapper {
def register(className: String) = DriverRegistry.register(className)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment