<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Can oozie email actions include log files or standard output of other oozie actions? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97697#M11172</link>
    <description>&lt;P&gt;I have an oozie java action that logs some basic information to standard out.  The next oozie action is an email to me indicating success or failure.  I would really like to include the prior action's standard out in that email.  Is there a straight forward way to do that?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2015 10:10:53 GMT</pubDate>
    <dc:creator>Aaron_Dossett</dc:creator>
    <dc:date>2015-12-01T10:10:53Z</dc:date>
    <item>
      <title>Can oozie email actions include log files or standard output of other oozie actions?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97697#M11172</link>
      <description>&lt;P&gt;I have an oozie java action that logs some basic information to standard out.  The next oozie action is an email to me indicating success or failure.  I would really like to include the prior action's standard out in that email.  Is there a straight forward way to do that?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 10:10:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97697#M11172</guid>
      <dc:creator>Aaron_Dossett</dc:creator>
      <dc:date>2015-12-01T10:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can oozie email actions include log files or standard output of other oozie actions?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97698#M11173</link>
      <description>&lt;P&gt;Oozie Email Action supports attachments of HDFS files.  Because standard output files are written as local files, you need to copy them to HDFS first, then specify the path in the &amp;lt;attachment&amp;gt; tag of the email action.&lt;/P&gt;&lt;PRE&gt;&amp;lt;workflow-app name="[WF-DEF-NAME]" xmlns="uri:oozie:workflow:0.1"&amp;gt;
    ...
    &amp;lt;action name="[NODE-NAME]"&amp;gt;
        &amp;lt;email xmlns="uri:oozie:email-action:0.2"&amp;gt;
            &amp;lt;to&amp;gt;[COMMA-SEPARATED-TO-ADDRESSES]&amp;lt;/to&amp;gt;
            &amp;lt;cc&amp;gt;[COMMA-SEPARATED-CC-ADDRESSES]&amp;lt;/cc&amp;gt; &amp;lt;!-- cc is optional --&amp;gt;
            &amp;lt;subject&amp;gt;[SUBJECT]&amp;lt;/subject&amp;gt;
            &amp;lt;body&amp;gt;[BODY]&amp;lt;/body&amp;gt;
            &amp;lt;content_type&amp;gt;[CONTENT-TYPE]&amp;lt;/content_type&amp;gt; &amp;lt;!-- content_type is optional --&amp;gt;
            &amp;lt;attachment&amp;gt;[COMMA-SEPARATED-HDFS-FILE-PATHS]&amp;lt;/attachment&amp;gt; &amp;lt;!-- attachment is optional --&amp;gt;
        &amp;lt;/email&amp;gt;
        &amp;lt;ok to="[NODE-NAME]"/&amp;gt;
        &amp;lt;error to="[NODE-NAME]"/&amp;gt;
    &amp;lt;/action&amp;gt;
    ...
&amp;lt;/workflow-app&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Dec 2015 02:16:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97698#M11173</guid>
      <dc:creator>cnormile</dc:creator>
      <dc:date>2015-12-03T02:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can oozie email actions include log files or standard output of other oozie actions?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97699#M11174</link>
      <description>&lt;P&gt;Can I do the same thing from HUE Oozie GUI ? If yes then from which version attachment is supported.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:28:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97699#M11174</guid>
      <dc:creator>Vikas1</dc:creator>
      <dc:date>2016-01-21T00:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can oozie email actions include log files or standard output of other oozie actions?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97700#M11175</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2284/vcgadade.html" nodeid="2284"&gt;@Vikas  Gadade&lt;/A&gt; you will need to refer to the hue &lt;A href="http://doc.mapr.com/display/components/Hue+3.9.0-1510+Release+Notes"&gt;release notes&lt;/A&gt; for that. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:54:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/97700#M11175</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T00:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can oozie email actions include log files or standard output of other oozie actions?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/359124#M11176</link>
      <description>&lt;P&gt;hi! how do I know where the log / standard output / error is stored? you mention that it is stored locally. but where is that exactly? do you have an example? and how do you copy that into HDFS?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 12:08:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/359124#M11176</guid>
      <dc:creator>mattarellano</dc:creator>
      <dc:date>2022-12-08T12:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can oozie email actions include log files or standard output of other oozie actions?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/359170#M11177</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102326"&gt;@mattarellano&lt;/a&gt;,&amp;nbsp;as this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 07:04:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-oozie-email-actions-include-log-files-or-standard-output/m-p/359170#M11177</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2022-12-09T07:04:51Z</dc:date>
    </item>
  </channel>
</rss>

