You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by Steve Loughran <st...@hortonworks.com> on 2014/06/24 00:18:42 UTC

windows , slider.py

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.

Re: windows , slider.py

Posted by Sumit Mohanty <su...@gmail.com>.
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 <st...@hortonworks.com>
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