aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-08-22 22:28:05 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-22 22:34:24 -0700
commit323cd92b9b762dc3ae456cc97564a71dd6e58244 (patch)
treee5b2f81c7b1d67dd1e9034d94a1a8dc8572b001c /README.md
parent3004074152b7261c2a968bb8e94ec7c41a7b43c1 (diff)
downloadspark-323cd92b9b762dc3ae456cc97564a71dd6e58244.tar.gz
spark-323cd92b9b762dc3ae456cc97564a71dd6e58244.tar.bz2
spark-323cd92b9b762dc3ae456cc97564a71dd6e58244.zip
[SPARK-2963] REGRESSION - The description about how to build for using CLI and Thrift JDBC server is absent in proper document -
The most important things I mentioned in #1885 is as follows. * People who build Spark is not always programmer. * If a person who build Spark is not a programmer, he/she won't read programmer's guide before building. So, how to build for using CLI and JDBC server is not only in programmer's guide. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #2080 from sarutak/SPARK-2963 and squashes the following commits: ee07c76 [Kousuke Saruta] Modified regression of the description about building for using Thrift JDBC server and CLI ed53329 [Kousuke Saruta] Modified description and notaton of proper noun 07c59fc [Kousuke Saruta] Added a description about how to build to use HiveServer and CLI for SparkSQL to building-with-maven.md 6e6645a [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into SPARK-2963 c88fa93 [Kousuke Saruta] Added a description about building to use HiveServer and CLI for SparkSQL
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index c25a4fc6a6..f75226ce11 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,10 @@ If your project is built with Maven, add this to your POM file's `<dependencies>
## A Note About Thrift JDBC server and CLI for Spark SQL
Spark SQL supports Thrift JDBC server and CLI.
-See sql-programming-guide.md for more information about using the JDBC server.
+See sql-programming-guide.md for more information about using the JDBC server and CLI.
+You can use those features by setting `-Phive` when building Spark as follows.
+
+ $ sbt/sbt -Phive assembly
## Configuration