Open the
<Spark_Job_Server_Path>/settings.sh file.
Edit the following line to specify the IP address that you want
the Spark Job Server
service to use. The service will listen on this IP address.
sjs_host=localhost
Edit the following line to specify the port that you want the
Spark Job Server service
to use. The service will listen on this port.
sjs_port=8098
Edit the following line to specify the path to the Hadoop cluster
settings directory. Note that this must be a local path: you can obtain the
settings files (such as hdfs-site.xml,
mapred-side.xml, core-site.xml, and
yarn-site.xml) from your Hadoop cluster and copy them to
the machine where you installed Spark Job Server.
To use Spark Job Server server with a
secure Hadoop cluster (using Kerberos), add the following line to the file. Note
that this must be a local path: you can obtain the
krb5.conf file from your Hadoop cluster and copy it to the
machine where you installed Spark Job Server.