Commit fa7c1437 authored by sml's avatar sml
parents f0549175 19e75675
......@@ -9,4 +9,5 @@
</#if>
<#if sparkexecutormemory??>
spark.executor.memory = "${sparkexecutormemory!}"
</#if>
\ No newline at end of file
</#if>
spark {
<#if catalogImplementation??>
spark.sql.catalogImplementation = "${catalogImplementation!}"
</#if>
}
hive {
<#if pre_sql??>
......
......@@ -38,4 +38,5 @@ jdbc {
<#if upperBound??>
jdbc.upperBound = ${upperBound!}
</#if>
}
\ No newline at end of file
}
......@@ -10,4 +10,5 @@ sql {
# 表名,可以配置
table_name = "${table_name!}"
</#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