Skip to content

Commit d94f599

Browse files
scwfmarmbrus
authored andcommitted
[sql] rename project name in pom.xml of hive-thriftserver module
module spark-hive-thriftserver_2.10 and spark-hive_2.10 both named "Spark Project Hive" in pom.xml, so rename spark-hive-thriftserver_2.10 project name to "Spark Project Hive Thrift Server" Author: wangfei <[email protected]> Closes #1789 from scwf/patch-1 and squashes the following commits: ca1f5e9 [wangfei] [sql] rename module name of hive-thriftserver
1 parent 2643e66 commit d94f599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>org.apache.spark</groupId>
3030
<artifactId>spark-hive-thriftserver_2.10</artifactId>
3131
<packaging>jar</packaging>
32-
<name>Spark Project Hive</name>
32+
<name>Spark Project Hive Thrift Server</name>
3333
<url>http://spark.apache.org/</url>
3434
<properties>
3535
<sbt.project.name>hive-thriftserver</sbt.project.name>

0 commit comments

Comments
 (0)