<?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 Missing Zeppelin View in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108530#M50616</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When trying to access zeppelin view from ambari, i got the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hostname&lt;/STRONG&gt;’s server DNS address could not be found.&lt;/P&gt;&lt;P&gt;I can access it through separate page via port 9995. But I would know why it's impossible from ambari.&lt;/P&gt;&lt;P&gt;Please find enclosed the screen shot.&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11006-zeppelin-view-1.jpg"&gt;zeppelin-view-1.jpg&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11007-zeppelin-view-2.jpg"&gt;zeppelin-view-2.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 17:44:06 GMT</pubDate>
    <dc:creator>wael_horchani1</dc:creator>
    <dc:date>2017-01-03T17:44:06Z</dc:date>
    <item>
      <title>Missing Zeppelin View</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108530#M50616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When trying to access zeppelin view from ambari, i got the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hostname&lt;/STRONG&gt;’s server DNS address could not be found.&lt;/P&gt;&lt;P&gt;I can access it through separate page via port 9995. But I would know why it's impossible from ambari.&lt;/P&gt;&lt;P&gt;Please find enclosed the screen shot.&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11006-zeppelin-view-1.jpg"&gt;zeppelin-view-1.jpg&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11007-zeppelin-view-2.jpg"&gt;zeppelin-view-2.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 17:44:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108530#M50616</guid>
      <dc:creator>wael_horchani1</dc:creator>
      <dc:date>2017-01-03T17:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Zeppelin View</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108531#M50617</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14725/waelhorchani1.html" nodeid="14725"&gt;@Wael Horchani&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Do you have correct hostname mapping in your cluster?&lt;/P&gt;&lt;P&gt;- Can you check if all the hosts have the correct &lt;EM&gt;&lt;STRONG&gt;"hostname -f" &lt;/STRONG&gt;&lt;/EM&gt;output? Also the "/etc/hosts" file mapping?  All the hosts in the cluster should be able to access eachother with the correct hostname.&lt;/P&gt;&lt;P&gt;- Do you see the correct hostname while making the following API call: &lt;A href="http://AMBARI_HOSTNAME:8080/api/v1/clusters/CLUSTER_NAME/hosts/" target="_blank"&gt;http://AMBARI_HOSTNAME:8080/api/v1/clusters/CLUSTER_NAME/hosts/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Also are you able to access the Zeppelin UI directly using the correct hostname ? If not then you will need to fix the hostname / DNS resolution.
&lt;A href="http://ZEPPELIN_HOST:9995/" target="_blank"&gt;http://ZEPPELIN_HOST:9995/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:33:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108531#M50617</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-01-03T18:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Zeppelin View</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108532#M50618</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The current cluster is composed by one machine. &lt;STRONG&gt;Please note that the machine is a remote VDS (virtual dedicated server) that i can access only via ssh or web. my local machine is windows 10.&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Following the output of hostname commands&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;root@vds001:~# hostname&lt;/P&gt;&lt;P&gt;vds001&lt;/P&gt;&lt;P&gt;root@vds001:~# hostname -f&lt;/P&gt;&lt;P&gt;vds001.databridge.tn&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;following the output of the API call : &lt;A href="http://197.12.8.49:8080/api/v1/clusters/DataBridge/hosts/" target="_blank"&gt;http://197.12.8.49:8080/api/v1/clusters/DataBridge/hosts/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;{
  "href" : "http://197.12.8.49:8080/api/v1/clusters/DataBridge/hosts/",
  "items" : [
    {
      "href" : "http://197.12.8.49:8080/api/v1/clusters/DataBridge/hosts/vds001.databridge.tn",
      "Hosts" : {
        "cluster_name" : "DataBridge",
        "host_name" : "vds001.databridge.tn"
      }
    }
  ] &lt;/PRE&gt;&lt;P&gt;}&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;following the zeppellin UI call : &lt;A href="http://197.12.8.49:9995" target="_blank"&gt;http://197.12.8.49:9995&lt;/A&gt; (i can't put the hostname instead of the ip@) it works&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;--&amp;gt; should i configure the host file in my local machine?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:05:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108532#M50618</guid>
      <dc:creator>wael_horchani1</dc:creator>
      <dc:date>2017-01-03T21:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Zeppelin View</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108533#M50619</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14725/waelhorchani1.html" nodeid="14725"&gt;@Wael Horchani&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Zeppelin View is Iframe based view so please make sure that whatever host name you see there in the IFrame window, is accessible/resolvable from the host where you are opening the browser.&lt;/P&gt;&lt;P&gt;Try putting the mentioned hostname with the IP address in your local machine.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:31:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108533#M50619</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-01-03T22:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Zeppelin View</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108534#M50620</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I added the IP@ of the VDS to my local hosts file and it's done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:53:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108534#M50620</guid>
      <dc:creator>wael_horchani1</dc:creator>
      <dc:date>2017-01-03T22:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Zeppelin View</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108535#M50621</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I added the IP@ of the VDS to my local hosts file and it's done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:53:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Missing-Zeppelin-View/m-p/108535#M50621</guid>
      <dc:creator>wael_horchani1</dc:creator>
      <dc:date>2017-01-03T22:53:44Z</dc:date>
    </item>
  </channel>
</rss>

