user2980461
user2980461

Reputation: 99

Can Presto connect to other Hadoop distributions and run queries

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

Answers (2)

David Phillips
David Phillips

Reputation: 10218

The Presto Hive connector supports multiple versions of Hadoop:

  • hive-hadoop1: Apache Hadoop 1.x
  • hive-hadoop2: Apache Hadoop 2.x
  • hive-cdh4: Cloudera CDH 4
  • hive-cdh5: Cloudera CDH 5

See the Hive Connector documentation for more details.

Upvotes: 3

matthieu lieber
matthieu lieber

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

Related Questions