You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/09/29 01:13:33 UTC

svn commit: r1527258 [2/2] - in /incubator/spark: ./ _layouts/ site/ site/news/ site/releases/ site/screencasts/

Modified: incubator/spark/site/releases/spark-release-0-7-2.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-7-2.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-7-2.html (original)
+++ incubator/spark/site/releases/spark-release-0-7-2.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/releases/spark-release-0-7-3.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-7-3.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-7-3.html (original)
+++ incubator/spark/site/releases/spark-release-0-7-3.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/releases/spark-release-0-8-0.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-8-0.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-8-0.html (original)
+++ incubator/spark/site/releases/spark-release-0-8-0.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/research.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/research.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/research.html (original)
+++ incubator/spark/site/research.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/screencasts/1-first-steps-with-spark.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/1-first-steps-with-spark.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/screencasts/1-first-steps-with-spark.html (original)
+++ incubator/spark/site/screencasts/1-first-steps-with-spark.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/screencasts/2-spark-documentation-overview.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/2-spark-documentation-overview.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/screencasts/2-spark-documentation-overview.html (original)
+++ incubator/spark/site/screencasts/2-spark-documentation-overview.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/screencasts/3-transformations-and-caching.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/3-transformations-and-caching.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/screencasts/3-transformations-and-caching.html (original)
+++ incubator/spark/site/screencasts/3-transformations-and-caching.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html (original)
+++ incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />

Modified: incubator/spark/site/screencasts/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/index.html?rev=1527258&r1=1527257&r2=1527258&view=diff
==============================================================================
--- incubator/spark/site/screencasts/index.html (original)
+++ incubator/spark/site/screencasts/index.html Sat Sep 28 23:13:32 2013
@@ -23,15 +23,27 @@
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">
 
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-32518208-2', 'apache.org');
-    ga('send', 'pageview');
-
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
   </script>
 
   <link rel='canonical' href='/index.html' />