Skip to main content
The kyuubi command submits a job to a Kyuubi server.
nx1 kyuubi \
  --name <kyuubi_job_name>
  --resource <jar_or_python_file> \
  --server <kyuubi_server_url> \
  --username <kyuubi_username>
  • --args string optional: Job arguments.
  • --classname string optional: Main class.
  • --conf string optional: Spark configurations.
  • --debug boolean optional: Enables debug logging.
  • --files string optional: Files to include with the job.
  • --history-server string optional: Spark history server URL.
  • --jars string optional: JAR files.
  • --name string required: Kyuubi job name.
  • --password string optional: Kyuubi password.
  • --pyfiles string optional: Python files.
  • --queue string optional: YuniKorn queue.
  • --resource string required: JAR or Python file.
  • --server string required: Kyuubi server URL.
  • --show-logs boolean optional: Shows job logs.
  • --username string required: Kyuubi username.
  • --api-key string optional: API key or the NX1_API_KEY variable.
  • --config-file string optional: YAML config file.
  • --help -h optional: Shows help messages and exit.
  • --host string optional: API host.
  • --no-verify-ssl optional: Disables SSL verification.
  • --output -o optional: Output format. Allowed values: json, yaml, or table.
  • --profile -p string optional: Profile name from ~/.nx1/profiles.
  • --timeout integer optional: Requests when to timeout. Default is 30.
  • --verbose -v optional: Verbose output.