Commit fa7c1437 authored by sml's avatar sml
parents f0549175 19e75675
......@@ -10,3 +10,4 @@
<#if sparkexecutormemory??>
spark.executor.memory = "${sparkexecutormemory!}"
</#if>
spark {
<#if catalogImplementation??>
spark.sql.catalogImplementation = "${catalogImplementation!}"
</#if>
}
hive {
<#if pre_sql??>
......
......@@ -39,3 +39,4 @@ jdbc {
jdbc.upperBound = ${upperBound!}
</#if>
}
......@@ -11,3 +11,4 @@ sql {
table_name = "${table_name!}"
</#if>
}
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