Jeff Evans created SPARK-30489:
----------------------------------

             Summary: Make build delete pyspark.zip file properly
                 Key: SPARK-30489
                 URL: https://issues.apache.org/jira/browse/SPARK-30489
             Project: Spark
          Issue Type: Improvement
          Components: Build
    Affects Versions: 3.0.0
            Reporter: Jeff Evans


The build uses Ant tasks to delete, then recreate, the {{pyspark.zip}} file 
within {{python/lib}}.  The only problem is the Ant task definition for the 
delete operation is incorrect (it uses {{dir}} instead of {{file}}), so it 
doesn't actually get deleted by this task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to