OpenSearch/plugins/repository-hdfs
David Turner 15df911e41
Suppress hdfsFixture if there are spaces in the path (#30302)
HDFS sets its thread-name format based partly on a URL-encoded version of the
path, but the URL-encoding of spaces as `%20` is interpreted as a field in the
formatted string of type `2`, which is nonsensical. This change simply skips 
these tests in this case.
2018-05-11 13:36:31 +01:00
..
licenses Fix SecurityException when HDFS Repository used against HA Namenodes (#27196) 2017-12-01 14:26:05 -05:00
src Use simpler write-once semantics for HDFS repository (#30439) 2018-05-11 09:50:37 +02:00
build.gradle Suppress hdfsFixture if there are spaces in the path (#30302) 2018-05-11 13:36:31 +01:00