]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
hadoop: simplify workingDir handling; add home directory
authorNoah Watkins <noahwatkins@gmail.com>
Wed, 2 Nov 2011 04:52:48 +0000 (21:52 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Thu, 3 Nov 2011 02:51:08 +0000 (19:51 -0700)
commit3006c6e5cf5979f3b7f5f655915083ef73ab44db
tree2c3172f4ae829f3fc4395bc44062d757a732a551
parenta79b7e17ebbc70cedae80216986ae5fd52a1c0b7
hadoop: simplify workingDir handling; add home directory

1. Simplifies the handling of paths by allowing them to be passed
around and manipulated in their fully qualified form. Before
paths are passed into native Ceph calls the path-only portion
is extracted.

2. Sets the initial working directory to be the default home
directory for a user (e.g. /user/<username>/).

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/client/hadoop/ceph/CephFileSystem.java