Skip to content

Commit 8beb736

Browse files
TomokoKomiyamasrowen
authored andcommitted
[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 <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent a1213d5 commit 8beb736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Example:
8282
## Building With Hive and JDBC Support
8383

8484
To enable Hive integration for Spark SQL along with its JDBC server and CLI,
85-
add the `-Phive` and `Phive-thriftserver` profiles to your existing build options.
85+
add the `-Phive` and `-Phive-thriftserver` profiles to your existing build options.
8686
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.
8787

8888
# With Hive 1.2.1 support

0 commit comments

Comments
 (0)