Commit a6e69722 authored by mcb's avatar mcb

commit

parent 526f94fa
...@@ -10,3 +10,4 @@ ...@@ -10,3 +10,4 @@
<#if sparkexecutormemory??> <#if sparkexecutormemory??>
spark.executor.memory = "${sparkexecutormemory!}" spark.executor.memory = "${sparkexecutormemory!}"
</#if> </#if>
spark {
<#if catalogImplementation??>
spark.sql.catalogImplementation = "${catalogImplementation!}"
</#if>
}
hive { hive {
<#if pre_sql??> <#if pre_sql??>
......
...@@ -39,3 +39,4 @@ jdbc { ...@@ -39,3 +39,4 @@ jdbc {
jdbc.upperBound = ${upperBound!} jdbc.upperBound = ${upperBound!}
</#if> </#if>
} }
...@@ -11,3 +11,4 @@ sql { ...@@ -11,3 +11,4 @@ sql {
table_name = "${table_name!}" table_name = "${table_name!}"
</#if> </#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