You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by jacobtardieu <gi...@git.apache.org> on 2015/01/21 01:31:25 UTC

[GitHub] phoenix pull request: PHOENIX-1601 Fix performance script for bina...

GitHub user jacobtardieu opened a pull request:

    https://github.com/apache/phoenix/pull/35

    PHOENIX-1601 Fix performance script for binary distribution of phoenix

    Change the PHOENIX_TEST_JAR_PATTERN since it was also matching flume tests jars.
    
    The performance.py script wasn't working anymore in the bin distribution of phoenix
    because the flume test jar was matching the test jar pattern for phoenix core test jar.
    This new pattern fixes this issue.

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

    $ git pull https://github.com/jacobtardieu/phoenix master

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

    https://github.com/apache/phoenix/pull/35.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 #35
    
----
commit d12a700301bd0875ee80a08df060bfa244da4ef3
Author: Jacob Tardieu <ja...@tardieu.net>
Date:   2015-01-21T00:15:19Z

    Change the PHOENIX_TEST_JAR_PATTERN since it was also matching flume tests jars.
    
    The performance.py script wasn't working anymore in the bin distribution of phoenix
    because the flume testjar was matching the test jar pattern for phoenix.
    This new pattern fixes this issue.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---