Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22746#discussion_r226191366
  
    --- Diff: docs/sql-distributed-sql-engine.md ---
    @@ -0,0 +1,85 @@
    +---
    +layout: global
    +title: Distributed SQL Engine
    +displayTitle: Distributed SQL Engine
    +---
    +
    +* Table of contents
    +{:toc}
    +
    +Spark SQL can also act as a distributed query engine using its JDBC/ODBC 
or command-line interface.
    +In this mode, end-users or applications can interact with Spark SQL 
directly to run SQL queries,
    +without the need to write any code.
    +
    +## Running the Thrift JDBC/ODBC server
    +
    +The Thrift JDBC/ODBC server implemented here corresponds to the 
[`HiveServer2`](https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2)
    +in Hive 1.2.1 You can test the JDBC server with the beeline script that 
comes with either Spark or Hive 1.2.1.
    --- End diff --
    
    nit. `1.2.1 You` -> `1.2.1. You`


---

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

Reply via email to