Reputation: 31
I want to take data from hive tables that are in two different clusters , How can i do that?
Upvotes: 0
Views: 103
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