]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document new hadoop config options
authorNoah Watkins <noahwatkins@gmail.com>
Sun, 17 Mar 2013 19:10:16 +0000 (12:10 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Sun, 14 Jul 2013 23:31:33 +0000 (16:31 -0700)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
doc/cephfs/hadoop.rst

index d1ece6bbec68d1663c6b392a4bc4978f29ce7d6d..8c29376269ec884fcb65c5897d2b36c73a102484 100644 (file)
@@ -57,7 +57,7 @@ These options are intended to be set in the Hadoop configuration file
 |Property             |Value                     |Notes                       |
 |                     |                          |                            |
 +=====================+==========================+============================+
-|fs.default.name      |Ceph URI                  |ceph:///                    |
+|fs.default.name      |Ceph URI                  |ceph://[monaddr:port][/root]|
 |                     |                          |                            |
 |                     |                          |                            |
 +---------------------+--------------------------+----------------------------+
@@ -75,6 +75,26 @@ These options are intended to be set in the Hadoop configuration file
 |                     |                          |                            |
 |                     |                          |                            |
 +---------------------+--------------------------+----------------------------+
+|ceph.mon.address     |Monitor address           |host:port                   |
+|                     |                          |                            |
+|                     |                          |                            |
+|                     |                          |                            |
++---------------------+--------------------------+----------------------------+
+|ceph.auth.id         |Ceph user id              |Example: admin              |
+|                     |                          |                            |
+|                     |                          |                            |
+|                     |                          |                            |
++---------------------+--------------------------+----------------------------+
+|ceph.auth.keyfile    |Ceph key file             |                            |
+|                     |                          |                            |
+|                     |                          |                            |
+|                     |                          |                            |
++---------------------+--------------------------+----------------------------+
+|ceph.auth.keyring    |Ceph keyring file         |                            |
+|                     |                          |                            |
+|                     |                          |                            |
+|                     |                          |                            |
++---------------------+--------------------------+----------------------------+
 |ceph.object.size     |Default file object size  |Default value (64MB):       |
 |                     |in bytes                  |67108864                    |
 |                     |                          |                            |