Uroš Bojanić created SPARK-58746:
------------------------------------

             Summary: Remove a dead lsof workaround and fix stale references in 
release tooling
                 Key: SPARK-58746
                 URL: https://issues.apache.org/jira/browse/SPARK-58746
             Project: Spark
          Issue Type: Improvement
          Components: Project Infra
    Affects Versions: 4.3.0
            Reporter: Uroš Bojanić


Three fixes to developer and release tooling.

In dev/create-release/release-build.sh, the SPARK-22377 band-aid assigns 
LSOF=lsof and probes for the binary, but LSOF is never used anywhere in the 
script or in anything it sources or that calls it, so the workaround has had no 
effect since the Jenkins machines it targeted were retired. The block is 
removed. The same script has a typo in its usage help, reposiotry, corrected to 
repository.

In .github/PULL_REQUEST_TEMPLATE, the guidance points contributors at 
core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala, which 
no longer exists; the file now lives under common/utils. The path is corrected.

Developer and release tooling only. The script still parses (bash -n), and the 
corrected path exists on master while the old one does not.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to