You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2017/10/02 23:07:03 UTC

[jira] [Commented] (OOZIE-3068) Environmental variables should be separated by comma (,)

    [ https://issues.apache.org/jira/browse/OOZIE-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16189016#comment-16189016 ] 

Rohini Palaniswamy commented on OOZIE-3068:
-------------------------------------------

Another reason , is used as separator is that the path and file separators vary between Windows and Linux. So in general , is used in configuration and during the actual env variable construction appropriate separator is chosen.

> Environmental variables should be separated by comma (,)
> --------------------------------------------------------
>
>                 Key: OOZIE-3068
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3068
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Satish Subhashrao Saley
>
> Hadoop expects comma separated list of env variables.
> https://github.com/apache/hadoop/blob/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobConf.java#L289
> It will be confusing for users to deal with different conventions. 
> https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java#L1310-L1311
> Being a workflow scheduler system to manage Apache Hadoop jobs, Oozie should avoid this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)