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/03/17 01:36:49 UTC

svn commit: r1787277 - in /ignite/site/trunk: ./ features/ use-cases/caching/ use-cases/hadoop/ use-cases/platforms/ use-cases/spark/

Author: dmagda
Date: Fri Mar 17 01:36:49 2017
New Revision: 1787277

URL: http://svn.apache.org/viewvc?rev=1787277&view=rev
Log:
renaming page headers

Modified:
    ignite/site/trunk/features/computegrid.html
    ignite/site/trunk/features/cpp.html
    ignite/site/trunk/features/datagrid.html
    ignite/site/trunk/features/deploy.html
    ignite/site/trunk/features/dotnet.html
    ignite/site/trunk/features/igfs.html
    ignite/site/trunk/features/igniterdd.html
    ignite/site/trunk/features/java.html
    ignite/site/trunk/features/mapreduce.html
    ignite/site/trunk/features/rdbmsintegration.html
    ignite/site/trunk/features/runseverywhere.html
    ignite/site/trunk/features/servicegrid.html
    ignite/site/trunk/features/sql.html
    ignite/site/trunk/features/streaming.html
    ignite/site/trunk/index.html
    ignite/site/trunk/use-cases/caching/database-caching.html
    ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html
    ignite/site/trunk/use-cases/caching/jcache-provider.html
    ignite/site/trunk/use-cases/caching/key-value-store.html
    ignite/site/trunk/use-cases/caching/web-session-clustering.html
    ignite/site/trunk/use-cases/hadoop/hdfs-cache.html
    ignite/site/trunk/use-cases/hadoop/mapreduce.html
    ignite/site/trunk/use-cases/platforms/dotnet.html
    ignite/site/trunk/use-cases/spark/shared-memory-layer.html
    ignite/site/trunk/use-cases/spark/sql-queries.html

Modified: ignite/site/trunk/features/computegrid.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/computegrid.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/computegrid.html (original)
+++ ignite/site/trunk/features/computegrid.html Fri Mar 17 01:36:49 2017
@@ -52,11 +52,11 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="computegrid" class="page-section">
+            <h1 class="first">Apache Ignite In-Memory Compute Grid</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">
-                    <h1 class="first">Apache Ignite In-Memory Compute Grid</h1>
                     <p>
-                        DistributedApache Ignite In-Memory Compute Grid fashion to gain high performance,
+                        Ignite In-Memory Compute Grid allows executing distributed computations in a parallel fashion to gain high performance,
                         low latency, and linear scalability. Ignite compute grid provides a set of simple APIs
                         that allow users distribute computations and data processing across multiple computers
                         in the cluster.
@@ -80,7 +80,7 @@ under the License.
                 </div>
                 <br/>
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/in_memory_compute.png" width="400px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/in_memory_compute.png" width="400px" style="float:right;"/>
                 </div>
             </div>
             <div class="code-examples">

Modified: ignite/site/trunk/features/cpp.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/cpp.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/features/datagrid.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/datagrid.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/datagrid.html (original)
+++ ignite/site/trunk/features/datagrid.html Fri Mar 17 01:36:49 2017
@@ -52,15 +52,17 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="datagrid" class="page-section">
+            <h1 class="first">Apache Ignite In-Memory Data Grid</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">
-                    <h1 class="first">Apache Ignite In-Memory Data Grid</h1>
                     <p>
-                    Ignite in-memory data grid is a <code class="text-nowrap">key-value in-memory store</code>
-                    which enables caching data in-memory within distributed clusters.
+                    Ignite In-Memory Data Grid is an <code>in-memory distributed key-value store</code> that
+                    enables caching data in memory within distributed clusters. Ignite data grid can be viewed as a
+                        distributed partitioned hash map with every cluster node owning a portion of the overall data.
+                        This way the more cluster nodes we add, the more data we can cache.
                     </p>
                     <p>
-                    It has been built from the ground up to linearly scale to hundreds of nodes with strong
+                    Ignite data grid has been built from the ground up to linearly scale to hundreds of nodes with strong
                     semantics for data locality and affinity data routing to reduce redundant data noise.
                     </p>
                     <p>
@@ -90,7 +92,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/ignite-db-cache.png" width="400px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/ignite-db-cache.png" width="400px" style="float:right;"/>
                 </div>
             </div>
             <div class="code-examples">

Modified: ignite/site/trunk/features/deploy.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/deploy.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/deploy.html (original)
+++ ignite/site/trunk/features/deploy.html Fri Mar 17 01:36:49 2017
@@ -52,9 +52,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="igfs" class="page-section">
+            <h1 class="first">Deployment Options for Apache Ignite</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;">
-                    <h1 class="first">Deployment Options for Apache Ignite</h1>
                     <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
@@ -86,7 +86,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0;">
-                    <img class="first img-responsive" src="/images/ignite-deploy-2.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/ignite-deploy-2.png" width="440px" style="float:right;"/>
                 </div>
             </div>&nbsp;
         </section>

Modified: ignite/site/trunk/features/dotnet.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/dotnet.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/features/igfs.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/igfs.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/igfs.html (original)
+++ ignite/site/trunk/features/igfs.html Fri Mar 17 01:36:49 2017
@@ -52,13 +52,14 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="igfs" class="page-section">
+            <h1 class="first">Apache Ignite In-Memory File System</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 10px 0;">
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0">
-                    <h1 class="first">Apache Ignite In-Memory File System</h1>
+
                     <p>
-                        One of unique capabilities of Ignite is a distributed in-memory file system called
-                        Ignite File System (IGFS). IGFS delivers similar functionality to Hadoop HDFS, but
-                        only in memory. In fact, in addition to its own APIs, IGFS implements Hadoop FileSystem API
+                        One of the unique capabilities of Apache Ignite is a distributed in-memory file system called
+                        Ignite File System (IGFS). IGFS delivers a similar functionality to Hadoop HDFS, but
+                        only in-memory. In fact, in addition to its own APIs, IGFS implements Hadoop FileSystem API
                         and can be transparently plugged into Hadoop or Spark deployments.
                     </p>
                     <p>
@@ -67,20 +68,22 @@ under the License.
                         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
+                        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="first img-responsive" src="/images/spark-igfs.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/spark-igfs.png" width="440px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">Tachyon Replacement</div>
             <p>
                 IGFS can transparently replace Tachyon file system in Spark deployments. Given that IGFS is based
                 on battle-tested Ignite data grid technology, it exhibits much better write and read performance
-                than Tachyon and is more stable.
+                than Tachyon, and is more stable.
             </p>
             <div class="page-heading">Hadoop File System</div>
             <p>
@@ -119,7 +122,7 @@ under the License.
                             <p>
                                 IGFS implements Hadoop <code>FileSystem</code> API and can be deployed as a native
                                 Hadoop file system, just like HDFS. This allows to natively deploy IGFS into Hadoop or
-                                Spark installations in plug-n-play fashion.
+                                Spark installations in a plug-n-play fashion.
                             </p>
                             <div class="page-links">
                                 <a href="http://apacheignite-fs.readme.io/docs/file-system" target="docs">Docs for this Feature <i class="fa fa-angle-double-right"></i></a>

Modified: ignite/site/trunk/features/igniterdd.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/igniterdd.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/igniterdd.html (original)
+++ ignite/site/trunk/features/igniterdd.html Fri Mar 17 01:36:49 2017
@@ -52,9 +52,10 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="igniterdd" class="page-section">
+            <h1 class="first">Shared Apache Spark RDDs with Apache Ignite</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 10px 0;">
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0">
-                    <h1 class="first">Shared Apache Spark RDDs with Apache Ignite</h1>
+
                     <p>
                         Apache Ignite provides an implementation of Spark RDD abstraction which allows to easily
                         share state in memory across multiple Spark jobs, either within the same application
@@ -74,7 +75,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/spark-ignite-rdd.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/spark-ignite-rdd.png" width="440px" style="float:right;"/>
                 </div>
             </div>
             <div class="code-examples"><br/>

Modified: ignite/site/trunk/features/java.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/java.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/features/mapreduce.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/mapreduce.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/mapreduce.html (original)
+++ ignite/site/trunk/features/mapreduce.html Fri Mar 17 01:36:49 2017
@@ -52,9 +52,10 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="mapreduce" class="page-section">
+            <h1 class="first">Apache Ignite In-Memory MapReduce</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-6 col-xs-12" style="padding-left:0; padding-right:0;">
-                    <h1 class="first">In-Memory MapReduce with Apache Ignite</h1>
+
                     <p>
                         Apache Ignite comes with in-memory implementation of Hadoop MapReduce APIs which provides
                         significant acceleration over the native Hadoop MapReduce implementation. Ignite MapReduce
@@ -69,7 +70,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0;">
-                    <img class="first img-responsive" src="/images/hadoop_sequence.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/hadoop_sequence.png" width="440px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">Native Hadoop MapReduce</div>

Modified: ignite/site/trunk/features/rdbmsintegration.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/rdbmsintegration.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/features/runseverywhere.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/runseverywhere.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/features/servicegrid.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/servicegrid.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/servicegrid.html (original)
+++ ignite/site/trunk/features/servicegrid.html Fri Mar 17 01:36:49 2017
@@ -52,11 +52,11 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="servicegrid" class="page-section">
+            <h1 class="first">Apache Ignite Service Grid</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-6 col-xs-12" style="padding-left:0; padding-right:0">
-                    <h2 class="first">Service Grid</h2>
                     <p>
-                        Service Grid allows for deployments of arbitrary user-defined services on the cluster.
+                        Ignite Service Grid allows for deployments of arbitrary user-defined services on the cluster.
                         You can implement and deploy any service, such as custom counters, ID generators,
                         hierarchical maps, etc.
                     </p>
@@ -68,7 +68,7 @@ under the License.
                     </p>
                 </div>
 
-                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-top: 100px !important; padding-right:0">
+                <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
                     <img class="img-responsive" src="/images/ignite_service.png" width="440px" style="float:right;"/>
                 </div>
             </div>

Modified: ignite/site/trunk/features/sql.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/sql.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/features/streaming.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/streaming.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/features/streaming.html (original)
+++ ignite/site/trunk/features/streaming.html Fri Mar 17 01:36:49 2017
@@ -52,11 +52,11 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="streaming" class="page-section">
+            <h1 class="first">Apache Ignite Streaming & CEP</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">
-                    <h1 class="first">Streaming and Complex Event Processing with Apache Ignite</h1>
                     <p>
-                        Ignite streaming allows to process continuous never-ending streams of data in scalable
+                        Ignite Streaming and Continuous Event Processing (CEP) allows to process continuous never-ending streams of data in scalable
                         and fault-tolerant fashion. The rates at which data can be injected into Ignite can be very
                         high and easily exceed millions of events per second on a moderately sized cluster.
                     </p>
@@ -73,7 +73,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/ignite-stream-query.png" width="382px" style="float:right;"/>
+                    <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>

Modified: ignite/site/trunk/index.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/index.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/index.html (original)
+++ ignite/site/trunk/index.html Fri Mar 17 01:36:49 2017
@@ -103,9 +103,9 @@ under the License.
     </div>
     <main id="main" role="main" class="container">
         <section id="overview" class="page-section">
+            <h1>Apache Ignite In-Memory Computing Platform</h1>
             <div class="col-sm-12 col-md-12 col-xs-12">
                 <div class="col-sm-9 col-md-9 col-xs-12" style="padding-right:20px; padding-left:0;">
-                    <h1>Apache Ignite In-Memory Computing Platform</h1>
                     <p>
                         Apache Ignite is a high-performance, integrated and
                         distributed in-memory platform for computing

Modified: ignite/site/trunk/use-cases/caching/database-caching.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/caching/database-caching.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/caching/database-caching.html (original)
+++ ignite/site/trunk/use-cases/caching/database-caching.html Fri Mar 17 01:36:49 2017
@@ -50,11 +50,11 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="database-caching" class="page-section">
+            <h1 class="first">Apache Ignite for Database Caching</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-6 col-xs-12" style="padding-left:0;">
-                    <h2 class="first">Database Caching Using Apache Ignite</h2>
                     <p>
-                        Ignite database caching enables users to keep the most frequently accessed data in memory,
+                        Ignite Database Caching enables users to keep the most frequently accessed data in memory,
                         by either partitioning or replicating it across a cluster of computers.
                     </p>
                     <div class="page-heading">Write-Through & Read-Through</div>
@@ -67,7 +67,7 @@ under the License.
                     </p>
                 </div>
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/in_memory_data.png" width="400px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/in_memory_data.png" width="400px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">Write-Behind</div>

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=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html (original)
+++ ignite/site/trunk/use-cases/caching/hibernate-l2-cache.html Fri Mar 17 01:36:49 2017
@@ -50,9 +50,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="hibernate-l2-cache" class="page-section">
+            <h1 class="first">Apache Ignite as L2 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;">
-                    <h1 class="first">Apache Ignite as a Second-Level Cache for Hibernate</h1>
                     <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
@@ -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="first img-responsive" src="/images/hibernate-L2-cache.png" width="400px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/hibernate-L2-cache.png" width="400px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">Ignite as Hibernate L2 Cache</div>

Modified: ignite/site/trunk/use-cases/caching/jcache-provider.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/caching/jcache-provider.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/caching/jcache-provider.html (original)
+++ ignite/site/trunk/use-cases/caching/jcache-provider.html Fri Mar 17 01:36:49 2017
@@ -52,9 +52,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="jcache" class="page-section">
+            <h1 class="first">Apache Ignite as JCache Provider (JSR 107)</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;">
-                    <h1 class="first">Apache Ignite as a JCache Provider (JSR 107)</h1>
                     <p>
                         Ignite data grid is an implementation of <code>JCache (JSR 107)</code> specification.
                         JCache provides a very simple to use, but yet very powerful API for data access.
@@ -73,17 +73,17 @@ under the License.
                             <li>Pluggable Persistence</li>
                         </ul>
                     </p>
+                    <div class="page-heading">Vendor Neutrality</div>
+                    <p>
+                        Support for JCache API allows applications to be vendor neutral, making it relatively
+                        easy to switch between JCache supporting products.
+                    </p>
                 </div>
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/ignite-db-cache.png" width="400px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/ignite-db-cache.png" width="400px" style="float:right;"/>
                 </div>
             </div>
-            <div class="page-heading">Vendor Neutrality</div>
-            <p>
-                Support for JCache API allows applications to be vendor neutral, making it relatively
-                easy to switch between JCache supporting products.
-            </p>
-            <div class="page-heading">Additional Features</div>
+                        <div class="page-heading">Additional Features</div>
             <p>
                 In addition to JCache, Ignite provides ACID transactions,
                 ad-hoc querying capabilities (including SQL),

Modified: ignite/site/trunk/use-cases/caching/key-value-store.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/caching/key-value-store.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/caching/key-value-store.html (original)
+++ ignite/site/trunk/use-cases/caching/key-value-store.html Fri Mar 17 01:36:49 2017
@@ -52,10 +52,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="key-value-store" class="page-section">
+            <h1 class="first">Apache Ignite as In-Memory Key Value Store</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 10px 0;">
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0">
-                    <h1 class="first">Apache Ignite is an In-Memory Key Value Store</h1>
-
                     <p>
                         Ignite data grid is an in-memory key-value store which enables caching data
                         in-memory within distributed clusters.
@@ -89,10 +88,10 @@ under the License.
                     </p>
                 </div>
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/partitioned_cache.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/partitioned_cache.png" width="440px" style="float:right;"/>
                 </div>
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0;padding-top:0;">
-                    <img class="first img-responsive" src="/images/replicated_cache.png" width="440px" style="float:right;padding-top:0;"/>
+                    <img class="img-responsive" src="/images/replicated_cache.png" width="440px" style="float:right;padding-top:0;"/>
                 </div>
             </div>
         </section>

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=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/caching/web-session-clustering.html (original)
+++ ignite/site/trunk/use-cases/caching/web-session-clustering.html Fri Mar 17 01:36:49 2017
@@ -50,9 +50,10 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="web-session-caching" class="page-section">
+            <h1 class="first">Apache Ignite for Web Session Clustering</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;">
-                    <h1 class="first">Web Session Clustering with Apache Ignite</h1>
+
                     <p>
                         Apache Ignite is capable of caching web sessions of all Java Servlet containers that
                         follow Java Servlet 3.0 Specification, including Apache Tomcat, Eclipse Jetty, Oracle WebLogic, and others.
@@ -63,17 +64,17 @@ under the License.
                         In case of an application server failure, web requests get routed to another application server that
                         simply fetches the web session data from Ignite distributed cache.
                     </p>
+                    <div class="page-heading">Fault Tolerance</div>
+                    <p>
+                        Ignite ensures fault tolerance by either replicating or partitioning the sessions' data
+                        across all cluster nodes. Ignite guarantees that no session is ever lost, providing a
+                        better user experience.
+                    </p>
                 </div>
                 <div class="col-sm-6 col-md-5 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/web_sessions_3.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/web_sessions_3.png" width="440px" style="float:right;"/>
                 </div>
             </div>
-            <div class="page-heading">Fault Tolerance</div>
-            <p>
-                Ignite ensures fault tolerance by either replicating or partitioning the sessions' data
-                across all cluster nodes. Ignite guarantees that no session is ever lost, providing a
-                better user experience.
-            </p>
             <div class="page-heading">No Sticky Sessions</div>
             <p>
                 With web session caching, sticky connections become less important as sessions are now available

Modified: ignite/site/trunk/use-cases/hadoop/hdfs-cache.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/hadoop/hdfs-cache.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/hadoop/hdfs-cache.html (original)
+++ ignite/site/trunk/use-cases/hadoop/hdfs-cache.html Fri Mar 17 01:36:49 2017
@@ -52,9 +52,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="hdfs-cache" class="page-section">
+            <h1 class="first">Apache Ignite In-Memory File System as HDFS Cache</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-6 col-xs-12" style="padding-left:0;">
-                    <h1 class="first">HDFS Cache Using the Apache Ignite In-Memory File System</h1>
                     <p>
                         Ignite File System (IGFS) is a plug-and-play in-memory file system,
                         compatible with Hadoop Distributed File System (HDFS) and In-Memory Map Reduce.
@@ -68,7 +68,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0;">
-                    <img class="first img-responsive" src="/images/ignite_filesystem.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/ignite_filesystem.png" width="440px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">Write-Through & Read-Through</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=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/hadoop/mapreduce.html (original)
+++ ignite/site/trunk/use-cases/hadoop/mapreduce.html Fri Mar 17 01:36:49 2017
@@ -52,9 +52,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="mapreduce" class="page-section">
+            <h1 class="first">Fast In-Memory MapReduce Using Apache Ignite</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-6 col-xs-12" style="padding-left:0;">
-                    <h1 class="first">Fast In-Memory MapReduce Using Apache Ignite</h1>
                     <p>
                         Apache Ignite In-Memory MapReduce allows to effectively parallelize the processing of data stored in
                         any Hadoop file system, including the In-Memory File System provided by Ignite.
@@ -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="first img-responsive" src="/images/hadoop_sequence.png"  style="float:right;"/>
+                    <img class="img-responsive" src="/images/hadoop_sequence.png"  style="float:right;"/>
                 </div>
             </div>
 

Modified: ignite/site/trunk/use-cases/platforms/dotnet.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/platforms/dotnet.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/platforms/dotnet.html (original)
+++ ignite/site/trunk/use-cases/platforms/dotnet.html Fri Mar 17 01:36:49 2017
@@ -52,9 +52,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="mapreduce" class="page-section">
+            <h1 class="first">Apache Ignite as .NET Data Grid</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-6 col-xs-12" style="padding-left:0;">
-                    <h1 class="first">Apache Ignite as .NET Data Grid</h1>
                     <p>
                         The Ignite In-Memory Data Fabric provides a unified API that spans
                         JVM-based languages like Java, Scala and Groovy as well as first class support for

Modified: ignite/site/trunk/use-cases/spark/shared-memory-layer.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/spark/shared-memory-layer.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/spark/shared-memory-layer.html (original)
+++ ignite/site/trunk/use-cases/spark/shared-memory-layer.html Fri Mar 17 01:36:49 2017
@@ -50,9 +50,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="shared-memory-layer" class="page-section">
+            <h1 class="first">Shared Memory Layer for Apache Spark</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 10px 0;">
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0">
-                    <h1 class="first">Shared Memory Layer for Apache Spark</h1>
                     <p>
                         Apache Ignite provides an implementation of Spark RDD abstraction which allows to easily
                         share state in memory across multiple Spark jobs, either within the same application
@@ -74,7 +74,7 @@ under the License.
                 </div>
 
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0">
-                    <img class="first img-responsive" src="/images/spark-ignite-rdd.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/spark-ignite-rdd.png" width="440px" style="float:right;"/>
                 </div>
             </div>
 

Modified: ignite/site/trunk/use-cases/spark/sql-queries.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/spark/sql-queries.html?rev=1787277&r1=1787276&r2=1787277&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/spark/sql-queries.html (original)
+++ ignite/site/trunk/use-cases/spark/sql-queries.html Fri Mar 17 01:36:49 2017
@@ -50,9 +50,9 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="spark-sqlqueries" class="page-section">
+            <h1 class="first">Accelerate Apache Spark SQL Queries with Apache Ignite</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 10px 0;">
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0">
-                    <h1 class="first">Accelerate Apache Spark SQL Queries with Apache Ignite</h1>
                     <p>
                         Running SQL queries using <code>IgniteRDD</code> is orders of magnitude faster than running SQL
                         queries using Spark native RDDs or Data Frame APIs.
@@ -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="first img-responsive" src="/images/spark-ignite-rdd.png" width="440px" style="float:right;"/>
+                    <img class="img-responsive" src="/images/spark-ignite-rdd.png" width="440px" style="float:right;"/>
                 </div>
             </div>
             <div class="page-heading">On-Heap and Off-Heap Memory</div>