You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2022/09/27 22:25:42 UTC

[spark] branch branch-3.3 updated: [SPARK-40583][DOCS] Fixing artifactId name in `cloud-integration.md`

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

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


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

commit b53106e16151acfd0c065b6999860cda8b0417b2
Author: Daniel Ranchal Parrado <da...@vlex.com>
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 <da...@vlex.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit dac58f82d1c10fb91f85fd9670f88d88dbe2feea)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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 d65616ed0b8..c2b87b356d1 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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org