This is an automated email from the ASF dual-hosted git repository.
okumin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git
The following commit(s) were added to refs/heads/main by this push:
new 601c2ab HIVE-28943: Stop keeping removed files from hive-site (#48)
601c2ab is described below
commit 601c2ab18fa2390ea3ff105b4f07437daec77415
Author: Shohei Okumiya <[email protected]>
AuthorDate: Fri May 9 20:01:47 2025 +0900
HIVE-28943: Stop keeping removed files from hive-site (#48)
---
.github/workflows/gh-pages.yml | 1 -
content/Development/gettingStarted.md | 2 ++
content/Development/qtest.md | 1 -
content/Development/quickStart.md | 4 +++-
content/Development/versionControl.md | 4 +++-
5 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 5937105..b95d6c5 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -51,4 +51,3 @@ jobs:
publish_dir: ./public
publish_branch: asf-site
destination_dir: ./
- keep_files: true
diff --git a/content/Development/gettingStarted.md
b/content/Development/gettingStarted.md
index b21fd17..631bf80 100644
--- a/content/Development/gettingStarted.md
+++ b/content/Development/gettingStarted.md
@@ -2,6 +2,8 @@
title: "Getting Started"
date: 2023-01-10T12:35:11+05:30
draft: false
+aliases:
+- /developement/gettingstarted/
---
<!---
diff --git a/content/Development/qtest.md b/content/Development/qtest.md
index a880b7f..4c36a23 100644
--- a/content/Development/qtest.md
+++ b/content/Development/qtest.md
@@ -2,7 +2,6 @@
title: "Query File Test(qtest)"
date: 2025-03-28
draft: false
-aliases: [/qtest.html]
---
<!---
diff --git a/content/Development/quickStart.md
b/content/Development/quickStart.md
index a15b5f5..26034e2 100644
--- a/content/Development/quickStart.md
+++ b/content/Development/quickStart.md
@@ -2,6 +2,8 @@
title: "QuickStarted"
date: 2023-05-12T17:51:06+05:30
draft: false
+aliases:
+- /developement/quickstart/
---
### Introduction
@@ -289,4 +291,4 @@ docker compose exec hiveserver2-standalone /bin/bash
exit
```
-[/packaging/src/docker/build.sh]:
https://github.com/apache/hive/blob/master/packaging/src/docker/build.sh
\ No newline at end of file
+[/packaging/src/docker/build.sh]:
https://github.com/apache/hive/blob/master/packaging/src/docker/build.sh
diff --git a/content/Development/versionControl.md
b/content/Development/versionControl.md
index d3a1bf8..22248ce 100644
--- a/content/Development/versionControl.md
+++ b/content/Development/versionControl.md
@@ -2,7 +2,9 @@
title: "Version Control"
date: 2022-09-14T00:34:39+05:30
draft: false
-aliases: [/version_control.html]
+aliases:
+- /version_control.html
+- /developement/versioncontrol/
---
<!---