
1. Implementing Lambda Architecture (Both Batch & Real Time Streaming) with Kudu is quite straightforward. We additionally used Streamsets as the Ingestion Platform which has quite a good coupling with Kudu.
2. Makes Real Time Analytics Quite Starightforward. We used Kudu to run multiple Real Time Campaigns.
3. Tailor Made for Implementing Data Warehouses within a Big Data Environment.
4. Nice Upsert Functionality. Review collected by and hosted on G2.com.
1. Partition Limitation - Is limited to 2000 tablets/tablet server.
2. Faces Random Timeouts while approaching the tablet number limitation (max 2000/server).
3. Needs a Conformed Schema. No automatic handling of drifting schemas.
4. Needs a Primary Key for every table.
5. #3 & #4 are not really cons per se. Review collected by and hosted on G2.com.




