0

Is it possible to register a JDBC dialect permanently instead of writing it in a program? I'm wanting to register a JDBC dialect for the apache drill driver that uses tick marks (`) instead of quotes. I saw that this can be done in code from this post: Integrating Spark SQL and Apache Drill through JDBC

But I am wanting to register a dialect permanently so I can implement sparkR from RStudio

Radford7821
  • 335
  • 3
  • 11

1 Answers1

0

I was able to do this by building spark and adding ApacheDrillJDBCDialect

Radford7821
  • 335
  • 3
  • 11