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.