Github user JoshRosen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/7241#discussion_r34283049
  
    --- Diff: dev/lint-python ---
    @@ -47,11 +48,29 @@ if [ ! -e "$PEP8_SCRIPT_PATH" ]; then
         fi
     fi
     
    +# Easy install pylint in /dev/pylint. To easy_install into a directory, 
the PYTHONPATH should
    +# be set to the directory.
    +# dev/pylint should be appended to the PATH variable as well.
    +export "PYTHONPATH=$SPARK_ROOT_DIR/dev/pylint"
    +export "PYLINT_HOME=$PYTHONPATH"
    +export "PATH=$PYTHONPATH:$PATH"
    +
    +if [ ! -d "$PYLINT_HOME" ]; then
    +    mkdir "$PYLINT_HOME"
    +    easy_install -d "$PYLINT_HOME" pylint
    --- End diff --
    
    Maybe we should specify / freeze a specific PyLint version so that we don't 
start to get unexpected Jenkins failures if a new version is pushed to PyPi.


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