your are welcome
On Jun 16, 2015 5:16 PM, "Su She" wrote:
> Ahh got it, so once I tunneled into 8086 and 8087, I was able to
> connect to the web app on 8086. Thank you!
>
>
> On Tue, Jun 16, 2015 at 2:54 PM, Anthony Corbacho
> wrote:
> > okay I see, Zeppelin use 2 ports, one for the web and the
Ahh got it, so once I tunneled into 8086 and 8087, I was able to
connect to the web app on 8086. Thank you!
On Tue, Jun 16, 2015 at 2:54 PM, Anthony Corbacho
wrote:
> okay I see, Zeppelin use 2 ports, one for the web and the other one for
> websocket.
>
> the websocket is bind to zeppelinweb + 1
okay I see, Zeppelin use 2 ports, one for the web and the other one for
websocket.
the websocket is bind to zeppelinweb + 1.
in your case, since you changed Zeppelin port from 8080 to 8086 the
websocket port will be 8087. you might add this one in your firewall rule.
On Jun 16, 2015 2:10 PM, "Su
So, 8080 and 8081 are open, but they are used by Spark. So I changed
the port to 8086 in the zeppelin-site.xml file. I am tunneling into
8086 and am able to see the web app at localhost:8086. However, when I
get to the web app, on the top right corner it says "Disconnected",
and when I try to creat
hi,
can you make sure that the port 8080 and 8081 are open? you may have to
open it from your firewall.
On Jun 16, 2015 11:29 AM, "Su She" wrote:
> Hello!
>
> Beginner user here...
>
> I'm running on CDH 5.3/Spark 1.2. I was able to access the web app,
> but is says I am disconnected in the top
Hello!
Beginner user here...
I'm running on CDH 5.3/Spark 1.2. I was able to access the web app,
but is says I am disconnected in the top right corner and I am unable
to create a note.
Details:
1) Didn't change env.sh as I am okay with running locally, do I still
need to set env variables?
2)