Namit Jain created HIVE-2994:
--------------------------------
Summary: pass a environment context to metastore thrift APIs
Key: HIVE-2994
URL: https://issues.apache.org/jira/browse/HIVE-2994
Project: Hive
Issue Type: Improvement
Reporter: Namit Jain
There are many APIs like:
Partition add_partition(1:Partition new_part)
throws(1:InvalidObjectException o1,
2:AlreadyExistsException o2, 3:MetaException o3)
It would be very useful to create a new API which takes in a Context object
(which internally contains a key, value pair) to add_partition.
Since thrift is stateless, this will let the clients pass the conf. or anything
else they need in the thrift server.
--
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