aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/pom.xml
diff options
context:
space:
mode:
authorwangfei <wangfei1@huawei.com>2014-08-05 18:30:02 -0700
committerMichael Armbrust <michael@databricks.com>2014-08-05 18:30:02 -0700
commitd94f5990e5685642a188db958b0341e5477b8efc (patch)
tree85f9f46841a0390383a1cff3ba62cf4fd2dbd23f /sql/hive-thriftserver/pom.xml
parent2643e66008cc04074454bb98613c53ba3300e428 (diff)
downloadspark-d94f5990e5685642a188db958b0341e5477b8efc.tar.gz
spark-d94f5990e5685642a188db958b0341e5477b8efc.tar.bz2
spark-d94f5990e5685642a188db958b0341e5477b8efc.zip
[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 <wangfei1@huawei.com> Closes #1789 from scwf/patch-1 and squashes the following commits: ca1f5e9 [wangfei] [sql] rename module name of hive-thriftserver
Diffstat (limited to 'sql/hive-thriftserver/pom.xml')
-rw-r--r--sql/hive-thriftserver/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index 7fac90fdc5..c6f60c1880 100644
--- a/sql/hive-thriftserver/pom.xml
+++ b/sql/hive-thriftserver/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive-thriftserver_2.10</artifactId>
<packaging>jar</packaging>
- <name>Spark Project Hive</name>
+ <name>Spark Project Hive Thrift Server</name>
<url>http://spark.apache.org/</url>
<properties>
<sbt.project.name>hive-thriftserver</sbt.project.name>