File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,14 @@ Example:
83
83
84
84
To enable Hive integration for Spark SQL along with its JDBC server and CLI,
85
85
add the ` -Phive ` and ` Phive-thriftserver ` profiles to your existing build options.
86
- By default Spark will build with Hive 1.2.1 bindings .
86
+ By default, Spark will use Hive 1.2.1 with the ` hadoop-2.7 ` profile, and Hive 2.3.5 with the ` hadoop-3.2 ` profile .
87
87
88
88
# With Hive 1.2.1 support
89
89
./build/mvn -Pyarn -Phive -Phive-thriftserver -DskipTests clean package
90
90
91
+ # With Hive 2.3.5 support
92
+ ./build/mvn -Pyarn -Phive -Phive-thriftserver -Phadoop-3.2 -DskipTests clean package
93
+
91
94
## Packaging without Hadoop Dependencies for YARN
92
95
93
96
The assembly directory produced by ` mvn package ` will, by default, include all of Spark's
You can’t perform that action at this time.
0 commit comments