Re: [VOTE] Hop proposal

2020-11-10 Thread Paul King
+1 (binding)


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Wed, Sep 16, 2020 at 11:29 PM Matt Casters
 wrote:

> Hi Apache,
>
> I'd like to call a vote on accepting Hop into the Apache Incubator.
> Please see the discussion thread [1].
>
> Please see the full proposal:
> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> Please cast your vote
>
> [ ] +1 Accept Hop into the Incubator
> [ ] +0 Indifferent to the acceptance of Hop
> [ ] -1 Do not accept Hop because …
>
> The vote will be open at least for 72 hours.
>
> Incubator PMC member votes are binding. Everyone else is welcomed to vote
> too
> (mark them as non-binding if you can)!
>
> Thanks in advance for your time.
>
> Regards,
> Matt
>
> [1]
>
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
>


Re: [VOTE] Hop proposal

2020-11-10 Thread Julian Hyde
I saw that the text of the proposal was not attached to the vote. So, for the 
historical record, I am attaching the text here. The text is copied from 
version 10 of the proposal in the wiki, dated 2020-09-17.



## Abstract

Hop is short for the Hop Orchestration Platform. Written
completely in Java it aims to provide a wide range of data
orchestration tools, including a visual development
environment, servers, metadata analysis, auditing services
and so on. As a platform, Hop also wants to be a reusable
library so that it can be easily reused by other software.

## Proposal

Hop provides all the tools to build, maintain and deploy
data orchestration, ETL and data integration solutions. For
example, Hop allows you to diagram a data flow that
propagates changes from a database via Apache Kafka to a
data warehouse and deploy it as an Apache Beam pipeline. The
core concepts of Hop are Pipelines and Workflows.

* Pipelines do the core data manipulation work (read,
  manipulate, write data). The main items of work in
  pipelines are transforms. A pipeline consists of two or
  more (usually many) transforms that each perform a
  granular piece of work. The transforms in a pipeline run
  in parallel, and together create a powerful data
  processing tool.

* Workflows take care of the orchestration of actions:
  execute pipelines, run child workflows, environment
  checks, preparation, problem alerting and so on.  If these
  terms sound familiar it’s because they are taken from the
  Apache Beam and Apache Airflow projects.

The main components of the Hop platform are:

* hop-gui, a visual data orchestration IDE
* hop-run: a CLI tool to run workflows or pipelines
* hop-config: a CLI tool to configure Hop and its components
* hop-server: a light-weight web server to run and monitor
  workflows and pipelines
* hop-translator: a tool for translating the various parts
  of the Hop tools (i18n).
* hop-web: a thin client version of hop-gui for web browsers
  and mobile devices

The cornerstone of the Hop platform is extensibility: all
major components of the platform are designed to be
pluggable. This allows any possible missing functionality to
be created in a short amount of time.

## Background

The Hop Orchestration Platform has its origins in the Kettle
community. Kettle got acquired by Pentaho and after
Pentaho’s acquisition by Hitachi in 2015, the community
struck out to solve problems less aligned with Hitachi’s
interests.

## Rationale

In the Hop community, we have always aimed to function as a
meritocracy, where contributions are accepted based on
merit, and individuals gain status in the community based on
their contributions (coding and otherwise). We’re proud to
have a diverse group of people doing all the required things
in a project: development, documentation, tutorials,
architecture, testing, graphics design and much
more. Bringing the project under the Apache Software
Foundation would allow us to continue and grow, but also
give our users confidence about the governance, IP status,
and future of the project.

## ASF Preparation Phase

The very first goal of project Hop is to find a good way to
cooperate on the development across wide geographical,
economical and social spectra. To make this possible real
changes were needed to a codebase which is essentially 20
years old. Most of these changes have been tackled by
now. We think it’s fair to say that by now, Hop is a new
platform even though it shares a common background as it
partly started from the Kettle code base.

Here are a few of the key focus areas we’re trying to
saveguard going forward:

* Plugins: lightweight plugins for all major
  functionality. This makes it possible to extend Hop or
  reduce Hop in size. It also allows people to implement or
  change functionality with minimal coding. In other words
  it makes it easier to contribute.

* Maintain an open and responsive community where every
  concern, feedback and contribution is welcome.

* Maintain a clear focus on data orchestration user
  requirements, not on “industry trends”

* Documentation: we set up a version controlled “adoc”
  system with automated builds which is both open,
  controlled and reviewed. This is incredibly important for
  every Hop user and developer.

* Testing and stability: we want to massively increase
  stability by implementing integration tests beyond the
  standard Java unit testing because of the dynamic nature
  of data orchestration work. We still have a long way to
  go. This work will never be finished. It’s a clear and
  important goal nevertheless.

* Simplicity: things are complex enough. We follow the
  example of projects like Apache Spark and Flink and so as
  an example “hop-run.sh” does exactly what the name says
  without the need to dive into documentation. As much as
  possible we make things self-evident and will re-use
  existing terminology.

For a list of the changes you can look at the monthly
roundup which was compiled since 

Re:[VOTE] Hop proposal

2020-09-17 Thread Juan Pan
+1 non-binding, good luck. :)


 Juan Pan (Trista)
 
Senior DBA & PMC of Apache ShardingSphere
E-mail: panj...@apache.org




On 09/16/2020 21:28,Matt Casters wrote:
Hi Apache,

I'd like to call a vote on accepting Hop into the Apache Incubator.
Please see the discussion thread [1].

Please see the full proposal:
https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
Please cast your vote

[ ] +1 Accept Hop into the Incubator
[ ] +0 Indifferent to the acceptance of Hop
[ ] -1 Do not accept Hop because …

The vote will be open at least for 72 hours.

Incubator PMC member votes are binding. Everyone else is welcomed to vote
too
(mark them as non-binding if you can)!

Thanks in advance for your time.

Regards,
Matt

[1]
http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html


Re: [VOTE] Hop proposal

2020-09-17 Thread Francois Papon
sorry I forgot the (non-binding) ;)

François
fpa...@apache.org

Le 17/09/2020 à 17:59, Francois Papon a écrit :
>
> +1
>
> regards,
>
> François
> fpa...@apache.org
> Le 16/09/2020 à 15:28, Matt Casters a écrit :
>> Hi Apache,
>>
>> I'd like to call a vote on accepting Hop into the Apache Incubator.
>> Please see the discussion thread [1].
>>
>> Please see the full proposal:
>> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
>> 
>> Please cast your vote
>>
>>         [ ] +1 Accept Hop into the Incubator
>>         [ ] +0 Indifferent to the acceptance of Hop
>>         [ ] -1 Do not accept Hop because …
>>
>> The vote will be open at least for 72 hours.
>>
>> Incubator PMC member votes are binding. Everyone else is welcomed to
>> vote too
>> (mark them as non-binding if you can)!    
>>
>> Thanks in advance for your time.
>>
>> Regards,
>> Matt
>>
>> [1]
>> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
>> 
>>
>>


Re: [VOTE] Hop proposal

2020-09-17 Thread Francois Papon
+1

regards,

François
fpa...@apache.org

Le 16/09/2020 à 15:28, Matt Casters a écrit :
> Hi Apache,
>
> I'd like to call a vote on accepting Hop into the Apache Incubator.
> Please see the discussion thread [1].
>
> Please see the full proposal:
> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> 
> Please cast your vote
>
>         [ ] +1 Accept Hop into the Incubator
>         [ ] +0 Indifferent to the acceptance of Hop
>         [ ] -1 Do not accept Hop because …
>
> The vote will be open at least for 72 hours.
>
> Incubator PMC member votes are binding. Everyone else is welcomed to
> vote too
> (mark them as non-binding if you can)!    
>
> Thanks in advance for your time.
>
> Regards,
> Matt
>
> [1]
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
> 
>
>


Re: [VOTE] Hop proposal

2020-09-17 Thread Ming Wen
+1 (non-binding)

Thanks,
Ming Wen, Apache APISIX & Apache SkyWalking
Twitter: _WenMing


Furkan KAMACI  于2020年9月17日周四 下午7:24写道:

> Hi,
>
> +1 (binding)!
>
> Kind Regards,
> Furkan KAMACI
>
> On Thu, Sep 17, 2020 at 1:48 PM Maximilian Michels  wrote:
>
> > +1 (non-binding)
> >
> > On 17.09.20 10:21, Sheng Wu wrote:
> > > +1 binding
> > >
> > > Good luck
> > >
> > > Sheng Wu 吴晟
> > > Twitter, wusheng1108
> > >
> > >
> > > Vinayakumar B mailto:vinayakum...@apache.org
> >>
> >
> > > 于2020年9月17日周四 下午4:07写道:
> > >
> > > +1 (binding)
> > >
> > > -Vinay
> > >
> > >
> > > On Thu, Sep 17, 2020 at 1:34 PM Jean-Baptiste Onofre
> > > mailto:j...@nanthrax.net>>
> > > wrote:
> > >
> > >  > +1 (binding)
> > >  >
> > >  > Don’t hesitate to ping me if you need help.
> > >  >
> > >  > Regards
> > >  > JB
> > >  >
> > >  > > Le 16 sept. 2020 à 15:28, Matt Casters
> > >  >  a écrit :
> > >  > >
> > >  > > Hi Apache,
> > >  > >
> > >  > > I'd like to call a vote on accepting Hop into the Apache
> > Incubator.
> > >  > > Please see the discussion thread [1].
> > >  > >
> > >  > > Please see the full proposal:
> > >  > >
> > https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> > >  > > Please cast your vote
> > >  > >
> > >  > >[ ] +1 Accept Hop into the Incubator
> > >  > >[ ] +0 Indifferent to the acceptance of Hop
> > >  > >[ ] -1 Do not accept Hop because …
> > >  > >
> > >  > > The vote will be open at least for 72 hours.
> > >  > >
> > >  > > Incubator PMC member votes are binding. Everyone else is
> > > welcomed to vote
> > >  > > too
> > >  > > (mark them as non-binding if you can)!
> > >  > >
> > >  > > Thanks in advance for your time.
> > >  > >
> > >  > > Regards,
> > >  > > Matt
> > >  > >
> > >  > > [1]
> > >  > >
> > >  >
> > >
> >
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
> > >  >
> > >  >
> > >  >
> > -
> > >  > To unsubscribe, e-mail:
> general-unsubscr...@incubator.apache.org
> > > 
> > >  > For additional commands, e-mail:
> > > general-h...@incubator.apache.org
> > > 
> > >  >
> > >  >
> > >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>


Re: [VOTE] Hop proposal

2020-09-17 Thread Furkan KAMACI
Hi,

+1 (binding)!

Kind Regards,
Furkan KAMACI

On Thu, Sep 17, 2020 at 1:48 PM Maximilian Michels  wrote:

> +1 (non-binding)
>
> On 17.09.20 10:21, Sheng Wu wrote:
> > +1 binding
> >
> > Good luck
> >
> > Sheng Wu 吴晟
> > Twitter, wusheng1108
> >
> >
> > Vinayakumar B mailto:vinayakum...@apache.org>>
>
> > 于2020年9月17日周四 下午4:07写道:
> >
> > +1 (binding)
> >
> > -Vinay
> >
> >
> > On Thu, Sep 17, 2020 at 1:34 PM Jean-Baptiste Onofre
> > mailto:j...@nanthrax.net>>
> > wrote:
> >
> >  > +1 (binding)
> >  >
> >  > Don’t hesitate to ping me if you need help.
> >  >
> >  > Regards
> >  > JB
> >  >
> >  > > Le 16 sept. 2020 à 15:28, Matt Casters
> >  >  a écrit :
> >  > >
> >  > > Hi Apache,
> >  > >
> >  > > I'd like to call a vote on accepting Hop into the Apache
> Incubator.
> >  > > Please see the discussion thread [1].
> >  > >
> >  > > Please see the full proposal:
> >  > >
> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> >  > > Please cast your vote
> >  > >
> >  > >[ ] +1 Accept Hop into the Incubator
> >  > >[ ] +0 Indifferent to the acceptance of Hop
> >  > >[ ] -1 Do not accept Hop because …
> >  > >
> >  > > The vote will be open at least for 72 hours.
> >  > >
> >  > > Incubator PMC member votes are binding. Everyone else is
> > welcomed to vote
> >  > > too
> >  > > (mark them as non-binding if you can)!
> >  > >
> >  > > Thanks in advance for your time.
> >  > >
> >  > > Regards,
> >  > > Matt
> >  > >
> >  > > [1]
> >  > >
> >  >
> >
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
> >  >
> >  >
> >  >
> -
> >  > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > 
> >  > For additional commands, e-mail:
> > general-h...@incubator.apache.org
> > 
> >  >
> >  >
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Hop proposal

2020-09-17 Thread Maximilian Michels

+1 (non-binding)

On 17.09.20 10:21, Sheng Wu wrote:

+1 binding

Good luck

Sheng Wu 吴晟
Twitter, wusheng1108


Vinayakumar B mailto:vinayakum...@apache.org>> 
于2020年9月17日周四 下午4:07写道:


+1 (binding)

-Vinay


On Thu, Sep 17, 2020 at 1:34 PM Jean-Baptiste Onofre
mailto:j...@nanthrax.net>>
wrote:

 > +1 (binding)
 >
 > Don’t hesitate to ping me if you need help.
 >
 > Regards
 > JB
 >
 > > Le 16 sept. 2020 à 15:28, Matt Casters
 >  a écrit :
 > >
 > > Hi Apache,
 > >
 > > I'd like to call a vote on accepting Hop into the Apache Incubator.
 > > Please see the discussion thread [1].
 > >
 > > Please see the full proposal:
 > > https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
 > > Please cast your vote
 > >
 > >        [ ] +1 Accept Hop into the Incubator
 > >        [ ] +0 Indifferent to the acceptance of Hop
 > >        [ ] -1 Do not accept Hop because …
 > >
 > > The vote will be open at least for 72 hours.
 > >
 > > Incubator PMC member votes are binding. Everyone else is
welcomed to vote
 > > too
 > > (mark them as non-binding if you can)!
 > >
 > > Thanks in advance for your time.
 > >
 > > Regards,
 > > Matt
 > >
 > > [1]
 > >
 >

http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
 >
 >
 > -
 > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org

 > For additional commands, e-mail:
general-h...@incubator.apache.org

 >
 >



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Hop proposal

2020-09-17 Thread Sheng Wu
+1 binding

Good luck

Sheng Wu 吴晟
Twitter, wusheng1108


Vinayakumar B  于2020年9月17日周四 下午4:07写道:

> +1 (binding)
>
> -Vinay
>
>
> On Thu, Sep 17, 2020 at 1:34 PM Jean-Baptiste Onofre 
> wrote:
>
> > +1 (binding)
> >
> > Don’t hesitate to ping me if you need help.
> >
> > Regards
> > JB
> >
> > > Le 16 sept. 2020 à 15:28, Matt Casters
> >  a écrit :
> > >
> > > Hi Apache,
> > >
> > > I'd like to call a vote on accepting Hop into the Apache Incubator.
> > > Please see the discussion thread [1].
> > >
> > > Please see the full proposal:
> > > https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> > > Please cast your vote
> > >
> > >[ ] +1 Accept Hop into the Incubator
> > >[ ] +0 Indifferent to the acceptance of Hop
> > >[ ] -1 Do not accept Hop because …
> > >
> > > The vote will be open at least for 72 hours.
> > >
> > > Incubator PMC member votes are binding. Everyone else is welcomed to
> vote
> > > too
> > > (mark them as non-binding if you can)!
> > >
> > > Thanks in advance for your time.
> > >
> > > Regards,
> > > Matt
> > >
> > > [1]
> > >
> >
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
> >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>


Re: [VOTE] Hop proposal

2020-09-17 Thread Vinayakumar B
+1 (binding)

-Vinay


On Thu, Sep 17, 2020 at 1:34 PM Jean-Baptiste Onofre 
wrote:

> +1 (binding)
>
> Don’t hesitate to ping me if you need help.
>
> Regards
> JB
>
> > Le 16 sept. 2020 à 15:28, Matt Casters
>  a écrit :
> >
> > Hi Apache,
> >
> > I'd like to call a vote on accepting Hop into the Apache Incubator.
> > Please see the discussion thread [1].
> >
> > Please see the full proposal:
> > https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> > Please cast your vote
> >
> >[ ] +1 Accept Hop into the Incubator
> >[ ] +0 Indifferent to the acceptance of Hop
> >[ ] -1 Do not accept Hop because …
> >
> > The vote will be open at least for 72 hours.
> >
> > Incubator PMC member votes are binding. Everyone else is welcomed to vote
> > too
> > (mark them as non-binding if you can)!
> >
> > Thanks in advance for your time.
> >
> > Regards,
> > Matt
> >
> > [1]
> >
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Hop proposal

2020-09-17 Thread Jean-Baptiste Onofre
+1 (binding)

Don’t hesitate to ping me if you need help.

Regards
JB

> Le 16 sept. 2020 à 15:28, Matt Casters 
>  a écrit :
> 
> Hi Apache,
> 
> I'd like to call a vote on accepting Hop into the Apache Incubator.
> Please see the discussion thread [1].
> 
> Please see the full proposal:
> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> Please cast your vote
> 
>[ ] +1 Accept Hop into the Incubator
>[ ] +0 Indifferent to the acceptance of Hop
>[ ] -1 Do not accept Hop because …
> 
> The vote will be open at least for 72 hours.
> 
> Incubator PMC member votes are binding. Everyone else is welcomed to vote
> too
> (mark them as non-binding if you can)!
> 
> Thanks in advance for your time.
> 
> Regards,
> Matt
> 
> [1]
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Hop proposal

2020-09-17 Thread Kevin Ratnasekera
+1 ( binding )

On Thu, Sep 17, 2020 at 10:07 AM Aditya Sharma 
wrote:

> +1 (non-binding)
> Seems promising
>
> Thanks and regards,
> Aditya Sharma
>
> On Thu, 17 Sep 2020 at 09:14, Dave Fisher  wrote:
>
>> +1 (binding) let’s hop to it!
>>
>> Sent from my iPhone
>>
>> > On Sep 16, 2020, at 7:55 PM, Julian Hyde  wrote:
>> >
>> > +1
>> >
>> > I have known several of the members of the Hop community (Matt, Bart,
>> > Rodrigo, Doug, Gretchen, Dave) for well over ten years; they were
>> > contributing to Pentaho, Kettle and other projects while I was working
>> > on Mondrian. They are good people, and they know how to build a great
>> > product by first building a great community.
>> >
>> > I volunteered to become a mentor of this project because I am excited
>> > to see what they can achieve as part of Apache.
>> >
>> > Julian
>> >
>> >> On Wed, Sep 16, 2020 at 6:29 AM Matt Casters
>> >>  wrote:
>> >>
>> >> Hi Apache,
>> >>
>> >> I'd like to call a vote on accepting Hop into the Apache Incubator.
>> >> Please see the discussion thread [1].
>> >>
>> >> Please see the full proposal:
>> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
>> >> Please cast your vote
>> >>
>> >>[ ] +1 Accept Hop into the Incubator
>> >>[ ] +0 Indifferent to the acceptance of Hop
>> >>[ ] -1 Do not accept Hop because …
>> >>
>> >> The vote will be open at least for 72 hours.
>> >>
>> >> Incubator PMC member votes are binding. Everyone else is welcomed to
>> vote too
>> >> (mark them as non-binding if you can)!
>> >>
>> >> Thanks in advance for your time.
>> >>
>> >> Regards,
>> >> Matt
>> >>
>> >> [1]
>> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
>> >>
>> >>
>> >
>> > -
>> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> > For additional commands, e-mail: general-h...@incubator.apache.org
>> >
>>
>>
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>>


Re: [VOTE] Hop proposal

2020-09-16 Thread Aditya Sharma
+1 (non-binding)
Seems promising

Thanks and regards,
Aditya Sharma

On Thu, 17 Sep 2020 at 09:14, Dave Fisher  wrote:

> +1 (binding) let’s hop to it!
>
> Sent from my iPhone
>
> > On Sep 16, 2020, at 7:55 PM, Julian Hyde  wrote:
> >
> > +1
> >
> > I have known several of the members of the Hop community (Matt, Bart,
> > Rodrigo, Doug, Gretchen, Dave) for well over ten years; they were
> > contributing to Pentaho, Kettle and other projects while I was working
> > on Mondrian. They are good people, and they know how to build a great
> > product by first building a great community.
> >
> > I volunteered to become a mentor of this project because I am excited
> > to see what they can achieve as part of Apache.
> >
> > Julian
> >
> >> On Wed, Sep 16, 2020 at 6:29 AM Matt Casters
> >>  wrote:
> >>
> >> Hi Apache,
> >>
> >> I'd like to call a vote on accepting Hop into the Apache Incubator.
> >> Please see the discussion thread [1].
> >>
> >> Please see the full proposal:
> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> >> Please cast your vote
> >>
> >>[ ] +1 Accept Hop into the Incubator
> >>[ ] +0 Indifferent to the acceptance of Hop
> >>[ ] -1 Do not accept Hop because …
> >>
> >> The vote will be open at least for 72 hours.
> >>
> >> Incubator PMC member votes are binding. Everyone else is welcomed to
> vote too
> >> (mark them as non-binding if you can)!
> >>
> >> Thanks in advance for your time.
> >>
> >> Regards,
> >> Matt
> >>
> >> [1]
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Hop proposal

2020-09-16 Thread Dave Fisher
+1 (binding) let’s hop to it!

Sent from my iPhone

> On Sep 16, 2020, at 7:55 PM, Julian Hyde  wrote:
> 
> +1
> 
> I have known several of the members of the Hop community (Matt, Bart,
> Rodrigo, Doug, Gretchen, Dave) for well over ten years; they were
> contributing to Pentaho, Kettle and other projects while I was working
> on Mondrian. They are good people, and they know how to build a great
> product by first building a great community.
> 
> I volunteered to become a mentor of this project because I am excited
> to see what they can achieve as part of Apache.
> 
> Julian
> 
>> On Wed, Sep 16, 2020 at 6:29 AM Matt Casters
>>  wrote:
>> 
>> Hi Apache,
>> 
>> I'd like to call a vote on accepting Hop into the Apache Incubator.
>> Please see the discussion thread [1].
>> 
>> Please see the full proposal: 
>> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
>> Please cast your vote
>> 
>>[ ] +1 Accept Hop into the Incubator
>>[ ] +0 Indifferent to the acceptance of Hop
>>[ ] -1 Do not accept Hop because …
>> 
>> The vote will be open at least for 72 hours.
>> 
>> Incubator PMC member votes are binding. Everyone else is welcomed to vote too
>> (mark them as non-binding if you can)!
>> 
>> Thanks in advance for your time.
>> 
>> Regards,
>> Matt
>> 
>> [1] 
>> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
>> 
>> 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Hop proposal

2020-09-16 Thread Julian Hyde
+1

I have known several of the members of the Hop community (Matt, Bart,
Rodrigo, Doug, Gretchen, Dave) for well over ten years; they were
contributing to Pentaho, Kettle and other projects while I was working
on Mondrian. They are good people, and they know how to build a great
product by first building a great community.

I volunteered to become a mentor of this project because I am excited
to see what they can achieve as part of Apache.

Julian

On Wed, Sep 16, 2020 at 6:29 AM Matt Casters
 wrote:
>
> Hi Apache,
>
> I'd like to call a vote on accepting Hop into the Apache Incubator.
> Please see the discussion thread [1].
>
> Please see the full proposal: 
> https://cwiki.apache.org/confluence/display/INCUBATOR/HopProposal
> Please cast your vote
>
> [ ] +1 Accept Hop into the Incubator
> [ ] +0 Indifferent to the acceptance of Hop
> [ ] -1 Do not accept Hop because …
>
> The vote will be open at least for 72 hours.
>
> Incubator PMC member votes are binding. Everyone else is welcomed to vote too
> (mark them as non-binding if you can)!
>
> Thanks in advance for your time.
>
> Regards,
> Matt
>
> [1] 
> http://apache-incubator-general.996316.n3.nabble.com/DISCUSS-Hop-proposal-td68232.html
>
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org