Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/3672#discussion_r21728999 --- Diff: docs/sql-programming-guide.md --- @@ -938,6 +938,18 @@ Configuration of Hive is done by placing your `hive-site.xml` file in `conf/`. You may also use the beeline script that comes with Hive. +Thrift JDBC server also support sending thrift RPC messages over HTTP transport. +Use the following setting to enable HTTP mode as system property or in `hive-site.xml` file in `conf/`: + + hive.server2.transport.mode - Set this to `http` + hive.server2.thrift.http.port - HTTP port number fo listen on; default is 10001 --- End diff -- Failed to render the documentation locally because of my local configuration issues. Not sure whether this renders properly. Maybe we need to quote them with `highlight`: ``` {% highlight bash %} ... {% endhighlight bash %} ```
--- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org