sitemap.xml (155 lines of code) (raw):

--- sitemap: false --- <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <!-- Add explicit links for key pages, like, home page: --> <url> <loc>https://spark.apache.org/</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <!-- Main docs pages --> <url> <loc>https://spark.apache.org/docs/latest/index.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/quick-start.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/rdd-programming-guide.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/streaming-programming-guide.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/sql-programming-guide.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/ml-guide.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/graphx-programming-guide.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/sparkr.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/cluster-overview.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/submitting-applications.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/spark-standalone.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/running-on-mesos.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/running-on-yarn.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/configuration.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/monitoring.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/tuning.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/job-scheduling.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/security.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/hardware-provisioning.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/building-spark.html</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <!-- API docs --> <url> <loc>https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.package</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/api/java/index.html</loc> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/api/python/index.html</loc> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/api/R/index.html</loc> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> <url> <loc>https://spark.apache.org/docs/latest/api/sql/index.html</loc> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> <!-- Auto-generate sitemap for rest of site content --> {% for post in site.posts %}<url> <loc>{{ site.url }}{{ post.url }}</loc> <changefreq>weekly</changefreq> </url> {% endfor %} {% for page in site.pages %}{% if page.sitemap != false %}<url> <loc>{{ site.url }}{{ page.url }}</loc> <changefreq>weekly</changefreq> </url>{% endif %} {% endfor %} </urlset>