-
Notifications
You must be signed in to change notification settings - Fork 1
Possible Enhancements
Ishaan Lagwankar edited this page Dec 3, 2019
·
1 revision
This is merely a simulation of how the Hive SQL engine could perform on a standalone Hadoop cluster. That being said, there are a lot of drawbacks to this approach. The main ones include:
- Nested queries not supported
- Complex query handling not implemented
- Hard syntax rules
- Unnecessary re-parsing of queries for simplicity reasons
The future enhancements would first be to resolve these conflicts. Setting up a production-grade environment for the same would also be very useful for someone to understand the basic intricacies of the mapreduce-based SQL engine. This could also serve as a base for building more features into the Hive architecture, by modifying the very core of the engine, rather than working on the fully deployed variant made available by Apache.