Re: [PROPOSAL] change in bylaws to remove Release Plan vote

2013-05-21 Thread Mahadev Konar
+1. thanks mahadev On Tue, May 21, 2013 at 4:48 PM, Karthik Kambatla wrote: > +1 (non-binding) > > > On Tue, May 21, 2013 at 4:13 PM, Jitendra Pandey > wrote: > >> +1 >> >> >> On Tue, May 21, 2013 at 4:02 PM, Eli Collins wrote: >> >> > +1 thanks Matt. >> > >> > >> > On Tue, May 21, 2013 at 2:1

[jira] [Created] (HADOOP-9316) Add Ambari as Related Project on the Hadoop Page.

2013-02-18 Thread Mahadev konar (JIRA)
Mahadev konar created HADOOP-9316: - Summary: Add Ambari as Related Project on the Hadoop Page. Key: HADOOP-9316 URL: https://issues.apache.org/jira/browse/HADOOP-9316 Project: Hadoop Common

Re: [VOTE] Hadoop-1.0.2-rc2

2012-04-02 Thread Mahadev Konar
+1 downloaded the release and installed it. Ran sleep job/random writer on a single node. thanks mahadev On Mon, Apr 2, 2012 at 7:03 PM, Devaraj Das wrote: > +1 > > Downloaded the tar ball hadoop-1.0.2.tar.gz. Built it, and then successfully > ran some simple jobs on my laptop. > > On Mar 27, 2

Re: MPI Java bindings now available

2012-02-22 Thread Mahadev Konar
Great to see this Ralph. Looking forward to the Hamster patch! mahadev On Feb 22, 2012, at 2:06 PM, Ralph Castain wrote: > Many thanks to Noah for his off-list help in diagnosing the problem. There > was an undiagnosed VPATH build issue in OMPI that surfaced with the Java > bindings. This has b

Re: [VOTE] Hadoop-1.0.1 Release Candidate 1

2012-02-21 Thread Mahadev Konar
Downloaded the release. Setup a single node cluster. Ran a couple of jobs on it. +1 for the release. Mahadev Konar Hortonworks Inc. http://hortonworks.com/ On Tue, Feb 21, 2012 at 10:29 AM, Arpit Gupta wrote: > +1 (non binding) tested on secure and non secure clusters and no > regre

[jira] [Created] (HADOOP-7986) Add config for History Server protocol in hadoop-policy for service level authorization.

2012-01-19 Thread Mahadev konar (Created) (JIRA)
Project: Hadoop Common Issue Type: Bug Affects Versions: 0.23.0 Reporter: Mahadev konar Assignee: Mahadev konar Fix For: 0.23.1 We need to add a property for History server protocol in hadoop-policy.xml for service level auth. -- This message

Re: [VOTE] Hadoop-1.0.0 release candidate 3

2011-12-22 Thread Mahadev Konar
+1 ran a single node cluster and a couple of examples on it. Also ran ant tests. thanks mahadev On Thu, Dec 22, 2011 at 10:23 AM, Arun C Murthy wrote: > +1 > > Checked sigs, ran a single node cluster and tests. > > Arun > > On Dec 18, 2011, at 11:18 PM, Matt Foley wrote: > > > Okay guys, obvio

Re: Avoiding javadoc generation during MRv2 build

2011-11-30 Thread Mahadev Konar
Praveen, You can try -Dmaven.javadoc.skip=true mahadev On Wed, Nov 30, 2011 at 10:30 PM, Praveen Sripati wrote: > Hi, > > Once I get the code from svn for branch-0.23, is there any way to avoid > generating the javadoc for the different modules. Just to cut sometime in > the build process. I u

Re: Hadoop + MPI

2011-11-21 Thread Mahadev Konar
Milind, Great news. Any chance you can upload a patch as it is? I am sure, others can help cleaning it up. I am willing to help smoothen it out and am sure Ralph can provide feedback as well. thanks mahadev On Mon, Nov 21, 2011 at 3:47 PM, wrote: > Hi Ralph, > > I spoke with Jeff Squyres  at

Re: Not able to compile 0.23 - may be HADOOP-6614

2011-11-21 Thread Mahadev Konar
Praveen, There is a fix being worked on in HADOOP-7843. Hope that helps. thanks mahadev On Mon, Nov 21, 2011 at 8:48 AM, Praveen Sripati wrote: > Harsh, > > Branch-0.23 has "File workDir;" while the trunk has "final File workDir;" > in RunJar.java. > > For the 0.23 build, should I get the code

Re: JobTracker API Hooks

2011-11-12 Thread Mahadev Konar
Moving it to mapreduce-user. Ronnie, Is jobclient.getalljobs() something that you are looking for? thanks mahadev On Sat, Nov 12, 2011 at 7:08 AM, Ronnie Dove wrote: > Hello, > > Is it possible to connect to an already running JobTracker via socket through > the Hadoop Java API?  I see that

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Mahadev Konar
Thanks Giri! mahadev On Fri, Oct 14, 2011 at 3:30 PM, giridharan kesavan wrote: > > Okay, I ve done the 0.23 commit setup. > Builds up and running for common/hdfs and Mapred > > https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-0.23-Commit/ > https://builds.apache.org/view/G-L/vie

Re: [VOTE] 0.20.205.0 Release Candidate 2

2011-10-13 Thread Mahadev Konar
+1. Downloaded the bits, set up a single node cluster and ran example jobs. Works fine. thanks mahadev On Thu, Oct 13, 2011 at 5:46 PM, Aaron T. Myers wrote: > +1 (non-binding) > > I downloaded the tar ball and deployed on a 6 node cluster with security > disabled. I put a few files and ran a fe

Trunk and 0.23 builds.

2011-09-13 Thread Mahadev Konar
Hi all, After quite a bit of help from Giri, I was able to set up nightly builds on 0.23 and fix issues on trunk builds (looks like the hdfs trunk build was broken for a long time). Note that I have enabled artifact publishing (tarballs) on the nighties for both trunk and 0.23 builds. In case

[jira] [Created] (HADOOP-7604) Hadoop Auth examples pom in 0.23 point to 0.24 versions.

2011-09-01 Thread Mahadev konar (JIRA)
Versions: 0.23.0 Reporter: Mahadev konar Assignee: Mahadev konar Priority: Critical Fix For: 0.23.0 hadoop-auth-examples/pom.xml has references to 0.24 in the 0.23 branch. -- This message is automatically generated by JIRA. For more information on

Re: [VOTE] Should we release 0.20.204.0-rc3?

2011-08-29 Thread Mahadev Konar
+1. Downloaded the release, brought up a single node cluster and ran a randomwriter job. Also ran ant test and it passed. thanks mahadev On Aug 26, 2011, at 10:08 AM, Eric Yang wrote: > +1 (non-binding), tested several map reduce jobs on 50 nodes with security > enabled. No failure observed

[jira] [Created] (HADOOP-7578) Fix test-patch to be able to run on MR patches.

2011-08-24 Thread Mahadev konar (JIRA)
konar Assignee: Mahadev konar -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [VOTE] Should we release 0.20.204.0rc2?

2011-08-18 Thread Mahadev Konar
Jokes aside, I intend to try it out on a set of 10 nodes or so and see if it works or not. If it works fine (barring a few task failures), I dont see any reason why this cannot be released. thanks mahadev On Aug 18, 2011, at 11:35 AM, Jakob Homan wrote: >>> This vote is still running with n

Re: [VOTE] Release 0.20.204.0-rc0

2011-07-29 Thread Mahadev Konar
Allen, I think Giri already sent out an email for that. Below is the response from him. There'll be a new rc candidate soon. Hope that helps. thanks mahadev === This issue is fixed with Eric's patch for HADOOP-7356. Since Owen is out on vacation Iam working on

[jira] [Created] (HADOOP-7463) Adding a configuration parameter to SecurityInfo interface.

2011-07-15 Thread Mahadev konar (JIRA)
Reporter: Mahadev konar Assignee: Mahadev konar Priority: Minor Fix For: 0.23.0 HADOOP-6929 allowed to make implementations/providers of SecurityInfo to be configurable via service class loaders. For adding Security to TunnelProtocols

Re: Unsubscribe.

2011-01-31 Thread Mahadev Konar
Sorry for the emails. Have been trying to move my email aliases arnd and seem to be messing up! Thanks mahadev On 1/31/11 12:51 PM, "Mahadev Konar" wrote: > Unsubscribe. > >

Unsubscribe.

2011-01-31 Thread Mahadev Konar
Unsubscribe.

Unsibscribe.

2011-01-31 Thread Mahadev Konar
Unsubscribe.

Re: HADOOP 6758 - Re-submitting patch

2010-09-05 Thread Mahadev Konar
Gianmarco, The issue I think is that if the jira is in progress it can only be marked OPEN/Patch available by the person who is assigned the jira. I just tried assigning the jira to myself, clicking on ³stop progress² and then unassigning it. You should be able to submit a patch and mark is pat

[jira] Resolved: (HADOOP-6646) Move HarfileSystem out of Hadoop Common.

2010-03-24 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar resolved HADOOP-6646. --- Resolution: Fixed Hadoop Flags: [Reviewed] I just committed this. I only moved the

[jira] Created: (HADOOP-6646) Move HarfileSystem out of Hadoop Common.

2010-03-19 Thread Mahadev konar (JIRA)
Move HarfileSystem out of Hadoop Common. Key: HADOOP-6646 URL: https://issues.apache.org/jira/browse/HADOOP-6646 Project: Hadoop Common Issue Type: Bug Reporter: Mahadev konar

Re: JIRA Edits?

2010-01-27 Thread Mahadev Konar
I had called for a vote some time earlier on this (since I myself hate not being able to edit jira comments) but it did not pass. I doubt if folks who vetoed the vote have changed their opinions. Thanks mahadev On 1/26/10 9:06 PM, "Owen O'Malley" wrote: > Doug decided he didn't like the major

[jira] Created: (HADOOP-6467) Performance improvement for liststatus on directories in hadoop archives.

2009-12-23 Thread Mahadev konar (JIRA)
Issue Type: Improvement Reporter: Mahadev konar Assignee: Mahadev konar Fix For: 0.22.0 A liststatus call on a directory in hadoop archives leads to ( 2* number of files in directory) open calls to the namenode. This is very sub optimal and needs to be

Re: [VOTE] Should we release Common 0.20.1-rc1?

2009-09-03 Thread Mahadev Konar
+1 I ran ant test and set up a small cluster and ran grep/wordcount. It all worked fine. Thanks mahadev From: "Owen O'Malley" > Date: September 1, 2009 2:20:20 PM PDT > To: common-dev@hadoop.apache.org > Subject: [VOTE] Should we release Common 0.20.1-rc1? > Reply-To: common-dev@hadoop.apache

[jira] Created: (HADOOP-6142) archives relative path changes in common.

2009-07-10 Thread Mahadev konar (JIRA)
archives relative path changes in common. - Key: HADOOP-6142 URL: https://issues.apache.org/jira/browse/HADOOP-6142 Project: Hadoop Common Issue Type: Bug Reporter: Mahadev konar

Re: [VOTE] Back-port TFile to Hadoop 0.20

2009-07-07 Thread Mahadev Konar
+1 mahadev On 7/7/09 12:18 PM, "Milind Bhandarkar" wrote: > +1. > > > On 7/7/09 11:55 AM, "Hong Tang" wrote: > >> I have talked with a few folks in the community who are interested in >> using TFile (HADOOP-3315) in their projects that are currently >> dependent on Hadoop 0.20, and it woul