Commit a6e69722 authored by mcb's avatar mcb

commit

parent 526f94fa
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
</#if> </#if>
<#if sparkexecutormemory??> <#if sparkexecutormemory??>
spark.executor.memory = "${sparkexecutormemory!}" spark.executor.memory = "${sparkexecutormemory!}"
</#if> </#if>
\ No newline at end of file
spark {
<#if catalogImplementation??>
spark.sql.catalogImplementation = "${catalogImplementation!}"
</#if>
}
hive { hive {
<#if pre_sql??> <#if pre_sql??>
......
...@@ -38,4 +38,5 @@ jdbc { ...@@ -38,4 +38,5 @@ jdbc {
<#if upperBound??> <#if upperBound??>
jdbc.upperBound = ${upperBound!} jdbc.upperBound = ${upperBound!}
</#if> </#if>
} }
\ No newline at end of file
...@@ -10,4 +10,5 @@ sql { ...@@ -10,4 +10,5 @@ sql {
# 表名,可以配置 # 表名,可以配置
table_name = "${table_name!}" table_name = "${table_name!}"
</#if> </#if>
} }
\ No newline at end of file
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