Re: How to submit app in cluster mode? port 7077 or 6066

2016-07-21 Thread Andy Davidson
Thanks Andy From: Saisai Shao Date: Thursday, July 21, 2016 at 6:11 PM To: Andrew Davidson Cc: "user @spark" Subject: Re: How to submit app in cluster mode? port 7077 or 6066 > I think both 6066 and 7077 can

Re: How to submit app in cluster mode? port 7077 or 6066

2016-07-21 Thread Saisai Shao
I think both 6066 and 7077 can be worked. 6066 is using the REST way to submit application, while 7077 is the legacy way. From user's aspect, it should be transparent and no need to worry about the difference. - *URL:* spark://hw12100.local:7077 - *REST URL:* spark://hw12100.local:6066

How to submit app in cluster mode? port 7077 or 6066

2016-07-21 Thread Andy Davidson
I have some very long lived streaming apps. They have been running for several months. I wonder if something has changed recently? I first started working with spark-1.3 . I am using the stand alone cluster manager. The way I would submit my app to run in cluster mode was port 6066 Looking at