Skip to content

Commit

Permalink
KNOX-2991 - Sanitise Oozie rewrite rules
Browse files Browse the repository at this point in the history
Change-Id: Ia037ce45ce40356e6151bc5593e9472b10c0a349
  • Loading branch information
Denes Bodo authored and dionusos committed Nov 30, 2023
1 parent 0248aeb commit 97f6043
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 97f6043

Please sign in to comment.