InterviewSolution
Saved Bookmarks
| 1. |
Why do we need Hive? |
|
Answer» Hive is a tool in Hadoop ecosystem which provides an interface to organize and query data in a databse like fashion and write SQL like queries. It is suitable for accessing and analyzing data in Hadoop using SQL syntax. |
|