From b8d8d3d6739656ac455d000cd2c05b1c10227258 Mon Sep 17 00:00:00 2001 From: Tomoko Komiyama Date: Thu, 26 Sep 2019 15:29:05 +0900 Subject: [PATCH] fixed '-Phive-thriftserver'in build-document --- docs/building-spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-spark.md b/docs/building-spark.md index 9fd8b20d2dde6..13f848eff88db 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -82,7 +82,7 @@ Example: ## Building With Hive and JDBC Support To enable Hive integration for Spark SQL along with its JDBC server and CLI, -add the `-Phive` and `Phive-thriftserver` profiles to your existing build options. +add the `-Phive` and `-Phive-thriftserver` profiles to your existing build options. By default, Spark will use Hive 1.2.1 with the `hadoop-2.7` profile, and Hive 2.3.6 with the `hadoop-3.2` profile. # With Hive 1.2.1 support