Commit cf6dc463 authored by Pengfei Xue's avatar Pengfei Xue

.enableHiveSupport()

parent 1d686061
......@@ -10,6 +10,7 @@ object Main {
def main(args: Array[String]) = {
val spark = SparkSession.builder()
.enableHiveSupport()
.appName("DataQualityMonitor")
.getOrCreate()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment