Build failed in Jenkins: Hadoop-Common-0.23-Build #1020

2014-07-24 Thread Apache Jenkins Server
See -- [...truncated 8295 lines...] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec Running org.apache.hadoop.util.TestHostsFileReader Tests run: 5, Failures: 0, Errors:

[jira] [Created] (HADOOP-10894) Fix dead link in ToolRunner documentation

2014-07-24 Thread Akira AJISAKA (JIRA)
Akira AJISAKA created HADOOP-10894: -- Summary: Fix dead link in ToolRunner documentation Key: HADOOP-10894 URL: https://issues.apache.org/jira/browse/HADOOP-10894 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-10895) HTTP KerberosAuthenticator fallback should have a flag to disable it

2014-07-24 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HADOOP-10895: --- Summary: HTTP KerberosAuthenticator fallback should have a flag to disable it Key: HADOOP-10895 URL: https://issues.apache.org/jira/browse/HADOOP-10895

[jira] [Resolved] (HADOOP-6198) FileSystem filtering should work on FileStatus rather than Path objects

2014-07-24 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas resolved HADOOP-6198. --- Resolution: Won't Fix > FileSystem filtering should work on FileStatus rather than Path obje

Re: TestIPC failures in Jenkins

2014-07-24 Thread Yongjun Zhang
HI, I did a test run which dumped /etc/hosts and reported hostname info: YJD */etc/hosts* contents: 127.0.0.1 localhost asf900.ygridcore.net *asf900* # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes

Re: [DISCUSS] Assume Private-Unstable for classes that are not annotated

2014-07-24 Thread Chris Nauroth
+1 for the proposal. I believe stating that "classes without annotations are implicitly private" is consistent with what we publish for our JavaDocs. IncludePublicAnnotationsStandardDoclet, used in the root pom.xml, filters out classes that don't explicitly have the Public annotation. Chris Naur

Re: TestIPC failures in Jenkins

2014-07-24 Thread Yongjun Zhang
Many thanks to Arpit for observing an extra newline in the dumped /etc/hosts: 127.0.0.1 localhost asf900.ygridcore.net *asf900* would anyone who has administrator access please help to take a look? Specifically, the above should be 127.0.0.1 localhost asf900.ygridcore.ne

Re: TestIPC failures in Jenkins

2014-07-24 Thread Ted Yu
Have you filed an INFRA JIRA so that infrastructure team can fix this ? Cheers On Thu, Jul 24, 2014 at 9:18 PM, Yongjun Zhang wrote: > Many thanks to Arpit for observing an extra newline in the dumped > /etc/hosts: > > 127.0.0.1 localhost > >asf900.ygridcore.net *asf900* > > >

[jira] [Created] (HADOOP-10896) Update compatibility doc to capture visibility of un-annotated classes/ methods

2014-07-24 Thread Karthik Kambatla (JIRA)
Karthik Kambatla created HADOOP-10896: - Summary: Update compatibility doc to capture visibility of un-annotated classes/ methods Key: HADOOP-10896 URL: https://issues.apache.org/jira/browse/HADOOP-10896

Re: [DISCUSS] Assume Private-Unstable for classes that are not annotated

2014-07-24 Thread Karthik Kambatla
Thanks everyone for chiming in. I created https://issues.apache.org/jira/browse/HADOOP-10896 as a 2.5 blocker. On Thu, Jul 24, 2014 at 9:34 PM, Chris Nauroth wrote: > +1 for the proposal. > > I believe stating that "classes without annotations are implicitly private" > is consistent with what w