Commit c88e53e
committed
Allow skipping version conflict check via system property
When opensearch.hadoop.version.check.skip system property is set to
"true", the multiple JAR detection in Version.java is bypassed. This
allows users on managed platforms (e.g. AWS Glue) to override a
bundled older version of the connector that cannot be removed from
the classpath.
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>1 parent f6973ef commit c88e53e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments