You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Jan Hentschel (JIRA)" <ji...@apache.org> on 2017/06/30 15:07:00 UTC

[jira] [Created] (OOZIE-2976) Add extended attributes support to filesystem action

Jan Hentschel created OOZIE-2976:
------------------------------------

             Summary: Add extended attributes support to filesystem action
                 Key: OOZIE-2976
                 URL: https://issues.apache.org/jira/browse/OOZIE-2976
             Project: Oozie
          Issue Type: Improvement
          Components: action
            Reporter: Jan Hentschel
            Assignee: Jan Hentschel


It would be nice to be able to set HDFS extended attributes on files via the FS action, similar to the following one

{code:xml}
<fs>
...
  <xattrs path="/incoming/data.csv" name="country" value="Germany" />
</fs>
{code}



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