MVN

org.spark-project.hive : hive-beeline

Maven & Gradle

Apr 08, 2016
19 usages

Hive Beeline

<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-beeline</artifactId>
    <version>0.13.1a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.13.1a

All Versions

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

  • Version Updated
  • hive-beeline-1.2.1.spark2

    Apr 07, 2016
  • hive-beeline-1.2.1.spark

    Aug 01, 2015
  • hive-beeline-0.13.1a

    Oct 30, 2014
  • hive-beeline-0.12.0-protobuf-2.5

    Oct 10, 2014
  • hive-beeline-0.12.0-protobuf

    Oct 10, 2014
  • hive-beeline-0.13.1

    Oct 01, 2014
  • hive-beeline-0.12.0

    May 14, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-beeline</artifactId>
    <version>0.13.1a</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.spark-project.hive:hive-beeline:0.13.1a'

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

implementation("org.spark-project.hive:hive-beeline:0.13.1a")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.spark-project.hive" % "hive-beeline" % "0.13.1a"