Spring XD - 找不到名称为 'ftphdfs' 且类型为 'source' 的模块

Spring XD - Could not find module with name 'ftphdfs' and type 'source'

I 运行ning spring-xd-1.3.1.RELEASE 运行-时间容器,当我尝试使用来自 [=31= 的源模块文件时] 到 hdfs,我在下面给出的 shell 命令中遇到异常。

xd:>module info --name source:ftphdfs
   Command failed org.springframework.xd.rest.client.impl.SpringXDException: Could
   not find module with name 'ftphdfs' and type 'source'

此外,当我尝试将源用作 http 端点时,我在下面给出的 shell 命令中遇到了这样的异常。

                    xd:>module info --name source:http  
                            Information about source module 'http':
                            Injects data from http endpoint.

                              Option Name            Description

                                       Default
                            Type
                              ---------------------  -------------------------------------------------------
                            --------------------------------------------------------------------------------
                            ---------  -------------------------------------------------------------------
                            ---------------------------------
                              https                  true for https://

                                       false
                            boolean
                              maxContentLength       the maximum allowed content length

                                       1048576
                            int
                              messageConverterClass  the name of a custom MessageConverter class, to convert
                             HttpRequest to Message; must have a constructor with a 'MessageBuilderFactory'
                            parameter  org.springframework.integration.x.http.NettyInboundMessageConverter
                            java.lang.String
                              port                   the port to listen to

                                       9000
                            int
                              sslPropertiesLocation  location (resource) of properties containing the locati
                            on of the pkcs12 keyStore and pass phrase
                                       classpath:httpSSL.properties
                            java.lang.String
                              outputType             how this module should emit messages it produces

                                       <none>
                            org.springframework.util.MimeType

我目前使用的技术栈如下。
1) Hadoop 2.7.2
2) Spring-XD-1.3.1.RELEASE
3) Redis 2.6 (Windows 版本) - 我用它作为传输
4) 动物园管理员 3.8

如有任何帮助,我们将不胜感激。

这是 job 不是流 source...

xd:>module info job:ftphdfs
Information about job module 'ftphdfs':
...

我没有看到上面 source:http 的异常 - 只是对来源的描述。