0 votes
in Big Data | Hadoop by
How will you change settings of a Hive session?

1 Answer

0 votes
by

We can use SET command to change the settings within a Hive Session. We can even change the settings of MapReduce job with SET command.

If we just call SET command with a property name, we will get the current value of the property.

With SET -v we get the list of all the properties including Hadoop

 

default in Hive system.

 

Related questions

0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986
0 votes
asked Apr 1, 2020 in Big Data | Hadoop by AdilsonLima
...