Adding hive timeout as workflow parameter

This commit is contained in:
Spyros Zoupanos 2020-06-05 22:29:54 +03:00
parent a73973a74b
commit 3576dd186b
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,10 @@
<name>hiveJdbcUrl</name>
<description>hive server jdbc url</description>
</property>
<property>
<name>hive_timeout</name>
<description>the time period, in seconds, after which Hive fails a transaction if a Hive client has not sent a hearbeat. The default value is 300 seconds.</description>
</property>
</parameters>
<global>
@ -31,6 +35,10 @@
<name>hive.metastore.uris</name>
<value>${hiveMetastoreUris}</value>
</property>
<property>
<name>hive.txn.timeout</name>
<value>${hive_timeout}</value>
</property>
</configuration>
</global>