<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Zeppelin reports connection refused with Spark in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313260#M225463</link>
    <description>&lt;P&gt;If I try to check the interpreter settings on Zeppelin UI I am getting below error , which shows that I don't have the required permissions I have logged in as admin user.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zeppelin.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/30682i64EF0B72FEB7B3EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="zeppelin.JPG" alt="zeppelin.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 16:16:39 GMT</pubDate>
    <dc:creator>PrernaU</dc:creator>
    <dc:date>2021-03-17T16:16:39Z</dc:date>
    <item>
      <title>Zeppelin reports connection refused with Spark</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313221#M225453</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%pyspark&lt;/P&gt;&lt;P&gt;java.net.ConnectException: Connection refused (Connection refused)&lt;BR /&gt;at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)&lt;BR /&gt;at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;BR /&gt;at java.net.Socket.connect(Socket.java:607)&lt;BR /&gt;at java.net.Socket.connect(Socket.java:556)&lt;BR /&gt;at sun.net.NetworkClient.doConnect(NetworkClient.java:180)&lt;BR /&gt;at sun.net.&lt;A href="http://www.http.HttpClient.openServer(HttpClient.java:463" target="_blank"&gt;www.http.HttpClient.openServer(HttpClient.java:463&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.http.HttpClient.openServer(HttpClient.java:558" target="_blank"&gt;www.http.HttpClient.openServer(HttpClient.java:558&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="https://community.cloudera.com/" target="_blank"&gt;www.http.HttpClient.&amp;lt;init&amp;gt;(HttpClient.java:242&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.http.HttpClient.New(HttpClient.java:339" target="_blank"&gt;www.http.HttpClient.New(HttpClient.java:339&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.http.HttpClient.New(HttpClient.java:357" target="_blank"&gt;www.http.HttpClient.New(HttpClient.java:357&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226" target="_blank"&gt;www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162" target="_blank"&gt;www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056" target="_blank"&gt;www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056&lt;/A&gt;)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990" target="_blank"&gt;www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990&lt;/A&gt;)&lt;BR /&gt;at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:78)&lt;BR /&gt;at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)&lt;BR /&gt;at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53)&lt;BR /&gt;at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:661)&lt;BR /&gt;at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:622)&lt;BR /&gt;at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:540)&lt;BR /&gt;at org.apache.zeppelin.livy.BaseLivyInterpreter.callRestAPI(BaseLivyInterpreter.java:706)&lt;BR /&gt;at org.apache.zeppelin.livy.BaseLivyInterpreter.callRestAPI(BaseLivyInterpreter.java:686)&lt;BR /&gt;at org.apache.zeppelin.livy.BaseLivyInterpreter.getLivyVersion(BaseLivyInterpreter.java:472)&lt;BR /&gt;at org.apache.zeppelin.livy.BaseLivyInterpreter.open(BaseLivyInterpreter.java:161)&lt;BR /&gt;at org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)&lt;BR /&gt;at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:616)&lt;BR /&gt;at org.apache.zeppelin.scheduler.Job.run(Job.java:188)&lt;BR /&gt;at org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:140)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 09:05:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313221#M225453</guid>
      <dc:creator>PrernaU</dc:creator>
      <dc:date>2026-04-21T09:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin reports connection refused with Spark</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313257#M225462</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/86162"&gt;@PrernaU&lt;/a&gt;&amp;nbsp;From the stack trace I can see you are using livy interpreter, Can you check is the livy url is set correctly in interpreter settings&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 15:35:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313257#M225462</guid>
      <dc:creator>Scharan</dc:creator>
      <dc:date>2021-03-17T15:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin reports connection refused with Spark</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313260#M225463</link>
      <description>&lt;P&gt;If I try to check the interpreter settings on Zeppelin UI I am getting below error , which shows that I don't have the required permissions I have logged in as admin user.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zeppelin.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/30682i64EF0B72FEB7B3EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="zeppelin.JPG" alt="zeppelin.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:16:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313260#M225463</guid>
      <dc:creator>PrernaU</dc:creator>
      <dc:date>2021-03-17T16:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin reports connection refused with Spark</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313297#M225481</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/86162"&gt;@PrernaU&lt;/a&gt;&amp;nbsp; To access the interpreter page remove the below value from&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Zeppelin Shiro Urls Block&lt;/STRONG&gt;&amp;nbsp;in zeppelin configuration or add the correct role name in place of zeppelin_admin_group&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/api/interpreter/** = authc, roles[{{zeppelin_admin_group}}]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 07:38:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313297#M225481</guid>
      <dc:creator>Scharan</dc:creator>
      <dc:date>2021-03-18T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin reports connection refused with Spark</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313328#M225492</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35149"&gt;@Scharan&lt;/a&gt;&amp;nbsp;the livy url is :&amp;nbsp;&lt;A href="http://localhost:8998" target="_blank"&gt;http://localhost:8998&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When I tired to access the webui It was not responding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I restarted the live server ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@cdp1pub spark]# export SPARK_HOME=/opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/lib/spark/&lt;/P&gt;&lt;P&gt;[root@cdp1pub hadoop]# export HADOOP_CONF_DIR=/opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/etc/hadoop&lt;/P&gt;&lt;P&gt;[root@cdp1pub hadoop]# /opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/lib/livy2/bin/livy-server start&lt;BR /&gt;starting java -cp /opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/lib/livy2/jars/*:/opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/lib/livy2/conf:/opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/etc/hadoop: org.apache.livy.server.LivyServer, logging to /opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/lib/livy2/logs/livy-root-server.out&lt;BR /&gt;[root@cdp1pub hadoop]# /opt/cloudera/parcels/CDH-7.1.4-1.cdh7.1.4.p0.6300266/lib/livy2/bin/livy-server status&lt;BR /&gt;livy-server is running (pid: 24354)&lt;BR /&gt;[root@cdp1pub hadoop]#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am able to login and&amp;nbsp;&lt;/P&gt;&lt;P&gt;%pyspark is not throwing any error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:21:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313328#M225492</guid>
      <dc:creator>PrernaU</dc:creator>
      <dc:date>2021-03-18T10:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin reports connection refused with Spark</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313329#M225493</link>
      <description>&lt;P&gt;One more thing I only see livy , md and angular as the interpreter option , why am I not seeing python and sh options as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:23:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313329#M225493</guid>
      <dc:creator>PrernaU</dc:creator>
      <dc:date>2021-03-18T10:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin reports connection refused with Spark</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313343#M225494</link>
      <description>&lt;P&gt;why am I not seeing python and sh options as well?&lt;/P&gt;&lt;P&gt;# you need to install python and sh interpreter manually, refer to the following doc on how to install it&lt;/P&gt;&lt;P&gt;&lt;A href="https://zeppelin.apache.org/docs/0.8.0/usage/interpreter/installation.html" target="_blank"&gt;https://zeppelin.apache.org/docs/0.8.0/usage/interpreter/installation.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Was your question answered? Make sure to mark the answer as the accepted solution.&lt;BR /&gt;If you find a reply useful, say thanks by clicking on the thumbs up button.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:44:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-reports-connection-refused-with-Spark/m-p/313343#M225494</guid>
      <dc:creator>Scharan</dc:creator>
      <dc:date>2021-03-18T10:44:10Z</dc:date>
    </item>
  </channel>
</rss>

