[jira] [Created] (HADOOP-9091) Allow daemon startup when at least 1 (or configurable) disk is in an OK state.

2012-11-26 Thread Jelle Smet (JIRA)
Jelle Smet created HADOOP-9091: -- Summary: Allow daemon startup when at least 1 (or configurable) disk is in an OK state. Key: HADOOP-9091 URL: https://issues.apache.org/jira/browse/HADOOP-9091 Project:

[jira] [Resolved] (HADOOP-9091) Allow daemon startup when at least 1 (or configurable) disk is in an OK state.

2012-11-26 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-9091. - Resolution: Fixed This feature is already available in all our current releases via the DN volume

[jira] [Created] (HADOOP-9092) Coverage fixing for org.apache.hadoop.mapreduce.jobhistory

2012-11-26 Thread Aleksey Gorshkov (JIRA)
Aleksey Gorshkov created HADOOP-9092: Summary: Coverage fixing for org.apache.hadoop.mapreduce.jobhistory Key: HADOOP-9092 URL: https://issues.apache.org/jira/browse/HADOOP-9092 Project: Hadoop

wiki write access request

2012-11-26 Thread Glen Mazza
Hi, I'm going through the Hadoop deployment instructions (http://wiki.apache.org/hadoop/GettingStartedWithHadoop) and am occasionally seeing things that can be better clarified or need updating. Can I have write access to the Wiki so I can make text updates? I'm user GlenMazza. Thanks,

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-26 Thread Robert Evans
+1, +1, 0 On 11/24/12 2:13 PM, Matt Foley ma...@apache.org wrote: For discussion, please see previous thread [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack. This vote consists of three separate items: 1. Contributors shall be allowed to

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-26 Thread Adam Berry
0, +1, -1 (non-binding) Also, it feels like maybe the discussion should have been kept open a little longer, thanksgiving holidays last week meant that people may have missed it. Cheers, Adam On Nov 26, 2012, at 10:16 AM, Robert Evans wrote: +1, +1, 0 On 11/24/12 2:13 PM, Matt Foley

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-26 Thread Radim Kolar
-1, +1, -1

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-26 Thread Konstantin Boudnik
-1, +1, -1 Thanks On Sat, Nov 24, 2012 at 12:13PM, Matt Foley wrote: For discussion, please see previous thread [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack. This vote consists of three separate items: 1. Contributors shall be

Re: trailing whitespace

2012-11-26 Thread Radim Kolar
I've never understood why folks get worked up over a little trailing whitespace here and there, since you can't see it and it doesn't affect correctness. Spurious whitespace changes that make a review harder - those are annoying. Trailing whitespace inadvertently left on lines where legitimate

[jira] [Resolved] (HADOOP-9066) Sorting for FileStatus[]

2012-11-26 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-9066. - Resolution: Invalid Since HADOOP-8934 is already adding FileStatus data based sorting in a place that

Re: [VOTE] Hadoop Release 1.1.1

2012-11-26 Thread Arpit Gupta
+1, non binding ran system tests on secure and non secure clusters and no new regressions were found. -- Arpit Gupta Hortonworks Inc. http://hortonworks.com/ On Nov 20, 2012, at 2:07 PM, Matt Foley ma...@apache.org wrote: Hello, Hadoop-1.1.1-rc0 is now available for evaluation and vote:

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-26 Thread Giridharan Kesavan
+1, +1, +1 -Giri On Sat, Nov 24, 2012 at 12:13 PM, Matt Foley ma...@apache.org wrote: For discussion, please see previous thread [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack. This vote consists of three separate items: 1.

Re: commit access to hadoop

2012-11-26 Thread Radim Kolar
The main feature is that when you get the +1 vote you yourself get to deal with the grunge work of apply patches to one or more svn branches, resyncing that with the git branches you inevitably do your own work on. no, main feature is major speed advantage. It takes forever to get something

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-26 Thread Radim Kolar
In the PROPOSAL thread you indicated this was for Hadoop1 because it is ANT based. And the main reason was to remove saveVersion.sh. Your #3 was not discussed in the proposal, was it? it was part of original proposal but not discussed much because language war was more attractive option. You

Re: trailing whitespace

2012-11-26 Thread Aaron T. Myers
OK, if folks want to do something to get rid of trailing whitespace in the project I won't object, but it doesn't seem like that big a deal to me. A pre-commit hook makes sense to me. I just don't want to see the QA bot flag patches containing trailing whitespace, thus requiring more round trips

[jira] [Created] (HADOOP-9094) Add interface audience and stability annotation to PathExceptions

2012-11-26 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HADOOP-9094: --- Summary: Add interface audience and stability annotation to PathExceptions Key: HADOOP-9094 URL: https://issues.apache.org/jira/browse/HADOOP-9094 Project:

[jira] [Resolved] (HADOOP-9095) TestNNThroughputBenchmark fails in branch-1

2012-11-26 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HADOOP-9095. Resolution: Fixed Fix Version/s: 1-win 1.2.0 I

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-26 Thread yiyu jia
In file org.apache.hadoop.eclipse.server.HadoopServer.java (version 1.0.4) I find the following comments. Does it mean I can setup a SSH tunnel and eclipse can connect to remove cluster main node? Any help will be appreciated! * p * This class does not create any SSH connection anymore.

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-26 Thread yiyu jia
Hi all, how to make eclipse plugin to support SSH connection that need password (or using certification stored somewhere)? thanks in advance! Yiyu On Mon, Nov 26, 2012 at 9:08 PM, yiyu jia jia.y...@gmail.com wrote: In file org.apache.hadoop.eclipse.server.HadoopServer.java (version 1.0.4)

Refactor MetricsSystemImpl to allow for an on-demand publish system (HADOOP-9090)

2012-11-26 Thread Mostafa Elhemali
Hi all, Yesterday I filed a JIRA (HADOOP-9090https://issues.apache.org/jira/browse/HADOOP-9090) to propose a refactoring of the MetricsSystemImpl class - the default (only?) implementation of the Metrics2 system - to factor out some common code in a base class and have another simple