This is an automated email from the ASF dual-hosted git repository.
asalamon74 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push:
new 7c74851 OOZIE-3518 [docs] Dead links in DG_HCatalogIntegration
(nobigo via asalamon74)
7c74851 is described below
commit 7c74851e86ec5bfb8b4812347489eb19404d5f36
Author: Andras Salamon <[email protected]>
AuthorDate: Mon Jun 24 09:14:27 2019 +0200
OOZIE-3518 [docs] Dead links in DG_HCatalogIntegration (nobigo via
asalamon74)
---
docs/src/site/markdown/DG_HCatalogIntegration.md | 8 ++++----
release-log.txt | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/src/site/markdown/DG_HCatalogIntegration.md
b/docs/src/site/markdown/DG_HCatalogIntegration.md
index 5c592e8..56bedce 100644
--- a/docs/src/site/markdown/DG_HCatalogIntegration.md
+++ b/docs/src/site/markdown/DG_HCatalogIntegration.md
@@ -11,11 +11,11 @@ HCatalog is a table and storage management layer for Hadoop
that enables users w
tools - Pig, MapReduce, and Hive - to more easily read and write data on the
grid. HCatalog's table abstraction presents
users with a relational view of data in the Hadoop distributed file system
(HDFS).
-Read [HCatalog
Documentation](http://incubator.apache.org/hcatalog/docs/r0.5.0/index.html) to
know more about HCatalog.
+Read [HCatalog
Documentation](https://cwiki.apache.org/confluence/display/Hive/HCatalog) to
know more about HCatalog.
Working with HCatalog using pig is detailed in
-[HCatLoader and
HCatStorer](http://incubator.apache.org/hcatalog/docs/r0.5.0/loadstore.html).
+[HCatLoader and
HCatStorer](https://cwiki.apache.org/confluence/display/Hive/HCatalog+LoadStore).
Working with HCatalog using MapReduce directly is detailed in
-[HCatInputFormat and
HCatOutputFormat](http://incubator.apache.org/hcatalog/docs/r0.5.0/inputoutput.html).
+[HCatInputFormat and
HCatOutputFormat](https://cwiki.apache.org/confluence/display/Hive/HCatalog+InputOutput).
### HCatalog notifications
HCatalog provides notifications through a JMS provider like ActiveMQ when a
new partition is added to a table in the
@@ -23,7 +23,7 @@ database. This allows applications to consume those events
and schedule the work
the notifications are used to determine the availability of HCatalog
partitions defined as data dependencies in the
Coordinator and trigger workflows.
-Read [HCatalog
Notification](http://incubator.apache.org/hcatalog/docs/r0.5.0/notification.html)
to know more about
+Read [HCatalog
Notification](https://cwiki.apache.org/confluence/display/Hive/HCatalog+Notification)
to know more about
notifications in HCatalog.
## Oozie HCatalog Integration
diff --git a/release-log.txt b/release-log.txt
index 3b4157e..1409ed3 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3518 [docs] Dead links in DG_HCatalogIntegration (nobigo via asalamon74)
OOZIE-3517 Invalid reference to xtheme-default.css (nobigo via asalamon74)
OOZIE-3516 Misleading warning: java.lang.IllegalArgumentException: Does not
contain a valid host:port authority: yarnRM (kmarton via asalamon74)
OOZIE-3515 Upgrade sqoop version to 1.4.7 (asalamon74 via kmarton)