<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.13.0</version>
</dependency>
<parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> <version>0.13.0</version> </parent>
compile
|-- org.apache.hive:hive-ant:0.13.0
|-- org.apache.hive:hive-metastore:0.13.0
|-- org.apache.hive:hive-shims:0.13.0
|-- commons-codec:commons-codec:1.4
|-- commons-httpclient:commons-httpclient:3.0.1
|-- org.apache.commons:commons-lang3:3.1
|-- commons-logging:commons-logging:1.1.3
|-- org.antlr:antlr-runtime:3.4
|-- org.apache.avro:avro:1.7.5
|-- org.apache.commons:commons-compress:1.4.1
|-- org.apache.thrift:libfb303:0.9.0
|-- org.apache.zookeeper:zookeeper:3.4.5
|-- org.codehaus.groovy:groovy-all:2.1.6
|-- org.datanucleus:datanucleus-core:3.2.10
|-- org.apache.tez:tez-api:0.4.0-incubating
|-- org.apache.tez:tez-runtime-library:0.4.0-incubating
|-- org.apache.tez:tez-mapreduce:0.4.0-incubating
|-- org.apache.hadoop:hadoop-core:1.2.1
|-- org.slf4j:slf4j-log4j12:1.7.5
test
|-- com.twitter:parquet-column:1.3.2
|-- junit:junit:4.10