Re: Cannot Access Web UI

2014-04-02 Thread Nicholas Chammas
Cool. That means the UI is being served up correctly. Now you'll need to find what's keeping you from accessing it from another machine... On Wed, Apr 2, 2014 at 6:34 PM, yxzhao wrote: > Thanks for your help. "lynx localhost:8080" works. > > > > > -- > View this message in context: > http://apa

Re: Cannot Access Web UI

2014-04-02 Thread yxzhao
Thanks for your help. "lynx localhost:8080" works. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Cannot-Access-Web-UI-tp3599p3666.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Cannot Access Web UI

2014-04-01 Thread Nicholas Chammas
Make that lynx localhost:8080 to isolate any network-related problems. On Tue, Apr 1, 2014 at 6:58 PM, Nicholas Chammas wrote: > Are you trying to access the UI from another machine? If so, first confirm > that you don't have a network issue by opening the UI from the master node > itself. >

Re: Cannot Access Web UI

2014-04-01 Thread Nicholas Chammas
Are you trying to access the UI from another machine? If so, first confirm that you don't have a network issue by opening the UI from the master node itself. For example: yum -y install lynx lynx ip_address:8080 If this succeeds, then you likely have something blocking you from accessing the web