File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
modules/hdfs/src/java/org/apache/solr/hdfs
solr-ref-guide/modules/deployment-guide/pages Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 79
79
import org .slf4j .Logger ;
80
80
import org .slf4j .LoggerFactory ;
81
81
82
+ /**
83
+ * @deprecated The Solr HDFS Module will be removed in Solr 10 with no replacement.
84
+ */
85
+ @ Deprecated (since = "9.9" )
82
86
public class HdfsDirectoryFactory extends CachingDirectoryFactory
83
87
implements SolrCoreAware , SolrMetricProducer {
84
88
private static final Logger log = LoggerFactory .getLogger (MethodHandles .lookup ().lookupClass ());
Original file line number Diff line number Diff line change 20
20
The Solr HDFS Module has support for writing and reading Solr's index and transaction log files to the HDFS distributed filesystem.
21
21
It does not use Hadoop MapReduce to process Solr data.
22
22
23
+ IMPORTANT: The HDFS Module has been deprecated and will be removed in Solr 10.
24
+
23
25
To use HDFS rather than a local filesystem, you must be using Hadoop 2.x and you will need to instruct Solr to use the `HdfsDirectoryFactory` .
24
26
There are also several additional parameters to define.
25
27
These can be set in one of three ways:
You can’t perform that action at this time.
0 commit comments