[jira] [Resolved] (HADOOP-7278) Automatic Hadoop cluster deployment for build validation

2012-03-19 Thread Konstantin Boudnik (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-7278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Boudnik resolved HADOOP-7278.


Resolution: Won't Fix

Seeminly not of interest to anyone. Closing.

> Automatic Hadoop cluster deployment for build validation
> 
>
> Key: HADOOP-7278
> URL: https://issues.apache.org/jira/browse/HADOOP-7278
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.22.0, 0.23.0
> Environment: Apache Jenkins
>Reporter: Konstantin Boudnik
>Assignee: Konstantin Boudnik
>  Labels: newbie
> Attachments: HADOOP-7278.patch
>
>
> It'd be great to have a way of automatically deploying Hadoop cluster to a 
> set of machine once all components are successfully built (in the form or tar 
> or whatever). Deployed cluster then can be used to run a set of validation 
> jobs to make sure that produced artifacts are viable. 

--
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] [Resolved] (HADOOP-7157) Create build hosts configurations to prevent degradation of patch validation and snapshot build environment

2012-03-19 Thread Konstantin Boudnik (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-7157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Boudnik resolved HADOOP-7157.


Resolution: Won't Fix

Seeminly not of interest to anyone.

> Create build hosts configurations to prevent degradation of patch validation 
> and snapshot build environment
> ---
>
> Key: HADOOP-7157
> URL: https://issues.apache.org/jira/browse/HADOOP-7157
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
> Environment: Apache Hadoop build hosts
>Reporter: Konstantin Boudnik
>Assignee: Konstantin Boudnik
> Attachments: HADOOP-7157.patch, HADOOP-7157.patch
>
>
> Build hosts are being re-jumped, in need for configuration updates, etc. It 
> is hard to maintain the same configuration across a 10+ hosts. A specialized 
> service such as Puppet can be used to maintain build machines software and 
> configurations at a desired level.
> Such configs should be checked into SCM system along with the of sources code.

--
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] [Resolved] (HADOOP-6205) Project java code has a significant number of declaration javadoc warnings and errors

2012-03-19 Thread Konstantin Boudnik (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-6205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Boudnik resolved HADOOP-6205.


Resolution: Won't Fix

It seems to non-relevant anymore.

> Project java code has a significant number of declaration javadoc warnings 
> and errors
> -
>
> Key: HADOOP-6205
> URL: https://issues.apache.org/jira/browse/HADOOP-6205
> Project: Hadoop Common
>  Issue Type: Improvement
>Reporter: Konstantin Boudnik
>Assignee: Konstantin Boudnik
> Attachments: Eclipse-JavaDoc-errors.png
>
>
> The issue here is that code inspections (say by IntelliJ IDEA) show that a 
> number of classes have javadoc problems in declarations. Some of those are 
> minor, e.g. missing @return, @param, @throws tags.
> Some of them are more severe, e.g. using non-existing parameter names in a 
> method javadoc (see HDFS' BlockManager.removeFromInvalidates(..) for an 
> example)
> I'd like to add more sophisticated code analysis to be able to fix at least 
> javadoc declaration errors in order to produce better code quality.

--
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] [Resolved] (HADOOP-7450) Bump jetty to 6.1.26

2011-11-15 Thread Konstantin Boudnik (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-7450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Boudnik resolved HADOOP-7450.


  Resolution: Fixed
Hadoop Flags: Reviewed

everything is properly committed and works now.

> Bump jetty to 6.1.26
> 
>
> Key: HADOOP-7450
> URL: https://issues.apache.org/jira/browse/HADOOP-7450
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.22.0
>Reporter: Jitendra Nath Pandey
>Assignee: Konstantin Boudnik
>Priority: Blocker
> Fix For: 0.22.0
>
> Attachments: HADOOP-7450.1.patch, HADOOP-7450.2.patch, 
> HADOOP-7450._0.22.patch, HADOOP-7450._0.22.patch
>
>
> Bump the jetty version, as previous version has an issue that can cause it to 
> hang at startup.
> 6.1.14 jetty is also tends to hung on heavy datanode loads.

--
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] [Resolved] (HADOOP-7730) Allow TestCLI to be run against a cluster

2011-10-11 Thread Konstantin Boudnik (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Boudnik resolved HADOOP-7730.


   Resolution: Fixed
Fix Version/s: 0.22.0
 Hadoop Flags: Reviewed

I have just committed it.

> Allow TestCLI to be run against a cluster
> -
>
> Key: HADOOP-7730
> URL: https://issues.apache.org/jira/browse/HADOOP-7730
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 0.22.0
>Reporter: Konstantin Boudnik
>Assignee: Konstantin Boudnik
> Fix For: 0.22.0
>
> Attachments: HADOOP-7730.patch
>
>
> Use the same CLI test to test cluster bits (see HDFS-1762 for more info)

--
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