Sessions
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.session.enabled Enables Sessions features tab in the UI.
You must restart the | boolean | true | |
com.unraveldata.session.max.autotune.runs Maximum number of runs allowed in an auto-tune session. | count | 8 | |
com.unraveldata.session.dynamicAllocation.enabled If set to true Spark sessions recommends dynamic allocation. If users don't want that they need to explicitly set it to false. | boolean | true | |
com.unraveldata.session.spark1.submit.command The command to use for Spark1 applications while applying the session run. This path should be fully qualified. | string | spark-submit | |
com.unraveldata.session.spark2.submit.command The command to use for Spark2 applications while applying the session run. This path should be fully qualified. | string | spark2-submit |