This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prerequisites : | |
>> Kerberized Cluster | |
>>Enable hive interactive server in hive | |
>>Get following details from hive for spark | |
spark.hadoop.hive.llap.daemon.service.hosts @llap0 | |
spark.sql.hive.hiveserver2.jdbc.url jdbc:hive2://c420-node2.squadron-labs.com:2181,c420-node3.squadron-labs.com:2181,c420-node4.squadron-labs.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2-interactive | |
spark.datasource.hive.warehouse.metastoreUri thrift://c420-node3.squadron-labs.com:9083 |