You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2017/10/31 17:05:49 UTC

svn commit: r1813910 - in /ignite/site/trunk: features/ images/ use-cases/caching/ use-cases/hadoop/

Author: dmagda
Date: Tue Oct 31 17:05:49 2017
New Revision: 1813910

URL: http://svn.apache.org/viewvc?rev=1813910&view=rev
Log:
updated images

Added:
    ignite/site/trunk/images/hadoop_sequence-1.png   (with props)
    ignite/site/trunk/images/ignite-deploy_service_grid_v2.png   (with props)
    ignite/site/trunk/images/ignite_service_grid_v1.png   (with props)
    ignite/site/trunk/images/web_sessions.png   (with props)
Modified:
    ignite/site/trunk/features/deploy.html
    ignite/site/trunk/features/igfs.html
    ignite/site/trunk/features/mapreduce.html
    ignite/site/trunk/features/servicegrid.html
    ignite/site/trunk/features/streaming.html
    ignite/site/trunk/images/hibernate-L2-cache.png
    ignite/site/trunk/images/ignite-deploy.png
    ignite/site/trunk/images/ignite-stream-query.png
    ignite/site/trunk/images/ignite_filesystem.png
    ignite/site/trunk/images/in_memory_data.png
    ignite/site/trunk/images/spark-igfs.png
    ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html
    ignite/site/trunk/use-cases/caching/web-session-clustering.html
    ignite/site/trunk/use-cases/hadoop/mapreduce.html

Modified: ignite/site/trunk/features/deploy.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/deploy.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/features/deploy.html (original)
+++ ignite/site/trunk/features/deploy.html Tue Oct 31 17:05:49 2017
@@ -54,7 +54,7 @@ under the License.
         <section id="deployment-options" class="page-section">
             <h1 class="first">Deployment Options</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding-left:0; padding-right:0;">
-                <div class="col-sm-6 col-md-7 col-xs-12" style="padding-left:0; padding-right:0;">
+                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0;">
                     <p>
                         Apache Ignite can run stand alone, in a cluster, within Kubernetes and Docker containers, as well
                         as on Apache Mesos and Hadoop Yarn. It can also run on physical servers as well as within
@@ -68,28 +68,31 @@ under the License.
                         <a href="https://jclouds.apache.org/reference/providers/" target="_blank" class="text-nowrap">existing
                             cloud providers</a>.
                     </p>
-                    <div class="page-heading">Containers:</div>
-                    <p>
-                        Ignite can freely run within container environments. Ignite's integration with <code>Docker</code>
-                        allows to automatically build and deploy user code into Ignite prior to server startup.
-                    </p>
-                    <p>
-                        Apache Ignite cluster can also be deployed in <code>Kubernetes</code> that allows automatic deployment and management of
-                        containerized applications.
-                    </p>
-
-                    <div class="page-heading">Resource Managers:</div>
-                    <p>
-                        Ignite provides native integration for <code class="text-nowrap">Hadoop Yarn</code> and <code class="text-nowrap">Apache Mesos</code> making it very easy
-                        to seamlessly deploy Ignite into Hadoop and Spark environments.
-                    </p>
                 </div>
 
-                <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0;">
-                    <img class="img-responsive" src="/images/ignite-deploy-2.png" width="440px" style="float:right;"/>
+                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0;">
+                    <img class="img-responsive" src="/images/ignite-deploy.png" width="540px" style="float:right;"/>
                 </div>
             </div>&nbsp;
+
+            <div class="page-heading">Containers:</div>
+            <p>
+                Ignite can freely run within container environments. Ignite's integration with <code>Docker</code>
+                allows to automatically build and deploy user code into Ignite prior to server startup.
+            </p>
+            <p>
+                Apache Ignite cluster can also be deployed in <code>Kubernetes</code> that allows automatic deployment and management of
+                containerized applications.
+            </p>
+
+            <div class="page-heading">Resource Managers:</div>
+            <p>
+                Ignite provides native integration for <code class="text-nowrap">Hadoop Yarn</code> and <code class="text-nowrap">Apache Mesos</code> making it very easy
+                to seamlessly deploy Ignite into Hadoop and Spark environments.
+            </p>
         </section>
+
+
         <section id="key-features" class="page-section">
             <h2>Deployment Options</h2>
             <table class="formatted" name="Deployment Options Features">

Modified: ignite/site/trunk/features/igfs.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/igfs.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/features/igfs.html (original)
+++ ignite/site/trunk/features/igfs.html Tue Oct 31 17:05:49 2017
@@ -67,18 +67,17 @@ under the License.
                         a distributed in-memory cache. However, unlike Hadoop HDFS, IGFS does not need a name node
                         and automatically determines file data locality using a hashing function.
                     </p>
-                    <p>
-                        IGFS can be deployed stand alone, as well as on top of HDFS in which case it becomes
-                        a transparent caching layer for the files stored in HDFS.
-                    </p>
-
-                    <p>IGFS integrates with native Apache Hadoop distribution, Cloudera CDH, and Hortonworks HDP.</p>
                 </div>
-
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
-                    <img class="img-responsive" src="/images/spark-igfs.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/spark-igfs.png" width="540px" style="float:right;"/>
                 </div>
             </div>
+            <p>
+                IGFS can be deployed stand alone, as well as on top of HDFS in which case it becomes
+                a transparent caching layer for the files stored in HDFS.
+            </p>
+
+            <p>IGFS integrates with native Apache Hadoop distribution, Cloudera CDH, and Hortonworks HDP.</p>
             <div class="page-heading">Tachyon Replacement</div>
             <p>
                 IGFS can transparently replace Tachyon file system in Spark deployments. Given that IGFS is based

Modified: ignite/site/trunk/features/mapreduce.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/mapreduce.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/features/mapreduce.html (original)
+++ ignite/site/trunk/features/mapreduce.html Tue Oct 31 17:05:49 2017
@@ -70,7 +70,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0;">
-                    <img class="img-responsive" src="/images/hadoop_sequence.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/hadoop_sequence-1.png" width="440px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">Native Hadoop MapReduce</div>

Modified: ignite/site/trunk/features/servicegrid.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/servicegrid.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/features/servicegrid.html (original)
+++ ignite/site/trunk/features/servicegrid.html Tue Oct 31 17:05:49 2017
@@ -69,7 +69,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
-                    <img class="img-responsive" src="/images/service_grid.png" width="380px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/ignite_service_grid_v1.png" width="380px" style="float:right;"/>
                 </div>
             </div>
             <div class="code-examples">

Modified: ignite/site/trunk/features/streaming.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/streaming.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/features/streaming.html (original)
+++ ignite/site/trunk/features/streaming.html Tue Oct 31 17:05:49 2017
@@ -54,7 +54,7 @@ under the License.
         <section id="streaming" class="page-section">
             <h1 class="first">Data Loading and Streaming</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 20px 0;">
-                <div class="col-sm-6 col-md-7 col-xs-12" style="padding-left:0; padding-right:0">
+                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0">
                     <p>
                         Ignite data loading and streaming capabilities allow ingesting large finite as well as
                         never-ending volumes of data in a scalable and fault-tolerant way into the cluster.
@@ -66,23 +66,21 @@ under the License.
                         integrates</a> with major streaming technologies and frameworks such as Kafka, Camel,
                         Storm or JMS to bring even more advanced streaming capabilities to Ignite-based architectures.
                     </p>
-
-                    <div class="page-heading">Data Loading</div>
-                    <p>
-                        Ignite provides several <a href="https://apacheignite.readme.io/docs/data-loading" target="_blank">
-                        techniques</a> for initial data loading. For instance, Ignite streaming APIs are a good
-                        choice for clusters with Ignite native persistence enabled, while the clusters that persist
-                        data in a 3rd party store can connect to it directly with <code>CacheStore</code> API.
-                    </p>
                 </div>
 
-                <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="img-responsive" src="/images/ignite-stream-query.png" width="382px" style="float:right;"/>
-                    <br/>
-                    <img class="img-responsive" src="/images/in_memory_streaming.png" width="280px" style="margin: auto;">
+                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
+                    <img class="img-responsive" src="/images/ignite-stream-query.png" style="float:right;"/>
                 </div>
             </div>
 
+            <div class="page-heading">Data Loading</div>
+            <p>
+                Ignite provides several <a href="https://apacheignite.readme.io/docs/data-loading" target="_blank">
+                techniques</a> for initial data loading. For instance, Ignite streaming APIs are a good
+                choice for clusters with Ignite native persistence enabled, while the clusters that persist
+                data in a 3rd party store can connect to it directly with <code>CacheStore</code> API.
+            </p>
+
             <div class="page-heading">How Ignite Streaming Works:</div>
             <ol class="page-list">
                 <li>Clients inject streams of data into Ignite.</li>

Added: ignite/site/trunk/images/hadoop_sequence-1.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/hadoop_sequence-1.png?rev=1813910&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/hadoop_sequence-1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/images/hibernate-L2-cache.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/hibernate-L2-cache.png?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/images/ignite-deploy.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/ignite-deploy.png?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
Binary files - no diff available.

Added: ignite/site/trunk/images/ignite-deploy_service_grid_v2.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/ignite-deploy_service_grid_v2.png?rev=1813910&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/ignite-deploy_service_grid_v2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/images/ignite-stream-query.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/ignite-stream-query.png?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/images/ignite_filesystem.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/ignite_filesystem.png?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
Binary files - no diff available.

Added: ignite/site/trunk/images/ignite_service_grid_v1.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/ignite_service_grid_v1.png?rev=1813910&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/ignite_service_grid_v1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/images/in_memory_data.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/in_memory_data.png?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/images/spark-igfs.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/spark-igfs.png?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
Binary files - no diff available.

Added: ignite/site/trunk/images/web_sessions.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/web_sessions.png?rev=1813910&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/web_sessions.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html (original)
+++ ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html Tue Oct 31 17:05:49 2017
@@ -52,7 +52,7 @@ under the License.
         <section id="hibernate-l2-cache" class="page-section">
             <h1 class="first">Second-Level Cache for Hibernate</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 20px 0;">
-                <div class="col-sm-6 col-md-7 col-xs-12" style="padding-left:0;">
+                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0;">
                     <p>
                         Hibernate stores data in first-level (L1) cache to minimize expensive database requests. However,
                         this data is cached per Hibernate session and is not shared among threads. A common solution here is
@@ -71,8 +71,8 @@ under the License.
                         will still go to the database.
                     </p>
                 </div>
-                <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="img-responsive" src="/images/hibernate-L2-cache.jpg" width="400px" style="float:right;"/>
+                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
+                    <img class="img-responsive" src="/images/hibernate-L2-cache.png" width="500px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">Ignite as Hibernate L2 Cache</div>

Modified: ignite/site/trunk/use-cases/caching/web-session-clustering.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/caching/web-session-clustering.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/caching/web-session-clustering.html (original)
+++ ignite/site/trunk/use-cases/caching/web-session-clustering.html Tue Oct 31 17:05:49 2017
@@ -72,7 +72,7 @@ under the License.
                     </p>
                 </div>
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="img-responsive" src="/images/web_sessions_3.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/web_sessions.png" width="440px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">No Sticky Sessions</div>

Modified: ignite/site/trunk/use-cases/hadoop/mapreduce.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/hadoop/mapreduce.html?rev=1813910&r1=1813909&r2=1813910&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/hadoop/mapreduce.html (original)
+++ ignite/site/trunk/use-cases/hadoop/mapreduce.html Tue Oct 31 17:05:49 2017
@@ -72,7 +72,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0;">
-                    <img class="img-responsive" src="/images/hadoop_sequence.png"  style="float:right;"/>
+                    <img class="img-responsive" src="/images/hadoop_sequence-1.png"  style="float:right;"/>
                 </div>
             </div>