Closed maropu closed 8 years ago
Related issue? I failed to compile hivemall on trunk, after removing ~/.m2 directory
[ERROR] Failed to execute goal on project hivemall-xgboost: Could not resolve dependencies for project io.github.myui:hivemall-xgboost:jar:0.4.2-rc.2: Could not find artifact ml.dmlc:xgboost4j:jar:0.10 in cloudera (https://repository.cloudera.com/artifactory/cloudera-repos/) -> [Help 1]
[ERROR]
If it's related, it's reasonable to fix here
merged. Thanks @maropu
@oza This pr is not directly related to the issue though, yea it is one of issues in the xgboost
module.
We have to install xgboost4j
in advance because the package does not exist in the maven central;
to solve the issue, you need to say mvn validate && mvn package
. This is a just work-around, so I think we'd better to upload the package into the maven central until an upcomming release.
This pr is to remove
hivemall-xgboost-0.4.2-rc.2.jar
because it does not includexgboost
native binaries.