Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/999#discussion_r13891473
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -91,14 +91,33 @@ of its decedents.  To create a basic SQLContext, all 
you need is a SparkContext.
     
     {% highlight python %}
     from pyspark.sql import SQLContext
    -sqlCtx = SQLContext(sc)
    +sqlContext = SQLContext(sc)
     {% endhighlight %}
     
     </div>
     
     </div>
     
    -## Running SQL on RDDs
    +# Data Sources
    +
    +<div class="codetabs">
    +<div data-lang="scala"  markdown="1">
    +Spark SQL supports operating on a variety of data sources though the 
SchemaRDD interface.
    --- End diff --
    
    best to put <code> ... </code> around SchemaRDD


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to