Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I change hive execution engine to spark?



How do I change hive execution engine to spark?..

Answer / Saneep Singh

To set the Hive execution engine to Spark, you can update the `hive.execution.engine` property in Hive configuration files (hive-site.xml or core-site.xml) and set its value to "tez" or "spark". For example, if using Tez as the execution engine, the relevant line should be:nt<property>ntt<name>hive.execution.engine</name>ntt<value>tez</value>nt</property>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is full form of rdd?

1 Answers  


What are common spark ecosystems?

1 Answers  


Why do we need sparkcontext?

1 Answers  


What is the function of "MLlib"?

1 Answers  


What is spark and what is its purpose?

1 Answers  


Is there an api for implementing graphs in spark?

1 Answers  


What are the abstractions of Apache Spark?

1 Answers  


Can you mention some features of spark?

1 Answers  


how can you identify whether a given operation is transformation or action?

1 Answers  


Does spark use tez?

1 Answers  


How can I improve my spark performance?

1 Answers  


Explain benefits of lazy evaluation in RDD in Apache Spark?

1 Answers  


Categories