You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2012/05/18 04:00:11 UTC

[jira] [Created] (HIVE-3034) Implement [INCLUDE|EXCLUDE]_IF_SYS_PROP_DEFINED() test macro

Carl Steinbach created HIVE-3034:
------------------------------------

             Summary: Implement [INCLUDE|EXCLUDE]_IF_SYS_PROP_DEFINED() test macro
                 Key: HIVE-3034
                 URL: https://issues.apache.org/jira/browse/HIVE-3034
             Project: Hive
          Issue Type: Bug
          Components: Testing Infrastructure
            Reporter: Carl Steinbach




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3034) Implement [INCLUDE|EXCLUDE]_IF_SYS_PROP_DEFINED() test macro

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278498#comment-13278498 ] 

Carl Steinbach commented on HIVE-3034:
--------------------------------------

If the system property "test_prop" is defined, then
* Any qfile that contains INCLUDE_IF_SYS_PROP_DEFINED(test_prop) will be executed IFF test_prop is defined.
* Any qfile that contains EXCLUDE_IF_SYS_PROP_DEFINED(test_prop) will be executed IFF test_prop is not defined.
* These macros are mutually exclusive, i.e. any qfile that contains both macros will trigger an UnSupportedOperationException.

                
> Implement [INCLUDE|EXCLUDE]_IF_SYS_PROP_DEFINED() test macro
> ------------------------------------------------------------
>
>                 Key: HIVE-3034
>                 URL: https://issues.apache.org/jira/browse/HIVE-3034
>             Project: Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Carl Steinbach
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira