[
https://issues.apache.org/jira/browse/HIVE-18152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasanth Jayachandran updated HIVE-18152:
-----------------------------------------
Description:
{code}
show resource plans;
+----------+----------+--------------------+
| rp_name | status | query_parallelism |
+----------+----------+--------------------+
| llap | ACTIVE | 1 |
| global | ENABLED | 1 |
+----------+----------+--------------------+
ALTER RESOURCE PLAN llap ACTIVATE;
Error: Error while processing statement: FAILED: Execution Error, return code 1
from org.apache.hadoop.hive.ql.exec.DDLTask. Cannot get a resource plan to
apply (state=08S01,code=1)
{code}
It is better not to throw an error when current state is same as the altered
state.
was:
{code}
show resource plans;
+----------+----------+--------------------+
| rp_name | status | query_parallelism |
+----------+----------+--------------------+
| llap | ACTIVE | 1 |
| global | ENABLED | 1 |
+----------+----------+--------------------+
ALTER RESOURCE PLAN llap ACTIVATE;
Error: Error while processing statement: FAILED: Execution Error, return code 1
from org.apache.hadoop.hive.ql.exec.DDLTask. Cannot get a resource plan to
apply (state=08S01,code=1)
{code}
This error message can be improved to say the plan is already active.
> Idempotent state change for resource plan
> -----------------------------------------
>
> Key: HIVE-18152
> URL: https://issues.apache.org/jira/browse/HIVE-18152
> Project: Hive
> Issue Type: Sub-task
> Affects Versions: 3.0.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
>
> {code}
> show resource plans;
> +----------+----------+--------------------+
> | rp_name | status | query_parallelism |
> +----------+----------+--------------------+
> | llap | ACTIVE | 1 |
> | global | ENABLED | 1 |
> +----------+----------+--------------------+
> ALTER RESOURCE PLAN llap ACTIVATE;
> Error: Error while processing statement: FAILED: Execution Error, return code
> 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Cannot get a resource plan to
> apply (state=08S01,code=1)
> {code}
> It is better not to throw an error when current state is same as the altered
> state.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)