Hyukjin Kwon created SPARK-21773:
------------------------------------

             Summary: 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
            Priority: Minor


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to