[ https://issues.apache.org/jira/browse/HIVE-9205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vikram Dixit K updated HIVE-9205: --------------------------------- Status: Open (was: Patch Available) > Change default tez install directory to use /tmp instead of /user and create > the directory if it does not exist > --------------------------------------------------------------------------------------------------------------- > > Key: HIVE-9205 > URL: https://issues.apache.org/jira/browse/HIVE-9205 > Project: Hive > Issue Type: Bug > Components: Tez > Affects Versions: 0.14.0, 0.15.0 > Reporter: Vikram Dixit K > Assignee: Vikram Dixit K > Fix For: 0.15.0, 0.14.1 > > Attachments: HIVE-9205.1.patch, HIVE-9205.2.patch > > > The common deployment scenario is to install the packages and start services. > Creating the /user/<user> directory is currently an extra step during manual > installation. In case the user tries to bring up the hive shell with tez > enabled, this would result in an exception. The solution is to change the > default install directory to /tmp (so that we have the permissions to create > the directory /tmp/<user>) and create the /tmp/<user> directory if it did not > exist earlier. -- This message was sent by Atlassian JIRA (v6.3.4#6332)