GitHub user CodingCat opened a pull request:

    https://github.com/apache/spark/pull/4856

    [SPARK-6118] making package name of deploy.worker.CommandUtils and 
deploy.CommandUtilsSuite consistent

    https://issues.apache.org/jira/browse/SPARK-6118
    
    I found that the object CommandUtils is placed under deploy.worker package, 
while CommandUtilsSuite is  under deploy
    
    Conventionally, we put the implementation and unit test class under the 
same package
    
    here, to minimize the change, I move CommandUtilsSuite to worker package, 
    
    **However, CommandUtils seems to contain some general methods (though only 
used by worker.* classes currently**,  we may also consider to replace 
CommonUtils  

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

    $ git pull https://github.com/CodingCat/spark SPARK-6118

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

    https://github.com/apache/spark/pull/4856.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 #4856
    
----
commit cb937009fcef8aa6ddb632e8cc2ef1cc16069a31
Author: CodingCat <[email protected]>
Date:   2015-03-02T21:24:50Z

    making package name consistent

----


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to