You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2015/11/13 21:09:25 UTC

bigtop git commit: BIGTOP-2135: PigCSVCleaner fails due to the lack of the dependent jar

Repository: bigtop
Updated Branches:
  refs/heads/master 4da611eb4 -> fe6709bc9


BIGTOP-2135: PigCSVCleaner fails due to the lack of the dependent jar

Signed-off-by: Olaf Flebbe <of...@ofleb.be>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/fe6709bc
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/fe6709bc
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/fe6709bc

Branch: refs/heads/master
Commit: fe6709bc9145f7e98ba690370c3493f9f9e4cc6a
Parents: 4da611e
Author: Kengo Seki <se...@gmail.com>
Authored: Fri Nov 13 15:26:45 2015 +0900
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Fri Nov 13 21:08:11 2015 +0100

----------------------------------------------------------------------
 bigtop-bigpetstore/bigpetstore-mapreduce/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/fe6709bc/bigtop-bigpetstore/bigpetstore-mapreduce/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/build.gradle b/bigtop-bigpetstore/bigpetstore-mapreduce/build.gradle
index 4bf5ce7..6718227 100644
--- a/bigtop-bigpetstore/bigpetstore-mapreduce/build.gradle
+++ b/bigtop-bigpetstore/bigpetstore-mapreduce/build.gradle
@@ -236,6 +236,7 @@ dependencies {
     compile "org.apache.solr:solr-commons-csv:3.5.0"
 
     compile group: "org.apache.pig", name: "pig", version: "0.12.0", classifier:"h2"
+    compile "dk.brics.automaton:automaton:1.11-8"
     compile "org.slf4j:slf4j-api:${project.slf4jVersion}"
     compile "log4j:log4j:1.2.12"
     compile "org.slf4j:slf4j-log4j12:${project.slf4jVersion}"