Gathering connection information

2014-06-04 Thread John Lilley
We've found that much of the Hadoop samples assume that running is being done form a cluster node, and that the connection information can be gleaned directly from a configuration object. However, we always run our client from a remote computer, and our users must manually specify the NN/RM add

Re: Gathering connection information

2014-06-07 Thread Peyman Mohajerian
In my experience you build a node called Edge Node which has all the libraries and configuration setting in XML to connect to the cluster, it just doesn't have any of the Hadoop daemons running. On Wed, Jun 4, 2014 at 2:46 PM, John Lilley wrote: > We’ve found that much of the Hadoop samples as

Re: Gathering connection information

2014-06-07 Thread Rishi Yadav
Typically users ssh edge node which is co-located with the cluster. It also minimizes latency between client and cluster. — Sent from Mailbox On Sat, Jun 7, 2014 at 7:12 AM, Peyman Mohajerian wrote: > In my experience you build a node called Edge Node which has all the > libraries and confi

RE: Gathering connection information

2014-06-14 Thread John Lilley
@hadoop.apache.org Subject: Re: Gathering connection information Typically users ssh edge node which is co-located with the cluster. It also minimizes latency between client and cluster. — Sent from Mailbox<https://www.dropbox.com/mailbox> On Sat, Jun 7, 2014 at 7:12 AM, Peyman Moha