Reputation: 99
I see Presto has plugin only to CDH4. Can I connect to other distributions such as HortonWorks from this and what does it take to do it. Without a specific plugin, I am running into "path host null" errors when executing queries from Presto. Appreciate your help.
Upvotes: 1
Views: 555
Reputation: 10218
The Presto Hive connector supports multiple versions of Hadoop:
hive-hadoop1
: Apache Hadoop 1.xhive-hadoop2
: Apache Hadoop 2.xhive-cdh4
: Cloudera CDH 4hive-cdh5
: Cloudera CDH 5See the Hive Connector documentation for more details.
Upvotes: 3
Reputation: 662
Where is the code for the CDH connector in GitHub? briefly looking at the code in GitHub, i dont see anything specific to CDH , other than the name, in presto / presto-hive-cdh4 /src / main /java - am i looking at the wrong thing?
Upvotes: 0