diff options
author | Noah Watkins <noahwatkins@gmail.com> | 2013-09-13 22:21:58 +0200 |
---|---|---|
committer | Noah Watkins <noahwatkins@gmail.com> | 2013-09-13 22:39:48 +0200 |
commit | b86c0686694245759db6a8b309894c2adf477d50 (patch) | |
tree | 52844b07ebd8157ded0a8681f3464336b005f3b3 /COPYING | |
parent | Merge pull request #594 from ceph/fix-no-tcmalloc-build (diff) | |
download | ceph-b86c0686694245759db6a8b309894c2adf477d50.tar.xz ceph-b86c0686694245759db6a8b309894c2adf477d50.zip |
hadoop: remove hadoop shim
The in-tree Hadoop shim was a combination of libcephfs wrapper, and the
bits to support Hadoop. This has been replaced by src/java that
implements generic libcephfs wrappers, and externally, the hadoop shim
(see docs).
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,10 +6,6 @@ Files: doc/* Copyright: (c) 2010-2012 New Dream Network and contributors License: Creative Commons Attribution-ShareAlike (CC BY-SA) -Files: src/client/hadoop/ceph -Copyright: Copyright (C) New Dream Network and contributors -License: Apache License v2 - Files: src/mount/canonicalize.c Copyright: Copyright (C) 1993 Rick Sladkey <jrs@world.std.com> License: LGPL2 or later |