You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Renjith Kamath <re...@gmail.com> on 2017/01/20 11:59:43 UTC

Review Request 55758: Intermittent Zeppelin Server start failure during service install and start from Ambari

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

Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, and Sumit Mohanty.


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


Repository: ambari


Description
-------

Error:
```
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
    tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
    result = _call(command, **kwargs_copy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 307, in _call
    raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of 'cp -f /etc/zeppelin/conf/interpreter.json /tmp/tmpf3hCCM' returned 1. cp: cannot stat '/etc/zeppelin/conf/interpreter.json': No such file or directory
```


Diffs
-----

  ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py ac56aa2 

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


Testing
-------

Manually tested on CentOS


Thanks,

Renjith Kamath


Re: Review Request 55758: Intermittent Zeppelin Server start failure during service install and start from Ambari

Posted by Attila Doroszlai <ad...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55758/#review162434
-----------------------------------------------------------


Ship it!




Ship It!

- Attila Doroszlai


On Jan. 20, 2017, 12:59 p.m., Renjith Kamath wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/55758/
> -----------------------------------------------------------
> 
> (Updated Jan. 20, 2017, 12:59 p.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-19648
>     https://issues.apache.org/jira/browse/AMBARI-19648
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Error:
> ```
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
>     tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
>     result = _call(command, **kwargs_copy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 307, in _call
>     raise ExecutionFailed(err_msg, code, out, err)
> resource_management.core.exceptions.ExecutionFailed: Execution of 'cp -f /etc/zeppelin/conf/interpreter.json /tmp/tmpf3hCCM' returned 1. cp: cannot stat '/etc/zeppelin/conf/interpreter.json': No such file or directory
> ```
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py ac56aa2 
> 
> Diff: https://reviews.apache.org/r/55758/diff/
> 
> 
> Testing
> -------
> 
> Manually tested on CentOS
> 
> 
> Thanks,
> 
> Renjith Kamath
> 
>


Re: Review Request 55758: Intermittent Zeppelin Server start failure during service install and start from Ambari

Posted by Prabhjyot Singh <pr...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55758/#review162411
-----------------------------------------------------------


Ship it!




Ship It!

- Prabhjyot Singh


On Jan. 20, 2017, 11:59 a.m., Renjith Kamath wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/55758/
> -----------------------------------------------------------
> 
> (Updated Jan. 20, 2017, 11:59 a.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-19648
>     https://issues.apache.org/jira/browse/AMBARI-19648
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Error:
> ```
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
>     tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
>     result = _call(command, **kwargs_copy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 307, in _call
>     raise ExecutionFailed(err_msg, code, out, err)
> resource_management.core.exceptions.ExecutionFailed: Execution of 'cp -f /etc/zeppelin/conf/interpreter.json /tmp/tmpf3hCCM' returned 1. cp: cannot stat '/etc/zeppelin/conf/interpreter.json': No such file or directory
> ```
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py ac56aa2 
> 
> Diff: https://reviews.apache.org/r/55758/diff/
> 
> 
> Testing
> -------
> 
> Manually tested on CentOS
> 
> 
> Thanks,
> 
> Renjith Kamath
> 
>


Re: Review Request 55758: Intermittent Zeppelin Server start failure during service install and start from Ambari

Posted by Rohit Choudhary <rc...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55758/#review162410
-----------------------------------------------------------


Ship it!




Ship It!

- Rohit Choudhary


On Jan. 20, 2017, 11:59 a.m., Renjith Kamath wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/55758/
> -----------------------------------------------------------
> 
> (Updated Jan. 20, 2017, 11:59 a.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-19648
>     https://issues.apache.org/jira/browse/AMBARI-19648
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Error:
> ```
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
>     tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
>     result = _call(command, **kwargs_copy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 307, in _call
>     raise ExecutionFailed(err_msg, code, out, err)
> resource_management.core.exceptions.ExecutionFailed: Execution of 'cp -f /etc/zeppelin/conf/interpreter.json /tmp/tmpf3hCCM' returned 1. cp: cannot stat '/etc/zeppelin/conf/interpreter.json': No such file or directory
> ```
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py ac56aa2 
> 
> Diff: https://reviews.apache.org/r/55758/diff/
> 
> 
> Testing
> -------
> 
> Manually tested on CentOS
> 
> 
> Thanks,
> 
> Renjith Kamath
> 
>


Re: Review Request 55758: Intermittent Zeppelin Server start failure during service install and start from Ambari

Posted by Prabhjyot Singh <pr...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55758/#review162412
-----------------------------------------------------------


Ship it!




Ship It!

- Prabhjyot Singh


On Jan. 20, 2017, 11:59 a.m., Renjith Kamath wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/55758/
> -----------------------------------------------------------
> 
> (Updated Jan. 20, 2017, 11:59 a.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-19648
>     https://issues.apache.org/jira/browse/AMBARI-19648
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Error:
> ```
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
>     tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
>     result = _call(command, **kwargs_copy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 307, in _call
>     raise ExecutionFailed(err_msg, code, out, err)
> resource_management.core.exceptions.ExecutionFailed: Execution of 'cp -f /etc/zeppelin/conf/interpreter.json /tmp/tmpf3hCCM' returned 1. cp: cannot stat '/etc/zeppelin/conf/interpreter.json': No such file or directory
> ```
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py ac56aa2 
> 
> Diff: https://reviews.apache.org/r/55758/diff/
> 
> 
> Testing
> -------
> 
> Manually tested on CentOS
> 
> 
> Thanks,
> 
> Renjith Kamath
> 
>