You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2014/09/20 00:18:34 UTC

[jira] [Created] (OOZIE-2015) Document how to propagate the delegation token in the Shell action

Robert Kanter created OOZIE-2015:
------------------------------------

             Summary: Document how to propagate the delegation token in the Shell action
                 Key: OOZIE-2015
                 URL: https://issues.apache.org/jira/browse/OOZIE-2015
             Project: Oozie
          Issue Type: Sub-task
          Components: docs
    Affects Versions: trunk
            Reporter: Robert Kanter
             Fix For: trunk


We currently document how to propagate the delegation in the Java action:
https://oozie.apache.org/docs/4.0.1/WorkflowFunctionalSpec.html#a3.2.7_Java_Action

If users want to run CLI commands from the Shell action (e.g. {{hadoop fs ...}}), we should provide similar instructions:

{noformat}
export HADOOP_OPTS="-Dmapreduce.job.credentials.binary=$HADOOP_TOKEN_FILE_LOCATION"
hadoop fs ...
{noformat}



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