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

myui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git


The following commit(s) were added to refs/heads/master by this push:
     new 695ad30  [HIVEMALL-260] Remove dependencies to Scala library in 
xgboost classifier
695ad30 is described below

commit 695ad30d2a25f368100160cc31324622bf501e11
Author: Makoto Yui <m...@apache.org>
AuthorDate: Tue Oct 29 15:37:43 2019 +0900

    [HIVEMALL-260] Remove dependencies to Scala library in xgboost classifier
    
    ## What changes were proposed in this pull request?
    
    Remove dependencies to Scala library in xgboost classifier
    
    ## What type of PR is it?
    
    Bug Fix, Hot Fix
    
    ## What is the Jira issue?
    
    https://issues.apache.org/jira/browse/HIVEMALL-260
    
    ## How was this patch tested?
    
    manual tests on EMR
    
    ## How to use this feature?
    
    to appear
    
    ## Checklist
    
    - [x] Did you apply source code formatter, i.e., `./bin/format_code.sh`, 
for your commit?
    - [ ] Did you run system tests on Hive (or Spark)?
    
    Author: Makoto Yui <m...@apache.org>
    
    Closes #205 from myui/HIVEMALL-260.
---
 pom.xml         | 1 -
 xgboost/pom.xml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47e3154..ea15205 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,6 @@
                
<dependency.locations.enabled>false</dependency.locations.enabled>
                
<maven-enforcer.requireMavenVersion>[3.3.1,)</maven-enforcer.requireMavenVersion>
                <surefire.version>2.19.1</surefire.version>
-               <xgboost.version>0.7-rc2</xgboost.version>
        </properties>
 
        <distributionManagement>
diff --git a/xgboost/pom.xml b/xgboost/pom.xml
index 0c77a54..f4c0f3a 100644
--- a/xgboost/pom.xml
+++ b/xgboost/pom.xml
@@ -32,6 +32,7 @@
 
        <properties>
                <main.basedir>${project.parent.basedir}</main.basedir>
+               <xgboost.version>0.7-rc5</xgboost.version>
        </properties>
 
        <dependencies>

Reply via email to