You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by maropu <gi...@git.apache.org> on 2018/01/09 14:30:05 UTC

[GitHub] incubator-hivemall pull request #130: [HIVEMALL][SPARK][WIP] Fix Spark-relat...

GitHub user maropu opened a pull request:

    https://github.com/apache/incubator-hivemall/pull/130

    [HIVEMALL][SPARK][WIP] Fix Spark-related artifact issues

    ## What changes were proposed in this pull request?
    A objective of this pr is to fix artifact to release hivemall-v0.5.0 in ASF.
    TODO
     - Update [the Release Guide](https://github.com/apache/incubator-hivemall/blob/master/src/site/markdown/release-guide.md) for Spark modules.
    
    ## What type of PR is it?
    
    Bug Fix

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maropu/incubator-hivemall FixSparkArtifactIssues

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hivemall/pull/130.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #130
    
----
commit 0cef6bd4023198e0e7e9945d651268021da51dd5
Author: Takeshi Yamamuro <ya...@...>
Date:   2018-01-09T14:23:55Z

    Fix Spark-related artifact issues

----


---

[GitHub] incubator-hivemall issue #130: [HIVEMALL][SPARK][WIP] Fix Spark-related arti...

Posted by myui <gi...@git.apache.org>.
Github user myui commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/130
  
    Ah, I'm planning to revert this commit https://github.com/apache/incubator-hivemall/commit/1e940aff316b1a91484ad08ba286492892b32d07 of v0.5.0 branch for rc2 release.
    
    ```
    git checkout v0.5.0
    git reset --hard HEAD^
    ```
    
    0.5.1-SNAPSHOT is for next development iteration. No need to do it in v0.5.0 branch; however, Maven release plugin sets the development version.


---

[GitHub] incubator-hivemall pull request #130: [HIVEMALL][SPARK][WIP] Fix Spark-relat...

Posted by maropu <gi...@git.apache.org>.
Github user maropu closed the pull request at:

    https://github.com/apache/incubator-hivemall/pull/130


---

[GitHub] incubator-hivemall issue #130: [HIVEMALL][SPARK][WIP] Fix Spark-related arti...

Posted by maropu <gi...@git.apache.org>.
Github user maropu commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/130
  
    yea, NVM. A main target of this pr is to solve all the issue for the upcoming releases.


---

[GitHub] incubator-hivemall issue #130: [HIVEMALL][SPARK][WIP] Fix Spark-related arti...

Posted by maropu <gi...@git.apache.org>.
Github user maropu commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/130
  
    See #131


---

[GitHub] incubator-hivemall issue #130: [HIVEMALL][SPARK][WIP] Fix Spark-related arti...

Posted by myui <gi...@git.apache.org>.
Github user myui commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/130
  
    Better to use jenv, scalaenv for java/scala compiler section in the document.


---