Re: Connect to remote YARN cluster

2015-04-09 Thread Steve Loughran
> On 9 Apr 2015, at 17:42, Marcelo Vanzin wrote: > > If YARN is authenticating users it's probably running on kerberos, so > you need to log in with your kerberos credentials (kinit) before > submitting an application. also: make sure that you have the full JCE and not the crippled crypto; ever

Re: Connect to remote YARN cluster

2015-04-09 Thread Marcelo Vanzin
If YARN is authenticating users it's probably running on kerberos, so you need to log in with your kerberos credentials (kinit) before submitting an application. On Thu, Apr 9, 2015 at 4:57 AM, Zoltán Zvara wrote: > I'm trying to debug Spark in yarn-client mode. On my local, single node > cluster