MVN

org.spark-project.hive : hive-accumulo-handler

Maven & Gradle

Apr 08, 2016
1 usages

Hive Accumulo Handler

<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-accumulo-handler</artifactId>
    <version>1.2.1.spark2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spark-project.hive : hive-accumulo-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1.spark2

All Versions

Choose a version of org.spark-project.hive : hive-accumulo-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
hive-accumulo-handler-1.2.1.spark2
hive-accumulo-handler-1.2.1.spark

How to add a dependency to Maven

Add the following org.spark-project.hive : hive-accumulo-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-accumulo-handler</artifactId>
    <version>1.2.1.spark2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.spark-project.hive : hive-accumulo-handler gradle dependency to your build.gradle file:

implementation 'org.spark-project.hive:hive-accumulo-handler:1.2.1.spark2'

Gradle Kotlin DSL: Add the following org.spark-project.hive : hive-accumulo-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("org.spark-project.hive:hive-accumulo-handler:1.2.1.spark2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.spark-project.hive : hive-accumulo-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "org.spark-project.hive" % "hive-accumulo-handler" % "1.2.1.spark2"