Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade versions of Pig and Hadoop.
  • Loading branch information
Luke Lovett committed Apr 30, 2015
1 parent fa6ff04 commit c36cb7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -7,10 +7,10 @@ apply plugin: 'com.github.ben-manes.versions'

ext.configDir = new File(rootDir, 'config')
ext.hadoopBinaries = "${rootDir}/hadoop-binaries".toString()
ext.javaDriverVersion = '2.12.3'
ext.javaDriverVersion = '3.0.0'
ext.hiveVersion = '0.12.0'
ext.pigVersion = '0.13.0'
ext.hadoopVersion = '2.4.1'
ext.pigVersion = '0.14.0'
ext.hadoopVersion = '2.6.0'

ext.hadoopHome = "${hadoopBinaries}/hadoop-${hadoopVersion}".toString()
ext.hiveHome = "${hadoopBinaries}/hive-${hiveVersion}".toString()
Expand Down
Expand Up @@ -31,7 +31,7 @@ public abstract class BaseHadoopTest {
public static final String HADOOP_HOME;
public static final String PROJECT_VERSION = loadProperty("project"
+ ".version", "1.3.3-SNAPSHOT");
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.4.1");
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.6.0");

// public static final String HIVE_HOME;
public static final File PROJECT_HOME;
Expand Down

0 comments on commit c36cb7a

Please sign in to comment.