Skip to content

Commit 3d10194

Browse files
authored
Update README.md
1 parent 080c41e commit 3d10194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Traditional relational Database engines like SQL had scalability problems and so
88
To know more details about this, please refer to [this](https://spoddutur.github.io/spark-notes/spark-as-cloud-based-sql-engine-via-thrift-server) blog.
99

1010
### What is the role of Spark Thrift Server in this?
11-
SparkSQL enables fast, in-memory integration of external data sources with Hadoop for BI access over JDBC/ODBC. Spark ThriftServer makes this data queryable as JDBC/ODBC source.Spark Thrift Server is similar to HiveServer2 Thrift, instead of submitting sql queries as Hive MapReduce job, spark thrift will use Spark SQL engine which inturn uses full spark capabilities.
11+
- SparkSQL enables fast, in-memory integration of external data sources with Hadoop for BI access over JDBC/ODBC. Spark ThriftServer makes this data queryable as JDBC/ODBC source.
12+
- Spark Thrift Server is similar to HiveServer2 Thrift, instead of submitting sql queries as Hive MapReduce job, spark thrift will use Spark SQL engine which inturn uses full spark capabilities.
1213
Following picture depicts the same:
1314

1415
![Image](https://user-images.githubusercontent.com/22542670/27724829-47acbe3e-5d91-11e7-8461-fe22d87699ba.png)

0 commit comments

Comments
 (0)