You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2015/11/06 07:46:27 UTC

[jira] [Created] (HDFS-9394) branch-2 hadoop-hdfs-client fails during FileSystem ServiceLoader initialization, because HftpFileSystem is missing.

Chris Nauroth created HDFS-9394:
-----------------------------------

             Summary: branch-2 hadoop-hdfs-client fails during FileSystem ServiceLoader initialization, because HftpFileSystem is missing.
                 Key: HDFS-9394
                 URL: https://issues.apache.org/jira/browse/HDFS-9394
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
            Reporter: Chris Nauroth
            Priority: Critical


On branch-2, hadoop-hdfs-client contains a {{FileSystem}} service descriptor that lists {{HftpFileSystem}} and {{HsftpFileSystem}}.  These classes do not reside in hadoop-hdfs-client.  Instead, they reside in hadoop-hdfs.  If the application has hadoop-hdfs-client.jar on the classpath, but not hadoop-hdfs.jar, then this can cause a {{ServiceConfigurationError}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)