Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d87d92f

Browse files
Update README.md
1 parent 255ff12 commit d87d92f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Traditional relational Database engines like SQL had scalability problems and so
1111
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.
1212

1313
### 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
1717

1818
### How to run this project?
1919
This project does 2 things:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /