You can download hiveunit-0.0.3.jar in this page.
The Apache Software License, Version 2.0
hiveunit-0.0.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.teknek/hiveunit/pom.properties META-INF/maven/io.teknek/hiveunit/pom.xml io.teknek.hiveunit.EmbeddedHive.class io.teknek.hiveunit.EnvironmentHack.class io.teknek.hiveunit.HiveServicePing.class io.teknek.hiveunit.HiveTestBase.class io.teknek.hiveunit.HiveTestEmbedded.class io.teknek.hiveunit.HiveTestService.class io.teknek.hiveunit.ServiceHive.class io.teknek.hiveunit.builders.File.class io.teknek.hiveunit.builders.ResultSet.class io.teknek.hiveunit.builders.Row.class
hiveunit-0.0.3.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.teknek</groupId> <artifactId>hiveunit</artifactId> <name>hive-unit</name> <version>0.0.3</version> <description>Unit testing for hive</description> <packaging>jar</packaging> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/edwardcapriolo/hive_test</url> <connection>https://github.com/edwardcapriolo/hive_test.git</connection> <developerConnection>scm:git:git@github.com:edwardcapriolo/hive_test.git</developerConnection> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <hive.version>0.13.0</hive.version> </properties> <dependencies> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-cli</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-common</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-contrib</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-metastore</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-serde</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-service</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-shims</artifactId> <version>${hive.version}</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> <version>2.3.0</version> <classifier>tests</classifier> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>2.3.0</version> <classifier>tests</classifier> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>2.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-common</artifactId> <version>2.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-common</artifactId> <version>2.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> </dependency> <!-- <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-test</artifactId> <version>1.2.1</version> </dependency> --> <!-- http://www.lopakalogic.com/articles/hadoop-articles/hadoop-testing-with-minicluster/ is this right answer? Where is hadoop-test proper --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-test</artifactId> <version>2.3.0-mr1-cdh5.0.2</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.15</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> </exclusion> <exclusion> <groupId>com.sun.jdmk</groupId> <artifactId>jmxtools</artifactId> </exclusion> <exclusion> <groupId>com.sun.jmx</groupId> <artifactId>jmxri</artifactId> </exclusion> </exclusions> </dependency> <!-- <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libfb303</artifactId> <version>0.6.1</version> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>0.7.0</version> </dependency> --> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.8.1.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.1</version> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.5.1</version> <configuration> <projectNameTemplate>[artifactId]</projectNameTemplate> <wtpmanifest>true</wtpmanifest> <wtpapplicationxml>true</wtpapplicationxml> <wtpversion>1.5</wtpversion> <additionalBuildcommands> <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand> <buildcommand>org.maven.ide.eclipse.maven2Builder</buildcommand> </additionalBuildcommands> <additionalProjectnatures> <projectnature>org.eclipse.jdt.core.javanature</projectnature> <projectnature>org.maven.ide.eclipse.maven2Nature</projectnature> </additionalProjectnatures> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> </pluginManagement> </build> <repositories> <repository> <id>cloudera-repo-releases</id> <url>https://repository.cloudera.com/artifactory/repo/</url> </repository> </repositories> <developers> <developer> <id>ecapriolo</id> <name>Edward Capriolo</name> <email>edlinuxguru@gmail.com</email> <url /> <organization /> <organizationUrl /> <roles> <role>developer</role> </roles> <timezone>-6</timezone> </developer> </developers> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>hadoop-in-target</id> <activation> <file> <exists>${basedir}/target/hadoop-1.2.1</exists> </file> </activation> <properties> <hadoop_available>already_downloaded</hadoop_available> </properties> </profile> <profile> <id>hadoop-installed-in-home-dir</id> <activation> <file> <exists>${user.home}/hadoop/hadoop-1.2.1_local</exists> </file> </activation> <properties> <hadoop_available>local_install</hadoop_available> </properties> </profile> <profile> <id>hadoop-home-defined</id> <activation> <property> <name>env.HADOOP_HOME</name> </property> </activation> <properties> <hadoop_available>external_defined</hadoop_available> </properties> </profile> <profile> <id>download-hadoop</id> <activation> <!-- If any of the above profiles activates, we won't. --> <activeByDefault>true</activeByDefault> </activation> <build> <plugins> <plugin> <configuration> <serverId>apache-main</serverId> <url>http://archive.apache.org/dist/hadoop/common/hadoop-1.2.1</url> <fromFile>hadoop-1.2.1.tar.gz</fromFile> <toDir>${project.build.directory}/hadoop</toDir> </configuration> <groupId>org.codehaus.mojo</groupId> <artifactId>wagon-maven-plugin</artifactId> <version>1.0-beta-3</version> <executions> <execution> <id>download-hadoop</id> <phase>generate-test-resources</phase> <goals> <goal>download-single</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.2.1</version> <configuration> <executable>tar</executable> <arguments> <argument>-xf</argument> <argument>${project.build.directory}/hadoop/hadoop-1.2.1.tar.gz</argument> <argument>-C</argument> <argument>${project.build.directory}</argument> </arguments> </configuration> <executions> <execution> <id>extract-hadoop</id> <phase>process-test-resources</phase> <goals> <goal>exec</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>io.teknek</groupId> <artifactId>hiveunit</artifactId> <version>0.0.3</version> </dependency>
If you think the following hiveunit-0.0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download hiveunit-0.0.3.jar file