rohit
rohit

Reputation: 31

Does Apache kylin support taking data for a cube from more than 1 hadoop cluster?

I want to take data from hive tables that are in two different clusters , How can i do that?

Upvotes: 0

Views: 103

Answers (1)

Gaurav Varshney
Gaurav Varshney

Reputation: 512

Apache KYLIN runs on top of Spark SQL and Spark SQL runs on top of Hive and Hive runs on top of YARN.

I think for kylin it is not possible to take data from multiple clusters.

How ever you can use tools like sqoop to fetch data in one cluster. then you can use KYLIN on all data.

Upvotes: 1

Related Questions