1
0

- Ugrading to Hive 2.x

- Eliminating in-memory deltaRecordsMap
- Use writerSchema to generate generic record needed by custom payloads
- changes to make tests work with hive 2.x
This commit is contained in:
Nishith Agarwal
2019-05-10 13:09:09 -07:00
committed by vinoth chandar
parent cd7623e216
commit 129e433641
22 changed files with 554 additions and 191 deletions

View File

@@ -25,16 +25,31 @@
<artifactId>servlet-api</artifactId>
<license>CDDL</license>
</artifact>
<artifact>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<license>CDDL</license>
</artifact>
<artifact>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<license>OWN LICENSE (See http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/jta-1.1-classes-oth-JSpec-license.html)</license>
</artifact>
<artifact>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<license>CDDL</license>
</artifact>
<artifact>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
<license>CDDL</license>
</artifact>
<artifact>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<license>CDDL</license>
</artifact>
<artifact>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<license>OWN LICENSE (See http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/jta-1.1-classes-oth-JSpec-license.html)</license>
</artifact>
<artifact>
<groupId>javax.transaction</groupId>
<artifactId>transaction-api</artifactId>
<license>OWN LICENSE (See http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/jta-1.1-classes-oth-JSpec-license.html)</license>
</artifact>
<artifact>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
@@ -90,4 +105,9 @@
<artifactId>antlr-runtime</artifactId>
<license>BSD</license>
</artifact>
<artifact>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<license>Apache License, Version 1.1</license>
</artifact>
</license-lookup>