spark git commit: [DOC][SQL] Remove redundant out-of-place python snippet

2015-11-08 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/branch-1.6 0bc813b45 -> 7b3736098


[DOC][SQL] Remove redundant out-of-place python snippet

This snippet seems to be mistakenly introduced at two places in #5348.

Author: Rohit Agarwal 

Closes #9540 from mindprince/patch-1.

(cherry picked from commit 5c4e6d7ec9157c02494a382dfb49e7fbde3be222)
Signed-off-by: Sean Owen 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7b373609
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7b373609
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7b373609

Branch: refs/heads/branch-1.6
Commit: 7b37360981c63c7ecfc998b413cf019756992973
Parents: 0bc813b
Author: Rohit Agarwal 
Authored: Sun Nov 8 14:24:26 2015 +
Committer: Sean Owen 
Committed: Sun Nov 8 14:24:34 2015 +

--
 docs/sql-programming-guide.md | 9 -
 1 file changed, 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/7b373609/docs/sql-programming-guide.md
--
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 2fe5c36..0858741 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1089,15 +1089,6 @@ for (teenName in collect(teenNames)) {
 
 
 
-
-
-{% highlight python %}
-# sqlContext is an existing HiveContext
-sqlContext.sql("REFRESH TABLE my_table")
-{% endhighlight %}
-
-
-
 
 
 {% highlight sql %}


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [DOC][SQL] Remove redundant out-of-place python snippet

2015-11-08 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/branch-1.5 3917f6153 -> ea786a196


[DOC][SQL] Remove redundant out-of-place python snippet

This snippet seems to be mistakenly introduced at two places in #5348.

Author: Rohit Agarwal 

Closes #9540 from mindprince/patch-1.

(cherry picked from commit 5c4e6d7ec9157c02494a382dfb49e7fbde3be222)
Signed-off-by: Sean Owen 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ea786a19
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ea786a19
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ea786a19

Branch: refs/heads/branch-1.5
Commit: ea786a19644f3790e4368177458e5e09c13af41f
Parents: 3917f61
Author: Rohit Agarwal 
Authored: Sun Nov 8 14:24:26 2015 +
Committer: Sean Owen 
Committed: Sun Nov 8 14:24:45 2015 +

--
 docs/sql-programming-guide.md | 9 -
 1 file changed, 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/ea786a19/docs/sql-programming-guide.md
--
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 9b341fb..0f34713 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1051,15 +1051,6 @@ for (teenName in collect(teenNames)) {
 
 
 
-
-
-{% highlight python %}
-# sqlContext is an existing HiveContext
-sqlContext.sql("REFRESH TABLE my_table")
-{% endhighlight %}
-
-
-
 
 
 {% highlight sql %}


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [DOC][SQL] Remove redundant out-of-place python snippet

2015-11-08 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/master d98190210 -> 5c4e6d7ec


[DOC][SQL] Remove redundant out-of-place python snippet

This snippet seems to be mistakenly introduced at two places in #5348.

Author: Rohit Agarwal 

Closes #9540 from mindprince/patch-1.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5c4e6d7e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5c4e6d7e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5c4e6d7e

Branch: refs/heads/master
Commit: 5c4e6d7ec9157c02494a382dfb49e7fbde3be222
Parents: d981902
Author: Rohit Agarwal 
Authored: Sun Nov 8 14:24:26 2015 +
Committer: Sean Owen 
Committed: Sun Nov 8 14:24:26 2015 +

--
 docs/sql-programming-guide.md | 9 -
 1 file changed, 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/5c4e6d7e/docs/sql-programming-guide.md
--
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 2fe5c36..0858741 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1089,15 +1089,6 @@ for (teenName in collect(teenNames)) {
 
 
 
-
-
-{% highlight python %}
-# sqlContext is an existing HiveContext
-sqlContext.sql("REFRESH TABLE my_table")
-{% endhighlight %}
-
-
-
 
 
 {% highlight sql %}


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org