Skip to content

Commit

Permalink
KNOX-2991 - Sanitise Oozie rewrite rules (#824)
Browse files Browse the repository at this point in the history
* KNOX-2675 Oozie Console URL on the web UI should be a Knox URL

* KNOX-2991 - Sanitise Oozie rewrite rules
---------
Co-authored-by: Denes Bodo <[email protected]>
  • Loading branch information
dionusos authored Nov 30, 2023
1 parent 78278bf commit 7ee5c8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,9 @@
<detect path="name" value="mapred.input.dir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
<detect path="name" value="inputDir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
<detect path="name" value="mapred.output.dir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
<detect path="name" value="outputDir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
</buffer>
</content>
<content type="*/json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,9 @@
<detect path="name" value="mapred.input.dir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
<detect path="name" value="inputDir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
<detect path="name" value="mapred.output.dir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
<detect path="name" value="outputDir">
<apply path="value" rule="OOZIE/oozie/hdfs-path"/>
</detect>
</buffer>
</content>
<content type="*/json">
Expand Down

0 comments on commit 7ee5c8c

Please sign in to comment.