You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "RJ Nowling (JIRA)" <ji...@apache.org> on 2015/03/30 16:01:08 UTC

[jira] [Comment Edited] (ZEPPELIN-10) Zeppelin doesn't compatible with docker.

    [ https://issues.apache.org/jira/browse/ZEPPELIN-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386725#comment-14386725 ] 

RJ Nowling edited comment on ZEPPELIN-10 at 3/30/15 2:00 PM:
-------------------------------------------------------------

Hi [~epakhomov],

Are you saying that "-p 8080:8080 -p 8081:8081" works but trying to do port forwarding with different ports (e.g., "-p 4040:8080 -p 4041:8081") fails?

If that is the issue, maybe the solution is to add two more configuration options for ports that Zeppelin should use.  So basically, have Zeppelin listen on two ports but have the Zeppelin GUI use two different ports to handle port forwarding.


was (Author: rnowling):
Hi [~epakhomov],

Are you saying that "-p 8080:8080 -p 8081:8081" works but trying to do port forwarding with different ports (e.g., "-p 4040:8080 -p 4041:8081") fails?

> Zeppelin doesn't compatible with docker.
> ----------------------------------------
>
>                 Key: ZEPPELIN-10
>                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-10
>             Project: Zeppelin
>          Issue Type: Bug
>          Components: GUI
>    Affects Versions: 0.5.0
>            Reporter: Egor Pakhomov
>            Priority: Critical
>
> Zeppelin put UI on ZEPPELIN_PORT and web_socket on ZEPPELIN_PORT+1. When you run docker with standart -P argument(https://docs.docker.com/userguide/usingdocker/) it maps these ports to some other ports. For example you set  ZEPPELIN_PORT=8080 and export 8080, 8081. But in reality it would be some other ports(49159, 49160). And Zeppelin don't know anything about them. And UI doesn't work properly. 
> Please see https://github.com/epahomov/docker-zeppelin



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)