Created 10-18-2016 01:44 PM
Hi
We have one product which runs on CDH and uses Impala in on of its module. I need to know what are alternatives of Impala in HDP. Also ,we need to connect to Pentaho using that.
Ankit
Created 10-18-2016 01:46 PM
Hive with LLAP - Please check out this recent post: http://hortonworks.com/blog/apache-hive-vs-apache-impala-query-performance-comparison/
- Luis
Created 10-18-2016 01:46 PM
Hive with LLAP - Please check out this recent post: http://hortonworks.com/blog/apache-hive-vs-apache-impala-query-performance-comparison/
- Luis
Created 10-18-2016 01:54 PM
@Ankit Jindal LLAP which comes with HDP 2.5. Or Apache HAWQ, which is also known as HDB. Both are fast sql engines and faster then impala. Both run on yarn. LLAP has terabyte scale. HDB is virtually limitless by adding nodes based on your usage. Lastly for known query patterns or access patterns, apache phoenix should be considered. Using primary row key along with secondary index is simply fast. Here is article on how to use phoenix secondary indexes. https://community.hortonworks.com/content/kbentry/61705/art-of-phoenix-secondary-indexes.html
Created 10-19-2016 07:31 PM
Created 10-19-2016 08:00 PM
Apache Phoenix
https://phoenix.apache.org/faq.html
SparkSQL is probably what you are looking for.
Hortonworks is 100% open source apache.
It can run Apache Impala, Apache Drill, Hive LLAP, Phoenix, Apache HAWQ, SparkSQL, Presto.
Created 10-24-2016 10:02 PM
Good point Tim.
Each "SQL on Hadoop" implementation obviously has pros and cons... general rule of thumbs:
Created 10-24-2016 10:03 PM
Good point Tim.
Each "SQL on Hadoop" implementation obviously has pros and cons... general rule of thumbs: