This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new ec06550 [SPARK-32099][DOCS] Remove broken link in cloud integration
documentation
ec06550 is described below
commit ec06550a89ce671079b266d4275cab8a87e88504
Author: Guy Khazma <[email protected]>
AuthorDate: Fri Jun 26 19:12:42 2020 -0700
[SPARK-32099][DOCS] Remove broken link in cloud integration documentation
### What changes were proposed in this pull request?
The 3rd link in `IBM Cloud Object Storage connector for Apache Spark` is
broken. The PR removes this link.
### Why are the changes needed?
broken link
### Does this PR introduce _any_ user-facing change?
yes, the broken link is removed from the doc.
### How was this patch tested?
doc generation passes successfully as before
Closes #28927 from guykhazma/spark32099.
Authored-by: Guy Khazma <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 44aecaa9124fb2158f009771022c64ede4b582dc)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/cloud-integration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/cloud-integration.md b/docs/cloud-integration.md
index b2a3e77..01f437f 100644
--- a/docs/cloud-integration.md
+++ b/docs/cloud-integration.md
@@ -257,5 +257,5 @@ Here is the documentation on the standard connectors both
from Apache and the cl
* [Amazon EMR File System
(EMRFS)](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-fs.html).
From Amazon
* [Google Cloud Storage Connector for Spark and
Hadoop](https://cloud.google.com/hadoop/google-cloud-storage-connector). From
Google
* [The Azure Blob Filesystem driver
(ABFS)](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-abfs-driver)
-* IBM Cloud Object Storage connector for Apache Spark:
[Stocator](https://github.com/CODAIT/stocator), [IBM Object
Storage](https://www.ibm.com/cloud/object-storage),
[how-to-use-connector](https://developer.ibm.com/code/2018/08/16/installing-running-stocator-apache-spark-ibm-cloud-object-storage).
From IBM
+* IBM Cloud Object Storage connector for Apache Spark:
[Stocator](https://github.com/CODAIT/stocator), [IBM Object
Storage](https://www.ibm.com/cloud/object-storage). From IBM
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]