mirror of
https://github.com/ceph/ceph
synced 2025-03-01 05:51:33 +00:00
fs.ceph.block.size and fs.ceph.replication. Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
40 lines
2.4 KiB
ReStructuredText
40 lines
2.4 KiB
ReStructuredText
=========================
|
|
Using Hadoop with CephFS
|
|
=========================
|
|
|
|
Hadoop Configuration
|
|
--------------------
|
|
|
|
This section describes the Hadoop configuration options used to control Ceph.
|
|
These options are intended to be set in the Hadoop configuration file
|
|
`conf/core-site.xml`.
|
|
|
|
+--------------------+--------------------------+----------------------------+
|
|
|Property |Value |Notes |
|
|
| | | |
|
|
+====================+==========================+============================+
|
|
|fs.default.name |Ceph URI |ceph:/// |
|
|
| | | |
|
|
| | | |
|
|
+--------------------+--------------------------+----------------------------+
|
|
|fs.ceph.conf.file |Local path to ceph.conf |/etc/ceph/ceph.conf |
|
|
| | | |
|
|
| | | |
|
|
| | | |
|
|
+--------------------+--------------------------+----------------------------+
|
|
|fs.ceph.conf.options|Comma separated list of |opt1=val1,opt2=val2 |
|
|
| |key/value pairs | |
|
|
| | | |
|
|
| | | |
|
|
+--------------------+--------------------------+----------------------------+
|
|
|fs.ceph.block.size |Default file block size |Default value: 67108864 |
|
|
| |in bytes | |
|
|
| | | |
|
|
| | | |
|
|
+--------------------+--------------------------+----------------------------+
|
|
|fs.ceph.replication |Default file replication |Default value: 3 |
|
|
| |factor | |
|
|
| | | |
|
|
| | | |
|
|
+--------------------+--------------------------+----------------------------+
|