GitHub user holdenk opened a pull request:

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

    [SPARK-14573][PYSPARK][BUILD] Fix PyDoc Makefile & highlighting issues

    ## What changes were proposed in this pull request?
    
    The PyDoc Makefile used "=" rather than "?=" for setting env variables so 
it overwrote the user values. This ignored the environment variables we set for 
linting allowing warnings through. This PR also fixes the warnings that had 
been introduced.
    
    
    ## How was this patch tested?
    
    manual local export & make

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

    $ git pull https://github.com/holdenk/spark SPARK-14573-fix-pydoc-makefile

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

    https://github.com/apache/spark/pull/12336.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 #12336
    
----
commit c40c50a7ccfb940ef01f2ffd23fd698dd797d4ea
Author: Holden Karau <[email protected]>
Date:   2016-04-12T20:27:42Z

    Fix the Makefile

commit d5b148d0999c73d269b046f7a8b50571ccb05943
Author: Holden Karau <[email protected]>
Date:   2016-04-12T20:33:28Z

    Fix __all__ list in ml/regression.py

commit 3f1930917c9535e027b5882db542a0a285ddf5d5
Author: Holden Karau <[email protected]>
Date:   2016-04-12T21:16:53Z

    Fix hightlighting issues in context.py

----


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