This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new fe85450  AMBARI-23216. Fix that Log Search for Ambari 2.6.2 should not 
require java8. (#637)
fe85450 is described below

commit fe8545081e54e34461b645e8c3bd2fa327109358
Author: Olivér Szabó <oleew...@gmail.com>
AuthorDate: Tue Mar 13 10:04:46 2018 +0100

    AMBARI-23216. Fix that Log Search for Ambari 2.6.2 should not require 
java8. (#637)
---
 .../ambari-logsearch-logfeeder/pom.xml             |  2 +-
 ambari-logsearch/pom.xml                           | 29 +++++++++++++++++++++-
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml 
b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
index 47ade72..9edf2a4 100644
--- a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
@@ -173,7 +173,7 @@
   </dependency>
   <dependency>
     <groupId>org.apache.hadoop</groupId>
-    <artifactId>hadoop-hdfs-client</artifactId>
+    <artifactId>hadoop-hdfs</artifactId>
     <version>${hadoop.version}</version>
   </dependency>
   <dependency>
diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml
index 607a17c..53bc84a 100644
--- a/ambari-logsearch/pom.xml
+++ b/ambari-logsearch/pom.xml
@@ -44,9 +44,21 @@
     <deb.architecture>amd64</deb.architecture>
     <deb.dependency.list>${deb.python.ver}</deb.dependency.list>
     <solr.version>5.5.5</solr.version>
-    <hadoop.version>3.0.0</hadoop.version>
+    <hadoop.version>2.7.3.2.6.4.0-91</hadoop.version>
     <common.io.version>2.5</common.io.version>
   </properties>
+  <repositories>
+    <repository>
+      <id>apache-hadoop</id>
+      <name>hdp</name>
+      <url>http://repo.hortonworks.com/content/groups/public/</url>
+    </repository>
+    <repository>
+      <id>apache-snapshots</id>
+      <name>snapshots</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </repository>
+  </repositories>
   <build>
     <plugins>
       <plugin>
@@ -218,6 +230,21 @@
       <artifactId>jackson-dataformat-xml</artifactId>
       <version>2.9.4</version>
     </dependency>
+    <dependency>
+       <groupId>org.apache.curator</groupId>
+       <artifactId>curator-framework</artifactId>
+       <version>2.12.0</version>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.curator</groupId>
+       <artifactId>curator-client</artifactId>
+       <version>2.12.0</version>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.curator</groupId>
+       <artifactId>curator-recipes</artifactId>
+       <version>2.12.0</version>
+    </dependency>
   </dependencies>
 
 </project>

-- 
To stop receiving notification emails like this one, please contact
oleew...@apache.org.

Reply via email to