You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vitalyi Brodetskyi <vb...@hortonworks.com> on 2014/09/15 17:31:08 UTC

Review Request 25648: Error message on ambari-server removal

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25648/
-----------------------------------------------------------

Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-7310
    https://issues.apache.org/jira/browse/AMBARI-7310


Repository: ambari


Description
-------

If ambari-server is stopped, removing ambari-server rpm prints an error message. Command is executed successfully, but message looks badly.

{code}
[root@vm-6 ~]# ambari-server stop
Using python  /usr/bin/python2.6
Stopping ambari-server
Ambari Server stopped
[root@vm-6 ~]# rpm -e ambari-server
error reading information on service ambari-server: No such file or directory
[root@vm-6 ~]# echo $?
0
{code}


Diffs
-----

  ambari-agent/src/main/package/rpm/preremove.sh 5fb9be2 
  ambari-server/src/main/package/rpm/preremove.sh 073c07f 

Diff: https://reviews.apache.org/r/25648/diff/


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi


Re: Review Request 25648: Error message on ambari-server removal

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25648/#review53345
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On Sept. 15, 2014, 3:31 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/25648/
> -----------------------------------------------------------
> 
> (Updated Sept. 15, 2014, 3:31 p.m.)
> 
> 
> Review request for Ambari and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-7310
>     https://issues.apache.org/jira/browse/AMBARI-7310
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> If ambari-server is stopped, removing ambari-server rpm prints an error message. Command is executed successfully, but message looks badly.
> 
> {code}
> [root@vm-6 ~]# ambari-server stop
> Using python  /usr/bin/python2.6
> Stopping ambari-server
> Ambari Server stopped
> [root@vm-6 ~]# rpm -e ambari-server
> error reading information on service ambari-server: No such file or directory
> [root@vm-6 ~]# echo $?
> 0
> {code}
> 
> 
> Diffs
> -----
> 
>   ambari-agent/src/main/package/rpm/preremove.sh 5fb9be2 
>   ambari-server/src/main/package/rpm/preremove.sh 073c07f 
> 
> Diff: https://reviews.apache.org/r/25648/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>