You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Traditional relational Database engines like SQL had scalability problems and so
11
11
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.
12
12
13
13
### Structure of the project:
14
-
- data: Contains input json used in MainApp to register sample data with SparkSql.
15
-
- src/main/java/MainApp.scala: Spark 2.1 implementation where it starts SparkSession and registers data from input.json with SparkSQL. (To keep the spark-session alive, there's a continuous while-loop in there).
16
-
- src/test/java/TestThriftClient.java: Java class to demo how to connect to thrift server and query the registered data
14
+
-**data:** Contains input json used in MainApp to register sample data with SparkSql.
15
+
-**src/main/java/MainApp.scala:** Spark 2.1 implementation where it starts SparkSession and registers data from input.json with SparkSQL. (To keep the spark-session alive, there's a continuous while-loop in there).
16
+
-**src/test/java/TestThriftClient.java:** Java class to demo how to connect to thrift server and query the registered data
0 commit comments