summaryrefslogtreecommitdiff
path: root/site/docs/1.0.0
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-05-30 08:58:40 +0000
committerPatrick Wendell <pwendell@apache.org>2014-05-30 08:58:40 +0000
commit9d3ca69383db14952c0e22a2d7d61854b8e9944f (patch)
tree84d4c39e289b2708b4af1fa5e7c7f14210505e5f /site/docs/1.0.0
parent66fb4b11cbae79d9044b2bbf2e53351642a58ff5 (diff)
downloadspark-website-9d3ca69383db14952c0e22a2d7d61854b8e9944f.tar.gz
spark-website-9d3ca69383db14952c0e22a2d7d61854b8e9944f.tar.bz2
spark-website-9d3ca69383db14952c0e22a2d7d61854b8e9944f.zip
Enabling Google Analytics for docs
Diffstat (limited to 'site/docs/1.0.0')
-rw-r--r--site/docs/1.0.0/api.html13
-rw-r--r--site/docs/1.0.0/bagel-programming-guide.html13
-rw-r--r--site/docs/1.0.0/building-with-maven.html13
-rw-r--r--site/docs/1.0.0/cluster-overview.html13
-rw-r--r--site/docs/1.0.0/configuration.html13
-rw-r--r--site/docs/1.0.0/contributing-to-spark.html13
-rw-r--r--site/docs/1.0.0/ec2-scripts.html13
-rw-r--r--site/docs/1.0.0/graphx-programming-guide.html13
-rw-r--r--site/docs/1.0.0/hadoop-third-party-distributions.html13
-rw-r--r--site/docs/1.0.0/hardware-provisioning.html13
-rw-r--r--site/docs/1.0.0/index.html13
-rw-r--r--site/docs/1.0.0/java-programming-guide.html13
-rw-r--r--site/docs/1.0.0/job-scheduling.html13
-rw-r--r--site/docs/1.0.0/mllib-basics.html13
-rw-r--r--site/docs/1.0.0/mllib-clustering.html13
-rw-r--r--site/docs/1.0.0/mllib-collaborative-filtering.html13
-rw-r--r--site/docs/1.0.0/mllib-decision-tree.html13
-rw-r--r--site/docs/1.0.0/mllib-dimensionality-reduction.html13
-rw-r--r--site/docs/1.0.0/mllib-guide.html13
-rw-r--r--site/docs/1.0.0/mllib-linear-methods.html13
-rw-r--r--site/docs/1.0.0/mllib-naive-bayes.html13
-rw-r--r--site/docs/1.0.0/mllib-optimization.html13
-rw-r--r--site/docs/1.0.0/monitoring.html13
-rw-r--r--site/docs/1.0.0/programming-guide.html13
-rw-r--r--site/docs/1.0.0/python-programming-guide.html13
-rw-r--r--site/docs/1.0.0/quick-start.html13
-rw-r--r--site/docs/1.0.0/running-on-mesos.html13
-rw-r--r--site/docs/1.0.0/running-on-yarn.html13
-rw-r--r--site/docs/1.0.0/scala-programming-guide.html13
-rw-r--r--site/docs/1.0.0/security.html13
-rw-r--r--site/docs/1.0.0/spark-debugger.html13
-rw-r--r--site/docs/1.0.0/spark-standalone.html13
-rw-r--r--site/docs/1.0.0/sql-programming-guide.html13
-rw-r--r--site/docs/1.0.0/streaming-custom-receivers.html13
-rw-r--r--site/docs/1.0.0/streaming-programming-guide.html13
-rw-r--r--site/docs/1.0.0/submitting-applications.html13
-rw-r--r--site/docs/1.0.0/tuning.html13
37 files changed, 481 insertions, 0 deletions
diff --git a/site/docs/1.0.0/api.html b/site/docs/1.0.0/api.html
index 72af2607c..42c3ca8c5 100644
--- a/site/docs/1.0.0/api.html
+++ b/site/docs/1.0.0/api.html
@@ -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>
diff --git a/site/docs/1.0.0/bagel-programming-guide.html b/site/docs/1.0.0/bagel-programming-guide.html
index bb9596ebc..171c81356 100644
--- a/site/docs/1.0.0/bagel-programming-guide.html
+++ b/site/docs/1.0.0/bagel-programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/building-with-maven.html b/site/docs/1.0.0/building-with-maven.html
index 4cf4682ac..12e9741d1 100644
--- a/site/docs/1.0.0/building-with-maven.html
+++ b/site/docs/1.0.0/building-with-maven.html
@@ -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>
diff --git a/site/docs/1.0.0/cluster-overview.html b/site/docs/1.0.0/cluster-overview.html
index 8b7853d0c..3581f225b 100644
--- a/site/docs/1.0.0/cluster-overview.html
+++ b/site/docs/1.0.0/cluster-overview.html
@@ -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>
diff --git a/site/docs/1.0.0/configuration.html b/site/docs/1.0.0/configuration.html
index a55129f98..52e908d77 100644
--- a/site/docs/1.0.0/configuration.html
+++ b/site/docs/1.0.0/configuration.html
@@ -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>
diff --git a/site/docs/1.0.0/contributing-to-spark.html b/site/docs/1.0.0/contributing-to-spark.html
index e4d1efbdf..39a3f857f 100644
--- a/site/docs/1.0.0/contributing-to-spark.html
+++ b/site/docs/1.0.0/contributing-to-spark.html
@@ -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>
diff --git a/site/docs/1.0.0/ec2-scripts.html b/site/docs/1.0.0/ec2-scripts.html
index b29961ade..4df323861 100644
--- a/site/docs/1.0.0/ec2-scripts.html
+++ b/site/docs/1.0.0/ec2-scripts.html
@@ -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>
diff --git a/site/docs/1.0.0/graphx-programming-guide.html b/site/docs/1.0.0/graphx-programming-guide.html
index 76ef8d077..d77c4b229 100644
--- a/site/docs/1.0.0/graphx-programming-guide.html
+++ b/site/docs/1.0.0/graphx-programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/hadoop-third-party-distributions.html b/site/docs/1.0.0/hadoop-third-party-distributions.html
index e62b74a2d..555d861f5 100644
--- a/site/docs/1.0.0/hadoop-third-party-distributions.html
+++ b/site/docs/1.0.0/hadoop-third-party-distributions.html
@@ -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>
diff --git a/site/docs/1.0.0/hardware-provisioning.html b/site/docs/1.0.0/hardware-provisioning.html
index cb13c94ee..8e35b0610 100644
--- a/site/docs/1.0.0/hardware-provisioning.html
+++ b/site/docs/1.0.0/hardware-provisioning.html
@@ -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>
diff --git a/site/docs/1.0.0/index.html b/site/docs/1.0.0/index.html
index 00d836871..5d710c32b 100644
--- a/site/docs/1.0.0/index.html
+++ b/site/docs/1.0.0/index.html
@@ -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>
diff --git a/site/docs/1.0.0/java-programming-guide.html b/site/docs/1.0.0/java-programming-guide.html
index b04a38d70..a32f1f1ce 100644
--- a/site/docs/1.0.0/java-programming-guide.html
+++ b/site/docs/1.0.0/java-programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/job-scheduling.html b/site/docs/1.0.0/job-scheduling.html
index 0d896284f..7f2e6661b 100644
--- a/site/docs/1.0.0/job-scheduling.html
+++ b/site/docs/1.0.0/job-scheduling.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-basics.html b/site/docs/1.0.0/mllib-basics.html
index 86d01d5b6..a64b35e1e 100644
--- a/site/docs/1.0.0/mllib-basics.html
+++ b/site/docs/1.0.0/mllib-basics.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-clustering.html b/site/docs/1.0.0/mllib-clustering.html
index c8ef3f1ac..2569f6b9a 100644
--- a/site/docs/1.0.0/mllib-clustering.html
+++ b/site/docs/1.0.0/mllib-clustering.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-collaborative-filtering.html b/site/docs/1.0.0/mllib-collaborative-filtering.html
index 63e1220a3..585bb0300 100644
--- a/site/docs/1.0.0/mllib-collaborative-filtering.html
+++ b/site/docs/1.0.0/mllib-collaborative-filtering.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-decision-tree.html b/site/docs/1.0.0/mllib-decision-tree.html
index 09320455f..92d592ddf 100644
--- a/site/docs/1.0.0/mllib-decision-tree.html
+++ b/site/docs/1.0.0/mllib-decision-tree.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-dimensionality-reduction.html b/site/docs/1.0.0/mllib-dimensionality-reduction.html
index 785b7716d..315aca872 100644
--- a/site/docs/1.0.0/mllib-dimensionality-reduction.html
+++ b/site/docs/1.0.0/mllib-dimensionality-reduction.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-guide.html b/site/docs/1.0.0/mllib-guide.html
index 8c8aca3fb..639b7363e 100644
--- a/site/docs/1.0.0/mllib-guide.html
+++ b/site/docs/1.0.0/mllib-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-linear-methods.html b/site/docs/1.0.0/mllib-linear-methods.html
index bed0d114f..87cf5f041 100644
--- a/site/docs/1.0.0/mllib-linear-methods.html
+++ b/site/docs/1.0.0/mllib-linear-methods.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-naive-bayes.html b/site/docs/1.0.0/mllib-naive-bayes.html
index 9ff3b4faa..761acba8e 100644
--- a/site/docs/1.0.0/mllib-naive-bayes.html
+++ b/site/docs/1.0.0/mllib-naive-bayes.html
@@ -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>
diff --git a/site/docs/1.0.0/mllib-optimization.html b/site/docs/1.0.0/mllib-optimization.html
index 44483f94f..298cbd548 100644
--- a/site/docs/1.0.0/mllib-optimization.html
+++ b/site/docs/1.0.0/mllib-optimization.html
@@ -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>
diff --git a/site/docs/1.0.0/monitoring.html b/site/docs/1.0.0/monitoring.html
index abc33251f..521716044 100644
--- a/site/docs/1.0.0/monitoring.html
+++ b/site/docs/1.0.0/monitoring.html
@@ -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>
diff --git a/site/docs/1.0.0/programming-guide.html b/site/docs/1.0.0/programming-guide.html
index b9d3a1836..381776014 100644
--- a/site/docs/1.0.0/programming-guide.html
+++ b/site/docs/1.0.0/programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/python-programming-guide.html b/site/docs/1.0.0/python-programming-guide.html
index ab3e16686..60ac4aa32 100644
--- a/site/docs/1.0.0/python-programming-guide.html
+++ b/site/docs/1.0.0/python-programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/quick-start.html b/site/docs/1.0.0/quick-start.html
index 5acd0932d..5e0cb14d1 100644
--- a/site/docs/1.0.0/quick-start.html
+++ b/site/docs/1.0.0/quick-start.html
@@ -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>
diff --git a/site/docs/1.0.0/running-on-mesos.html b/site/docs/1.0.0/running-on-mesos.html
index f2bb654a2..dec056488 100644
--- a/site/docs/1.0.0/running-on-mesos.html
+++ b/site/docs/1.0.0/running-on-mesos.html
@@ -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>
diff --git a/site/docs/1.0.0/running-on-yarn.html b/site/docs/1.0.0/running-on-yarn.html
index 29da538f0..1cab40407 100644
--- a/site/docs/1.0.0/running-on-yarn.html
+++ b/site/docs/1.0.0/running-on-yarn.html
@@ -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>
diff --git a/site/docs/1.0.0/scala-programming-guide.html b/site/docs/1.0.0/scala-programming-guide.html
index 0085cb43a..f32afc460 100644
--- a/site/docs/1.0.0/scala-programming-guide.html
+++ b/site/docs/1.0.0/scala-programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/security.html b/site/docs/1.0.0/security.html
index 16335142c..530f0e9ef 100644
--- a/site/docs/1.0.0/security.html
+++ b/site/docs/1.0.0/security.html
@@ -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>
diff --git a/site/docs/1.0.0/spark-debugger.html b/site/docs/1.0.0/spark-debugger.html
index 84cebd847..b80595930 100644
--- a/site/docs/1.0.0/spark-debugger.html
+++ b/site/docs/1.0.0/spark-debugger.html
@@ -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>
diff --git a/site/docs/1.0.0/spark-standalone.html b/site/docs/1.0.0/spark-standalone.html
index c0efef40c..83829581d 100644
--- a/site/docs/1.0.0/spark-standalone.html
+++ b/site/docs/1.0.0/spark-standalone.html
@@ -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>
diff --git a/site/docs/1.0.0/sql-programming-guide.html b/site/docs/1.0.0/sql-programming-guide.html
index 3df12874b..ab43838a7 100644
--- a/site/docs/1.0.0/sql-programming-guide.html
+++ b/site/docs/1.0.0/sql-programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/streaming-custom-receivers.html b/site/docs/1.0.0/streaming-custom-receivers.html
index d068dc34e..ce413d3db 100644
--- a/site/docs/1.0.0/streaming-custom-receivers.html
+++ b/site/docs/1.0.0/streaming-custom-receivers.html
@@ -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>
diff --git a/site/docs/1.0.0/streaming-programming-guide.html b/site/docs/1.0.0/streaming-programming-guide.html
index 7da12e11c..c9e2ac6d8 100644
--- a/site/docs/1.0.0/streaming-programming-guide.html
+++ b/site/docs/1.0.0/streaming-programming-guide.html
@@ -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>
diff --git a/site/docs/1.0.0/submitting-applications.html b/site/docs/1.0.0/submitting-applications.html
index 258e15918..e0cc2aee2 100644
--- a/site/docs/1.0.0/submitting-applications.html
+++ b/site/docs/1.0.0/submitting-applications.html
@@ -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>
diff --git a/site/docs/1.0.0/tuning.html b/site/docs/1.0.0/tuning.html
index 73d131190..6d57e5d14 100644
--- a/site/docs/1.0.0/tuning.html
+++ b/site/docs/1.0.0/tuning.html
@@ -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>