Vaibhav Gumashta created HIVE-6626:
--------------------------------------
Summary: HiveServer2 does not expand the DOWNLOADED_RESOURCES_DIR
path
Key: HIVE-6626
URL: https://issues.apache.org/jira/browse/HIVE-6626
Project: Hive
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vaibhav Gumashta
Fix For: 0.13.0
The downloaded scratch dir is specified in HiveConf as:
{code}
DOWNLOADED_RESOURCES_DIR("hive.downloaded.resources.dir",
System.getProperty("java.io.tmpdir") + File.separator +
"${hive.session.id}_resources"),
{code}
However, the ${hive.session.id} is not expanded.
--
This message was sent by Atlassian JIRA
(v6.2#6252)