[ https://issues.apache.org/jira/browse/SPARK-21773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307650#comment-16307650 ]
Apache Spark commented on SPARK-21773: -------------------------------------- User 'HyukjinKwon' has created a pull request for this issue: https://github.com/apache/spark/pull/18984 > Should Install mkdocs if missing in the path in SQL documentation build > ----------------------------------------------------------------------- > > Key: SPARK-21773 > URL: https://issues.apache.org/jira/browse/SPARK-21773 > Project: Spark > Issue Type: Improvement > Components: Build, Documentation > Affects Versions: 2.3.0 > Reporter: Hyukjin Kwon > Assignee: Hyukjin Kwon > Priority: Minor > Fix For: 2.3.0 > > > Currently, SQL documentation build with Jekins looks being failed due to > missing {{mkdocs}}. > For example, see > https://amplab.cs.berkeley.edu/jenkins/job/spark-master-docs/3580/console > {code} > ... > Moving back into docs dir. > Moving to SQL directory and building docs. > Missing mkdocs in your path, skipping SQL documentation generation. > Moving back into docs dir. > Making directory api/sql > cp -r ../sql/site/. api/sql > jekyll 2.5.3 | Error: unknown file type: ../sql/site/. > Deleting credential directory > /home/jenkins/workspace/spark-master-docs/spark-utils/new-release-scripts/jenkins/jenkins-credentials-scUXuITy > Build step 'Execute shell' marked build as failure > [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done > Finished: FAILURE > {code} > It looks we better install it if missing rather than fail it. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org