[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-09 Thread Tsz Wo (Nicholas), SZE (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081483#comment-13081483
 ] 

Tsz Wo (Nicholas), SZE commented on HDFS-2230:
--

Some unit tests started failing.  The tests passed if I reverted the patch 
here.  Please take a look.  See [this 
comment|https://issues.apache.org/jira/browse/HDFS-2240?focusedCommentId=13081475page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13081475]
 for more details.

 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-09 Thread Tsz Wo (Nicholas), SZE (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081492#comment-13081492
 ] 

Tsz Wo (Nicholas), SZE commented on HDFS-2230:
--

The failed tests are
TestHDFSServerPorts
TestReplicationPolicy
TestCheckpoint
TestNNThroughputBenchmark
TestValidateConfigurationSettings

 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081616#comment-13081616
 ] 

Hudson commented on HDFS-2230:
--

Integrated in Hadoop-Hdfs-trunk #744 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/744/])
HDFS-2230. Fix ivy conf to resolve/retrieve latest common-tests jar 
published by hadoop common maven build. (gkesavan)

gkesavan : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1155123
Files : 
* /hadoop/common/trunk/hdfs/src/contrib/build-contrib.xml
* /hadoop/common/trunk/hdfs/ivy/ivysettings.xml
* /hadoop/common/trunk/hdfs/CHANGES.txt
* /hadoop/common/trunk/hdfs/ivy.xml
* /hadoop/common/trunk/hdfs/build.xml
* /hadoop/common/trunk/hdfs/ivy/libraries.properties
* /hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml


 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-09 Thread Todd Lipcon (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081984#comment-13081984
 ] 

Todd Lipcon commented on HDFS-2230:
---

Strange, so somehow test.build.data property is ending up as /test/, which 
makes MiniDFSCluster.getBaseDirectory break.

 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-09 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13082009#comment-13082009
 ] 

Giridharan Kesavan commented on HDFS-2230:
--

@Nicholas
hdfs-2230 patch no where touches the test.build.data property. Without this 
patch ivy would be resolving the common-test artifact which is couple of weeks 
old (before common maven patch got merged). With this patch you would be 
getting the latest common test artifact. Thats the difference. If the latest 
common test jar has the right info then this should work just fine. 

 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-08 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081224#comment-13081224
 ] 

Mahadev konar commented on HDFS-2230:
-

+1 lgtm. 

 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081257#comment-13081257
 ] 

Hudson commented on HDFS-2230:
--

Integrated in Hadoop-Common-trunk-Commit #712 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/712/])
HDFS-2230. Fix ivy conf to resolve/retrieve latest common-tests jar 
published by hadoop common maven build. (gkesavan)

gkesavan : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1155123
Files : 
* /hadoop/common/trunk/hdfs/src/contrib/build-contrib.xml
* /hadoop/common/trunk/hdfs/ivy/ivysettings.xml
* /hadoop/common/trunk/hdfs/CHANGES.txt
* /hadoop/common/trunk/hdfs/ivy.xml
* /hadoop/common/trunk/hdfs/build.xml
* /hadoop/common/trunk/hdfs/ivy/libraries.properties
* /hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml


 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081258#comment-13081258
 ] 

Hudson commented on HDFS-2230:
--

Integrated in Hadoop-Hdfs-trunk-Commit #818 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/818/])
HDFS-2230. Fix ivy conf to resolve/retrieve latest common-tests jar 
published by hadoop common maven build. (gkesavan)

gkesavan : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1155123
Files : 
* /hadoop/common/trunk/hdfs/src/contrib/build-contrib.xml
* /hadoop/common/trunk/hdfs/ivy/ivysettings.xml
* /hadoop/common/trunk/hdfs/CHANGES.txt
* /hadoop/common/trunk/hdfs/ivy.xml
* /hadoop/common/trunk/hdfs/build.xml
* /hadoop/common/trunk/hdfs/ivy/libraries.properties
* /hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml


 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Fix For: 0.23.0

 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-2230) hdfs it not resolving the latest common test jars published post common mavenization

2011-08-06 Thread Eric Yang (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080371#comment-13080371
 ] 

Eric Yang commented on HDFS-2230:
-

+1 Works for me.

 hdfs it not resolving the latest common test jars published post common 
 mavenization
 

 Key: HDFS-2230
 URL: https://issues.apache.org/jira/browse/HDFS-2230
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan
 Attachments: HDFS-2230.patch


 hdfs it not pulling the right common test jar.
 hadoop-common test jar dependency in ivy.xml has to configure as type=tests 
 and not as a separate module.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira