You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/05/21 21:10:16 UTC

[jira] Created: (HIVE-1358) provide a way for user defined routines to access Hive configuration

provide a way for user defined routines to access Hive configuration
--------------------------------------------------------------------

                 Key: HIVE-1358
                 URL: https://issues.apache.org/jira/browse/HIVE-1358
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Query Processor
    Affects Versions: 0.5.0
            Reporter: John Sichi
             Fix For: 0.6.0


The user requesting this tried Hive.get().getConf().getInt("your.property.name", 1000) but said that didn't work, which is not surprising.  If anyone knows of some way to do this which already exists, let me know.  Otherwise, we can think about how to provide something, maybe via GenericUDFUtils since this information is global.


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


[jira] Assigned: (HIVE-1358) provide a way for user defined routines to access Hive configuration

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

Carl Steinbach reassigned HIVE-1358:
------------------------------------

    Assignee: Carl Steinbach  (was: John Sichi)

> provide a way for user defined routines to access Hive configuration
> --------------------------------------------------------------------
>
>                 Key: HIVE-1358
>                 URL: https://issues.apache.org/jira/browse/HIVE-1358
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>    Affects Versions: 0.5.0
>            Reporter: John Sichi
>            Assignee: Carl Steinbach
>             Fix For: 0.6.0
>
>
> The user requesting this tried Hive.get().getConf().getInt("your.property.name", 1000) but said that didn't work, which is not surprising.  If anyone knows of some way to do this which already exists, let me know.  Otherwise, we can think about how to provide something, maybe via GenericUDFUtils since this information is global.

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


[jira] Assigned: (HIVE-1358) provide a way for user defined routines to access Hive configuration

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

John Sichi reassigned HIVE-1358:
--------------------------------

    Assignee: John Sichi

> provide a way for user defined routines to access Hive configuration
> --------------------------------------------------------------------
>
>                 Key: HIVE-1358
>                 URL: https://issues.apache.org/jira/browse/HIVE-1358
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>    Affects Versions: 0.5.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.6.0
>
>
> The user requesting this tried Hive.get().getConf().getInt("your.property.name", 1000) but said that didn't work, which is not surprising.  If anyone knows of some way to do this which already exists, let me know.  Otherwise, we can think about how to provide something, maybe via GenericUDFUtils since this information is global.

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