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 2010/07/22 05:26:50 UTC

[jira] Created: (HIVE-1479) Add hive.exec.post.hooks to hive-default.xml

Add hive.exec.post.hooks to hive-default.xml
--------------------------------------------

                 Key: HIVE-1479
                 URL: https://issues.apache.org/jira/browse/HIVE-1479
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Configuration
            Reporter: Carl Steinbach


hive.exec.post.hooks is not listed in hive-default.xml. Also, the description of hive.exec.pre.hooks should be changed since this property is not specific to tests:

{code}
<property>
  <name>hive.exec.pre.hooks</name>
  <value></value>
  <description>Pre Execute Hook for Tests</description>
</property>
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HIVE-1479) Add hive.exec.post.hooks to hive-default.xml

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

Carl Steinbach resolved HIVE-1479.
----------------------------------

    Resolution: Duplicate

Resolving this as a duplicate of HIVE-1425.

> Add hive.exec.post.hooks to hive-default.xml
> --------------------------------------------
>
>                 Key: HIVE-1479
>                 URL: https://issues.apache.org/jira/browse/HIVE-1479
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Carl Steinbach
>
> hive.exec.post.hooks is not listed in hive-default.xml. Also, the description of hive.exec.pre.hooks should be changed since this property is not specific to tests:
> {code}
> <property>
>   <name>hive.exec.pre.hooks</name>
>   <value></value>
>   <description>Pre Execute Hook for Tests</description>
> </property>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.