InterviewSolution
Saved Bookmarks
| 1. |
How Sparksql Is Different From Hql And Sql? |
|
Answer» SPARKSQL is a special component on the spark Core ENGINE that SUPPORT SQL and Hive Query Language without changing any syntax. It’s POSSIBLE to join SQL table and HQL table. SparkSQL is a special component on the spark Core engine that support SQL and Hive Query Language without changing any syntax. It’s possible to join SQL table and HQL table. |
|