<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>1.0.1</version>
</dependency>
<parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> <version>1.0.1</version> </parent>
compile
|-- org.apache.hive:hive-ant:1.0.1
|-- org.apache.hive:hive-metastore:1.0.1
|-- org.apache.hive:hive-shims:1.0.1
|-- commons-codec:commons-codec:1.4
|-- commons-httpclient:commons-httpclient:3.0.1
|-- commons-logging:commons-logging:1.1.3
|-- org.antlr:antlr-runtime:3.4
|-- 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.calcite:calcite-core:0.9.2-incubating
|-- org.apache.calcite:calcite-avatica:0.9.2-incubating
|-- org.fusesource.jansi:jansi:1.11
|-- org.apache.tez:tez-api:0.5.2
|-- org.apache.tez:tez-runtime-library:0.5.2
|-- org.apache.tez:tez-runtime-internals:0.5.2
|-- org.apache.tez:tez-mapreduce:0.5.2
|-- org.apache.hadoop:hadoop-core:1.2.1
|-- org.slf4j:slf4j-log4j12:1.7.5
test
|-- com.twitter:parquet-column:1.5.0
|-- junit:junit:4.11