You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/02/26 02:09:19 UTC

[1/4] incubator-geode git commit: GEODE-992: Integrate with Travis CI

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-953 6ff201132 -> 247b7a8b3


GEODE-992: Integrate with Travis CI

Adding a minimal .travis.yml file for travis integration.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c829b58f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c829b58f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/c829b58f

Branch: refs/heads/feature/GEODE-953
Commit: c829b58f2005807f258bcc8856c83679db6af1bd
Parents: deaa7aa
Author: Swapnil Bawaskar <sb...@pivotal.io>
Authored: Thu Feb 25 12:06:52 2016 -0800
Committer: Swapnil Bawaskar <sb...@pivotal.io>
Committed: Thu Feb 25 12:06:52 2016 -0800

----------------------------------------------------------------------
 .travis.yml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c829b58f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..779508e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,28 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+language: java
+
+jdk:
+  - openjdk8
+  - oraclejdk8
+
+before_cache:
+  - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
+
+cache:
+  directories:
+    - $HOME/.gradle/caches/
+    - $HOME/.gradle/wrapper/


[2/4] incubator-geode git commit: GEODE-992: Integrate with Travis CI

Posted by kl...@apache.org.
GEODE-992: Integrate with Travis CI

Disabling openjdk8, since travis does not support it yet.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1670d354
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1670d354
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/1670d354

Branch: refs/heads/feature/GEODE-953
Commit: 1670d354188d3506e52f80045ecccac7dc1be6d3
Parents: c829b58
Author: Swapnil Bawaskar <sb...@pivotal.io>
Authored: Thu Feb 25 14:20:13 2016 -0800
Committer: Swapnil Bawaskar <sb...@pivotal.io>
Committed: Thu Feb 25 14:20:13 2016 -0800

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1670d354/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 779508e..2edbe6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@
 language: java
 
 jdk:
-  - openjdk8
   - oraclejdk8
 
 before_cache:


[3/4] incubator-geode git commit: Update most occurrences of "Geode" to "Apache Geode". Update introductory text to match the website intro text (gets rid of "extremely mature") Link to Geode website.

Posted by kl...@apache.org.
Update most occurrences of "Geode" to "Apache Geode".
Update introductory text to match the website intro text (gets rid of "extremely mature")
Link to Geode website.

closes #93


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5f98f31a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5f98f31a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/5f98f31a

Branch: refs/heads/feature/GEODE-953
Commit: 5f98f31ad957573fdcf1e26e3920db0a0bf81b2e
Parents: 1670d35
Author: Dave Barnes <db...@pivotal.io>
Authored: Thu Feb 11 13:23:28 2016 -0800
Committer: Swapnil Bawaskar <sb...@pivotal.io>
Committed: Thu Feb 25 14:52:04 2016 -0800

----------------------------------------------------------------------
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5f98f31a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3cc5657..6d561f0 100755
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
 # Overview
 
-Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.
+[Apache Geode] (http://geode.incubator.apache.org/) is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.
 
-Geode pools memory, CPU, network resources, and optionally local disk across multiple processes to manage application objects and behavior. It uses dynamic replication and data partitioning techniques to implement high availability, improved performance, scalability, and fault tolerance. In addition to being a distributed data container, Geode is an in-memory data management system that provides reliable asynchronous event notifications and guaranteed message delivery.
+Apache Geode pools memory, CPU, network resources, and optionally local disk across multiple processes to manage application objects and behavior. It uses dynamic replication and data partitioning techniques to implement high availability, improved performance, scalability, and fault tolerance. In addition to being a distributed data container, Apache Geode is an in-memory data management system that provides reliable asynchronous event notifications and guaranteed message delivery.
 
-Geode is an extremely mature and robust product that can trace its legacy all the way back to one of the first Object Databases for Smalltalk: GemStone. Geode (as GemFire™) was first deployed in the financial sector as the transactional, low-latency data engine used by multiple Wall Street trading platforms.  Today Geode is used by over 600 enterprise customers for high-scale, 24x7 business critical applications. An example deployment includes [China National Railways](http://pivotal.io/big-data/case-study/scaling-online-sales-for-the-largest-railway-in-the-world-china-railway-corporation) that uses Geode to run railway ticketing for the entire country of China with a 10 node cluster that manages 2 terabytes of "hot data" in memory, and 10 backup nodes for high availability and elastic scale.
+Apache Geode is a mature, robust technology originally developed by GemStone Systems in Beaverton, Oregon. Commercially available as GemFire™, the technology was first deployed in the financial sector as the transactional, low-latency data engine used in Wall Street trading platforms.  Today Apache Geode is used by over 600 enterprise customers for high-scale business applications that must meet low latency and 24x7 availability requirements. An example deployment includes [China National Railways](http://pivotal.io/big-data/case-study/scaling-online-sales-for-the-largest-railway-in-the-world-china-railway-corporation) that uses Geode to run railway ticketing for the entire country of China with a 10 node cluster that manages 2 terabytes of "hot data" in memory, and 10 backup nodes for high availability and elastic scale.
 
 # Main Concepts and Components
 
-_Caches_ are an abstraction that describe a node in a Geode distributed system.
+_Caches_ are an abstraction that describe a node in an Apache Geode distributed system.
 
 Within each cache, you define data _regions_. Data regions are analogous to tables in a relational database and manage data in a distributed fashion as name/value pairs. A _replicated_ region stores identical copies of the data on each cache member of a distributed system. A _partitioned_ region spreads the data among cache members. After the system is configured, client applications can access the distributed data in regions without knowledge of the underlying system architecture. You can define listeners to receive notifications when data has changed, and you can define expiration criteria to delete obsolete data in a region.
 
 _Locators_ provide clients with both discovery and server load balancing services. Clients are configured with locator information, and the locators maintain a dynamic list of member servers. The locators provide clients with connection information to a server. 
 
-Geode includes the following features:
+Apache Geode includes the following features:
 
 * Combines redundancy, replication, and a "shared nothing" persistence architecture to deliver fail-safe reliability and performance.
 * Horizontally scalable to thousands of cache members, with multiple cache topologies to meet different enterprise needs. The cache can be distributed across multiple computers.
@@ -82,7 +82,7 @@ Compile and run `HelloWorld.java`.  The classpath should include `geode-dependen
 
 #Application Development
 
-Geode applications can be written in a number of client technologies:
+Apache Geode applications can be written in a number of client technologies:
 
 * Java using the Geode client API or embedded using the Geode peer API
 * [Spring Data GemFire](http://projects.spring.io/spring-data-gemfire/) or [Spring Cache](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html)


[4/4] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-953

Posted by kl...@apache.org.
Merge remote-tracking branch 'origin/develop' into feature/GEODE-953


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/247b7a8b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/247b7a8b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/247b7a8b

Branch: refs/heads/feature/GEODE-953
Commit: 247b7a8b307232c118e38f6369e6720cbc112da8
Parents: 6ff2011 5f98f31
Author: Kirk Lund <kl...@pivotal.io>
Authored: Thu Feb 25 14:57:33 2016 -0800
Committer: Kirk Lund <kl...@pivotal.io>
Committed: Thu Feb 25 14:57:33 2016 -0800

----------------------------------------------------------------------
 .travis.yml | 27 +++++++++++++++++++++++++++
 README.md   | 12 ++++++------
 2 files changed, 33 insertions(+), 6 deletions(-)
----------------------------------------------------------------------