You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by GitBox <gi...@apache.org> on 2020/02/14 04:05:53 UTC

[GitHub] [flume] iwasakims opened a new pull request #315: FLUME-3354. Fix compilation error against Hive 2.3.5 and above.

iwasakims opened a new pull request #315: FLUME-3354. Fix compilation error against Hive 2.3.5 and above.
URL: https://github.com/apache/flume/pull/315
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flume] iwasakims commented on issue #315: FLUME-3354. Fix compilation error against Hive 2.3.5 and above.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #315: FLUME-3354. Fix compilation error against Hive 2.3.5 and above.
URL: https://github.com/apache/flume/pull/315#issuecomment-586706477
 
 
   > Do we need to do any testing against new Hive features?
   
   I would like to focus on whether existing use case works or not here. All unit tests of flume-hive-sink passed on my local. I ran the tests on **flume-1.9** branch since trunk does not compile on flume-thrift-source (which is not related to this fix).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flume] iwasakims commented on issue #315: FLUME-3354. Fix compilation error against Hive 2.3.5 and above.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #315: FLUME-3354. Fix compilation error against Hive 2.3.5 and above.
URL: https://github.com/apache/flume/pull/315#issuecomment-586706600
 
 
   > Did you attempt to compile this against Hive3?
   
   No. I'm working on this for [BIGTOP-3123](https://issues.apache.org/jira/browse/BIGTOP-3123) which assumes Hadoop 2.10.0. Hive 3.x does not support Hadoop 2.x.
   
   We are planning to upgrade Hadoop to 3.x on the release after the next. We need to upgrade Hive to 3.x for that. When I tried to compile Flume with `-Dhadoop.version=3.2.1 -Dhive.version=3.1.2` , there was compilation error on flume-hdfs-sink. I will file a JIRA later if necessary.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services