I successfully installed Spring XD 1.2.0 RC1 on HDP 2.2 using the Ambari plugin. Now that Spring XD 1.2.0 GA is out, how do I go about upgrading my installation?
相关问题
- creating a custom websocket sink for spring-xd
- How to implement a Spring XD sink?
- Future of Spring-XD [closed]
- spring xd losing messages when processing huge vol
- Error deploying more than one stream with a router
相关文章
- Future of Spring-XD [closed]
- spring xd losing messages when processing huge vol
- Error deploying more than one stream with a router
- how to reduce the number of containers in the quer
- How to disable Transparent Huge Pages (THP) in Ubu
- HIVE LLAP并不复杂工种(HIVE LLAP doesn't work with co
- Ambari服务器设置:OSERROR:[错误2]没有这样的文件或目录(Ambari server
- 使用来自SpringXD传递HTTP请求头到RESTAPI HTTP客户端处理器(Passing h
Looks like you need to remove the RC1 install and replace it with the 1.2.0 GA. I didn't see an option for updating a service in the Ambari UI.
These are the steps I took:
1) stop the Spring XD service from Amabari UI
2) remove old Spring XD plugin:
3) remove Spring XD installation:
4) remove YUM repo and symbolic link:
5) get and install new YUM repo:
6) install new Spring XD plugin:
7) Restart Ambari server:
8) Delete old Spring XD service (adjust the ambari-server-host and cluster names):
(refresh the browser for Ambari UI)
9) Check the repository link under Admin->Repositories. It should be:
10) Install new Spring XD Service following this doc: https://github.com/spring-projects/spring-xd-ambari/blob/master/src/docs/asciidoc/InstallingXDwithAmbari.asciidoc
Let us know if this works for you or if you have any issues.