Jenkins build is back to normal : Hadoop-Common-trunk #210

2011-10-26 Thread Apache Jenkins Server
See

[jira] [Created] (HADOOP-7771) NPE when running hdfs dfs -copyToLocal, -get etc

2011-10-26 Thread John George (Created) (JIRA)
NPE when running hdfs dfs -copyToLocal, -get etc Key: HADOOP-7771 URL: https://issues.apache.org/jira/browse/HADOOP-7771 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.23.0, 0.

[jira] [Created] (HADOOP-7772) javadoc the topology classes

2011-10-26 Thread Steve Loughran (Created) (JIRA)
javadoc the topology classes Key: HADOOP-7772 URL: https://issues.apache.org/jira/browse/HADOOP-7772 Project: Hadoop Common Issue Type: Improvement Reporter: Steve Loughran Assignee: Steve

[jira] [Created] (HADOOP-7773) Add support for protocol buffer based RPC engine

2011-10-26 Thread Suresh Srinivas (Created) (JIRA)
Add support for protocol buffer based RPC engine Key: HADOOP-7773 URL: https://issues.apache.org/jira/browse/HADOOP-7773 Project: Hadoop Common Issue Type: Improvement Components: ip

Re: slave nodes could not connect to Master .

2011-10-26 Thread Merto Mertek
Ok, problem seems to be solved. In the core-site.xml file on the namenode I left value for fs.name.default pointing to localhost. After changing it to hadoomaster, and restarting it I could see other nodes too.. On 26 October 2011 04:02, Merto Mertek wrote: > Same problem here.. Sachinites have

[jira] [Created] (HADOOP-7775) RPC Layer improvements to support protocol compatibility

2011-10-26 Thread Sanjay Radia (Created) (JIRA)
RPC Layer improvements to support protocol compatibility Key: HADOOP-7775 URL: https://issues.apache.org/jira/browse/HADOOP-7775 Project: Hadoop Common Issue Type: Improvement

[jira] [Created] (HADOOP-7776) Make the Ipc-Header in a RPC-Payload an explicit header

2011-10-26 Thread Sanjay Radia (Created) (JIRA)
Make the Ipc-Header in a RPC-Payload an explicit header --- Key: HADOOP-7776 URL: https://issues.apache.org/jira/browse/HADOOP-7776 Project: Hadoop Common Issue Type: Sub-task R

Avro compilation errors building from eclipse

2011-10-26 Thread Eli Collins
Hey gang, I refreshed my trunk trees and ran mvn eclipse:eclipse am seeing the old Avro compilation errors in TestAvroSerialization and friends. I've got target/generated-sources/java as a source dir which I thought was sufficient to get those classes on the classpath. Did something in the build

Re: Avro compilation errors building from eclipse

2011-10-26 Thread Arun C Murthy
Just add generated-test-sources (manually) to your srcs. On Oct 26, 2011, at 4:18 PM, Eli Collins wrote: > Hey gang, > > I refreshed my trunk trees and ran mvn eclipse:eclipse am seeing the > old Avro compilation errors in TestAvroSerialization and friends. I've > got target/generated-sources/ja

Re: Avro compilation errors building from eclipse

2011-10-26 Thread Eli Collins
Thanks, that fixed it. Had to run mvn test -DskipTests to generate generated-test-sources. On Wed, Oct 26, 2011 at 4:26 PM, Arun C Murthy wrote: > Just add generated-test-sources (manually) to your srcs. > > On Oct 26, 2011, at 4:18 PM, Eli Collins wrote: > >> Hey gang, >> >> I refreshed my tru

[jira] [Resolved] (HADOOP-7768) PreCommit-HADOOP-Build is failing on hadoop-auth-examples

2011-10-26 Thread Tom White (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-7768. --- Resolution: Fixed Fix Version/s: 0.24.0 Target Version/s: 0.23.0, 0.24.0 (was: 0.24

access to build machines

2011-10-26 Thread Todd Lipcon
Hey folks, Any word on getting PMC members/committers access to the Hudson build slaves? It's often that I'm trying to debug some issue that only shows up on the slaves, and not having access is rather annoying. In the meantime, can anyone who does have access tell me the following? $ lsb_releas

Re: access to build machines

2011-10-26 Thread Kihwal Lee
I could find the following from config.log in the hadoop build workspace: 2.6.32-33-server gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) It probably has libc-bin 2.11 instaled. Kihwal On 10/26/11 10:35 PM, "Todd Lipcon" wrote: Hey folks, Any word on getting PMC members/committers access to the Hud

Re: access to build machines

2011-10-26 Thread Todd Lipcon
Looks like lucid. I will try to repro the issue there. Thanks! -Todd On Wed, Oct 26, 2011 at 9:16 PM, Kihwal Lee wrote: > I could find the following from config.log in the hadoop build workspace: > 2.6.32-33-server > gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) > > It probably has libc-bin 2.11 ins