Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1B0B4200CD8 for ; Wed, 2 Aug 2017 19:05:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 19DBF169E5E; Wed, 2 Aug 2017 17:05:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2EF18169E5D for ; Wed, 2 Aug 2017 19:05:43 +0200 (CEST) Received: (qmail 5015 invoked by uid 500); 2 Aug 2017 17:05:40 -0000 Mailing-List: contact cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list cvs@incubator.apache.org Received: (qmail 4949 invoked by uid 99); 2 Aug 2017 17:05:40 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2017 17:05:39 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 5CEB83A01AA for ; Wed, 2 Aug 2017 17:05:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1803875 - in /incubator/public/trunk/content/ip-clearance: arrow-plasma-object-store.xml index.xml Date: Wed, 02 Aug 2017 17:05:39 -0000 To: cvs@incubator.apache.org From: jhyde@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170802170539.5CEB83A01AA@svn01-us-west.apache.org> archived-at: Wed, 02 Aug 2017 17:05:44 -0000 Author: jhyde Date: Wed Aug 2 17:05:39 2017 New Revision: 1803875 URL: http://svn.apache.org/viewvc?rev=1803875&view=rev Log: Add Apache Arrow Plasma Object Store Added: incubator/public/trunk/content/ip-clearance/arrow-plasma-object-store.xml Modified: incubator/public/trunk/content/ip-clearance/index.xml Added: incubator/public/trunk/content/ip-clearance/arrow-plasma-object-store.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/ip-clearance/arrow-plasma-object-store.xml?rev=1803875&view=auto ============================================================================== --- incubator/public/trunk/content/ip-clearance/arrow-plasma-object-store.xml (added) +++ incubator/public/trunk/content/ip-clearance/arrow-plasma-object-store.xml [utf-8] Wed Aug 2 17:05:39 2017 @@ -0,0 +1,166 @@ + + + + Arrow Plasma Object Store Intellectual Property (IP) Clearance Status + + +
+ Arrow Plasma Object Store Intellectual Property (IP) Clearance Status +
+
+ Description +

The Plasma Object Store provides a server process, reference C++ +client, and Python binding for managing a collection of binary "objects" in +POSIX shared memory. Applications use a lightweight messaging protocol to +create and delete memory blocks in the object store, evict objects to make room +for new objects, and increment and decrement reference counts to indicate +shared ownership of memory. It also provides for subscribing to notifications +about object activity. The system helps simplify ownership transfer and memory +lifetime of shared memory blocks, which can be much more complicated in a +peer-to-peer architecture.

+ +

The object store has been used in conjunction with the Apache Arrow libraries +to provide for zero-copy access to collections of large objects stored in +shared memory. Incorporating this project into Apache Arrow will help the +community continue to develop and innovate technology for low-overhead sharing +of complex datasets across multiple processes.

+ +
+
+ Project info +

+ The Apache Arrow PMC will be responsible for the code. +

+

+ It will be integrated into the Apache Arrow project, into the C++ part of +the main Arrow source tree and build system. +

+

+ The following people will be managing this contribution: +

+
    +
  • Jacques Nadeau (Apache Arrow PMC Chair)
  • +
  • Julian Hyde (Apache Arrow PMC Member)
  • +
  • Wes McKinney (Apache Arrow PMC Member)
  • +
+

+ Completed tasks are shown by the completion date (YYYY-MM-dd). +

+
+ Identify the codebase + + + + + + + + + +
dateitem
2017-07-27Trademark and Google Search found no use of name as software product.
+ + +
+ Verify distribution rights +

+ Corporations and individuals holding existing distribution rights: +

+
    +
  • Philipp Moritz
  • +
  • Robert Nishihara
  • +
  • Richard Shin
  • +
  • Stephanie Wang
  • +
  • Alexey Tumanov
  • +
  • Ion Stoica
  • +
  • Ujval Mista
  • +
  • Mehrdad Nicknami
  • +
+ + + + + + + + + + + + + + + + + + + + + + +
dateitem
2017-07-27Check that all active committers have a signed CLA on + record.
2017-07-27Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.
2017-07-27Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.
2017-07-27Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.
+

Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.

+
+
+
+ Organizational acceptance of responsibility for the project + +

+ Related votes held on the Apache Arrow dev list: +

+ +
+
+ +
Modified: incubator/public/trunk/content/ip-clearance/index.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/ip-clearance/index.xml?rev=1803875&r1=1803874&r2=1803875&view=diff ============================================================================== --- incubator/public/trunk/content/ip-clearance/index.xml [utf-8] (original) +++ incubator/public/trunk/content/ip-clearance/index.xml [utf-8] Wed Aug 2 17:05:39 2017 @@ -48,6 +48,13 @@ + Apache Arrow Plasma Object Store + + Apache Arrow + 2017-07-27 + + + Apache Calcite Avatica Go Client Apache Calcite --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org For additional commands, e-mail: cvs-help@incubator.apache.org