You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by youngwookim <gi...@git.apache.org> on 2017/12/25 06:13:21 UTC

[GitHub] bigtop pull request #325: BIGTOP-2968: Bump Hive version to 2.3.2

GitHub user youngwookim opened a pull request:

    https://github.com/apache/bigtop/pull/325

    BIGTOP-2968: Bump Hive version to 2.3.2

    

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

    $ git pull https://github.com/youngwookim/bigtop BIGTOP-2968

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

    https://github.com/apache/bigtop/pull/325.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 #325
    
----
commit f978e4bfe6019a5223b769e4a9ec6c0ad7e93a35
Author: YoungWoo Kim <yw...@...>
Date:   2015-11-07T15:07:16Z

    BIGTOP-2968: Bump Hive version to 2.3.2

----


---

[GitHub] bigtop issue #325: BIGTOP-2968: Bump Hive version to 2.3.2

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

    https://github.com/apache/bigtop/pull/325
  
    Wow, quite a bit of work has gone into this one! On one side, I am bit worries about the number of the patches for an upstream project. On the other hand, perhaps Hive isn't yet ready to work with Spark2? Are you planning to offer the changes to the Hive community as well, so we can get rid off the dynamic patching in the future?
    
    Thansk! 


---

[GitHub] bigtop issue #325: BIGTOP-2968: Bump Hive version to 2.3.2

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

    https://github.com/apache/bigtop/pull/325
  
    Cos, Thanks for the comment.
    HIVE-16302 is in Hive 3.0.0 so the patch can be removed when we upgrade Hive to 3. On the Hive side, HoS(Hive on Spark) should work with Spark 2+ and the Spark side, SparkSQL 2.2+ should work with Hive 2.x Metastore (AFAIK) Please see my comment @ BIGTOP-2945
    
    in short, if we have both Hive 2.3 and Spark 2.2(BIGTOP-2969), it should work at all.


---

[GitHub] bigtop issue #325: BIGTOP-2968: Bump Hive version to 2.3.2

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

    https://github.com/apache/bigtop/pull/325
  
    Ah, got it. Cool, thanks for fixing this! LGTM!


---