Skip to content

Commit ed53329

Browse files
committed
Modified description and notaton of proper noun
1 parent 07c59fc commit ed53329

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ If your project is built with Maven, add this to your POM file's `<dependencies>
115115
</dependency>
116116

117117

118-
## A Note About HiveServer and CLI for SparkSQL
118+
## A Note About Thrift JDBC server and CLI for Spark SQL
119119

120-
SparkSQL supports HiveServer and CLI.
121-
See README.md in sql project for more information about those features.
122-
You can use those features by setting `-Phive-thriftserver` when building spark as follows.
120+
Spark SQL supports Thrift JDBC server and CLI.
121+
See sql-programming-guide.md for more information about those features.
122+
You can use those features by setting `-Phive-thriftserver` when building Spark as follows.
123123

124124
$ sbt/sbt -Phive-thriftserver assembly
125125

docs/building-with-maven.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package
9696
mvn -Pyarn-alpha -Phadoop-2.3 -Dhadoop.version=2.3.0 -Dyarn.version=0.23.7 -DskipTests clean package
9797
{% endhighlight %}
9898

99-
# Building HiveServer and CLI for SparkSQL
99+
# Building Thrift JDBC server and CLI for Spark SQL
100100

101-
SparkSQL supports HiveServer and CLI.
102-
See README.md in sql project for more information about those features.
103-
You can use those features by setting `-Phive-thriftserver` when building spark as follows.
101+
Spark SQL supports Thrift JDBC server and CLI.
102+
See sql-programming-guide.md for more information about those features.
103+
You can use those features by setting `-Phive-thriftserver` when building Spark as follows.
104104
{% highlight bash %}
105105
mvn -Phive-thriftserver assembly
106106
{% endhighlight %}

0 commit comments

Comments
 (0)