This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new dac58f82d1c [SPARK-40583][DOCS] Fixing artifactId name in 
`cloud-integration.md`
dac58f82d1c is described below

commit dac58f82d1c10fb91f85fd9670f88d88dbe2feea
Author: Daniel Ranchal Parrado <[email protected]>
AuthorDate: Tue Sep 27 15:25:11 2022 -0700

    [SPARK-40583][DOCS] Fixing artifactId name in `cloud-integration.md`
    
    ### What changes were proposed in this pull request?
    I am changing the name of the artifactId that enables the integration with 
several cloud infrastructures.
    
    ### Why are the changes needed?
    The name of the package is wrong and it does not exist.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    It is not needed.
    
    Closes #38021 from danitico/fix/SPARK-40583.
    
    Authored-by: Daniel Ranchal Parrado <[email protected]>
    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 111d8295f28..b978ac4d05f 100644
--- a/docs/cloud-integration.md
+++ b/docs/cloud-integration.md
@@ -105,7 +105,7 @@ is set to the chosen version of Spark:
   ...
   <dependency>
     <groupId>org.apache.spark</groupId>
-    <artifactId>hadoop-cloud_{{site.SCALA_BINARY_VERSION}}</artifactId>
+    <artifactId>spark-hadoop-cloud_{{site.SCALA_BINARY_VERSION}}</artifactId>
     <version>${spark.version}</version>
     <scope>provided</scope>
   </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to