[jira] [Commented] (SPARK-22375) Test script can fail if eggs are installed by setup.py during test process

2017-10-29 Thread Hyukjin Kwon (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-22375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223877#comment-16223877
 ] 

Hyukjin Kwon commented on SPARK-22375:
--

Fixed in https://github.com/apache/spark/pull/19597

> Test script can fail if eggs are installed by setup.py during test process
> --
>
> Key: SPARK-22375
> URL: https://issues.apache.org/jira/browse/SPARK-22375
> Project: Spark
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 2.3.0
> Environment: OSX 10.12.6
>Reporter: Joel Croteau
>Priority: Trivial
>
> Running ./dev/run-tests may install missing Python packages as part of it's 
> setup process. setup.py can cache these in python/.eggs, and since the 
> lint-python script checks any file with the .py extension anywhere in the 
> Spark project, it will check files in .eggs and will fail if any of these do 
> not meet style criteria, even though these are not part of the project 
> lint-spark should exclude python/.eggs from its search directories.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-22375) Test script can fail if eggs are installed by setup.py during test process

2017-10-28 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-22375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223634#comment-16223634
 ] 

Apache Spark commented on SPARK-22375:
--

User 'xynny' has created a pull request for this issue:
https://github.com/apache/spark/pull/19597

> Test script can fail if eggs are installed by setup.py during test process
> --
>
> Key: SPARK-22375
> URL: https://issues.apache.org/jira/browse/SPARK-22375
> Project: Spark
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 2.3.0
> Environment: OSX 10.12.6
>Reporter: Joel Croteau
>Priority: Trivial
>
> Running ./dev/run-tests may install missing Python packages as part of it's 
> setup process. setup.py can cache these in python/.eggs, and since the 
> lint-python script checks any file with the .py extension anywhere in the 
> Spark project, it will check files in .eggs and will fail if any of these do 
> not meet style criteria, even though these are not part of the project 
> lint-spark should exclude python/.eggs from its search directories.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-22375) Test script can fail if eggs are installed by setup.py during test process

2017-10-28 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-22375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223345#comment-16223345
 ] 

Sean Owen commented on SPARK-22375:
---

Certainly, please open a pull request.

> Test script can fail if eggs are installed by setup.py during test process
> --
>
> Key: SPARK-22375
> URL: https://issues.apache.org/jira/browse/SPARK-22375
> Project: Spark
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 2.3.0
> Environment: OSX 10.12.6
>Reporter: Joel Croteau
>Priority: Trivial
>
> Running ./dev/run-tests may install missing Python packages as part of it's 
> setup process. setup.py can cache these in python/.eggs, and since the 
> lint-python script checks any file with the .py extension anywhere in the 
> Spark project, it will check files in .eggs and will fail if any of these do 
> not meet style criteria, even though these are not part of the project 
> lint-spark should exclude python/.eggs from its search directories.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org