livy-defaults.conf.tmpl 771 B

1234567891011121314151617
  1. # What host address to start the server on. Defaults to 0.0.0.0. If using the
  2. # `yarn` factory mode, this address must be accessible from the YARN nodes.
  3. # livy.server.host = 0.0.0.0
  4. # What port to start the server on. Defaults to 8998.
  5. # livy.server.port = 8998
  6. # What session factory to use. The options are `thread`, `process`, and `yarn`.
  7. # livy.server.session.factory = process
  8. # What spark-submit executable path to use to submit spark applications. Defaults to
  9. # `spark-submit`.
  10. # livy.server.spark-submit = spark-submit
  11. # Location to find the livy assembly. If not specified, livy will determine the
  12. # assembly from the local jarfile. If using `yarn` sessions, this may be on HDFS.
  13. # livy.yarn.jar = hdfs://localhost:8020/user/hue/share/lib/livy-assembly.jar