Skip to content

Instantly share code, notes, and snippets.

@stdatalabs
Created October 9, 2016 07:57
Show Gist options
  • Save stdatalabs/0ce41773599d0d411a4a192aecd9274c to your computer and use it in GitHub Desktop.
Save stdatalabs/0ce41773599d0d411a4a192aecd9274c to your computer and use it in GitHub Desktop.
Dependencies for hive customInputFormat
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<version>2.3-20090302111651</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
<version>0.11.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment