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 2014/05/30 10:58:41 UTC

svn commit: r1598504 - /spark/site/docs/1.0.0/

Author: pwendell
Date: Fri May 30 08:58:40 2014
New Revision: 1598504

URL: http://svn.apache.org/r1598504
Log:
Enabling Google Analytics for docs

Modified:
    spark/site/docs/1.0.0/api.html
    spark/site/docs/1.0.0/bagel-programming-guide.html
    spark/site/docs/1.0.0/building-with-maven.html
    spark/site/docs/1.0.0/cluster-overview.html
    spark/site/docs/1.0.0/configuration.html
    spark/site/docs/1.0.0/contributing-to-spark.html
    spark/site/docs/1.0.0/ec2-scripts.html
    spark/site/docs/1.0.0/graphx-programming-guide.html
    spark/site/docs/1.0.0/hadoop-third-party-distributions.html
    spark/site/docs/1.0.0/hardware-provisioning.html
    spark/site/docs/1.0.0/index.html
    spark/site/docs/1.0.0/java-programming-guide.html
    spark/site/docs/1.0.0/job-scheduling.html
    spark/site/docs/1.0.0/mllib-basics.html
    spark/site/docs/1.0.0/mllib-clustering.html
    spark/site/docs/1.0.0/mllib-collaborative-filtering.html
    spark/site/docs/1.0.0/mllib-decision-tree.html
    spark/site/docs/1.0.0/mllib-dimensionality-reduction.html
    spark/site/docs/1.0.0/mllib-guide.html
    spark/site/docs/1.0.0/mllib-linear-methods.html
    spark/site/docs/1.0.0/mllib-naive-bayes.html
    spark/site/docs/1.0.0/mllib-optimization.html
    spark/site/docs/1.0.0/monitoring.html
    spark/site/docs/1.0.0/programming-guide.html
    spark/site/docs/1.0.0/python-programming-guide.html
    spark/site/docs/1.0.0/quick-start.html
    spark/site/docs/1.0.0/running-on-mesos.html
    spark/site/docs/1.0.0/running-on-yarn.html
    spark/site/docs/1.0.0/scala-programming-guide.html
    spark/site/docs/1.0.0/security.html
    spark/site/docs/1.0.0/spark-debugger.html
    spark/site/docs/1.0.0/spark-standalone.html
    spark/site/docs/1.0.0/sql-programming-guide.html
    spark/site/docs/1.0.0/streaming-custom-receivers.html
    spark/site/docs/1.0.0/streaming-programming-guide.html
    spark/site/docs/1.0.0/submitting-applications.html
    spark/site/docs/1.0.0/tuning.html

Modified: spark/site/docs/1.0.0/api.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/api.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/api.html (original)
+++ spark/site/docs/1.0.0/api.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/bagel-programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/bagel-programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/bagel-programming-guide.html (original)
+++ spark/site/docs/1.0.0/bagel-programming-guide.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/building-with-maven.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/building-with-maven.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/building-with-maven.html (original)
+++ spark/site/docs/1.0.0/building-with-maven.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/cluster-overview.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/cluster-overview.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/cluster-overview.html (original)
+++ spark/site/docs/1.0.0/cluster-overview.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/configuration.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/configuration.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/configuration.html (original)
+++ spark/site/docs/1.0.0/configuration.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/contributing-to-spark.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/contributing-to-spark.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/contributing-to-spark.html (original)
+++ spark/site/docs/1.0.0/contributing-to-spark.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/ec2-scripts.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/ec2-scripts.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/ec2-scripts.html (original)
+++ spark/site/docs/1.0.0/ec2-scripts.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/graphx-programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/graphx-programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/graphx-programming-guide.html (original)
+++ spark/site/docs/1.0.0/graphx-programming-guide.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/hadoop-third-party-distributions.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/hadoop-third-party-distributions.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/hadoop-third-party-distributions.html (original)
+++ spark/site/docs/1.0.0/hadoop-third-party-distributions.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/hardware-provisioning.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/hardware-provisioning.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/hardware-provisioning.html (original)
+++ spark/site/docs/1.0.0/hardware-provisioning.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/index.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/index.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/index.html (original)
+++ spark/site/docs/1.0.0/index.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/java-programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/java-programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/java-programming-guide.html (original)
+++ spark/site/docs/1.0.0/java-programming-guide.html Fri May 30 08:58:40 2014
@@ -30,6 +30,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/job-scheduling.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/job-scheduling.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/job-scheduling.html (original)
+++ spark/site/docs/1.0.0/job-scheduling.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-basics.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-basics.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-basics.html (original)
+++ spark/site/docs/1.0.0/mllib-basics.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-clustering.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-clustering.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-clustering.html (original)
+++ spark/site/docs/1.0.0/mllib-clustering.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-collaborative-filtering.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-collaborative-filtering.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-collaborative-filtering.html (original)
+++ spark/site/docs/1.0.0/mllib-collaborative-filtering.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-decision-tree.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-decision-tree.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-decision-tree.html (original)
+++ spark/site/docs/1.0.0/mllib-decision-tree.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-dimensionality-reduction.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-dimensionality-reduction.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-dimensionality-reduction.html (original)
+++ spark/site/docs/1.0.0/mllib-dimensionality-reduction.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-guide.html (original)
+++ spark/site/docs/1.0.0/mllib-guide.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-linear-methods.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-linear-methods.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-linear-methods.html (original)
+++ spark/site/docs/1.0.0/mllib-linear-methods.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-naive-bayes.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-naive-bayes.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-naive-bayes.html (original)
+++ spark/site/docs/1.0.0/mllib-naive-bayes.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/mllib-optimization.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/mllib-optimization.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/mllib-optimization.html (original)
+++ spark/site/docs/1.0.0/mllib-optimization.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/monitoring.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/monitoring.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/monitoring.html (original)
+++ spark/site/docs/1.0.0/monitoring.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/programming-guide.html (original)
+++ spark/site/docs/1.0.0/programming-guide.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/python-programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/python-programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/python-programming-guide.html (original)
+++ spark/site/docs/1.0.0/python-programming-guide.html Fri May 30 08:58:40 2014
@@ -30,6 +30,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/quick-start.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/quick-start.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/quick-start.html (original)
+++ spark/site/docs/1.0.0/quick-start.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/running-on-mesos.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/running-on-mesos.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/running-on-mesos.html (original)
+++ spark/site/docs/1.0.0/running-on-mesos.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/running-on-yarn.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/running-on-yarn.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/running-on-yarn.html (original)
+++ spark/site/docs/1.0.0/running-on-yarn.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/scala-programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/scala-programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/scala-programming-guide.html (original)
+++ spark/site/docs/1.0.0/scala-programming-guide.html Fri May 30 08:58:40 2014
@@ -30,6 +30,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/security.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/security.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/security.html (original)
+++ spark/site/docs/1.0.0/security.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/spark-debugger.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/spark-debugger.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/spark-debugger.html (original)
+++ spark/site/docs/1.0.0/spark-debugger.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/spark-standalone.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/spark-standalone.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/spark-standalone.html (original)
+++ spark/site/docs/1.0.0/spark-standalone.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/sql-programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/sql-programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/sql-programming-guide.html (original)
+++ spark/site/docs/1.0.0/sql-programming-guide.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/streaming-custom-receivers.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/streaming-custom-receivers.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/streaming-custom-receivers.html (original)
+++ spark/site/docs/1.0.0/streaming-custom-receivers.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/streaming-programming-guide.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/streaming-programming-guide.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/streaming-programming-guide.html (original)
+++ spark/site/docs/1.0.0/streaming-programming-guide.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/submitting-applications.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/submitting-applications.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/submitting-applications.html (original)
+++ spark/site/docs/1.0.0/submitting-applications.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>

Modified: spark/site/docs/1.0.0/tuning.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.0.0/tuning.html?rev=1598504&r1=1598503&r2=1598504&view=diff
==============================================================================
--- spark/site/docs/1.0.0/tuning.html (original)
+++ spark/site/docs/1.0.0/tuning.html Fri May 30 08:58:40 2014
@@ -27,6 +27,19 @@
         <link rel="stylesheet" href="css/pygments-default.css">
 
         
+        <!-- Google analytics script -->
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-32518208-1']);
+          _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);
+          })();
+        </script>
+        
 
     </head>
     <body>