Re: Hadoop Summit

2010-01-25 Thread Ravi
End of Feb..I think On 1/25/10, yuhen...@tce.edu wrote: > hi, > When is Hadoop Summit in india by 2010?? > > > - > This email was sent using TCEMail Service. > Thiagarajar College of Engineering > Madurai-625 015, India > >

Re: Hadoop Summit

2010-01-25 Thread Ravi
I heard its in yahoos office..I will let you know the exact info once I come to know. On 1/25/10, M. C. Srivas wrote: > do you know where? > > On Mon, Jan 25, 2010 at 3:51 AM, Ravi wrote: > >> End of Feb..I think >> >> On 1/25/10, yuhen...@tce.edu wrote: >>

Re: Hadoop Summit

2010-02-01 Thread Ravi
This might be useful. http://cloudcamp.org/bangalore/2010-02-28 On Tue, Feb 2, 2010 at 4:36 AM, He Chen wrote: > Please let me know, too. Thank you very much! > > On Mon, Jan 25, 2010 at 10:24 PM, Ravi >wrote: > > > I heard its in yahoos office..I will let you know the

Top ten challenges and opportunities in Hadoop.

2010-02-24 Thread Ravi
Hi all, What are the key problems that the Hadoop community will be trying to solve in the upcoming versions ? I did not find such discussion in the archives. Please point me to any webpage or archives discussing this issue. Thanks, Ravi.

Re: Top ten challenges and opportunities in Hadoop.

2010-02-24 Thread Ravi
Both. What does the community feel ? On Wed, Feb 24, 2010 at 11:35 PM, Allen Wittenauer wrote: > > > > On 2/24/10 9:35 AM, "Ravi" wrote: > >What are the key problems that the Hadoop community will be trying to > > solve in the upcoming versions ? I d

Re: [DISCUSS] Stop support for non-packaged i.e. developer build single-node installs

2012-01-18 Thread Ravi Prakash
I think also at issue is the maven build system. I don't know if its intended, but if I change a single .java file, "mvn -Pdist -P-cbuild -Dmaven.javadoc.skip -DskipTests install" runs a TON of stuff It takes a 1m 29s to finish even if there are NO changes anywhere. I doubt this is how it shoul

Re: datanode to blocks mapping

2012-02-15 Thread Ravi Prakash
Selwa, You are *creating* a new BlocksMap with the first line. It is NOT an API to get the blockmap from the namenode. The Namenode stores its blocks in a Blockmap in the BlockManager (for 0.23) or FSNameSystem (for 0.20) Which version are you using? Regards, Ravi. On Sat, Feb 11, 2012 at 7:41

Re: datanode to blocks mapping

2012-02-16 Thread Ravi Prakash
what opens a file (and takes care of all the block-mapping). Hope this helps, Ravi. On Wed, Feb 15, 2012 at 6:56 PM, Selwa wrote: > Ravi, > > thank u very much for your reply. > i am using version 0.21.0 . hope your comment will help me a lot. > BTW, after i got the blocksMap

Failing 2 junit tests in hadoop-1.0.1

2012-03-05 Thread Kumar Ravi
ied different values for ulimit on my RHEL 6.1 system on x86_64. I also tried ant versions 1.8.2 as well as ant-1.7.1. I would appreciate any ideas on what I might have setup incorrectly in my environment. Regards, Kumar Ravi

Need Help setting up Eclipse env. for Hadoop-1.0.1

2012-03-12 Thread Kumar Ravi
? Regards, Kumar Kumar Ravi IBM Linux Technology Center IBM Master Inventor 11501 Burnet Road, Austin, TX 78758 Tel.: (512)286-8179

Re: Need Help setting up Eclipse env. for Hadoop-1.0.1

2012-03-12 Thread Kumar Ravi
I just found the workaround here: https://issues.apache.org/jira/browse/HADOOP-7677 and it wroked. Thanks! Kumar Ravi From: Kumar Ravi/Austin/IBM@IBMUS

Add user to assignee list?

2012-03-19 Thread Ravi Prakash
Hi folks, Can someone with the proper authorization please add Anty to the list of users who can assign themselves JIRAs? Cheers Ravi. -- Forwarded message -- From: Schubert Zhang (Commented) (JIRA) Date: Mon, Mar 19, 2012 at 10:00 AM Subject: [jira] [Commented] (MAPREDUCE

Hadoop-8192 and rackToBlocks ordering

2012-03-21 Thread Kumar Ravi
cluster? Is this Working as designed? Regards, Kumar Kumar Ravi IBM Linux Technology Center

Question about Hadoop-8192 and rackToBlocks ordering

2012-03-22 Thread Kumar Ravi
Hello, We have been looking at IBM JDK junit failures on Hadoop-1.0.1 independently and have ran into the same failures as reported in this JIRA. I have a question based upon what I have observed below. We started debugging the problems in the testcase - org.apache.hadoop.mapred.lib.TestCombineF

Re: Question about Hadoop-8192 and rackToBlocks ordering

2012-03-23 Thread Kumar Ravi
split count will be 1. The testcase is expecting a return value of 3 but can get a 1 or 2 depending on when it gets processed. Hope this clarifies things a bit. Regards, Kumar Kumar Ravi IBM Linux Technology Center Austin, TX Tel.: (512)286

File Busy or not check. Kindly Help

2012-05-01 Thread Ravi Shankar
d then the MR job should run on it. Kindly help on this. Thanks & Regards, Ravi Shankar, Cross Functional Services - Solution- Cloud HCL Technologies Ltd. - Infrastructure Services Division F 8,9 Sec - III, Noida, India - 201301. Cell - +91 995369

Question about Jenkins build failures building hadoop-project

2012-05-03 Thread Kumar Ravi
Hello, I have a question about the build failure messages from Jenkins the past few days. I have a patch that was approved to be merged for branch-2 [mattf] HDFS-3265. PowerPc Build error. Contributed by Kumar Ravi. Although I was successful in building hadoop-common and hadoop-hdfs with the

Re: Scan Benchmark

2012-05-07 Thread Ravi Prakash
https://issues.apache.org/jira/browse/MAPREDUCE-3524?focusedCommentId=13170564&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13170564 On Sat, May 5, 2012 at 6:35 AM, ASHISH ATTARDE wrote: > Hi, > > Can anyone guide me for Benchmarking Hadoop Cluster? > I am interes

Re: Hadoop API performance testcases

2012-07-11 Thread Ravi Prakash
Hi Amir, Did you have any specific APIs in mind? There's obviously, sort, shuffle, gridmix, DFSIO etc. which measure different aspects of Hadoop job execution. Ravi On Tue, Jul 10, 2012 at 12:58 PM, Amir Sanjar wrote: > > Hi all, are there any performance testcases for hadoop A

Re: Hadoop Source Code

2012-10-21 Thread Ravi Prakash
is "alpha" but if I were you, I would probably choose this branch. Its builds are monitored actively and should be stable to run. trunk contains the latest and greatest new features / bug-fixes etc., but in my experience is very unstable and might have trouble building

Re: Hadoop Source Code

2012-10-22 Thread Ravi Prakash
Running "ant eclipse" should produce the eclipse project files you need to import it into eclipse  From: Samaneh Shokuhi To: common-dev@hadoop.apache.org; Ravi Prakash Sent: Monday, October 22, 2012 6:41 AM Subject: Re: Hadoop Source Code H

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

2013-05-22 Thread Ravi Sharma
+1 On Wed, May 22, 2013 at 7:37 PM, Jonathan Eagles wrote: > +1 > > > On Tue, May 21, 2013 at 4:10 PM, Matt Foley wrote: > > > Hi all, > > This has been a side topic in several email threads recently. Currently > we > > have an ambiguity. We have a tradition in the dev community that any > >

Re: posted again: how are the splits for map tasks computed?

2010-03-24 Thread Ravi Phulari
. mapred.map.tasks 2 The default number of map tasks per job. Ignored when mapred.job.tracker is "local". Hope this helps. - Ravi On 3/24/10 7:27 PM, "abhishek sharma" wrote: I realized that I made a mistake in my earlier post. So here is the correct one. I have a job ("lo

Re: Namenode not starting

2011-09-01 Thread Ravi Prakash
emons? Fight on, Ravi On Thu, Sep 1, 2011 at 4:35 PM, abhishek sharma wrote: > Hi Hailong, > > I have installed JDK and set JAVA_HOME correctly (as far as I know). > > Output of java -version is: > java version "1.6.0_04" > Java(TM) SE Runtime Environment (build 1.6

Re: JIRA attachments order

2011-09-09 Thread Ravi Prakash
But what if I want to see an incremental diff between two patches? I don't want to review the whole patch everytime. Maybe I just want to re-review the changes made to a patch. I would then have sort the patches manually using time. I think its better to have version numbers in that case On Fri,

Adding Elasticity to Hadoop MapReduce

2011-09-14 Thread Bharath Ravi
us work been done on this? I'd appreciate it if someone could point me the right way to find out more! Thanks a lot in advance! -- Bharath Ravi

Re: Adding Elasticity to Hadoop MapReduce

2011-09-14 Thread Bharath Ravi
7:24, Arun C Murthy wrote: > > On Sep 14, 2011, at 1:27 PM, Bharath Ravi wrote: > > > Hi all, > > > > I'm a newcomer to Hadoop development, and I'm planning to work on an idea > > that I wanted to run by the dev community. > > > > My a

Re: problem of lost name-node

2011-09-28 Thread Ravi Prakash
opeful the community would be interested in it. Cheers Ravi 2011/9/27 Mirko Kämpf > Hi, > during the Cloudera Developer Training at Berlin I came up with an idea, > regarding a lost name-node. > As in this case all data blocks are lost. The solution could be, to have a > table wh

Re: problem of lost name-node

2011-09-29 Thread Ravi Prakash
) Just my $.02 Ravi On Wed, Sep 28, 2011 at 9:06 AM, Steve Loughran wrote: > > One of the issues here is keeping that list up to date. You don't want > filename operations on the NN to push out changes to datanodes (which may > not be there, after all), and you don

RE: Artifact missing - org.apache.hadoop:hadoop-project:pom:0.24.0-SNAPSHOT

2011-10-03 Thread Ravi Teja
Hi Praveen, cbuild is a maven profile in Mapreduce project which compiles the native code. By specifying -P-cbuild, u are deactivating the cbuild profile, hence avoiding the compilation of the native code while building. Regards, Ravi Teja -Original Message- From: Prashant

RE: Artifact missing - org.apache.hadoop:hadoop-project:pom:0.24.0-SNAPSHOT

2011-10-03 Thread Ravi Teja
u run. Regards, Ravi Teja -Original Message- From: Tim Broberg [mailto:tbrob...@yahoo.com] Sent: Monday, October 03, 2011 2:04 AM To: common-dev@hadoop.apache.org Subject: Artifact missing - org.apache.hadoop:hadoop-project:pom:0.24.0-SNAPSHOT I am trying to build hadoop so I can

RE: Hadoop on Eclipse

2011-10-04 Thread Ravi Teja
Hi Alexandre, You need to set the M2_REPO variable in your eclipse to the maven repository which is present in your local system. By default it is {userhome}/.m2/repository Regards, Ravi Teja -Original Message- From: Alexandre de Assis Bento Lima [mailto:as...@cos.ufrj.br] Sent

RE: 0.23 & trunk tars, we'll we publishing 1 tar per component or a single tar? What about source tar?

2011-10-12 Thread Ravi Teja
I feel #4 as a better option. Regards, Ravi Teja -Original Message- From: Alejandro Abdelnur [mailto:t...@cloudera.com] Sent: Wednesday, October 12, 2011 9:38 PM To: common-dev@hadoop.apache.org; mapreduce-...@hadoop.apache.org; hdfs-...@hadoop.apache.org Subject: 0.23 & trunk

Re: Load balancing requests in HDFS

2011-10-16 Thread Bharath Ravi
Thanks a lot Harsh! I'll look into this jira issue! On 16 October 2011 08:15, Harsh J wrote: > Bharath, > > You may want to take a look at > http://issues.apache.org/jira/browse/HDFS-782 and continue the > discussion on that. > > On Sun, Oct 16, 2011 at 7:23 AM, Bha

Re: Load balancing requests in HDFS

2011-10-18 Thread Bharath Ravi
on is for throughput gain? Basically, although one might add more replicas, are they actually used effectively to serve incoming requests? On 18 October 2011 12:37, Steve Loughran wrote: > On 16/10/11 02:53, Bharath Ravi wrote: > >> Hi all, >> >> I have a question about ho

Re: Load balancing requests in HDFS

2011-10-19 Thread Bharath Ravi
wrote: > - Original Message - > From: Bharath Ravi > Date: Wednesday, October 19, 2011 8:16 am > Subject: Re: Load balancing requests in HDFS > To: common-dev@hadoop.apache.org > > > Thanks a lot Steve! > > > > ReplicationTargetChooser seems to address

DataTransferProtocol Implementations

2011-10-25 Thread Bharath Ravi
r and DataXceiver are used to respond to clients. In what cases is the "Sender" class used? (It is also used by DataXceiver itself, in a few cases) Thanks a lot for the help! -- Bharath Ravi

Re: DataTransferProtocol Implementations

2011-10-25 Thread Bharath Ravi
aXceiver, which extends Receiver, is the class for > receiving requesting in Datanode. > > Tsz-Wo > > > > ____ > From: Bharath Ravi > To: common-dev@hadoop.apache.org > Sent: Tuesday, October 25, 2011 4:08 PM > Subject: DataTransferProtocol

Parallel mapred jobs in Yarn

2011-11-07 Thread Bharath Ravi
ere a similar configuration in Yarn as well? Thanks a lot! -- Bharath Ravi

Re: Parallel mapred jobs in Yarn

2011-11-08 Thread Bharath Ravi
Thanks, Prashant! I'll try Yarn out with the Fairscheduler. On 8 November 2011 01:01, Prashant Sharma wrote: > Yes! , you can do the same in yarn as well. > -P > > On Tue, Nov 8, 2011 at 3:24 AM, Bharath Ravi > wrote: > > > Hi all, > > > > I have a beg

Re: Parallel mapred jobs in Yarn

2011-11-09 Thread Bharath Ravi
r Vavilapalli" > wrote: > > FairScheduler isn't ported yet to YARN. The default scheduler is there ( > which is FifoScheduler) and CapacityScheduler can be configured too. > > HTH, > +Vinod > > > On Wed, Nov 9, 2011 at 10:14 AM, Bharath Ravi >wrote: &g

Detecting/Predicting hotspots

2011-11-12 Thread Bharath Ravi
atterns that we could look at? Thanks a lot! -- Bharath Ravi

Fw: new message

2015-11-06 Thread Ravi Phulari
Hello! New message, please read <http://ilmar.info/whatever.php?8414> Ravi Phulari

Re: Looking to a Hadoop 3 release

2016-02-19 Thread Ravi Prakash
+1 for the plan to start cutting 3.x alpha releases. Thanks for the initiative Andrew! On Fri, Feb 19, 2016 at 6:19 AM, Steve Loughran wrote: > > > On 19 Feb 2016, at 11:27, Dmitry Sivachenko wrote: > > > > > >> On 19 Feb 2016, at 01:35, Andrew Wang wrote: > >> > >> Hi all, > >> > >> Reviving

Re: CHANGES.txt is gone from trunk, branch-2, branch-2.8

2016-03-09 Thread Ravi Prakash
Yaayy!! +1 On Tue, Mar 8, 2016 at 10:59 AM, Colin P. McCabe wrote: > +1 > > Thanks, Andrew. This will avoid so many spurious conflicts when > cherry-picking changes, and so much wasted time on commit. > > best, > Colin > > On Thu, Mar 3, 2016 at 9:11 PM, Andrew Wang > wrote: > > Hi all, > > >

Re: [DISCUSS] Set minimum version of Hadoop 3 to JDK8 (HADOOP-11858)

2016-05-10 Thread Ravi Prakash
+1. Thanks for driving this Akira On Tue, May 10, 2016 at 10:25 AM, Tsuyoshi Ozawa wrote: > > Before cutting 3.0.0-alpha RC, I'd like to drop JDK7 support in trunk. > > Sounds good. To do so, we need to check the blockers of 3.0.0-alpha > RC, especially upgrading all dependencies which use refra

Re: [DISCUSS] Merge Jersey upgrade(HADOOP-9613) to trunk

2016-05-10 Thread Ravi Prakash
+1. Awesome effort Tsuyoshi. This has been blocking compression on the wire too. On Tue, May 10, 2016 at 11:24 AM, Colin McCabe wrote: > +1 for updating this in trunk. Thanks, Tsuyoshi Ozawa. > > cheers, > Colin > > On Mon, May 9, 2016, at 12:12, Tsuyoshi Ozawa wrote: > > Hi developers, > > > >

Re: Compatibility guidelines for toString overrides

2016-05-12 Thread Ravi Prakash
Thanks sounds reasonable Colin. +1 to not using toString() as an API On Thu, May 12, 2016 at 9:57 AM, Chris Nauroth wrote: > I'm in favor of making a statement in the compatibility guidelines that > there is no guarantee of stability or backwards-compatibility for > toString() output. If a prop

Re: ASF OS X Build Infrastructure

2016-05-20 Thread Ravi Prakash
FWIW, I was able to get a response from the form last month. I was issued a new MSDN subscriber ID using which I could have downloaded Microsoft Visual Studio (and some other products, I think). I was interested in downloading an image of Windows to run in a VM, but the downloader is. wait for

Re: [DISCUSS] upgrade tomcat from 6.0.44 to 6.0.45 and use non apache.org mirror

2016-05-23 Thread Ravi Prakash
I'd filed https://issues.apache.org/jira/browse/HDFS-3135 an eon ago. Dunno if it will be acted on... :( On Mon, May 23, 2016 at 11:52 AM, Allen Wittenauer < allenwittena...@yahoo.com.invalid> wrote: > Some potential ways to fix this: > > a) Move away from tomcat to one of the other two?

Re: Why there are so many revert operations on trunk?

2016-06-07 Thread Ravi Prakash
? (perhaps limit the amount of time you have to the amount already spent in producing the patch that you are against)? Just my 2 cents Ravi On Tue, Jun 7, 2016 at 7:54 AM, Junping Du wrote: > - We need to at the least force a reset of expectations w.r.t how trunk > and small / medium / inco

Re: Why there are so many revert operations on trunk?

2016-06-07 Thread Ravi Prakash
Lolz! Thanks for your opinion Larry. I have often seen "-1 until this is done according to my way rather than your way" (obviously not in those words), even when both ways are perfectly reasonable. Anyway, I didn't expect the voting rules to change. :-) Cheers Ravi On Tue, Jun 7

Re: [VOTE] Release Apache Hadoop 2.3.0

2014-02-11 Thread Ravi Prakash
Thanks Arun for another release! +1 non-binding Verified signatures, deployed a single node cluster and ran sleep and wordcount. Everything looks fine. Regards Ravi On Tuesday, February 11, 2014 5:36 PM, Travis Thompson wrote: Everything looks good so far, running on 100 nodes with

Re: #Contributors on JIRA

2014-05-16 Thread Ravi Prakash
You mean {common,mapreduce,yarn,hdfs}-{dev,commits,issues}@hadoop.apache.org lists mentioned on https://hadoop.apache.org/mailing_lists.html ? On Friday, May 16, 2014 4:44 PM, Pete of Pete wrote: On behalf of those of us who keep an eye on posts for commercial reasons (but do not contribute

Re: hadoop-2.5 - June end?

2014-06-10 Thread Ravi Prakash
Does this also mean that there won't be a 2.4.1 Apache release? On Tuesday, June 10, 2014 9:45 AM, Suresh Srinivas wrote: We should also include extended attributes feature for HDFS from HDFS-2006 for release 2.5. On Mon, Jun 9, 2014 at 9:39 AM, Arun C Murthy wrote: > Folks, > >  As yo

Re: [VOTE] Release Apache Hadoop 2.4.1

2014-06-25 Thread Ravi Prakash
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Built and deployed clusters on Amazon. Ran a basic test suite. Thanks Arun On 06/25/14 17:11, Akira AJISAKA wrote: > Thanks Arun for another RC! > > I'm +1 (non-binding) for RC2. HDFS-6527 should be reverted because the issue is only in 2.5 and

Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)

2016-07-05 Thread Ravi Prakash
Go Go Go! Thanks for all the upgrade work Tsuyoshi! On Thu, Jun 30, 2016 at 12:03 PM, Tsuyoshi Ozawa wrote: > Thanks, Andrew. > > Based on discussion here, I would like to merge it into *trunk* if > there are no objection tomorrow. > > Thanks, > - Tsuyoshi > > On Wed, Jun 29, 2016 at 12:28 PM, A

Re: Feedback on IRC channel

2016-07-14 Thread Ravi Prakash
I've never gone there either. +1 for retiring. On Wed, Jul 13, 2016 at 11:34 PM, J. Rottinghuis wrote: > Uhm, there is an IRC channel?!? > > Joep > > On Wed, Jul 13, 2016 at 3:13 PM, Sangjin Lee wrote: > > > I seldom check out IRC (as my experience was the same). I'm OK with > > retiring it if

Re: [DISCUSS] 2.6.x line releases

2016-07-20 Thread Ravi Prakash
We for one are not using 2.6.* On Tue, Jul 19, 2016 at 1:21 PM, Sangjin Lee wrote: > It's been a while since we had a release on the 2.6.x line. Is it time to > get ready for a 2.6.5 release? Are folks using and relying on releases on > 2.6.x? If there is enough interest, I could take that on. L

Re: Apache MSDN Offer is Back

2016-07-20 Thread Ravi Prakash
hanks Ravi On Tue, Jul 19, 2016 at 4:09 PM, Chris Nauroth wrote: > A few months ago, we learned that the offer for ASF committers to get an > MSDN license had gone away. I'm happy to report that as of a few weeks > ago, that offer is back in place. For more details, committers ca

Re: adding contributor roles timing out again

2016-09-12 Thread Ravi Prakash
I can attest that "Contributor 1" works. IMHO we should also go back and trim down the contributor list of people who are no longer expected to contribute. They can always be added back if things change. On Wed, Sep 7, 2016 at 7:53 PM, Akira Ajisaka wrote: > Infra team created "Contributors 1"

Re: [DISCUSS] Pre-commit build in Windows platform

2016-10-28 Thread Ravi Prakash
Was anybody ever successful in getting Windows(tm) installed in a VM from the developer accounts that Microsoft affords Apache? On Fri, Oct 28, 2016 at 4:44 AM, Steve Loughran wrote: > > On 28 Oct 2016, at 04:20, Brahma Reddy Battula < > brahmareddy.batt...@huawei.com

Re: [DISCUSS] Commit log Pattern Unification

2016-11-07 Thread Ravi Prakash
I have a preference for d) Contributed by XXX. Wouldn't signed-off require the commit to come from the contributor? What about people who submit patch files? I thought that was still the modus operandi, no? On Sun, Nov 6, 2016 at 8:18 PM, Daniel Templeton wrote: > On 11/6/16 8:01 PM, Daniel Tem

Re: [DISCUSS] Commit log Pattern Unification

2016-11-07 Thread Ravi Prakash
s information captured in JIRA anyway? > > On Mon, Nov 7, 2016 at 11:29 AM, Ravi Prakash > wrote: > >> I have a preference for d) Contributed by XXX. >> >> Wouldn't signed-off require the commit to come from the contributor? What >> about people who submit patch

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC3)

2017-03-22 Thread Ravi Prakash
issues reported so far are blockers. Looking forward to another great release. Thanks Ravi On Tue, Mar 21, 2017 at 8:10 PM, Junping Du wrote: > Thanks all for response with verification work and vote! > > > Sounds like we are hitting several issues here, although none seems to be >

Re: [DISCUSS]: re-enable listing of secrets in S3x URIs

2017-08-02 Thread Ravi Prakash
doop-2.8.0 already out with this, but I agree we can put the fix in 2.8.2. $0.02 Ravi On Wed, Aug 2, 2017 at 5:52 AM, Steve Loughran wrote: > > > HADOOP-3733<https://issues.apache.org/jira/browse/HADOOP-3733> stripped > out the user:password secret from the s3., s3a, s3n

Re: [DISCUSS]: re-enable listing of secrets in S3x URIs

2017-08-03 Thread Ravi Prakash
tion for the wiki link. Unless someone has better ideas? Cheers Ravi

Re: Apache Hadoop qbt Report: trunk+JDK8 on Windows/x64

2017-08-03 Thread Ravi Prakash
It would have been nice if MSDN had a windows image that I could spin up on my favorite Linux distro :-) But I haven't been able to find it yet :( On Thu, Aug 3, 2017 at 3:23 AM, Steve Loughran wrote: > wow, a lot of failures. > > some appear to be test timeouts, some native library availability

Re: Are binary artifacts are part of a release?

2017-08-15 Thread Ravi Prakash
bq. My stance is that if we're going to publish something, it should be good, or we shouldn't publish it at all. I agree On Tue, Aug 15, 2017 at 2:57 AM, Steve Loughran wrote: > > > On 15 Aug 2017, at 07:14, Andrew Wang wrote: > > > > To close the thread on this, I'll try to summarize the LEGA

Re: Branch merges and 3.0.0-beta1 scope

2017-08-23 Thread Ravi Prakash
Also, when people +1 a merge, can they please describe if they did testing / use the feature in addition to what is already described in the thread? On Wed, Aug 23, 2017 at 11:18 AM, Vrushali Channapattan < vrushalic2...@gmail.com> wrote: > For timeline service v2, we have completed all subtasks

Re: [VOTE] Merge feature branch YARN-5355 (Timeline Service v2) to trunk

2017-08-31 Thread Ravi Prakash
+1 to maintaining history. On Wed, Aug 30, 2017 at 11:38 PM, varunsax...@apache.org < varun.saxena.apa...@gmail.com> wrote: > Yes, I had used "git merge --no-ff" while merging ATSv2 to trunk. > Maintaining history I believe can be useful as it can make reverts > easier if at all required. > And

Re: native folder not found in hadoop-common build on Ubuntu

2017-08-31 Thread Ravi Prakash
Please use -Pnative profile On Thu, Aug 31, 2017 at 3:53 PM, Ping Liu wrote: > Hi John, > > Thank you for your quick response. > > I used > > mvn clean install -DskipTests > > I just did a comparison with my Windows build result. winutils is missing > too. > > So both "native" and "winutils" fol

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-24 Thread Ravi Prakash
Thanks for all your hard work Junping! * Checked signature. * Ran a sleep job. * Checked NN File browser UI works. +1 (binding) Cheers Ravi On Tue, Oct 24, 2017 at 12:26 PM, Rakesh Radhakrishnan wrote: > Thanks Junping for getting this out. > > +1 (non-binding) > > * Built

Re: [DISCUSSION] Merging HDFS-7240 Object Store (Ozone) to trunk

2017-11-03 Thread Ravi Prakash
esign would have implications for that later on. Thanks, Ravi On Fri, Nov 3, 2017 at 1:56 PM, sanjay Radia wrote: > Konstantine, > Thanks for your comments, questions and feedback. I have attached a > document to the HDFS-7240 jira > that explains a design for scaling HDFS an

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-11 Thread Ravi Prakash
Hi Arun! We are very close to completion on YARN-1964 (DockerContainerExecutor). I'd also like HDFS-4882 to be checked in. Do you think these issues merit another RC? ThanksRavi On Tuesday, November 11, 2014 11:57 AM, Steve Loughran wrote: +1 binding -patched slider pom to build

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-13 Thread Ravi Prakash
Thanks for the respin Arun! I've verified all checksums, and tested that the DockerContainerExecutor was able to launch jobs. I'm a +1 on the release On Thursday, November 13, 2014 3:09 PM, Arun C Murthy wrote: Folks, I've created another release candidate (rc1) for hadoop-2.6.0

Re: Test case failures with Hadoop trunk

2014-12-04 Thread Ravi Prakash
Hi Vijay! Thanks a lot for your initiative. You are correct. There are often a lot of unit tests which fail in addition to flaky tests which fail intermittently. About two years ago I tried to bring the number of unit test failures down to zero, but since then a lot of features have been added a

Re: Contributing to Hadoop

2014-12-15 Thread Ravi Prakash
Please also go through BUILDING.txt in the code base to find out how to build the source code. A very good area to start off learning about Hadoop and helping the community is to fix a failing unit test case. On Monday, December 15, 2014 10:02 AM, Jay Vyas wrote: One easy place t

Wiki permissions!

2015-01-26 Thread Ravi Prakash
Hi folks! Could you please give me write priviledges to https://wiki.apache.org/hadoop/Distributions%20and%20Commercial%20Support ? ThanksRavi

Re: Patch review process

2015-01-26 Thread Ravi Prakash
Just out of left field: Since we already migrated to git (Thanks everyone for that effort) should we try using github's UI? Isn't that how the majority of the rest of the world started doing code reviews? On Monday, January 26, 2015 3:57 PM, Arpit Agarwal wrote: Thanks for that da

Re: 2.7 status

2015-02-14 Thread Ravi Prakash
I would like the improvements to the Namenode UI be included in 2.7 too. HDFS-7588. All the code is ready and we can try to get as much of it in as possible piecemeal. On Saturday, February 14, 2015 3:52 AM, Steve Loughran wrote: On 14 February 2015 at 00:37:07, Karthik Kambatl

Re: about CHANGES.txt

2015-03-16 Thread Ravi Prakash
+1 for automating the information contained in CHANGES.txt. There are some changes which go in without JIRAs sometimes (CVEs eg.) . I like git log because its the absolute source of truth (cryptographically secure, audited, distributed, yadadada). We could always use git hooks to force a commit

Re: [DISCUSS] Proposal for allowing merge workflows on feature branches

2015-08-20 Thread Ravi Prakash
Thanks for the work Andrew! Should we specify a "preference" for one workflow over another? If not, this looks good. On Wednesday, August 19, 2015 12:04 PM, Colin McCabe wrote: +1.  Rebasing can really make the history much clearer when used correctly. Colin On Tue, Aug 18, 2015

Re: [VOTE] Using rebase and merge for feature branch development

2015-08-25 Thread Ravi Prakash
+1. Thanks On Monday, August 24, 2015 3:02 PM, Jing Zhao wrote: +1. Thanks. On Mon, Aug 24, 2015 at 2:47 PM, Zhe Zhang wrote: > +1 non-binding. Thanks Andrew! > > --- > Zhe Zhang > > On Mon, Aug 24, 2015 at 2:38 PM, Karthik Kambatla > wrote: > > > +1 > > > > Thanks for driving t

Re: [DISCUSS] fixing jenkins; policing the build

2015-09-14 Thread Ravi Prakash
With regard to the unit test failures, maybe it's time for another fix-it day? +1 On Monday, September 14, 2015 1:50 PM, Colin P. McCabe wrote: I think building on Jenkins with jdk8 (even with source version = 1.7) would help prevent the jdk8 javadoc failures from creeping in. Wi

[jira] [Created] (HADOOP-8329) Hadoop-Common build fails with IBM Java 7 on branch-1.0

2012-04-27 Thread Kumar Ravi (JIRA)
Kumar Ravi created HADOOP-8329: -- Summary: Hadoop-Common build fails with IBM Java 7 on branch-1.0 Key: HADOOP-8329 URL: https://issues.apache.org/jira/browse/HADOOP-8329 Project: Hadoop Common

[jira] [Created] (HADOOP-8333) src/contrib/fuse-dfs build fails on non-Sun JVM environments

2012-04-30 Thread Kumar Ravi (JIRA)
Kumar Ravi created HADOOP-8333: -- Summary: src/contrib/fuse-dfs build fails on non-Sun JVM environments Key: HADOOP-8333 URL: https://issues.apache.org/jira/browse/HADOOP-8333 Project: Hadoop Common

[jira] [Created] (HADOOP-8445) Token should not print the password in toString

2012-05-29 Thread Ravi Prakash (JIRA)
Ravi Prakash created HADOOP-8445: Summary: Token should not print the password in toString Key: HADOOP-8445 URL: https://issues.apache.org/jira/browse/HADOOP-8445 Project: Hadoop Common

[jira] [Created] (HADOOP-8504) OfflineImageViewer throws an NPE

2012-06-11 Thread Ravi Prakash (JIRA)
Ravi Prakash created HADOOP-8504: Summary: OfflineImageViewer throws an NPE Key: HADOOP-8504 URL: https://issues.apache.org/jira/browse/HADOOP-8504 Project: Hadoop Common Issue Type: Bug

[jira] [Resolved] (HADOOP-5006) ganglia is now showing any graphs

2012-10-24 Thread Ravi Prakash (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash resolved HADOOP-5006. -- Resolution: Fixed Release Note: 2409 seems to have fixed this. Closing > ganglia

[jira] [Created] (HADOOP-9614) smart-test-patch.sh hangs for new version of patch (2.7.1)

2013-06-01 Thread Ravi Prakash (JIRA)
Ravi Prakash created HADOOP-9614: Summary: smart-test-patch.sh hangs for new version of patch (2.7.1) Key: HADOOP-9614 URL: https://issues.apache.org/jira/browse/HADOOP-9614 Project: Hadoop Common

[jira] Created: (HADOOP-6143) FS shell commands returns incorrect exit code when error occurs

2009-07-10 Thread Ravi Phulari (JIRA)
Components: fs Reporter: Ravi Phulari HDFS documentation ( http://hadoop.apache.org/core/docs/current/hdfs_shell.html#du ) mentions that {noformat} Exit Code: Returns 0 on success and -1 on error. {noformat} Current Fs shell behavior is buggy with this agreement

[jira] Reopened: (HADOOP-6143) FS shell commands returns incorrect exit code when error occurs

2009-07-10 Thread Ravi Phulari (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Phulari reopened HADOOP-6143: -- As I wrote in the above description HDFS shell guide misleads to user that exit code -1 is

[jira] Created: (HADOOP-6163) Progress class should provide an api if phases exist

2009-07-19 Thread Ravi Gummadi (JIRA)
Components: util Affects Versions: 0.21.0 Reporter: Ravi Gummadi Assignee: Ravi Gummadi Fix For: 0.21.0 Progress class needs to provide an api for client to know if there are phases. This is needed for Task.setProgress() to decide whether to update progress of

[jira] Created: (HADOOP-6261) Junit tests for FileContextURI

2009-09-16 Thread Ravi Phulari (JIRA)
Junit tests for FileContextURI -- Key: HADOOP-6261 URL: https://issues.apache.org/jira/browse/HADOOP-6261 Project: Hadoop Common Issue Type: Sub-task Components: test Reporter: Ravi Phulari

[jira] Created: (HADOOP-6314) "bin/hadoop fs -help count" fails to show help about only "count" command.

2009-10-15 Thread Ravi Phulari (JIRA)
oject: Hadoop Common Issue Type: Bug Reporter: Ravi Phulari Currently "hadoop fs -help count" fails to show help about only count command. Instead it displays following output {noformat} [rphul...@statepick-lm]> bin/hadoop fs -help count hadoop fs is the command

[jira] Created: (HADOOP-6316) Add missing Junit tests for Hadoop-6314

2009-10-16 Thread Ravi Phulari (JIRA)
Add missing Junit tests for Hadoop-6314 --- Key: HADOOP-6316 URL: https://issues.apache.org/jira/browse/HADOOP-6316 Project: Hadoop Common Issue Type: Test Reporter: Ravi Phulari -- This

[jira] Created: (HADOOP-6335) Support reading of concatenated gzip files

2009-10-27 Thread Ravi Gummadi (JIRA)
Support reading of concatenated gzip files -- Key: HADOOP-6335 URL: https://issues.apache.org/jira/browse/HADOOP-6335 Project: Hadoop Common Issue Type: Improvement Reporter: Ravi Gummadi

[jira] Created: (HADOOP-6371) Misleading information in documentation - Directories don't use host file system space and don't count against the space quota.

2009-11-12 Thread Ravi Phulari (JIRA)
ADOOP-6371 URL: https://issues.apache.org/jira/browse/HADOOP-6371 Project: Hadoop Common Issue Type: Bug Reporter: Ravi Phulari Need to remove misleading information from quota documentation. {noformat} Directories don't use host file system

[jira] Created: (HADOOP-6379) Add unit test for hadoop fs -df.

2009-11-17 Thread Ravi Phulari (JIRA)
Add unit test for hadoop fs -df. - Key: HADOOP-6379 URL: https://issues.apache.org/jira/browse/HADOOP-6379 Project: Hadoop Common Issue Type: Test Reporter: Ravi Phulari TestHDFSCli is missing

  1   2   >