我正在尝试将一个模块jar上传到Spring-xd 1.0.1.RELEASE版本,但是这个版本似乎没有upload命令。我在spring-xd release 1.1.0的github文档中找到了这个命令,用于上传Spring-xd中的模块jar。
xd:>module upload --type job --name pigExample --file <path-to-this-sample>/target/batch-pig-1.0.0.BUILD-SNAPSHOT.jar但是is说
Command 'module upload --type job --name pigExample --file /home/springxd/data/pig_scheduling/spring-xd-samples/batch-pig/batch-pig-1.0.0.BUILD-SNAPSHOT.jar' not found (for assistance press TAB)因此,对于Spring-xd 1.1.0的最新版本,他们有一个用于创建自定义模块的上载选项,但是如何在Spring-xd的1.0.1版本中实现相同的上传选项。
发布于 2015-02-19 23:49:32
此功能是在1.1中添加的。以前,您必须手动将模块复制到每个容器的模块目录结构中。
https://stackoverflow.com/questions/28601406
复制相似问题