You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by pr...@apache.org on 2016/08/26 12:28:10 UTC

falcon git commit: FALCON-2120 falcon-regression build is failing because of CLI and hiv…

Repository: falcon
Updated Branches:
  refs/heads/master c00975e41 -> 07427f626


FALCON-2120 falcon-regression build is failing because of CLI and hiv\u2026

\u2026e changes

Author: Praveen Adlakha <ad...@gmail.com>
Author: praveen.adlakha <ad...@gmail.com>

Reviewers: "Pragya Mittal <mi...@gmail.com>"

Closes #271 from PraveenAdlakha/2120 and squashes the following commits:

ee198d6 [praveen.adlakha] cli dependency removed
3762757 [Praveen Adlakha] FALCON-2120 falcon-regression build is failing because of CLI and hive changes


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

Branch: refs/heads/master
Commit: 07427f626f289b8cd5d57ec40a3f5e19b0849a84
Parents: c00975e
Author: Praveen Adlakha <ad...@gmail.com>
Authored: Fri Aug 26 17:57:55 2016 +0530
Committer: Pragya Mittal <mi...@gmail.com>
Committed: Fri Aug 26 17:57:55 2016 +0530

----------------------------------------------------------------------
 falcon-regression/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/07427f62/falcon-regression/pom.xml
----------------------------------------------------------------------
diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml
index 1692323..9da72ce 100644
--- a/falcon-regression/pom.xml
+++ b/falcon-regression/pom.xml
@@ -118,6 +118,12 @@
                 <groupId>org.apache.hive.hcatalog</groupId>
                 <artifactId>hive-webhcat-java-client</artifactId>
                 <version>${hive.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.pentaho</groupId>
+                        <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>
@@ -181,7 +187,7 @@
                 <artifactId>falcon-merlin-core</artifactId>
                 <version>${project.version}</version>
             </dependency>
-
+            
             <dependency>
                 <groupId>org.apache.falcon</groupId>
                 <artifactId>falcon-cli</artifactId>