Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread Justin Erenkrantz
On Tue, May 19, 2015 at 2:27 PM, Stack  wrote:
> Following the discussion earlier in the thread [1], I would like to call a
> VOTE to accept Trafodion as a new Apache Incubator project.
>
> The proposal is available on the wiki at [2] and is also attached to this
> mail.
>
> The VOTE is open for at least the next 72 hours:
>
>  [ ] +1 accept Trafodion into the Apache Incubator
>  [ ] ±0 Abstain
>  [ ] -1 because...

+1.  Good luck!  -- justin

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



Re: [VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-20 Thread Justin Erenkrantz
On Tue, May 19, 2015 at 6:09 PM, Branko Čibej  wrote:
> On 20.05.2015 00:44, Justin Mclean wrote:
>> Hi,
>>
>> +0 (binding) from me until these 2 issues are resolved. Of course other IPMC 
>> members may vote differently.
>>
>> Several bundled files have GPL license headers e.g. 
>> ./ipc/shmem/config.guess, ./ipc/shmem/ltmain.sh etc. While these look like 
>> auto generated build files but I'm not sure that they can be included in a 
>> source release.
>
> There's no way around including such files; any normal (i.e., not Java
> :) source package that uses configure and libtool needs those files
> bundled in the source.

If you read the license text in those files, those files carry
well-known exceptions - see below.  So, it should be fine.
(httpd/Subversion/APR release tarballs usually end up with similar
files.)  -- justin

config.guess:
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that
# program.  This Exception is an additional permission under section 7
# of the GNU General Public License, version 3 ("GPLv3").

ltmain.sh:
# As a special exception to the GNU General Public License,
# if you distribute this file as part of a program or library that
# is built using GNU Libtool, you may include this file under the
# same distribution terms that you use for the rest of that program.

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



Re: [VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-20 Thread Branko Čibej
On 20.05.2015 03:09, Branko Čibej wrote:
> On 20.05.2015 00:44, Justin Mclean wrote:
>> Hi,
>>
>> +0 (binding) from me until these 2 issues are resolved. Of course other IPMC 
>> members may vote differently.
>>
>> Several bundled files have GPL license headers e.g. 
>> ./ipc/shmem/config.guess, ./ipc/shmem/ltmain.sh etc. While these look like 
>> auto generated build files but I'm not sure that they can be included in a 
>> source release.
> There's no way around including such files; any normal (i.e., not Java
> :) source package that uses configure and libtool needs those files
> bundled in the source.
>
> However, I'll have to vote -1: the LICENSE, NOTICE and DEPENDENCIES
> files shouldn't be in the package. They appear to be some maven side
> effect. Especially LICENSE and NOTICE are confusing because a user has
> no way to be sure which file she should be reading.
>
> Other issues:

I probably should have said explicitly that these "other issues" are not
release blockers as far as I'm concerned.

-- Brane


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



Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread Edward J. Yoon
+1 good luck!

On Wednesday, May 20, 2015, Justin Erenkrantz  wrote:

> On Tue, May 19, 2015 at 2:27 PM, Stack >
> wrote:
> > Following the discussion earlier in the thread [1], I would like to call
> a
> > VOTE to accept Trafodion as a new Apache Incubator project.
> >
> > The proposal is available on the wiki at [2] and is also attached to this
> > mail.
> >
> > The VOTE is open for at least the next 72 hours:
> >
> >  [ ] +1 accept Trafodion into the Apache Incubator
> >  [ ] ±0 Abstain
> >  [ ] -1 because...
>
> +1.  Good luck!  -- justin
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> 
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
>
>

-- 
Best Regards, Edward J. Yoon


Re: [VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-20 Thread Yakov Zhdanov
Guys,

LICENSE, NOTICE and DEPENDENCIES are added by maven parent pom which does
not consider .txt files and thinks that they are absent. In my view maven
should have fail in this case. Anyway, this will be fixed and new rc will
be resubmitted to PPMC once again. Brane, given you are busy should we
consider extending PPMC vote for 96 hours?

Ticket for Justin's comment on licenses packaging -
https://issues.apache.org/jira/browse/IGNITE-927 (will be addressed in the
next release).

As far as other issues, my comments are below

 * The "official" source for "official convenience" binaries should be
the source package, not some tag in the repository. The source
package is what we release; not the repository contents. I'm sure I
mentioned that before.

YZ: Agree, there is a JIRA ticket for this -
https://issues.apache.org/jira/browse/IGNITE-618

  * I agree with Justin about binary package placing and naming; you'll
recall that I was quite eloquent on that topic a while ago, without
much effect.

YZ: Ticket has been filed and will be addressed in the next release
(Justin, it also covers "apache" in artifact names) -
https://issues.apache.org/jira/browse/IGNITE-926

  * There are many, many HTML syntax errors in the javadocs.

YZ: Far from being a serious issue. Javadocs can be built without errors
and look good in browser. I think this can be addressed with low priority
in the background.

  * Once finally run, the node says "New version is available at
ignite.incubator.apache.org: 1.0.0". Surely that's a bug if I'm
running 1.1.0?

YZ: Well, this is the simplest way to implement update checker. If site has
different version it should be a newer one. Once this gets released, the
website will be updated and message will not pop up in logs. So, would not
touch it for now.

Thanks!

--Yakov

2015-05-20 4:09 GMT+03:00 Branko Čibej :

> On 20.05.2015 00:44, Justin Mclean wrote:
> > Hi,
> >
> > +0 (binding) from me until these 2 issues are resolved. Of course other
> IPMC members may vote differently.
> >
> > Several bundled files have GPL license headers e.g.
> ./ipc/shmem/config.guess, ./ipc/shmem/ltmain.sh etc. While these look like
> auto generated build files but I'm not sure that they can be included in a
> source release.
>
> There's no way around including such files; any normal (i.e., not Java
> :) source package that uses configure and libtool needs those files
> bundled in the source.
>
> However, I'll have to vote -1: the LICENSE, NOTICE and DEPENDENCIES
> files shouldn't be in the package. They appear to be some maven side
> effect. Especially LICENSE and NOTICE are confusing because a user has
> no way to be sure which file she should be reading.
>
> Other issues:
>
>   * The "official" source for "official convenience" binaries should be
> the source package, not some tag in the repository. The source
> package is what we release; not the repository contents. I'm sure I
> mentioned that before.
>   * I agree with Justin about binary package placing and naming; you'll
> recall that I was quite eloquent on that topic a while ago, without
> much effect.
>   * There are many, many HTML syntax errors in the javadocs.
>   * Once finally run, the node says "New version is available at
> ignite.incubator.apache.org: 1.0.0". Surely that's a bug if I'm
> running 1.1.0?
>
> Finally, I apologize for not bringing these issues up on the PPMC vote
> thread; I was sidetracked by other issues the last couple weeks.
>
> -- Brane
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


RE: [PROPOSAL] Open CRM

2015-05-20 Thread shibasis sengupta
Thanks Nick for the reply

-Original Message-
From: Nick Burch [mailto:apa...@gagravarr.org] 
Sent: Wednesday, 20 May 2015 3:05 AM
To: general@incubator.apache.org
Subject: Re: [PROPOSAL] Open CRM 

On Tue, 19 May 2015, shibasis sengupta wrote:
> Only catch is, its developed using .NET - does ASF consider .NET 
> projects?

Of course! While we do have quite a lot of Java projects these days, there
are no language restrictions in place on incubating or graduated projects,
and all languages where a community can be built are most welcomed :)

A few .net related projects I can think of here, off the top of my head:
* Lucene.net
   http://lucenenet.apache.org/
* .CMIS from Apache Chemistry
   http://chemistry.apache.org/dotnet/dotcmis.html
* log4net from Apache Logging
   http://logging.apache.org/log4net/

Nick

-
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: [PROPOSAL] Open CRM

2015-05-20 Thread shibasis sengupta
Dear Members,

When I am trying to create a new page for my proposal I am getting the error -
" You are not allowed to edit this page.".
Attaching the screen shot for reference.
Any help would be very helpful.

Regards -
Shibasis

-Original Message-
From: shibasis sengupta [mailto:shibas...@gmail.com] 
Sent: Tuesday, 19 May 2015 9:41 PM
To: 'general@incubator.apache.org'
Cc: 'Benedikt Ritter'
Subject: RE: [PROPOSAL] Open CRM

Thank you for the suggestion.
I am thinking of an alternate name. Keeping this chain open for any input from 
members.

Regards -
Shibasis

-Original Message-
From: Sergio Fernández [mailto:wik...@apache.org]
Sent: Tuesday, 19 May 2015 9:26 PM
To: general@incubator.apache.org
Cc: shibasis sengupta; Benedikt Ritter
Subject: Re: [PROPOSAL] Open CRM

I guess you should look for a better name...
There is a obvious conflict with another product/s.
See for instance http://www.opencrm.co.uk


On Tue, May 19, 2015 at 1:05 PM, shibasis sengupta 
wrote:

> Dear Members,
>
> Wanted to propose my project for incubation in ASF.
> The project is a full blown Web based CRM project and ready for a 
> demo. I have a working code base to start with.
>
> Only catch is, its developed using .NET - does ASF consider .NET projects?
>
> Highly appreciate any suggestion/feedback.
>
> Kindly bear with my lack of understanding of process in ASF as I am 
> very new to this forum.
>
> Regards -
> Shibasis
>
>
> -Original Message-
> From: shibasis sengupta [mailto:shibas...@gmail.com]
> Sent: Tuesday, 19 May 2015 8:48 PM
> To: 'general@incubator.apache.org'; 'brit...@apache.org'
> Subject: RE: Request for information on Incubation
>
> Thanks Mate.
>
> I am checking the links you provided.
>
> Also, checking this link -
> http://incubator.apache.org/guides/proposal.html#preparation
>
>
>
> -Original Message-
> From: Benedikt Ritter [mailto:brit...@apache.org]
> Sent: Tuesday, 19 May 2015 8:42 PM
> To: general@incubator.apache.org
> Subject: Re: Request for information on Incubation
>
> Hello Shibasis,
>
> please have a look at the documentation on the incubator website [1]. 
> This give a good overview how incubation at the ASF works.
>
> HTH,
> Benedikt
>
> [1] http://incubator.apache.org/incubation/Process_Description.html
>
> 2015-05-19 12:05 GMT+02:00 shibasis sengupta :
>
> > Forwarding to the general group for suggestion/guidance.
> >
> > I can share a presentation for easier understanding of the project
> status.
> > The project currently is on home laptop.
> >
> >
> >
> > From: shibasis sengupta [mailto:shibas...@gmail.com]
> > Sent: Tuesday, 19 May 2015 7:54 PM
> > To: 'general-ow...@incubator.apache.org'
> > Subject: Request for information on Incubation
> >
> >
> >
> > Dear Member,
> >
> >
> >
> > This is shibasis.
> >
> >
> >
> > My intention is to submit a project in ASF for incubation. The 
> > project is a web-based CRM project.
> >
> >
> >
> > The project is ready for a demo - hence having a starting point.
> >
> > The documentation on the incubation page is too complex to understand.
> > Can you please guide me for this process?
> >
> >
> >
> > Regards -
> >
> > Shibasis Sengupta
> >
> > (+61 426996984)
> >
> >
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


--
Sergio Fernández
Partner Technology Manager
Redlink GmbH
m: +43 6602747925
e: sergio.fernan...@redlink.co
w: http://redlink.co


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

Re: [VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-20 Thread Yakov Zhdanov
Guys,

I have added a comment to https://issues.apache.org/jira/browse/IGNITE-927
(it will be fixed this way):

Module ssh depends on com.jcraft-jsch-0.1.50
Module tools depends on org.jodd-jodd-lagarto-3.4.8
That is why following license files present:

./modules/ssh/licenses/jcraft-revised-bsd.txt
./modules/tools/licenses/jodd-revised-bsd.txt

Module visor-console does not depends on jcraft, so, license file
./modules/visor-console/licenses/jcraft-revised-bsd.txt can be removed.

--Yakov

2015-05-20 13:55 GMT+03:00 Yakov Zhdanov :

> Guys,
>
> LICENSE, NOTICE and DEPENDENCIES are added by maven parent pom which does
> not consider .txt files and thinks that they are absent. In my view maven
> should have fail in this case. Anyway, this will be fixed and new rc will
> be resubmitted to PPMC once again. Brane, given you are busy should we
> consider extending PPMC vote for 96 hours?
>
> Ticket for Justin's comment on licenses packaging -
> https://issues.apache.org/jira/browse/IGNITE-927 (will be addressed in
> the next release).
>
> As far as other issues, my comments are below
>
>  * The "official" source for "official convenience" binaries should be
> the source package, not some tag in the repository. The source
> package is what we release; not the repository contents. I'm sure I
> mentioned that before.
>
> YZ: Agree, there is a JIRA ticket for this -
> https://issues.apache.org/jira/browse/IGNITE-618
>
>   * I agree with Justin about binary package placing and naming; you'll
> recall that I was quite eloquent on that topic a while ago, without
> much effect.
>
> YZ: Ticket has been filed and will be addressed in the next release
> (Justin, it also covers "apache" in artifact names) -
> https://issues.apache.org/jira/browse/IGNITE-926
>
>   * There are many, many HTML syntax errors in the javadocs.
>
> YZ: Far from being a serious issue. Javadocs can be built without errors
> and look good in browser. I think this can be addressed with low priority
> in the background.
>
>   * Once finally run, the node says "New version is available at
> ignite.incubator.apache.org: 1.0.0". Surely that's a bug if I'm
> running 1.1.0?
>
> YZ: Well, this is the simplest way to implement update checker. If site
> has different version it should be a newer one. Once this gets released,
> the website will be updated and message will not pop up in logs. So, would
> not touch it for now.
>
> Thanks!
>
> --Yakov
>
> 2015-05-20 4:09 GMT+03:00 Branko Čibej :
>
>> On 20.05.2015 00:44, Justin Mclean wrote:
>> > Hi,
>> >
>> > +0 (binding) from me until these 2 issues are resolved. Of course other
>> IPMC members may vote differently.
>> >
>> > Several bundled files have GPL license headers e.g.
>> ./ipc/shmem/config.guess, ./ipc/shmem/ltmain.sh etc. While these look like
>> auto generated build files but I'm not sure that they can be included in a
>> source release.
>>
>> There's no way around including such files; any normal (i.e., not Java
>> :) source package that uses configure and libtool needs those files
>> bundled in the source.
>>
>> However, I'll have to vote -1: the LICENSE, NOTICE and DEPENDENCIES
>> files shouldn't be in the package. They appear to be some maven side
>> effect. Especially LICENSE and NOTICE are confusing because a user has
>> no way to be sure which file she should be reading.
>>
>> Other issues:
>>
>>   * The "official" source for "official convenience" binaries should be
>> the source package, not some tag in the repository. The source
>> package is what we release; not the repository contents. I'm sure I
>> mentioned that before.
>>   * I agree with Justin about binary package placing and naming; you'll
>> recall that I was quite eloquent on that topic a while ago, without
>> much effect.
>>   * There are many, many HTML syntax errors in the javadocs.
>>   * Once finally run, the node says "New version is available at
>> ignite.incubator.apache.org: 1.0.0". Surely that's a bug if I'm
>> running 1.1.0?
>>
>> Finally, I apologize for not bringing these issues up on the PPMC vote
>> thread; I was sidetracked by other issues the last couple weeks.
>>
>> -- Brane
>>
>>
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>>
>


Re: [VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-20 Thread Branko Čibej
On 20.05.2015 12:55, Yakov Zhdanov wrote:
> Brane, given you are busy should we consider extending PPMC vote for 96 hours?

Thanks for the consideration, but those other issues are under control
now; the usual 72 hours will be fine.

-- Brane


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



Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread Devaraj Das
+1 (binding)


> On May 19, 2015, at 2:28 PM, Stack  wrote:
> 
> Following the discussion earlier in the thread [1], I would like to call a
> VOTE to accept Trafodion as a new Apache Incubator project.
> 
> The proposal is available on the wiki at [2] and is also attached to this
> mail.
> 
> The VOTE is open for at least the next 72 hours:
> 
> [ ] +1 accept Trafodion into the Apache Incubator
> [ ] ±0 Abstain
> [ ] -1 because...
> 
> I am +1 (binding)
> 
> Thank you,
> St.Ack
> 
> 1.
> http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCADcMMgG4NHtmFZ519iqgZLA8Lj-E7VmaQ%3Dr8C011LuS5pR0Vkw%40mail.gmail.com%3E
> 2.  https://wiki.apache.org/incubator/TrafodionProposal
> 
> 
> 
> 
> Trafodion Apache Incubator Proposal
> 
> Abstract
> 
> Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or
> operational workloads on Hadoop.
> 
> Proposal
> 
> Apache Trafodion builds on the scalability, elasticity, and flexibility of
> Hadoop. Trafodion extends Hadoop to provide guaranteed transactional
> integrity, enabling new kinds of big data applications to run on Hadoop. Key
> features of Apache Trafodion include:
> 
> * Full-functioned ANSI SQL language support
> * JDBC/ODBC connectivity for Linux/Windows clients
> * Distributed ACID transaction protection across multiple statements,
> tables and rows
> * Performance improvements for OLTP workloads with compile-time and
> run-time optimizations
> * Support for large data sets using a parallel-aware query optimizer
> * ANSI SQL security and data integrity constraints including referential
> integrity
> 
> Hewlett-Packard Company submits this proposal to donate its Apache License,
> Version 2.0 open source project known as Trafodion, its source code,
> documentation, and web site content to the Apache Software Foundation in
> order to build an open source community
> 
> Background
> 
> Trafodion is an open source project sponsored by HP, incubated at HP Labs
> and HP-IT, to develop an enterprise-class SQL-on-Hadoop solution targeting
> big data transactional or operational workloads. HP publically announced
> the open source project and uploaded the source code to GitHub in June 2014.
> 
> The SQL compiler, optimizer and executor components of Trafodion have a
> rich heritage. Under development since 1993, they were released as
> commercial closed source software in various flavors such as HP NonStop
> SQL/MX and HP Neoview. NonStop SQL/MX was designed for online transaction
> processing on HP’s NonStop (formerly Tandem) fault-tolerant servers and is
> known for its high availability, scalability, and performance. Hundreds of
> companies and thousands of servers are running mission-critical
> applications today on NonStop SQL/MX. In addition, much of these components
> today are running internal to HP as the core of its Enterprise Data
> Warehouse (EDW), managing over a PB of data.
> 
> Starting in 2013, the software was modified to run on HBase and a new
> distributed transaction manager was written to run as an HBase co-processor.
> 
> Unlike most NOSQL and other SQL-on-Hadoop open source projects, Trafodion
> provides comprehensive ANSI SQL language support including full-functioned
> data definition (DDL), data manipulation (DML), transaction control (TCL)
> and database utility support.
> 
> Trafodion provides comprehensive and standard SQL data manipulation support
> including SELECT, INSERT, UPDATE, DELETE, and UPSERT/MERGE syntax with
> language options including join variants, unions, where predicates,
> aggregations (group by and having), sort ordering, sampling, correlated and
> nested sub-queries, cursors, and many SQL functions.
> 
> Utilities are provided for updating table statistics used by the optimizer
> for costing (i.e. selectivity/cardinality estimates) plan alternatives, for
> displaying the chosen SQL execution plan, plan shaping, backup and
> restoring the database, data loading and unloading, and a command line
> utility for interfacing with the database engine.
> 
> Explicit control statements are provided to allow applications to define
> transaction boundaries and to abort transactions when warranted, including
> BEGIN WORK, COMMIT WORK, ROLLBACK WORK and SET TRANSACTION.
> 
> Trafodion supports ANSI’s grant/revoke semantics to define user and role
> privileges in terms of managing and accessing the database objects.
> 
> Rationale
> 
> The name “Trafodion” (the Welsh word for transactions, pronounced
> “Tra-vod-eee-on”) was chosen specifically to emphasize the differentiation
> that Trafodion provides in closing a critical gap in the Hadoop ecosystem.
> Trafodion builds on the scalability, elasticity, and flexibility of Hadoop.
> Trafodion extends Hadoop to provide guaranteed transactional integrity,
> enabling new kinds of big data applications to run on Hadoop.
> 
> Current Status
> 
> HP released the Trafodion code under the Apache Licens

Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread Ryan Blue

+1 (non-binding)

On 05/20/2015 09:04 AM, Devaraj Das wrote:

+1 (binding)



On May 19, 2015, at 2:28 PM, Stack  wrote:

Following the discussion earlier in the thread [1], I would like to call a
VOTE to accept Trafodion as a new Apache Incubator project.

The proposal is available on the wiki at [2] and is also attached to this
mail.

The VOTE is open for at least the next 72 hours:

[ ] +1 accept Trafodion into the Apache Incubator
[ ] ±0 Abstain
[ ] -1 because...

I am +1 (binding)

Thank you,
St.Ack

1.
http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCADcMMgG4NHtmFZ519iqgZLA8Lj-E7VmaQ%3Dr8C011LuS5pR0Vkw%40mail.gmail.com%3E
2.  https://wiki.apache.org/incubator/TrafodionProposal




Trafodion Apache Incubator Proposal

Abstract

Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or
operational workloads on Hadoop.

Proposal

Apache Trafodion builds on the scalability, elasticity, and flexibility of
Hadoop. Trafodion extends Hadoop to provide guaranteed transactional
integrity, enabling new kinds of big data applications to run on Hadoop. Key
features of Apache Trafodion include:

* Full-functioned ANSI SQL language support
* JDBC/ODBC connectivity for Linux/Windows clients
* Distributed ACID transaction protection across multiple statements,
tables and rows
* Performance improvements for OLTP workloads with compile-time and
run-time optimizations
* Support for large data sets using a parallel-aware query optimizer
* ANSI SQL security and data integrity constraints including referential
integrity

Hewlett-Packard Company submits this proposal to donate its Apache License,
Version 2.0 open source project known as Trafodion, its source code,
documentation, and web site content to the Apache Software Foundation in
order to build an open source community

Background

Trafodion is an open source project sponsored by HP, incubated at HP Labs
and HP-IT, to develop an enterprise-class SQL-on-Hadoop solution targeting
big data transactional or operational workloads. HP publically announced
the open source project and uploaded the source code to GitHub in June 2014.

The SQL compiler, optimizer and executor components of Trafodion have a
rich heritage. Under development since 1993, they were released as
commercial closed source software in various flavors such as HP NonStop
SQL/MX and HP Neoview. NonStop SQL/MX was designed for online transaction
processing on HP’s NonStop (formerly Tandem) fault-tolerant servers and is
known for its high availability, scalability, and performance. Hundreds of
companies and thousands of servers are running mission-critical
applications today on NonStop SQL/MX. In addition, much of these components
today are running internal to HP as the core of its Enterprise Data
Warehouse (EDW), managing over a PB of data.

Starting in 2013, the software was modified to run on HBase and a new
distributed transaction manager was written to run as an HBase co-processor.

Unlike most NOSQL and other SQL-on-Hadoop open source projects, Trafodion
provides comprehensive ANSI SQL language support including full-functioned
data definition (DDL), data manipulation (DML), transaction control (TCL)
and database utility support.

Trafodion provides comprehensive and standard SQL data manipulation support
including SELECT, INSERT, UPDATE, DELETE, and UPSERT/MERGE syntax with
language options including join variants, unions, where predicates,
aggregations (group by and having), sort ordering, sampling, correlated and
nested sub-queries, cursors, and many SQL functions.

Utilities are provided for updating table statistics used by the optimizer
for costing (i.e. selectivity/cardinality estimates) plan alternatives, for
displaying the chosen SQL execution plan, plan shaping, backup and
restoring the database, data loading and unloading, and a command line
utility for interfacing with the database engine.

Explicit control statements are provided to allow applications to define
transaction boundaries and to abort transactions when warranted, including
BEGIN WORK, COMMIT WORK, ROLLBACK WORK and SET TRANSACTION.

Trafodion supports ANSI’s grant/revoke semantics to define user and role
privileges in terms of managing and accessing the database objects.

Rationale

The name “Trafodion” (the Welsh word for transactions, pronounced
“Tra-vod-eee-on”) was chosen specifically to emphasize the differentiation
that Trafodion provides in closing a critical gap in the Hadoop ecosystem.
Trafodion builds on the scalability, elasticity, and flexibility of Hadoop.
Trafodion extends Hadoop to provide guaranteed transactional integrity,
enabling new kinds of big data applications to run on Hadoop.

Current Status

HP released the Trafodion code under the Apache License, Version 2, in June
of 2014. Since that time, we have had one major release in January 2015 and
one minor release in April 2015. The focus of these releases h

Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread Henry Saputra
+1 (binding)

Good luck guys!

- Henry

On Tue, May 19, 2015 at 2:27 PM, Stack  wrote:
> Following the discussion earlier in the thread [1], I would like to call a
> VOTE to accept Trafodion as a new Apache Incubator project.
>
> The proposal is available on the wiki at [2] and is also attached to this
> mail.
>
> The VOTE is open for at least the next 72 hours:
>
>  [ ] +1 accept Trafodion into the Apache Incubator
>  [ ] ±0 Abstain
>  [ ] -1 because...
>
> I am +1 (binding)
>
> Thank you,
> St.Ack
>
> 1.
> http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCADcMMgG4NHtmFZ519iqgZLA8Lj-E7VmaQ%3Dr8C011LuS5pR0Vkw%40mail.gmail.com%3E
> 2.  https://wiki.apache.org/incubator/TrafodionProposal
> 
>
>
>
> Trafodion Apache Incubator Proposal
>
> Abstract
>
> Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or
> operational workloads on Hadoop.
>
> Proposal
>
> Apache Trafodion builds on the scalability, elasticity, and flexibility of
> Hadoop. Trafodion extends Hadoop to provide guaranteed transactional
> integrity, enabling new kinds of big data applications to run on Hadoop. Key
> features of Apache Trafodion include:
>
> * Full-functioned ANSI SQL language support
> * JDBC/ODBC connectivity for Linux/Windows clients
> * Distributed ACID transaction protection across multiple statements,
> tables and rows
> * Performance improvements for OLTP workloads with compile-time and
> run-time optimizations
> * Support for large data sets using a parallel-aware query optimizer
> * ANSI SQL security and data integrity constraints including referential
> integrity
>
> Hewlett-Packard Company submits this proposal to donate its Apache License,
> Version 2.0 open source project known as Trafodion, its source code,
> documentation, and web site content to the Apache Software Foundation in
> order to build an open source community
>
> Background
>
> Trafodion is an open source project sponsored by HP, incubated at HP Labs
> and HP-IT, to develop an enterprise-class SQL-on-Hadoop solution targeting
> big data transactional or operational workloads. HP publically announced
> the open source project and uploaded the source code to GitHub in June 2014.
>
> The SQL compiler, optimizer and executor components of Trafodion have a
> rich heritage. Under development since 1993, they were released as
> commercial closed source software in various flavors such as HP NonStop
> SQL/MX and HP Neoview. NonStop SQL/MX was designed for online transaction
> processing on HP’s NonStop (formerly Tandem) fault-tolerant servers and is
> known for its high availability, scalability, and performance. Hundreds of
> companies and thousands of servers are running mission-critical
> applications today on NonStop SQL/MX. In addition, much of these components
> today are running internal to HP as the core of its Enterprise Data
> Warehouse (EDW), managing over a PB of data.
>
> Starting in 2013, the software was modified to run on HBase and a new
> distributed transaction manager was written to run as an HBase co-processor.
>
> Unlike most NOSQL and other SQL-on-Hadoop open source projects, Trafodion
> provides comprehensive ANSI SQL language support including full-functioned
> data definition (DDL), data manipulation (DML), transaction control (TCL)
> and database utility support.
>
> Trafodion provides comprehensive and standard SQL data manipulation support
> including SELECT, INSERT, UPDATE, DELETE, and UPSERT/MERGE syntax with
> language options including join variants, unions, where predicates,
> aggregations (group by and having), sort ordering, sampling, correlated and
> nested sub-queries, cursors, and many SQL functions.
>
> Utilities are provided for updating table statistics used by the optimizer
> for costing (i.e. selectivity/cardinality estimates) plan alternatives, for
> displaying the chosen SQL execution plan, plan shaping, backup and
> restoring the database, data loading and unloading, and a command line
> utility for interfacing with the database engine.
>
> Explicit control statements are provided to allow applications to define
> transaction boundaries and to abort transactions when warranted, including
> BEGIN WORK, COMMIT WORK, ROLLBACK WORK and SET TRANSACTION.
>
> Trafodion supports ANSI’s grant/revoke semantics to define user and role
> privileges in terms of managing and accessing the database objects.
>
> Rationale
>
> The name “Trafodion” (the Welsh word for transactions, pronounced
> “Tra-vod-eee-on”) was chosen specifically to emphasize the differentiation
> that Trafodion provides in closing a critical gap in the Hadoop ecosystem.
> Trafodion builds on the scalability, elasticity, and flexibility of Hadoop.
> Trafodion extends Hadoop to provide guaranteed transactional integrity,
> enabling new kinds of big data applications to run on Hadoop.
>
> Current Status
>
> HP released the Trafodion code under the Apache License

Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread Andrew Purtell
+1 (binding)


On Tue, May 19, 2015 at 2:27 PM, Stack  wrote:

> Following the discussion earlier in the thread [1], I would like to call a
> VOTE to accept Trafodion as a new Apache Incubator project.
>
> The proposal is available on the wiki at [2] and is also attached to this
> mail.
>
> The VOTE is open for at least the next 72 hours:
>
>  [ ] +1 accept Trafodion into the Apache Incubator
>  [ ] ±0 Abstain
>  [ ] -1 because...
>
> I am +1 (binding)
>
> Thank you,
> St.Ack
>
> 1.
>
> http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCADcMMgG4NHtmFZ519iqgZLA8Lj-E7VmaQ%3Dr8C011LuS5pR0Vkw%40mail.gmail.com%3E
> 2.  https://wiki.apache.org/incubator/TrafodionProposal
> 
>
>
>
> Trafodion Apache Incubator Proposal
>
> Abstract
>
> Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or
> operational workloads on Hadoop.
>
> Proposal
>
> Apache Trafodion builds on the scalability, elasticity, and flexibility of
> Hadoop. Trafodion extends Hadoop to provide guaranteed transactional
> integrity, enabling new kinds of big data applications to run on Hadoop.
> Key
> features of Apache Trafodion include:
>
> * Full-functioned ANSI SQL language support
> * JDBC/ODBC connectivity for Linux/Windows clients
> * Distributed ACID transaction protection across multiple statements,
> tables and rows
> * Performance improvements for OLTP workloads with compile-time and
> run-time optimizations
> * Support for large data sets using a parallel-aware query optimizer
> * ANSI SQL security and data integrity constraints including referential
> integrity
>
> Hewlett-Packard Company submits this proposal to donate its Apache License,
> Version 2.0 open source project known as Trafodion, its source code,
> documentation, and web site content to the Apache Software Foundation in
> order to build an open source community
>
> Background
>
> Trafodion is an open source project sponsored by HP, incubated at HP Labs
> and HP-IT, to develop an enterprise-class SQL-on-Hadoop solution targeting
> big data transactional or operational workloads. HP publically announced
> the open source project and uploaded the source code to GitHub in June
> 2014.
>
> The SQL compiler, optimizer and executor components of Trafodion have a
> rich heritage. Under development since 1993, they were released as
> commercial closed source software in various flavors such as HP NonStop
> SQL/MX and HP Neoview. NonStop SQL/MX was designed for online transaction
> processing on HP’s NonStop (formerly Tandem) fault-tolerant servers and is
> known for its high availability, scalability, and performance. Hundreds of
> companies and thousands of servers are running mission-critical
> applications today on NonStop SQL/MX. In addition, much of these components
> today are running internal to HP as the core of its Enterprise Data
> Warehouse (EDW), managing over a PB of data.
>
> Starting in 2013, the software was modified to run on HBase and a new
> distributed transaction manager was written to run as an HBase
> co-processor.
>
> Unlike most NOSQL and other SQL-on-Hadoop open source projects, Trafodion
> provides comprehensive ANSI SQL language support including full-functioned
> data definition (DDL), data manipulation (DML), transaction control (TCL)
> and database utility support.
>
> Trafodion provides comprehensive and standard SQL data manipulation support
> including SELECT, INSERT, UPDATE, DELETE, and UPSERT/MERGE syntax with
> language options including join variants, unions, where predicates,
> aggregations (group by and having), sort ordering, sampling, correlated and
> nested sub-queries, cursors, and many SQL functions.
>
> Utilities are provided for updating table statistics used by the optimizer
> for costing (i.e. selectivity/cardinality estimates) plan alternatives, for
> displaying the chosen SQL execution plan, plan shaping, backup and
> restoring the database, data loading and unloading, and a command line
> utility for interfacing with the database engine.
>
> Explicit control statements are provided to allow applications to define
> transaction boundaries and to abort transactions when warranted, including
> BEGIN WORK, COMMIT WORK, ROLLBACK WORK and SET TRANSACTION.
>
> Trafodion supports ANSI’s grant/revoke semantics to define user and role
> privileges in terms of managing and accessing the database objects.
>
> Rationale
>
> The name “Trafodion” (the Welsh word for transactions, pronounced
> “Tra-vod-eee-on”) was chosen specifically to emphasize the differentiation
> that Trafodion provides in closing a critical gap in the Hadoop ecosystem.
> Trafodion builds on the scalability, elasticity, and flexibility of Hadoop.
> Trafodion extends Hadoop to provide guaranteed transactional integrity,
> enabling new kinds of big data applications to run on Hadoop.
>
> Current Status
>
> HP released the Trafodion code under the Apache License, Version 2, in 

Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread P. Taylor Goetz
+1 (binding)

-Taylor

On May 19, 2015, at 5:27 PM, Stack  wrote:

> Following the discussion earlier in the thread [1], I would like to call a
> VOTE to accept Trafodion as a new Apache Incubator project.
> 
> The proposal is available on the wiki at [2] and is also attached to this
> mail.
> 
> The VOTE is open for at least the next 72 hours:
> 
> [ ] +1 accept Trafodion into the Apache Incubator
> [ ] ±0 Abstain
> [ ] -1 because...
> 
> I am +1 (binding)
> 
> Thank you,
> St.Ack
> 
> 1.
> http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCADcMMgG4NHtmFZ519iqgZLA8Lj-E7VmaQ%3Dr8C011LuS5pR0Vkw%40mail.gmail.com%3E
> 2.  https://wiki.apache.org/incubator/TrafodionProposal
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [PROPOSAL] Open CRM

2015-05-20 Thread Upayavira
provide your username here and someone will grant you write access.

Upayavira

On Wed, May 20, 2015, at 02:29 PM, shibasis sengupta wrote:
> Dear Members,
> 
> When I am trying to create a new page for my proposal I am getting the
> error -
> " You are not allowed to edit this page.".
> Attaching the screen shot for reference.
> Any help would be very helpful.
> 
> Regards -
> Shibasis
> 
> -Original Message-
> From: shibasis sengupta [mailto:shibas...@gmail.com] 
> Sent: Tuesday, 19 May 2015 9:41 PM
> To: 'general@incubator.apache.org'
> Cc: 'Benedikt Ritter'
> Subject: RE: [PROPOSAL] Open CRM
> 
> Thank you for the suggestion.
> I am thinking of an alternate name. Keeping this chain open for any input
> from members.
> 
> Regards -
> Shibasis
> 
> -Original Message-
> From: Sergio Fernández [mailto:wik...@apache.org]
> Sent: Tuesday, 19 May 2015 9:26 PM
> To: general@incubator.apache.org
> Cc: shibasis sengupta; Benedikt Ritter
> Subject: Re: [PROPOSAL] Open CRM
> 
> I guess you should look for a better name...
> There is a obvious conflict with another product/s.
> See for instance http://www.opencrm.co.uk
> 
> 
> On Tue, May 19, 2015 at 1:05 PM, shibasis sengupta 
> wrote:
> 
> > Dear Members,
> >
> > Wanted to propose my project for incubation in ASF.
> > The project is a full blown Web based CRM project and ready for a 
> > demo. I have a working code base to start with.
> >
> > Only catch is, its developed using .NET - does ASF consider .NET projects?
> >
> > Highly appreciate any suggestion/feedback.
> >
> > Kindly bear with my lack of understanding of process in ASF as I am 
> > very new to this forum.
> >
> > Regards -
> > Shibasis
> >
> >
> > -Original Message-
> > From: shibasis sengupta [mailto:shibas...@gmail.com]
> > Sent: Tuesday, 19 May 2015 8:48 PM
> > To: 'general@incubator.apache.org'; 'brit...@apache.org'
> > Subject: RE: Request for information on Incubation
> >
> > Thanks Mate.
> >
> > I am checking the links you provided.
> >
> > Also, checking this link -
> > http://incubator.apache.org/guides/proposal.html#preparation
> >
> >
> >
> > -Original Message-
> > From: Benedikt Ritter [mailto:brit...@apache.org]
> > Sent: Tuesday, 19 May 2015 8:42 PM
> > To: general@incubator.apache.org
> > Subject: Re: Request for information on Incubation
> >
> > Hello Shibasis,
> >
> > please have a look at the documentation on the incubator website [1]. 
> > This give a good overview how incubation at the ASF works.
> >
> > HTH,
> > Benedikt
> >
> > [1] http://incubator.apache.org/incubation/Process_Description.html
> >
> > 2015-05-19 12:05 GMT+02:00 shibasis sengupta :
> >
> > > Forwarding to the general group for suggestion/guidance.
> > >
> > > I can share a presentation for easier understanding of the project
> > status.
> > > The project currently is on home laptop.
> > >
> > >
> > >
> > > From: shibasis sengupta [mailto:shibas...@gmail.com]
> > > Sent: Tuesday, 19 May 2015 7:54 PM
> > > To: 'general-ow...@incubator.apache.org'
> > > Subject: Request for information on Incubation
> > >
> > >
> > >
> > > Dear Member,
> > >
> > >
> > >
> > > This is shibasis.
> > >
> > >
> > >
> > > My intention is to submit a project in ASF for incubation. The 
> > > project is a web-based CRM project.
> > >
> > >
> > >
> > > The project is ready for a demo - hence having a starting point.
> > >
> > > The documentation on the incubation page is too complex to understand.
> > > Can you please guide me for this process?
> > >
> > >
> > >
> > > Regards -
> > >
> > > Shibasis Sengupta
> > >
> > > (+61 426996984)
> > >
> > >
> >
> >
> > --
> > http://people.apache.org/~britter/
> > http://www.systemoutprintln.de/
> > http://twitter.com/BenediktRitter
> > http://github.com/britter
> >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
> 
> 
> --
> Sergio Fernández
> Partner Technology Manager
> Redlink GmbH
> m: +43 6602747925
> e: sergio.fernan...@redlink.co
> w: http://redlink.co
> 
> 
> -
> 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



[CLOSED] [VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-20 Thread Yakov Zhdanov
I have resubmitted fixed RC to PPMC

--Yakov

2015-05-20 17:26 GMT+03:00 Branko Čibej :

> On 20.05.2015 12:55, Yakov Zhdanov wrote:
> > Brane, given you are busy should we consider extending PPMC vote for 96
> hours?
>
> Thanks for the consideration, but those other issues are under control
> now; the usual 72 hours will be fine.
>
> -- Brane
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Accept Trafodion into Apache Incubator

2015-05-20 Thread Konstantin Boudnik
+1 [binding]

On Tue, May 19, 2015 at 02:27PM, Stack wrote:
> Following the discussion earlier in the thread [1], I would like to call a
> VOTE to accept Trafodion as a new Apache Incubator project.
> 
> The proposal is available on the wiki at [2] and is also attached to this
> mail.
> 
> The VOTE is open for at least the next 72 hours:
> 
>  [ ] +1 accept Trafodion into the Apache Incubator
>  [ ] ±0 Abstain
>  [ ] -1 because...
> 
> I am +1 (binding)
> 
> Thank you,
> St.Ack
> 
> 1.
> http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCADcMMgG4NHtmFZ519iqgZLA8Lj-E7VmaQ%3Dr8C011LuS5pR0Vkw%40mail.gmail.com%3E
> 2.  https://wiki.apache.org/incubator/TrafodionProposal
> 
> 
> 
> 
> Trafodion Apache Incubator Proposal
> 
> Abstract
> 
> Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or
> operational workloads on Hadoop.
> 
> Proposal
> 
> Apache Trafodion builds on the scalability, elasticity, and flexibility of
> Hadoop. Trafodion extends Hadoop to provide guaranteed transactional
> integrity, enabling new kinds of big data applications to run on Hadoop. Key
> features of Apache Trafodion include:
> 
> * Full-functioned ANSI SQL language support
> * JDBC/ODBC connectivity for Linux/Windows clients
> * Distributed ACID transaction protection across multiple statements,
> tables and rows
> * Performance improvements for OLTP workloads with compile-time and
> run-time optimizations
> * Support for large data sets using a parallel-aware query optimizer
> * ANSI SQL security and data integrity constraints including referential
> integrity
> 
> Hewlett-Packard Company submits this proposal to donate its Apache License,
> Version 2.0 open source project known as Trafodion, its source code,
> documentation, and web site content to the Apache Software Foundation in
> order to build an open source community
> 
> Background
> 
> Trafodion is an open source project sponsored by HP, incubated at HP Labs
> and HP-IT, to develop an enterprise-class SQL-on-Hadoop solution targeting
> big data transactional or operational workloads. HP publically announced
> the open source project and uploaded the source code to GitHub in June 2014.
> 
> The SQL compiler, optimizer and executor components of Trafodion have a
> rich heritage. Under development since 1993, they were released as
> commercial closed source software in various flavors such as HP NonStop
> SQL/MX and HP Neoview. NonStop SQL/MX was designed for online transaction
> processing on HP’s NonStop (formerly Tandem) fault-tolerant servers and is
> known for its high availability, scalability, and performance. Hundreds of
> companies and thousands of servers are running mission-critical
> applications today on NonStop SQL/MX. In addition, much of these components
> today are running internal to HP as the core of its Enterprise Data
> Warehouse (EDW), managing over a PB of data.
> 
> Starting in 2013, the software was modified to run on HBase and a new
> distributed transaction manager was written to run as an HBase co-processor.
> 
> Unlike most NOSQL and other SQL-on-Hadoop open source projects, Trafodion
> provides comprehensive ANSI SQL language support including full-functioned
> data definition (DDL), data manipulation (DML), transaction control (TCL)
> and database utility support.
> 
> Trafodion provides comprehensive and standard SQL data manipulation support
> including SELECT, INSERT, UPDATE, DELETE, and UPSERT/MERGE syntax with
> language options including join variants, unions, where predicates,
> aggregations (group by and having), sort ordering, sampling, correlated and
> nested sub-queries, cursors, and many SQL functions.
> 
> Utilities are provided for updating table statistics used by the optimizer
> for costing (i.e. selectivity/cardinality estimates) plan alternatives, for
> displaying the chosen SQL execution plan, plan shaping, backup and
> restoring the database, data loading and unloading, and a command line
> utility for interfacing with the database engine.
> 
> Explicit control statements are provided to allow applications to define
> transaction boundaries and to abort transactions when warranted, including
> BEGIN WORK, COMMIT WORK, ROLLBACK WORK and SET TRANSACTION.
> 
> Trafodion supports ANSI’s grant/revoke semantics to define user and role
> privileges in terms of managing and accessing the database objects.
> 
> Rationale
> 
> The name “Trafodion” (the Welsh word for transactions, pronounced
> “Tra-vod-eee-on”) was chosen specifically to emphasize the differentiation
> that Trafodion provides in closing a critical gap in the Hadoop ecosystem.
> Trafodion builds on the scalability, elasticity, and flexibility of Hadoop.
> Trafodion extends Hadoop to provide guaranteed transactional integrity,
> enabling new kinds of big data applications to run on Hadoop.
> 
> Current Status
> 
> HP released the Trafodion code under the Apache Licens

Re: [VOTE] Apache Ignite 1.1.0 release (RC5)

2015-05-20 Thread Branko Čibej
On 20.05.2015 12:55, Yakov Zhdanov wrote:
>   * There are many, many HTML syntax errors in the javadocs.
>
> YZ: Far from being a serious issue. Javadocs can be built without errors
> and look good in browser. I think this can be addressed with low priority
> in the background.

Well, the maven build spits out around 500 lines of "unclosed tag" and
other HTML syntax warnings. Of course that could be a side effect of
bugs in javadoc itself.

-- Brane


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