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)