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

2011-10-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/210/changes




[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.24.0
Reporter: John George
Assignee: John George
Priority: Blocker


NPE when running hdfs dfs -copyToLocal if the destination directory does not 
exist. The behavior in branch-0.20-security is to create the directory and 
copy/get the contents from source.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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 Loughran
Priority: Trivial


To help people understand and make changes to the Topology classes, their 
javadocs could be rounded off.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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: ipc
Affects Versions: 0.23.0, 0.24.0
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas


This jira adds support for protocol buffer RPC engine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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
Reporter: Sanjay Radia
Assignee: Sanjay Radia




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




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 change recently?

Thanks,
Eli


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 a...@hortonworks.com 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 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 change recently?

 Thanks,
 Eli




[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.0, 0.23.0)
Hadoop Flags: Reviewed

I've just committed this.

 PreCommit-HADOOP-Build is failing on hadoop-auth-examples
 -

 Key: HADOOP-7768
 URL: https://issues.apache.org/jira/browse/HADOOP-7768
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.23.0, 0.24.0
Reporter: Jonathan Eagles
Assignee: Tom White
Priority: Blocker
 Fix For: 0.24.0

 Attachments: HADOOP-7768.patch


 Failure has been happening since October 13th.
 Excerpt from 
 https://builds.apache.org/job/PreCommit-HADOOP-Build/315/consoleText
 [INFO] 
 [INFO] --- maven-war-plugin:2.1:war (default-war) @ hadoop-auth-examples ---
 [INFO] Packaging webapp
 [INFO] Assembling webapp [hadoop-auth-examples] in 
 [/home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/trunk/hadoop-common-project/hadoop-auth-examples/target/hadoop-auth-examples-0.24.0-SNAPSHOT]
 [INFO] Processing war project
 [INFO] Copying webapp resources 
 [/home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/trunk/hadoop-common-project/hadoop-auth-examples/src/main/webapp]
 [INFO] 
 
 [INFO] Reactor Summary:
 [INFO] 
 [INFO] Apache Hadoop Annotations . SUCCESS [2.261s]
 [INFO] Apache Hadoop Auth  SUCCESS [5.299s]
 [INFO] Apache Hadoop Auth Examples ... FAILURE [0.878s]
 [INFO] Apache Hadoop Common .. SKIPPED
 [INFO] Apache Hadoop Common Project .. SKIPPED
 [INFO] 
 
 [INFO] BUILD FAILURE
 [INFO] 
 
 [INFO] Total time: 8.726s
 [INFO] Finished at: Tue Oct 25 15:47:35 UTC 2011
 [INFO] Final Memory: 24M/302M
 [INFO] 
 
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-war-plugin:2.1:war (default-war) on project 
 hadoop-auth-examples: Failed to copy file for artifact 
 [org.apache.hadoop:hadoop-auth:jar:0.24.0-SNAPSHOT:compile]: 
 /home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/trunk/hadoop-common-project/hadoop-auth/target/classes
  (Is a directory) - [Help 1]
 [ERROR] 
 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
 switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR] 
 [ERROR] For more information about the errors and possible solutions, please 
 read the following articles:
 [ERROR] [Help 1] 
 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
 [ERROR] 
 [ERROR] After correcting the problems, you can resume the build with the 
 command
 [ERROR]   mvn goals -rf :hadoop-auth-examples

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




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_release -a
$ uname -a
$ rpm -qa | grep glibc
or $ dpkg -l | grep glibc   if it's debian-based

Thanks
-Todd
-- 
Todd Lipcon
Software Engineer, Cloudera


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 t...@cloudera.com wrote:

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_release -a
$ uname -a
$ rpm -qa | grep glibc
or $ dpkg -l | grep glibc   if it's debian-based

Thanks
-Todd
--
Todd Lipcon
Software Engineer, Cloudera



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 kih...@yahoo-inc.com 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 instaled.

 Kihwal
 On 10/26/11 10:35 PM, Todd Lipcon t...@cloudera.com wrote:

 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_release -a
 $ uname -a
 $ rpm -qa | grep glibc
 or $ dpkg -l | grep glibc   if it's debian-based

 Thanks
 -Todd
 --
 Todd Lipcon
 Software Engineer, Cloudera





-- 
Todd Lipcon
Software Engineer, Cloudera