You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hari Sankar Sivarama Subramaniyan (JIRA)" <ji...@apache.org> on 2015/04/10 02:35:12 UTC

[jira] [Created] (HIVE-10290) Add negative test case to modify a non-existent config value when hive security authorization is enabled.

Hari Sankar Sivarama Subramaniyan created HIVE-10290:
--------------------------------------------------------

             Summary: Add negative test case to modify a non-existent config value when hive security authorization is enabled.
                 Key: HIVE-10290
                 URL: https://issues.apache.org/jira/browse/HIVE-10290
             Project: Hive
          Issue Type: Bug
            Reporter: Hari Sankar Sivarama Subramaniyan
            Assignee: Hari Sankar Sivarama Subramaniyan


We need to have a test case to cover the following scenario when hive security authorization is enabled:
set hive.exec.reduce.max=1;
Query returned non-zero code: 1, cause: hive configuration hive.exec.reduce.max does not exists.

This is important for ease-of-use and to ensure that we avoid prevent code change/regression which might convert the above test case to throw a permission denied error. i.e, the below output is not desirable :
set hive.exec.reduce.max=1;
Error: Error while processing statement: Cannot modify hive.exec.reduce.max at runtime. It is not in list of params that are allowed to be modified at runtime (state=42000,code=1)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)