Not sure if this is the reason: what I see in ambari-server setup .py files
subprocess.Popen(cmd, * stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.PIPE * ) -Sumit On Mon, Jun 23, 2014 at 3:18 PM, Steve Loughran <[email protected]> wrote: > I've started a .py script for launching slider, JIRA is > https://issues.apache.org/jira/browse/SLIDER-153 > > git branch is: feature/SLIDER-153_add_slider_py_command > > I think things are execing, but its kind of hard to see, as I'm not seeing > anything to stdout and stderr, even though I've tried to hook it up. Who > knows enough about Python to get this working: > > https://github.com/apache/incubator-slider/blob/feature/SLIDER-153_add_slider_py_command/slider-assembly/src/main/scripts/slider.py#L110 > > -- > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity to > which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You. > -- thanks Sumit
