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

    https://github.com/apache/spark/pull/22433#discussion_r218944068
  
    --- Diff: docs/running-on-kubernetes.md ---
    @@ -340,6 +340,39 @@ RBAC authorization and how to configure Kubernetes 
service accounts for pods, pl
     [Using RBAC 
Authorization](https://kubernetes.io/docs/admin/authorization/rbac/) and
     [Configure Service Accounts for 
Pods](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/).
     
    +## Running Spark Thrift Server
    +
    +Thrift JDBC/ODBC Server (aka Spark Thrift Server or STS) is Spark SQL’s 
port of Apache Hive’s HiveServer2 that allows
    +JDBC/ODBC clients to execute SQL queries over JDBC and ODBC protocols on 
Apache Spark.
    +
    +### Spark deploy mode of Client
    +
    +To start STS in client mode, excute the following command
    +
    +$ sbin/start-thriftserver.sh \
    --- End diff --
    
    Can we add put this into a code block?


---

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

Reply via email to