]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Hadoop: Insert accidentally removed throwaway first argument to ceph
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 27 Aug 2009 23:24:16 +0000 (16:24 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 28 Aug 2009 23:04:28 +0000 (16:04 -0700)
src/client/hadoop/ceph/CephFileSystem.java

index 07a402325fbacd9a97d2a11ec547584c592574b2..60f59ef4fefec1e641bb471af07d04f412c101bb 100644 (file)
@@ -129,7 +129,7 @@ public class CephFileSystem extends FileSystem {
       fs_default_name = conf.get("fs.default.name");
       debug = ("true".equals(conf.get("fs.ceph.debug", "false")));
       //build up the arguments for Ceph
-      String arguments = new String();
+      String arguments = new String("CephFSInterface");
       arguments += conf.get("fs.ceph.commandLine", "");
       if (conf.get("fs.ceph.clientDebug") != null) {
        arguments += " --debug_client ";