[ 
https://issues.apache.org/jira/browse/NIFI-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15014235#comment-15014235
 ] 

ASF GitHub Bot commented on NIFI-1193:
--------------------------------------

Github user joey commented on the pull request:

    https://github.com/apache/nifi/pull/128#issuecomment-158172948
  
    Here's what we've been using to avoid `hive-exec`:
    
    ```
       <dependency>
          <groupId>org.apache.hive.hcatalog</groupId>
          <artifactId>hive-hcatalog-core</artifactId>
          <exclusions>
            <exclusion>
              <groupId>com.google.code.findbugs</groupId>
              <artifactId>jsr305</artifactId>
            </exclusion>
            <exclusion>
              <artifactId>jersey-servlet</artifactId>
              <groupId>com.sun.jersey</groupId>
            </exclusion>
            <exclusion>
              <artifactId>jersey-core</artifactId>
              <groupId>com.sun.jersey</groupId>
            </exclusion>
            <exclusion>
              <artifactId>jersey-server</artifactId>
              <groupId>com.sun.jersey</groupId>
            </exclusion>
            <exclusion>
              <artifactId>servlet-api</artifactId>
              <groupId>javax.servlet</groupId>
            </exclusion>
            <exclusion>
              <artifactId>jetty-all</artifactId>
              <groupId>org.eclipse.jetty.aggregate</groupId>
            </exclusion>
            <exclusion>
              <groupId>org.apache.hive</groupId>
              <artifactId>hive-exec</artifactId>
            </exclusion>
            <exclusion>
              <artifactId>parquet-hadoop-bundle</artifactId>
              <groupId>com.twitter</groupId>
            </exclusion>
          </exclusions>
        </dependency>
    ```


> Add Hive support to Kite storage processor
> ------------------------------------------
>
>                 Key: NIFI-1193
>                 URL: https://issues.apache.org/jira/browse/NIFI-1193
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 0.3.0
>            Reporter: Ryan Blue
>            Assignee: Ryan Blue
>             Fix For: 0.5.0
>
>
> When the Kite processors were initially added in NIFI-238, we removed support 
> for sending data directly to Hive tables because the dependencies were too 
> large. Contacting the Hive MetaStore pulled in all of hive-exec and 
> hive-metastore. I've created an alternative that increases the size by only 
> 6.7MB (about 10% of what it was before).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to