From 8beb736a00b004f97de7fcdf9ff09388d80fc548 Mon Sep 17 00:00:00 2001 From: Tomoko Komiyama Date: Thu, 26 Sep 2019 08:23:43 -0500 Subject: [PATCH] [SPARK-29256][DOCS] Fix typo in building document ### What changes were proposed in this pull request? Changed 'Phive-thriftserver' to ' -Phive-thriftserver'. ### Why are the changes needed? Typo ### Does this PR introduce any user-facing change? Yes. ### How was this patch tested? Manually tested. Closes #25937 from TomokoKomiyama/fix-build-doc. Authored-by: Tomoko Komiyama Signed-off-by: Sean Owen --- 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 9fd8b20d2d..13f848eff8 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