HyukjinKwon commented on a change in pull request #27376: [SPARK-30665][PYSPARK] Eliminate pypandoc dependency URL: https://github.com/apache/spark/pull/27376#discussion_r372749492
########## File path: dev/requirements.txt ########## @@ -2,5 +2,4 @@ flake8==3.5.0 jira==1.0.3 PyGithub==1.26.0 Unidecode==0.04.19 -pypandoc==1.3.3 Review comment: @nchammas, yeah, I recall I am actually manually downloading it in the CI by using this option https://github.com/bebraw/pypandoc/tree/v1.3.3#installing-pandoc in the project I am working on. For future reference and to be more explicit, I use [this way](https://github.com/databricks/koalas/blob/dc6b255906d5a532557565f26d25153604f6e3d7/dev/gendoc.py#L144-L229) Why don't you revive this line in this PR and investigate separately :)? This PR targets to remove pypandoc in PySpark. What you're doing seems to remove or fix pandoc in SparkR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
