Github user ericsahit commented on the issue:
https://github.com/apache/spark/pull/18268
@gatorsmile @cloud-fan , @wzhfy just give an extra propose, should we
support reset multiple property?
I make a hive test like:
```
hive (temp)> set mapreduce.job.reduces=100;
hive (temp)> set mapreduce.job.reduces;
mapreduce.job.reduces=100
hive (temp)> set mapreduce.job.queuename=root.test;
hive (temp)> set mapreduce.job.queuename;
mapreduce.job.queuename=root.test
hive (temp)> reset mapreduce.job.queuename mapreduce.job.reduces;
hive (temp)> set mapreduce.job.queuename;
mapreduce.job.queuename=root.default
hive (temp)> set mapreduce.job.reduces;
mapreduce.job.reduces=-1
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]