GitHub user radarwave opened a pull request:

    https://github.com/apache/incubator-hawq/pull/851

    HAWQ-838. Replace python module paramiko with pexpect

    Since paramiko's license is conflict with Apache HAWQ's license, so we 
can't deliver it with HAWQ package. 
    
    We can use pexpect(and it's submodule ptyprocess) to replace it which 
license is compatible with HAWQ. So user don't need to install it manually.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/radarwave/incubator-hawq pexpect

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/851.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #851
    
----
commit a1a2f2c5ceb5953c613e2a4707563e08461095ef
Author: rlei <[email protected]>
Date:   2016-08-05T03:09:09Z

    HAWQ-838. Replace python module paramiko with pexpect

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to