Matar Peles created LIVY-685:
--------------------------------
Summary: Running Livy on Openshift , with standalone Spark cluster
Key: LIVY-685
URL: https://issues.apache.org/jira/browse/LIVY-685
Project: Livy
Issue Type: Bug
Components: Batch, Server
Affects Versions: 0.6.0
Environment: Openshift 3.11 on-premise, Spark 2.3.1 - cluster mode
(standalone)
Reporter: Matar Peles
Trying to submit a Spark batch job using Apache Livy. I am running my Spark
cluster and Livy service on Openshift. the Spark cluster is in standalone
cluster mode, Livy runs spark in cluster deploy mode. I've configured Livy to
the Spark cluster master service:
{quote}livy.spark.master = "spark://spark.spark.svc:7077
{quote}
when i try to run a scala spark job, using the POST /batches method and get the
exception:
{quote}Unable to connect to server spark://spark.spark.svc:7077
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)