[ 
https://issues.apache.org/jira/browse/SOLR-11707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Pugh resolved SOLR-11707.
------------------------------
    Resolution: Won't Fix

HDFS has been removed in Solr 10.

> allow to configure the HDFS block size
> --------------------------------------
>
>                 Key: SOLR-11707
>                 URL: https://issues.apache.org/jira/browse/SOLR-11707
>             Project: Solr
>          Issue Type: Improvement
>          Components: Hadoop Integration, hdfs
>            Reporter: Hendrik Haddorp
>            Priority: Minor
>
> Currently index files are created in HDFS with the block size that is defined 
> on the namenode. For that the HdfsFileWriter reads out the config from the 
> server and then specifies the size (and replication factor) in the 
> FileSystem.create call.
> For the write.lock files things work slightly different. These are being 
> created by the HdfsLockFactory without specifying a block size (or 
> replication factor). This results in a default being picked by the HDFS 
> client, which is 128MB.
> So currently files are being created with different block sizes if the 
> namenode is configured to something else then 128MB. It would be good if Solr 
> would allow to configure the block size to be used. This is especially useful 
> if the Solr admin is not the HDFS admin and if you have different 
> applications using HDFS that have different requirements for their block size.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to