Author: dmagda
Date: Wed May 23 22:07:28 2018
New Revision: 1832130

URL: http://svn.apache.org/viewvc?rev=1832130&view=rev
Log:
Fixed Spark docs

Modified:
    ignite/site/trunk/.htaccess
    ignite/site/trunk/features.html

Modified: ignite/site/trunk/.htaccess
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/.htaccess?rev=1832130&r1=1832129&r2=1832130&view=diff
==============================================================================
--- ignite/site/trunk/.htaccess (original)
+++ ignite/site/trunk/.htaccess Wed May 23 22:07:28 2018
@@ -11,6 +11,7 @@ Redirect 301 /features/durablememory.htm
 Redirect 301 /memorycentric.html /arch/memorycentric.html
 Redirect 301 /features/persistence.html /arch/persistence.html
 Redirect 301 /features/deploy.html /arch/clustering.html
+Redirect 301 /features/igniterdd.html /use-cases/spark/shared-memory-layer.html
 
 RewriteEngine On 
 

Modified: ignite/site/trunk/features.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/features.html?rev=1832130&r1=1832129&r2=1832130&view=diff
==============================================================================
--- ignite/site/trunk/features.html (original)
+++ ignite/site/trunk/features.html Wed May 23 22:07:28 2018
@@ -142,7 +142,7 @@ under the License.
                     <ul class="last">
                         <li><a href="/features/igniterdd.html"
                                onclick="ga('send', 'event', 
'apache_ignite_features', 'features_page_click', 'ignite_rdd');">
-                            Spark Shared RDD</a>
+                            In-Memory Store for Spark</a>
                         </li>
                         <li><a href="/features/igfs.html"
                                onclick="ga('send', 'event', 
'apache_ignite_features', 'features_page_click', 'igfs');">
@@ -1178,8 +1178,8 @@ under the License.
         </section>
 
         <section id="igniterdd" class="page-section" style="border: none;">
-            <h2><a class="feature-header" href="/features/igniterdd.html" 
target="_blank">Spark Shared RDD<i class="fa fa-external-link" 
style="padding-left:5px;"></i></a></h2>
-            <table class="formatted features" name="service grid">
+            <h2><a class="feature-header" 
href="/use-cases/spark/shared-memory-layer.html" target="_blank">Ignite for 
Spark<i class="fa fa-external-link" style="padding-left:5px;"></i></a></h2>
+            <table class="formatted features" name="spark">
                 <thead>
                     <tr>
                         <th colspan="2" class="left">IGNITE FOR SPARK</th>
@@ -1187,10 +1187,12 @@ under the License.
                 </thead>
                 <tbody>
                     <tr>
-                        <td class="features-left">Ignite RDD</td>
+                        <td class="features-left">Ignite RDD and 
DataFrames</td>
                         <td>
                             <p>
-                                Apache Ignite provides an implementation of 
Spark RDD abstraction which allows to easily share state in memory across 
multiple Spark jobs.
+                                Apache Ignite provides an implementation of 
Spark RDD abstraction and DataFrames
+                                which allows to easily share state in memory 
across multiple Spark jobs and boost Spark's
+                                applications performance.
                             </p>
                             <div  class="page-links">
                                 <a 
href="https://apacheignite-fs.readme.io/docs/ignite-for-spark"; 
target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>


Reply via email to