Hadoop-Mapreduce-trunk-Java8 - Build # 113 - Still Failing

2015-02-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/113/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10579 lines...] Java HotSpot(TM) 64-Bit Server

Hadoop-Mapreduce-trunk - Build # 2063 - Still Failing

2015-02-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2063/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31179 lines...] Tests run: 2, Failures: 0, Errors:

MR Code example with Kerberos Authentication

2015-02-23 Thread Rahul Shrivastava
Hi All, I am new to Hadoop Authentication ( Kerberos, Simple Authentication). I have been doing reading for security aspects of Hadoop at http://blog.godatadriven.com/kerberos_kdc_install.html and http://blog.cloudera.com/blog/2012/03/authorization-and-authentication-in-hadoop/. Can someone

[jira] [Created] (MAPREDUCE-6265) make INITIAL_POOL_SIZE in ContainerLauncherImpl configurable to better control the thread pool size to launch/kill containers.

2015-02-23 Thread zhihai xu (JIRA)
zhihai xu created MAPREDUCE-6265: Summary: make INITIAL_POOL_SIZE in ContainerLauncherImpl configurable to better control the thread pool size to launch/kill containers. Key: MAPREDUCE-6265 URL:

Re: MR Code example with Kerberos Authentication

2015-02-23 Thread Harsh J
The use of kerberos is transparent to job development, unless you have long-running application needs. When properly configured to use security (via the XML files), the JobClient/etc. will auto-discover a local kinit-done login to make use of it for authentication. Counter question therefore is,