You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Richard Quan (JIRA)" <ji...@apache.org> on 2017/01/31 19:21:52 UTC

[jira] (TOREE-362) How do I define ports specifically?

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

Richard Quan edited comment on TOREE-362 at 1/31/17 7:21 PM:
-------------------------------------------------------------

I am just running into a strange issue where the sockets of shell-port and iopub-port will hang when I am on my company's proxy.  And it only happens when I am on wifi, not on LAN.


was (Author: quantumrich):
I am just running into a strange issue where the sockets of shell-port and iopub-port will hang when I am on my company's proxy.

> How do I define ports specifically?
> -----------------------------------
>
>                 Key: TOREE-362
>                 URL: https://issues.apache.org/jira/browse/TOREE-362
>             Project: TOREE
>          Issue Type: Bug
>            Reporter: Richard Quan
>
> Hello,
> I am using https://github.com/apache/incubator-toree to connect to a Spark instance.  For some reason, on my company's proxy, I can sometimes connect and more often cannot.  It seems to depend on the port numbers i.e. the 533xx numbers here: 
> 17/01/23 14:56:55 [INFO] o.a.t.Main$$anon$1 - Connection Profile: {
>   "stdin_port" : 53327,
>   "control_port" : 53328,
>   "hb_port" : 53329,
>   "shell_port" : 53325,
>   "iopub_port" : 53326,
>   "ip" : "127.0.0.1",
>   "transport" : "tcp",
>   "signature_scheme" : "hmac-sha256",
>   "key" : "0b022f16-eff6-4cd3-8056-3a81cd5f289a"
> }
> I am wondering if it is possible to specify the port numbers as it almost seems random, using the run.sh file.  Perhaps the ${TOREE_OPTS}?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)