ceph/doc/cephfs/hadoop.rst
Noah Watkins 132fb3413c doc: describe Hadoop configuration options
Start a document describing Ceph integration with Hadoop, and adds a
description of configuration options that the CephFileSystem shim will
accept.
2012-11-04 06:19:29 -08:00

30 lines
1.7 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.config.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 | |
| | | |
| | | |
+--------------------+--------------------------+----------------------------+