Back to home page

OSCL-LXR

 
 

    


0001 highlighter: rouge
0002 markdown: kramdown
0003 gems:
0004   - jekyll-redirect-from
0005 
0006 # For some reason kramdown seems to behave differently on different
0007 # OS/packages wrt encoding. So we hard code this config.
0008 kramdown:
0009   entity_output: numeric
0010 
0011 include:
0012   - _static
0013   - _modules
0014 
0015 # These allow the documentation to be updated with newer releases
0016 # of Spark, Scala, and Mesos.
0017 SPARK_VERSION: 3.0.0
0018 SPARK_VERSION_SHORT: 3.0.0
0019 SCALA_BINARY_VERSION: "2.12"
0020 SCALA_VERSION: "2.12.10"
0021 MESOS_VERSION: 1.0.0
0022 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
0023 SPARK_GITHUB_URL: https://github.com/apache/spark