Github user dossett commented on the pull request:

    https://github.com/apache/storm/pull/609#issuecomment-119247599
  
    I switched hive.version to 0.13.0 but got some compile errors for unrelated 
reasons (below).  Basically in 0.13 HiveEndPoint doesn't have any methods that 
directly take a UGI, that I can tell.
    
    That issue aside, Hive 0.13 doesn't appear to have a direct dependency on 
calcite, so this exclusion should not affect .13?
    
    ```
    
external/storm-hive/src/main/java/org/apache/storm/hive/common/HiveWriter.java:[229,40]
 no suitable method found for 
newConnection(boolean,<nulltype>,org.apache.hadoop.security.UserGroupInformation)
    [ERROR] method 
org.apache.hive.hcatalog.streaming.HiveEndPoint.newConnection(java.lang.String,boolean,org.apache.hadoop.hive.conf.HiveConf)
 is not applicable
    [ERROR] (actual argument boolean cannot be converted to java.lang.String by 
method invocation conversion)
    [ERROR] method 
org.apache.hive.hcatalog.streaming.HiveEndPoint.newConnection(boolean,org.apache.hadoop.hive.conf.HiveConf)
 is not applicable
    [ERROR] (actual and formal argument lists differ in length)
    [ERROR] method 
org.apache.hive.hcatalog.streaming.HiveEndPoint.newConnection(boolean) is not 
applicable
    [ERROR] (actual and formal argument lists differ in length)
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to