Set Spark as hive execution engine permanently
Question : I am using cdh 5.3 , I want spark to be the execution engine for hive. When i try to implement it on command line as:
set hive.execution.engine=spark;
it works fine but only for that session. Can i make it permanent for hive console?
Ans : You may set the config in XML format within the Hive CLI's hive-site.xml, for permanent effect.