Re: ivy failed to resolve dependencies?

2010-11-01 Thread Nan Zhu
Resolved this issue Actually, I cannot tell what I did clearly because I really don't know what's the key to the door I just delete the ivy-x.x.jar in the ivy directory, and compile the hadoop_common first, and then to the hadoop-mapred it passed Thank you everyone! Nan On Tue, Nov 2, 20

[jira] Resolved: (HADOOP-7008) Enable test-patch.sh to have a configured number of acceptable findbugs and javadoc warnings

2010-11-01 Thread Nigel Daley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nigel Daley resolved HADOOP-7008. - Resolution: Fixed Fix Version/s: 0.22.0 Assignee: Giridharan Kesavan I just comm

Re: ivy failed to resolve dependencies?

2010-11-01 Thread Nan Zhu
I checked the library.properties file, the version of my commons-logging is 1.1.1, I'm still trapped at that point... Nan On Tue, Nov 2, 2010 at 1:16 PM, Konstantin Boudnik wrote: > Your issue is likely to be caused by commons-logging 1.1.2 - they have a > corrupted pom file, I believe. Downgr

Re: ivy failed to resolve dependencies?

2010-11-01 Thread Konstantin Boudnik
Your issue is likely to be caused by commons-logging 1.1.2 - they have a corrupted pom file, I believe. Downgrade the version to 1.1.1 and everything should be fine. On Tue, Nov 02, 2010 at 11:56AM, Nan Zhu wrote: > Hi, Bharath > > Thank you for the reply > > I removed the entire cache of ivy an

Re: Review Request: Allow configuration changes without restarting configured nodes

2010-11-01 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21/#review22 --- I'm not so sure about making all of the Configuration methods synchronized

Re: ivy failed to resolve dependencies?

2010-11-01 Thread Nan Zhu
Hi, Bharath Thank you for the reply I removed the entire cache of ivy and change the library.properties file, the error is still there, why I run it smoothly in the last several months but it crashes suddenly Thank you Nan On Tue, Nov 2, 2010 at 11:29 AM, bharath v < bharathvissapragada1.

Review Request: Allow configuration changes without restarting configured nodes

2010-11-01 Thread Patrick Kling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21/ --- Review request for hadoop-common. Summary --- Allow configuration changes wit

Re: ivy failed to resolve dependencies?

2010-11-01 Thread bharath v
Hi Nan, There was a discussion on the same topic ..2 days ago ... See http://mail-archives.apache.org/mod_mbox/hadoop-common-user/201010.mbox/%3c20101031190103.gb31...@tp%3e Try changing ivy version in library.properties file to ivy-2.2.0 and it worked for me . If you are behind a proxy , then

ivy failed to resolve dependencies?

2010-11-01 Thread Nan Zhu
Hi, all I'm trapping in a strange problem in this evening, I have been working on hadoop for several months, including modify the source code and re-compile it, I have never met any problem, but when I re-compile the hadoop this evening, it shows that the ivy cannot resolve the dependencies, the

Hudson build is back to normal : Hadoop-Common-trunk-Commit #409

2010-11-01 Thread Apache Hudson Server
See

[jira] Created: (HADOOP-7015) RawLocalFileSystem#listStatus does not deal with a directory whose entries are changing ( e.g. in a multi-thread or multi-process environment)

2010-11-01 Thread Sanjay Radia (JIRA)
RawLocalFileSystem#listStatus does not deal with a directory whose entries are changing ( e.g. in a multi-thread or multi-process environment) ---