You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/03/12 10:26:42 UTC

[jira] [Created] (HIVE-6626) HiveServer2 does not expand the DOWNLOADED_RESOURCES_DIR path

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)