You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/10/13 22:36:52 UTC

incubator-mnemonic git commit: MNEMONIC-388: Disable the CircleCI status icon

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master 4b3d13b96 -> 21dbbb19c


MNEMONIC-388: Disable the CircleCI status icon


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

Branch: refs/heads/master
Commit: 21dbbb19c4b923aba32f7ea0dd64a74b1db570cc
Parents: 4b3d13b
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Fri Oct 13 15:35:42 2017 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Fri Oct 13 15:35:42 2017 -0700

----------------------------------------------------------------------
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/21dbbb19/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a34889b..4786b84 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@
 ## <a href="https://mnemonic.incubator.apache.org/" target="_blank">Mnemonic Official Website</a>
 
 [![Build Status](https://travis-ci.org/NonVolatileComputing/incubator-mnemonic.svg?branch=master)](https://travis-ci.org/NonVolatileComputing/incubator-mnemonic)
-[![CircleCI](https://circleci.com/gh/NonVolatileComputing/incubator-mnemonic.svg?style=svg)](https://circleci.com/gh/NonVolatileComputing/incubator-mnemonic)
 
 Apache Mnemonic is a non-volatile hybrid memory storage oriented library, it proposed a non-volatile/durable Java object model and durable computing service that bring several advantages to significantly improve the performance of massive real-time data processing/analytics. developers are able to use this library to design their cache-less and SerDe-less high performance applications.
 
@@ -23,3 +22,5 @@ Apache Mnemonic is a non-volatile hybrid memory storage oriented library, it pro
 * Minimize memory footprint of on-heap
 * Reduce GC Overheads as the following chart shown (collected from Apache Spark experiments)
 * Drop-in Hadoop MapReduce support
+* Drop-in Hadoop Spark support
+