You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2015/03/23 01:24:10 UTC

[jira] [Created] (HIVE-10051) templeton.controller.mr.child.opts does not support values with spaces in it

Hitesh Shah created HIVE-10051:
----------------------------------

             Summary: templeton.controller.mr.child.opts does not support values with spaces in it
                 Key: HIVE-10051
                 URL: https://issues.apache.org/jira/browse/HIVE-10051
             Project: Hive
          Issue Type: Bug
            Reporter: Hitesh Shah


The only usage that I found of the above is: 

{code}
addDef(args, AppConfig.HADOOP_CHILD_JAVA_OPTS, appConf.controllerMRChildOpts());
{code}

However, addDef just does an addition of "-Dkey=value" without using any additional quotes. This will create problems on the command line for any scenario where the value contains a whitespace. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)