Skip to content

Commit

Permalink
Merge pull request #300 from WeDataSphere/dev-1.1.16-update-hive-conf
Browse files Browse the repository at this point in the history
【1.1.16】add hive engine log4j filtering rules
  • Loading branch information
casionone authored Oct 7, 2023
2 parents c50600f + a1f50e1 commit f8db7d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<Filters>
<RegexFilter regex=".*Hive-on-MR is deprecated in Hive \d+ and may not be available in the future versions\..*" onMatch="DENY" onMismatch="NEUTRAL"/>
<RegexFilter regex=".*Hadoop command-line option parsing not.*" onMatch="DENY" onMismatch="NEUTRAL"/>
<RegexFilter regex="org\.apache\.hadoop\.ipc\.RemoteException.*File does not exist" onMatch="DENY" onMismatch="NEUTRAL"/>
<RegexFilter regex="Group.*is deprecated. Use.*instead" onMatch="DENY" onMismatch="NEUTRAL"/>
<RegexFilter regex="Failed to get files with ID; using regular API.*" onMatch="DENY" onMismatch="NEUTRAL"/>
<ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY" />
Expand Down

0 comments on commit f8db7d1

Please sign in to comment.