Re: [VOTE] Powered by Logo

2011-06-15 Thread Esteban Gutierrez
5, 6, 4, 2, 3, 1

esteban.


On Wed, Jun 15, 2011 at 8:32 PM, Kyoji KATO  wrote:
>
> Hey all,
>
> My vote.. 6,3,5,4,2,1
>
> Thanks,
> Kyoji KATO
>
> On 15 June 2011 12:19, Owen O'Malley  wrote:
>
> > All,
> >   We've had a wide range of entries for a powered by logo. I've put them
> > all on a page, here:
> >
> > http://people.apache.org/~omalley/hadoop-powered-by/
> >
> > Since there are a lot of contenders and we only want a single round of
> > voting, let's use single transferable vote ( STV
> > http://en.wikipedia.org/wiki/Single_transferable_vote). The important
> > thing is to pick the images *IN ORDER* that you would like them.
> >
> > My vote (in order of course): 4, 1, 2, 3, 5, 6.
> >
> > In other words, I want option 4 most and option 6 least. With STV, you
> > don't need to worry about voting for an unpopular choice since your vote
> > will automatically roll over to your next choice.
> >
> > -- Owen
> >
> >
> >


Re: [ANNOUNCE] New Hadoop Committer - Mayank Bansal

2013-12-09 Thread Esteban Gutierrez
Congratulations Mayank!

Esteban.


> On Dec 9, 2013, at 11:13, Ted Yu  wrote:
>
> Congrats, Mayank.
>
>
> On Tue, Dec 10, 2013 at 3:11 AM, Vinod Kumar Vavilapalli > wrote:
>
>> Hi all,
>>
>> I am very pleased to announce that Mayank Bansal is voted in as a committer
>> in the Apache Hadoop project. A long term Hadoop contributor, his
>> contributions to YARN and MapReduce have been outstanding! We appreciate
>> all the work Mayank has put into the project so far, and are looking
>> forward
>> to his future contributions.
>>
>> Welcome aboard, Mayank!
>>
>> Thanks,
>> +Vinod
>> On behalf of the Apache Hadoop PMC
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender immediately
>> and delete it from your system. Thank You.
>>


Re: Code guidelines and bash

2014-07-26 Thread Esteban Gutierrez
Hello Allen,

I looked at last patch and personally I don't see any major issue, perhaps
JVM flags, URLs and configuration keys might be better to define as
environment variables if you want to reduce the length of the lines but I
think legibility is more important.

cheers,
esteban.


--
Cloudera, Inc.



On Sat, Jul 26, 2014 at 7:29 PM, Chris Embree  wrote:

> Allen, et. al.,
>
> I'm not sure how up to date that checklist is, but imposing such a small
> size on cmd arguments seems incredibly short sighted.  I'm pretty sure that
> it is not a generally accepted limit.  I've seen MANY Hadoop processes
> require lengthy CLASS_PATHS that were easily over 240 chars.
>
> BTW, the BASH limit is something around 24k, well beyond 120 chars.
>
> IMHO, if you want to avoid Bill Gates syndrome, (no one will ever need more
> than 256k RAM) you might want to set an upper limit around 64K.   And then
> I'd use a configuration file so I could be stupid and request a max of
> 256M, because I'm doing something way abnormal.
>
> $0.02.  YMMV. ;)
>
>
> On Sat, Jul 26, 2014 at 10:02 PM, Paresh Yadav 
> wrote:
>
> > Hey Allen,
> >
> > I am not a shell scripting expert but I have written few and used/seen
> many
> > from including top 3 enterprise software giants. I don't think everyone
> > sticks to 80 char guidelines, may be this is remnant of the old 80 char
> > terminals. I prefer long descriptive names for the env vars (or vars in
> > general) as it makes the program more readable. Not sure what are
> technical
> > ramifications of having lines longer than 80 char if any.
> >
> > *Thanks,*
> > Paresh Yadav
> > Solutions Engineer, Canada
> >
> > Phone: 416.688.1003
> > Email:  pya...@hortonworks.com
> > Website:   http://www.hortonworks.com/
> >
> > *Follow Us: *
> > <
> >
> http://facebook.com/hortonworks/?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature
> > >
> >
> > <
> >
> http://twitter.com/hortonworks?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature
> > >
> > <
> >
> http://www.linkedin.com/company/hortonworks?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature
> > >
> >
> > [image: photo]
> >
> >
> > On Sat, Jul 26, 2014 at 3:20 PM, Allen Wittenauer  wrote:
> >
> > > Hey folks:
> > >
> > >Deep linked by http://wiki.apache.org/hadoop/CodeReviewChecklist is
> > the
> > > rule  that line length should be ideally maximum 80 chars.  (Sun coding
> > > guidelines.)  In general, it's a good idea and it works for many many
> > > languages...
> > >
> > >Now the caveat.
> > >
> > >As most of you know, I've been hacking on HADOOP-9902 off and on
> for a
> > > year now.   [For those that don't, this is an almost complete rewrite
> of
> > > most of the major shell code that we ship with Hadoop.  The stuff that
> > was
> > > missed I'll pick it up after this gets committed.]   As part of this, I
> > > recently reformatted the last patch to fit that 80 character
> requirement
> > as
> > > best I could.  The result is... not good.  Not good at all.  In many
> > ways,
> > > it actually hurt readability even beyond the lack of indentation that
> > Bash
> > > Beautifier doesn't support for line continuation. (That case statement
> in
> > > bin/hadoop is painful to look at and makes me cry.)
> > >
> > >Barring anymore feedback, it's pretty much ready to commit. But
> before
> > > that happens, do we want to specify that bash has different line length
> > > requirements?  Say 120 chars?  Most of the problems stem from our usage
> > of
> > > REALLY LONG env var names that can't really be changed at this point
> > > without *massively* screwing backward compatibility. (Hello,
> > > YARN_RESOURCEMANAGER_OPTS... I'm talking about you!).
> > >
> > >   Bouncing the idea around a few folks, they all seem to agree that 80
> is
> > > just too hard for bash given our general use case, but I think it'd be
> > good
> > > to have something official.
> > >
> > > Thoughts?
> > >
> > > Thanks.
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>


Re: Default Branch on github

2015-01-06 Thread Esteban Gutierrez
+1 Just ran into that, I had an old copy of hadoop-common and when I did a
git pull nothing happened, it was quite confusing.

esteban.


--
Cloudera, Inc.


On Tue, Jan 6, 2015 at 9:25 AM, Bobby Evans 
wrote:

> https://github.com/apache/hadoop-commonhas a default branch of some
> really old odd branch HADOOP-3628.  Any way we can change this to trunk?
> Anyone who goes to github looking for hadoop is going to see old/wrong code.
>  - Bobby
>


Re: [ANNOUNCE] New Hadoop Committer - Ming Ma

2015-06-19 Thread Esteban Gutierrez
Congratulations Ming Ma!



--
Cloudera, Inc.


On Fri, Jun 19, 2015 at 2:07 PM, Masatake Iwasaki <
iwasak...@oss.nttdata.co.jp> wrote:

> Congratulations, Ming Ma!
>
>
>
> On 6/18/15 12:55, Chris Nauroth wrote:
>
>> On behalf of the Apache Hadoop PMC, I am pleased to announce that Ming Ma
>> has been elected as a committer on the Apache Hadoop project.  We
>> appreciate all of Ming's hard work thus far, and we look forward to his
>> continued contributions.
>>
>> Welcome, Ming!
>>
>> --Chris Nauroth
>>
>>
>


Re: [ANNOUNCE] New Hadoop committer - Lei (Eddy) Xu

2015-06-19 Thread Esteban Gutierrez
Congratulations Eddy!

--
Cloudera, Inc.


On Fri, Jun 19, 2015 at 3:26 AM, Joep Rottinghuis 
wrote:

> Congrats Eddy !
>
> Joep
>
> Sent from my iPhone
>
> > On Jun 18, 2015, at 9:20 PM, Rohith Sharma K S <
> rohithsharm...@huawei.com> wrote:
> >
> > Congratulations :-)
> >
> > Thanks & Regards
> > Rohith Sharma K S
> >
> > -Original Message-
> > From: Andrew Wang [mailto:andrew.w...@cloudera.com]
> > Sent: 16 June 2015 03:21
> > To: general@hadoop.apache.org
> > Subject: [ANNOUNCE] New Hadoop committer - Lei (Eddy) Xu
> >
> > Hello all,
> >
> > It is my pleasure to announce that Lei Xu, also known as Eddy, has
> accepted the Apache Hadoop PMC's invitation to become a committer. We
> appreciate all of Eddy's hard work thus far, and look forward to his
> continued contributions.
> >
> > Welcome and congratulations, Eddy!
> >
> > Best,
> > Andrew, on behalf of the Apache Hadoop PMC
>


Re: Wanting to help

2015-08-18 Thread Esteban Gutierrez
Hi Chris,

Have you seen http://wiki.apache.org/hadoop/HowToContribute from the Apache
Hadoop wiki? I think it is a good starting point if you want to become
familiar with the project. Also, the wiki page has a very handy link to all
the JIRAs that are "easy" fixes that you can do and get you started
contributing to the project:
https://issues.apache.org/jira/issues/?filter=12331506 Lastly, I'd
recommend to read about The Apache Way:
http://www.apache.org/foundation/how-it-works.html and
http://theapacheway.com (more links there too) so you can get an idea how
contributing to projects from the ASF works.

best,
esteban.



--
Cloudera, Inc.


On Tue, Aug 18, 2015 at 7:35 PM, Chris Buckley 
wrote:

> Hi,
>
> I've just download the source from github and have it building here.  I'm
> wanting to help by fixing bugs or working on features.  Please let me know
> if there is something I can help with.  I'm really interested in learning
> the ins and outs of hdfs
>
> *Chris Buckley *
> *Strategist  |  Entrepreneur  |  Founder*
> e: chris.buck...@puresrc.com  |  m: +1 503.709.0096  |  twitter:
> @cn_buckley
>
> Pure Source  outsourcing. excellence.  PureSrc.com
> 
>


Re: [ANNOUNCE] New PMC member Ming Ma

2016-11-10 Thread Esteban Gutierrez
Congratulations, Ming Ma! well deserved and thanks for all the great work!

esteban.

--
Cloudera, Inc.


On Thu, Nov 10, 2016 at 8:05 AM, Chris Nauroth  wrote:

> Congratulations, Ming!  Thank you for your efforts.
>
> On Wed, Nov 9, 2016 at 10:32 AM, Andrew Wang 
> wrote:
>
> > Hi everyone,
> >
> > I'm very pleased to announce that the Apache Hadoop PMC has voted to add
> > Ming Ma as a PMC member. This is in recognition of Ming's many
> > contributions to the Hadoop community.
> >
> > Congratulations Ming! Great work!
> >
> > Best,
> > Andrew
> >
>
>
>
> --
> Chris Nauroth
>


Re: [ANNOUNCE] New Apache Hadoop PMC member Zhe Zhang

2016-11-10 Thread Esteban Gutierrez
Congratulations, Zhe!

esteban.

--
Cloudera, Inc.


On Thu, Nov 10, 2016 at 8:05 AM, Chris Nauroth  wrote:

> Congratulations, Zhe!  Thank you.
>
> On Wed, Nov 9, 2016 at 10:33 AM, Andrew Wang 
> wrote:
>
> > Hi everyone,
> >
> > I'm very pleased to announce that the Apache Hadoop PMC has voted to add
> > Zhe Zhang as a PMC member. This is in recognition of Zhe's many
> > contributions to the Hadoop community.
> >
> > Congratulations Zhe! Great work!
> >
> > Best,
> > Andrew
> >
>
>
>
> --
> Chris Nauroth
>


Re: [ANNOUNCE] New Apache Hadoop committer Sean Busbey

2017-09-15 Thread Esteban Gutierrez
Congratulations, Sean!

--
Cloudera, Inc.


On Thu, Sep 14, 2017 at 10:51 PM, Sunil Govind 
wrote:

> Congratulations Sean !
>
> - Sunil
>
>
> On Fri, Sep 15, 2017 at 2:42 AM Andrew Wang 
> wrote:
>
> > Hi all
> >
> > I'm pleased to announce that Sean Busbey has accepted the Hadoop PMC's
> > invitation to become a Hadoop committer. Sean has recently been working
> on
> > the shaded client, and you might have seen his involvement in other
> > Hadoop-related communities like HBase, Yetus, Avro, Accumulo, and Nifi.
> >
> > Welcome Sean!
> >
> > Best,
> > Andrew
> >
>


Re: [ANNOUNCE] New Apache Hadoop PMC: Yufei Gu

2018-07-31 Thread Esteban Gutierrez
Congratulations, Yufei!



--
Cloudera, Inc.


On Tue, Jul 31, 2018 at 12:52 PM, Robert Kanter  wrote:

> Hi all,
>
> It is my great pleasure to announce that Yufei Gu has accepted the
> invitation to become an Apache Hadoop PMC member.
>
> Please join me in congratulating him!
>
> thanks
> - Robert
>


Re: [ANNOUNCE] New Apache Hadoop PMC: Haibo Chen

2018-11-20 Thread Esteban Gutierrez
Congrats, Haibo!

Thanks,
Esteban.

--
Cloudera, Inc.



On Tue, Nov 20, 2018 at 11:44 AM John Zhuge  wrote:

> Congrats Haibo!!
>
> On Tue, Nov 20, 2018 at 9:28 AM Wangda Tan  wrote:
>
> > Congrats!
> >
> > Best,
> > Wangda
> >
> > On Tue, Nov 20, 2018 at 9:26 AM Andrew Wang
> >  wrote:
> >
> > > Congrats Haibo!
> > >
> > > On Tue, Nov 20, 2018 at 9:23 AM Sangjin Lee  wrote:
> > >
> > > > Congratulations!
> > > >
> > > > On Mon, Nov 19, 2018 at 10:18 PM Sunil Govindan <
> > sunil.gov...@gmail.com>
> > > > wrote:
> > > >
> > > > > Congratulations Haibo!
> > > > >
> > > > > - Sunil
> > > > >
> > > > >
> > > > > On Tue, Nov 20, 2018 at 6:24 AM Daniel Templeton
> > > > >  wrote:
> > > > >
> > > > > > It is with great pleasure that I announce the latest addition to
> > the
> > > > > > Hadoop PMC: Haibo Chen.  Welcome to the PMC, Haibo, and
> > > > congratulations!
> > > > > >
> > > > > > Daniel
> > > > > >
> > > > > >
> > -
> > > > > > To unsubscribe, e-mail: general-unsubscr...@hadoop.apache.org
> > > > > > For additional commands, e-mail: general-h...@hadoop.apache.org
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> --
> John Zhuge
>