Riza Suminto has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21618 )
Change subject: Add blog post for Impala talks at Community Over Code EU 2024 ...................................................................... Add blog post for Impala talks at Community Over Code EU 2024 This patch also does following items: - Create backdated blog posts for articles linked in https://cwiki.apache.org/confluence/display/IMPALA/Impala+Presentations%2C+Papers+and+Blog+Posts - Update the site generator to Nikola==8.3.1. - Remove mention of "Incubating". - Change Disqus shortname to impala-apache-org. Moderation will be done through https://impala-apache-org.disqus.com/ - Change CACHE_FOLDER from 'cache' to 'impala-blog'. This also change data-disqus-identifier format. - Add navigation link to 'blog/' for other static html in root dir. Change-Id: I7227d097c8f16ff1f3e14a4876a27f2ef1013b22 Reviewed-on: http://gerrit.cloudera.org:8080/21618 Reviewed-by: Quanlong Huang <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> Tested-by: Riza Suminto <[email protected]> --- M .gitignore A blog/2015/index.html A blog/2016/index.html M blog/2017/index.html A blog/2024/index.html M blog/archive.html A blog/assets/css/baguetteBox.min.css M blog/assets/css/code.css A blog/assets/css/html4css1.css M blog/assets/css/ipython.min.css D blog/assets/css/ipython.min.css.map M blog/assets/css/nikola_ipython.css A blog/assets/css/nikola_rst.css M blog/assets/css/rst.css A blog/assets/css/rst_base.css M blog/assets/css/theme.css A blog/assets/js/baguetteBox.min.js M blog/assets/js/fancydates.js A blog/assets/js/fancydates.min.js A blog/assets/js/gallery.js A blog/assets/js/gallery.min.js M blog/assets/js/html5.js A blog/assets/js/html5shiv-printshiv.min.js A blog/assets/js/justified-layout.min.js A blog/assets/js/luxon.min.js D blog/assets/js/moment-with-locales.min.js A blog/categories/cat_blogs/index.html A blog/categories/cat_talks/index.html M blog/categories/index.html M blog/index.html A blog/posts/anatomy-of-reading-apache-parquet-files-from-the-apache-impala-perspective/index.html A blog/posts/impala-25-performance-overview/index.html A blog/posts/impala-a-modern-open-source-sql-engine-for-hadoop/index.html M blog/posts/impala-blog-coming-soon/index.html D blog/posts/impala-blog-coming-soon/index.md A blog/posts/lets-see-how-fast-impala-runs-on-iceberg/index.html A blog/posts/nested-types-in-impala/index.html A blog/posts/this-impala-not-only-reads-but-modifies-and-optimizes-iceberg-tables/index.html M blog/robots.txt M blog/sitemap.xml M blog/sitemapindex.xml M bylaws.html M community.html M downloads.html M impala-docs.html M index.html M nikola_site_generator/README.md M nikola_site_generator/conf.py A nikola_site_generator/posts/anatomy-of-reading-apache-parquet-files-from-the-apache-impala-perspective.md M nikola_site_generator/posts/blog-coming-soon.md A nikola_site_generator/posts/impala-25-performance-overview.html A nikola_site_generator/posts/impala-a-modern-open-source-sql-engine-for-hadoop.html A nikola_site_generator/posts/lets-see-how-fast-impala-runs-on-iceberg.md A nikola_site_generator/posts/nested-types-in-impala.html A nikola_site_generator/posts/this-impala-not-only-reads-but-modifies-and-optimizes-iceberg-tables.md M nikola_site_generator/requirements.txt M nikola_site_generator/themes/impala-theme/templates/base_footer.tmpl M nikola_site_generator/themes/impala-theme/templates/base_header.tmpl M nikola_site_generator/themes/impala-theme/templates/comments_helper.tmpl M overview.html 60 files changed, 3,052 insertions(+), 853 deletions(-) Approvals: Quanlong Huang: Looks good to me, but someone else must approve Zoltan Borok-Nagy: Looks good to me, approved Riza Suminto: Verified -- To view, visit http://gerrit.cloudera.org:8080/21618 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: asf-site Gerrit-MessageType: merged Gerrit-Change-Id: I7227d097c8f16ff1f3e14a4876a27f2ef1013b22 Gerrit-Change-Number: 21618 Gerrit-PatchSet: 5 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
