summaryrefslogtreecommitdiff
path: root/site/docs/0.6.1
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-24 02:23:13 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-24 02:23:13 +0000
commit3a0d38636d9223896e9a0936fe14fda4293b9ccf (patch)
tree07f8ae95d84c4c9efaab9ad7d1f5affe3a74f4b0 /site/docs/0.6.1
parent2202f1626e5ba2a57eb2d3527b251cfd68f025b1 (diff)
downloadspark-website-3a0d38636d9223896e9a0936fe14fda4293b9ccf.tar.gz
spark-website-3a0d38636d9223896e9a0936fe14fda4293b9ccf.tar.bz2
spark-website-3a0d38636d9223896e9a0936fe14fda4293b9ccf.zip
Update stats tracking code in docs
Diffstat (limited to 'site/docs/0.6.1')
-rw-r--r--site/docs/0.6.1/api.html2
-rw-r--r--site/docs/0.6.1/bagel-programming-guide.html2
-rw-r--r--site/docs/0.6.1/configuration.html2
-rw-r--r--site/docs/0.6.1/contributing-to-spark.html2
-rw-r--r--site/docs/0.6.1/ec2-scripts.html2
-rw-r--r--site/docs/0.6.1/index.html2
-rw-r--r--site/docs/0.6.1/java-programming-guide.html2
-rw-r--r--site/docs/0.6.1/quick-start.html2
-rw-r--r--site/docs/0.6.1/running-on-mesos.html2
-rw-r--r--site/docs/0.6.1/running-on-yarn.html2
-rw-r--r--site/docs/0.6.1/scala-programming-guide.html2
-rw-r--r--site/docs/0.6.1/spark-debugger.html2
-rw-r--r--site/docs/0.6.1/spark-simple-tutorial.html2
-rw-r--r--site/docs/0.6.1/spark-standalone.html2
-rw-r--r--site/docs/0.6.1/tuning.html2
15 files changed, 15 insertions, 15 deletions
diff --git a/site/docs/0.6.1/api.html b/site/docs/0.6.1/api.html
index 9eeea5b70..22dd60da7 100644
--- a/site/docs/0.6.1/api.html
+++ b/site/docs/0.6.1/api.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/bagel-programming-guide.html b/site/docs/0.6.1/bagel-programming-guide.html
index 516e38f07..c67b76432 100644
--- a/site/docs/0.6.1/bagel-programming-guide.html
+++ b/site/docs/0.6.1/bagel-programming-guide.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/configuration.html b/site/docs/0.6.1/configuration.html
index b56dcacd7..7846b62e4 100644
--- a/site/docs/0.6.1/configuration.html
+++ b/site/docs/0.6.1/configuration.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/contributing-to-spark.html b/site/docs/0.6.1/contributing-to-spark.html
index 2577e9777..b334befba 100644
--- a/site/docs/0.6.1/contributing-to-spark.html
+++ b/site/docs/0.6.1/contributing-to-spark.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/ec2-scripts.html b/site/docs/0.6.1/ec2-scripts.html
index c12d85ee7..adc2e4e0a 100644
--- a/site/docs/0.6.1/ec2-scripts.html
+++ b/site/docs/0.6.1/ec2-scripts.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/index.html b/site/docs/0.6.1/index.html
index 2f6c85378..ee4b328ba 100644
--- a/site/docs/0.6.1/index.html
+++ b/site/docs/0.6.1/index.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/java-programming-guide.html b/site/docs/0.6.1/java-programming-guide.html
index 83af185b4..e2cfafc01 100644
--- a/site/docs/0.6.1/java-programming-guide.html
+++ b/site/docs/0.6.1/java-programming-guide.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/quick-start.html b/site/docs/0.6.1/quick-start.html
index 64ee0e111..608ae06a7 100644
--- a/site/docs/0.6.1/quick-start.html
+++ b/site/docs/0.6.1/quick-start.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/running-on-mesos.html b/site/docs/0.6.1/running-on-mesos.html
index 57447db0e..6e98fdb88 100644
--- a/site/docs/0.6.1/running-on-mesos.html
+++ b/site/docs/0.6.1/running-on-mesos.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/running-on-yarn.html b/site/docs/0.6.1/running-on-yarn.html
index 67c70a0c8..e0a7f19e1 100644
--- a/site/docs/0.6.1/running-on-yarn.html
+++ b/site/docs/0.6.1/running-on-yarn.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/scala-programming-guide.html b/site/docs/0.6.1/scala-programming-guide.html
index 7aebd73f2..d702612cf 100644
--- a/site/docs/0.6.1/scala-programming-guide.html
+++ b/site/docs/0.6.1/scala-programming-guide.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/spark-debugger.html b/site/docs/0.6.1/spark-debugger.html
index 83ca89b28..0b788152b 100644
--- a/site/docs/0.6.1/spark-debugger.html
+++ b/site/docs/0.6.1/spark-debugger.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/spark-simple-tutorial.html b/site/docs/0.6.1/spark-simple-tutorial.html
index 9f98f9c6c..d06b24df4 100644
--- a/site/docs/0.6.1/spark-simple-tutorial.html
+++ b/site/docs/0.6.1/spark-simple-tutorial.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/spark-standalone.html b/site/docs/0.6.1/spark-standalone.html
index 45653e30b..c65a827c7 100644
--- a/site/docs/0.6.1/spark-standalone.html
+++ b/site/docs/0.6.1/spark-standalone.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {
diff --git a/site/docs/0.6.1/tuning.html b/site/docs/0.6.1/tuning.html
index ba7b743a6..e16f82cca 100644
--- a/site/docs/0.6.1/tuning.html
+++ b/site/docs/0.6.1/tuning.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/pygments-default.css">
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-32518208-1']);
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
_gaq.push(['_trackPageview']);
(function() {