You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/30 09:59:24 UTC

[GitHub] [hudi] simon824 opened a new issue #3562: [SUPPORT] Add hudi-spark3-bundle to mvnrepository

simon824 opened a new issue #3562:
URL: https://github.com/apache/hudi/issues/3562


   Add hudi-spark3-bundle to mvnrepository


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] simon824 commented on issue #3562: [SUPPORT] Add hudi-spark3-bundle to mvnrepository

Posted by GitBox <gi...@apache.org>.
simon824 commented on issue #3562:
URL: https://github.com/apache/hudi/issues/3562#issuecomment-908821359


   I want to add hudi-spark3-bundle dependency in another project with maven like
   ```
   <dependency>
       <groupId>org.apache.hudi</groupId>
       <artifactId>hudi-spark-bundle_2.12</artifactId>
       <version>0.9.0</version>
   </dependency>
   ```
   I didn't found hudi-spark3-bundle_2.12 in https://mvnrepository.com/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vinothchandar closed issue #3562: [SUPPORT] Add hudi-spark3-bundle to mvnrepository

Posted by GitBox <gi...@apache.org>.
vinothchandar closed issue #3562:
URL: https://github.com/apache/hudi/issues/3562


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] codope commented on issue #3562: [SUPPORT] Add hudi-spark3-bundle to mvnrepository

Posted by GitBox <gi...@apache.org>.
codope commented on issue #3562:
URL: https://github.com/apache/hudi/issues/3562#issuecomment-908249601


   Are you looking for a specific version of Hudi? I can see the artifacts for 0.9.0 here https://repo1.maven.org/maven2/org/apache/hudi/hudi-spark3-bundle_2.12/0.9.0/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] simon824 commented on issue #3562: [SUPPORT] Add hudi-spark3-bundle to mvnrepository

Posted by GitBox <gi...@apache.org>.
simon824 commented on issue #3562:
URL: https://github.com/apache/hudi/issues/3562#issuecomment-908821359


   I want to add hudi-spark3-bundle dependency in another project with maven like
   ```
   <dependency>
       <groupId>org.apache.hudi</groupId>
       <artifactId>hudi-spark-bundle_2.12</artifactId>
       <version>0.9.0</version>
   </dependency>
   ```
   I didn't found hudi-spark3-bundle_2.12 in https://mvnrepository.com/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vinothchandar commented on issue #3562: [SUPPORT] Add hudi-spark3-bundle to mvnrepository

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on issue #3562:
URL: https://github.com/apache/hudi/issues/3562#issuecomment-910389972


   @simon824 depending on the bundle is tricky, given its a fat jar where you cannot exclude any dependencies for conflicts. Any reason why you are not able to depend on `hudi-spark` for the application?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org