dongjoon-hyun edited a comment on issue #26521: [SPARK-28752][BUILD][DOCS] Documentation build to support Python 3 URL: https://github.com/apache/spark/pull/26521#issuecomment-558839480 Hi, @HyukjinKwon . This seems to break our release script because `rouge` requires `Ruby 2.5.0+` and our `spark-rm` Docker file has `Ruby 2.3`. ``` $ ruby -v ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin18] $ gem install rogue ERROR: Error installing rogue: sprockets requires Ruby version >= 2.5.0. ```
---------------------------------------------------------------- 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]
