From 388c55522029e5afaa27069f15c0599ba7428ce0 Mon Sep 17 00:00:00 2001 From: Vinoo Ganesh Date: Mon, 14 Mar 2022 13:31:30 -0400 Subject: [PATCH 1/3] update branch name --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d88c9f6..4591b96 100644 --- a/config.toml +++ b/config.toml @@ -98,7 +98,7 @@ url_latest_version = "https://parquet.apache.org" # Repository configuration (URLs for in-page links to opening issues and suggesting changes) github_repo = "https://github.com/apache/parquet-site" -github_branch= "main" +github_branch= "staging" # Comment out to disable search. gcs_engine_id = "7e3f91e3eadecceaa" From 2ac8ad7caa899ddaaad5bd55a912a9975a69395f Mon Sep 17 00:00:00 2001 From: Vinoo Ganesh Date: Mon, 14 Mar 2022 13:37:50 -0400 Subject: [PATCH 2/3] add uber blogs to website --- .../en/docs/Learning Resources/Blog Posts/_index.md | 11 +++++++++++ .../docs/Learning Resources/Presentations/_index.md | 7 +++++++ .../conf-2014-parquet-summit-twitter.md | 0 .../{ => Presentations}/hadoop-summit-2014.md | 0 .../{ => Presentations}/spark-summit-2020.md | 0 .../{ => Presentations}/strata-2013.md | 0 6 files changed, 18 insertions(+) create mode 100644 content/en/docs/Learning Resources/Blog Posts/_index.md create mode 100644 content/en/docs/Learning Resources/Presentations/_index.md rename content/en/docs/Learning Resources/{ => Presentations}/conf-2014-parquet-summit-twitter.md (100%) rename content/en/docs/Learning Resources/{ => Presentations}/hadoop-summit-2014.md (100%) rename content/en/docs/Learning Resources/{ => Presentations}/spark-summit-2020.md (100%) rename content/en/docs/Learning Resources/{ => Presentations}/strata-2013.md (100%) diff --git a/content/en/docs/Learning Resources/Blog Posts/_index.md b/content/en/docs/Learning Resources/Blog Posts/_index.md new file mode 100644 index 0000000..45810f2 --- /dev/null +++ b/content/en/docs/Learning Resources/Blog Posts/_index.md @@ -0,0 +1,11 @@ +--- +title: "Blog Posts" +linkTitle: "Blog Posts" +weight: 10 +description: > + Blog posts with content about the Parquet File Format. +--- + +* [Apache Parquet: Cost Efficiency @ Scale in Big Data File Format](https://eng.uber.com/cost-efficiency-big-data/) + +* [One Stone, Three Birds: Finer-Grained Encryption @ Apache Parquet](https://eng.uber.com/one-stone-three-birds-finer-grained-encryption-apache-parquet/) diff --git a/content/en/docs/Learning Resources/Presentations/_index.md b/content/en/docs/Learning Resources/Presentations/_index.md new file mode 100644 index 0000000..05d7c16 --- /dev/null +++ b/content/en/docs/Learning Resources/Presentations/_index.md @@ -0,0 +1,7 @@ +--- +title: "Presentations" +linkTitle: "Presentations" +weight: 20 +description: > + Presentations with content about the Parquet File Format. +--- diff --git a/content/en/docs/Learning Resources/conf-2014-parquet-summit-twitter.md b/content/en/docs/Learning Resources/Presentations/conf-2014-parquet-summit-twitter.md similarity index 100% rename from content/en/docs/Learning Resources/conf-2014-parquet-summit-twitter.md rename to content/en/docs/Learning Resources/Presentations/conf-2014-parquet-summit-twitter.md diff --git a/content/en/docs/Learning Resources/hadoop-summit-2014.md b/content/en/docs/Learning Resources/Presentations/hadoop-summit-2014.md similarity index 100% rename from content/en/docs/Learning Resources/hadoop-summit-2014.md rename to content/en/docs/Learning Resources/Presentations/hadoop-summit-2014.md diff --git a/content/en/docs/Learning Resources/spark-summit-2020.md b/content/en/docs/Learning Resources/Presentations/spark-summit-2020.md similarity index 100% rename from content/en/docs/Learning Resources/spark-summit-2020.md rename to content/en/docs/Learning Resources/Presentations/spark-summit-2020.md diff --git a/content/en/docs/Learning Resources/strata-2013.md b/content/en/docs/Learning Resources/Presentations/strata-2013.md similarity index 100% rename from content/en/docs/Learning Resources/strata-2013.md rename to content/en/docs/Learning Resources/Presentations/strata-2013.md From 34de7d0d5224c9e0b64acecf8b0e64ce7d80a78a Mon Sep 17 00:00:00 2001 From: Vinoo Ganesh Date: Thu, 24 Mar 2022 09:33:32 -0400 Subject: [PATCH 3/3] Add ASF Links --- content/en/docs/ASF/_index.md | 7 +++++++ content/en/docs/ASF/donate.md | 7 +++++++ content/en/docs/ASF/events.md | 7 +++++++ content/en/docs/ASF/license.md | 7 +++++++ content/en/docs/ASF/security.md | 7 +++++++ content/en/docs/ASF/sponsor.md | 7 +++++++ 6 files changed, 42 insertions(+) create mode 100644 content/en/docs/ASF/_index.md create mode 100644 content/en/docs/ASF/donate.md create mode 100644 content/en/docs/ASF/events.md create mode 100644 content/en/docs/ASF/license.md create mode 100644 content/en/docs/ASF/security.md create mode 100644 content/en/docs/ASF/sponsor.md diff --git a/content/en/docs/ASF/_index.md b/content/en/docs/ASF/_index.md new file mode 100644 index 0000000..09cc014 --- /dev/null +++ b/content/en/docs/ASF/_index.md @@ -0,0 +1,7 @@ +--- +title: "Apache Software Foundation (ASF)" +linkTitle: "Apache Software Foundation (ASF)" +weight: 25 +description: > + Apache Software Foundation +--- diff --git a/content/en/docs/ASF/donate.md b/content/en/docs/ASF/donate.md new file mode 100644 index 0000000..e80fa86 --- /dev/null +++ b/content/en/docs/ASF/donate.md @@ -0,0 +1,7 @@ +--- +title: "Donate" +linkTitle: "Donate" +weight: 4 +--- + +[Donate](https://www.apache.org/foundation/sponsorship.html) diff --git a/content/en/docs/ASF/events.md b/content/en/docs/ASF/events.md new file mode 100644 index 0000000..a97ed22 --- /dev/null +++ b/content/en/docs/ASF/events.md @@ -0,0 +1,7 @@ +--- +title: "Events" +linkTitle: "Events" +weight: 5 +--- + +[Events](https://apachecon.com/?ref=parquet.apache.org) diff --git a/content/en/docs/ASF/license.md b/content/en/docs/ASF/license.md new file mode 100644 index 0000000..c527e41 --- /dev/null +++ b/content/en/docs/ASF/license.md @@ -0,0 +1,7 @@ +--- +title: "License" +linkTitle: "License" +weight: 1 +--- + +[License](https://www.apache.org/licenses/) diff --git a/content/en/docs/ASF/security.md b/content/en/docs/ASF/security.md new file mode 100644 index 0000000..a868437 --- /dev/null +++ b/content/en/docs/ASF/security.md @@ -0,0 +1,7 @@ +--- +title: "Security" +linkTitle: "Security" +weight: 2 +--- + +[Security](https://www.apache.org/security/) diff --git a/content/en/docs/ASF/sponsor.md b/content/en/docs/ASF/sponsor.md new file mode 100644 index 0000000..6503440 --- /dev/null +++ b/content/en/docs/ASF/sponsor.md @@ -0,0 +1,7 @@ +--- +title: "Sponsor" +linkTitle: "Sponsor" +weight: 3 +--- + +[Sponsor](https://www.apache.org/foundation/thanks.html)