Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jvm-packages] xgboost4j and xgboost4j-spark 1.1.1 maven release #6081

Closed
dding3 opened this issue Sep 4, 2020 · 6 comments
Closed

[jvm-packages] xgboost4j and xgboost4j-spark 1.1.1 maven release #6081

dding3 opened this issue Sep 4, 2020 · 6 comments

Comments

@dding3
Copy link

dding3 commented Sep 4, 2020

I found there is xgboost 1.2 in pip install while latest version for xgboost4j and xgboost4j-spark on maven is 1.0.0. Any idea about when newer versions will be released in maven?

@hcho3 hcho3 changed the title xgboost4j and xgboost4j-spark 1.1.1 maven release [jvm-packages] xgboost4j and xgboost4j-spark 1.1.1 maven release Sep 4, 2020
@hcho3
Copy link
Collaborator

hcho3 commented Sep 4, 2020

@CodingCat Can we get latest versions to Maven Central?

@nicodv
Copy link

nicodv commented Sep 14, 2020

+1

@hcho3
Copy link
Collaborator

hcho3 commented Sep 14, 2020

FYI, the XGBoost project hosts latest Maven artifacts in a S3 bucket. You can access latest artifacts by adding the following to pom.xml:

<repository>
  <id>XGBoost4J Release Repo</id>
  <name>XGBoost4J Release Repo</name>
  <url>https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/release/</url>
</repository>
<repository>
  <id>XGBoost4J Snapshot Repo</id>
  <name>XGBoost4J Snapshot Repo</name>
  <url>https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/snapshot/</url>
</repository>

List of currently available artifacts

@lucagiovagnoli
Copy link

Out of curiosity, will the artifacts make it to Maven eventually, or are we expected to get it permanently from s3?

@CodingCat
Copy link
Member

I will do it within the week

@hcho3
Copy link
Collaborator

hcho3 commented Sep 21, 2020

The versions 1.1.1 and 1.2.0 are now available on Maven Central. Thanks @CodingCat

@hcho3 hcho3 closed this as completed Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants