RE : What is the persistance of a parameters set in HQL ?

2020-06-03 Thread CASTELAIN FLORIAN
That answers my question perfectly. Thank you very much ! Provenance : Courrier pour Windows 10 De : Patrick Duin Envoyé : Wednesday, June 3, 2020 12:39:30 PM À : user@hive.apache.org Objet : Re: What is the pers

Re: What is the persistance of a parameters set in HQL ?

2020-06-03 Thread Patrick Duin
That's only for the session, so if you start up the Hive cli set some params and do a query they will be used. Close client and start up a new hive cli session and you're back to defaults. To make it permanent you'll have to change them in the hive-site.xml. Hope that helps, Patrick. Op wo 3 jun.

What is the persistance of a parameters set in HQL ?

2020-06-03 Thread CASTELAIN FLORIAN
Hello ! I would like to set the following parameters to different values that the default one for a specific query only : hive.tez.container.size hive.tez.java.opts >From my understanding, my query should contain these like : Set PARAM = VALUE ; But I would like to know if setting the parame

What is the "persistence" of a configuration set via HQL ?

2020-06-03 Thread CASTELAIN FLORIAN
Hello ! I would like to set the following parameters to different values that the default one for a specific query only :