livy-defaults.conf.tmpl 624 B

12345678910111213
  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 = thread
  8. # Location to find the livy assembly. If not specified, livy will determine the
  9. # assembly from the local jarfile. If using `yarn` sessions, this may be on HDFS.
  10. # livy.yarn.jar = hdfs://localhost:8020/user/hue/share/lib/livy-assembly.jar