HyukjinKwon opened a new pull request, #36423:
URL: https://github.com/apache/spark/pull/36423

   ### What changes were proposed in this pull request?
   
   Currently SparkR documentation fails because of the usage `grep -oP `. Mac 
OS does not have this.
   This PR fixes it via using the existing way used in the current scripts at: 
https://github.com/apache/spark/blob/0494dc90af48ce7da0625485a4dc6917a244d580/R/check-cran.sh#L52
   
   ### Why are the changes needed?
   
   To make the dev easier.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Manually tested via:
   
   ```bash
   cd R
   ./create-docs.sh
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to