You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/12/02 20:53:51 UTC

ambari git commit: AMBARI-14162. Files view fails at runtime to instantiate ProtobufRpcEngine class. (Dipayan Bhowmick via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk f4a38e0cc -> f7ce017a7


AMBARI-14162. Files view fails at runtime to instantiate ProtobufRpcEngine class. (Dipayan Bhowmick via yusaku)


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

Branch: refs/heads/trunk
Commit: f7ce017a742062f67f4f188d66a4b10087af4934
Parents: f4a38e0
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Dec 2 11:52:28 2015 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Dec 2 11:52:28 2015 -0800

----------------------------------------------------------------------
 contrib/views/files/pom.xml | 5 +++++
 contrib/views/pig/pom.xml   | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f7ce017a/contrib/views/files/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index 7bad049..09d3abd 100644
--- a/contrib/views/files/pom.xml
+++ b/contrib/views/files/pom.xml
@@ -106,6 +106,11 @@
       <artifactId>jersey-container-servlet</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+    </dependency>
   </dependencies>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/ambari/blob/f7ce017a/contrib/views/pig/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml
index 9f2e0d3..a88be2a 100644
--- a/contrib/views/pig/pom.xml
+++ b/contrib/views/pig/pom.xml
@@ -131,6 +131,11 @@
       <version>1.4.0</version>
     </dependency>
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.ambari.contrib.views</groupId>
       <artifactId>ambari-views-utils</artifactId>
       <version>0.0.1.0-SNAPSHOT</version>