mirror of
https://github.com/apache/lucene.git
synced 2025-02-14 14:05:41 +00:00
Related JIRAs: * SOLR-11010 * SOLR-11381 * SOLR-12040 * SOLR-13297 Changes: * Consolidate hdfs configuration into HdfsTestUtil * Ensure socketTimeout long enough for HDFS tests * Ensure HdfsTestUtil.getClientConfiguration used in tests * Replace deprecated HDFS calls * Use try-with-resources to ensure closing of HDFS resources Signed-off-by: Kevin Risden <krisden@apache.org>