CHUKWA-800. Updated Hadoop, HBase and Solr versions. (Eric Yang)
Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/80bd09e9 Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/80bd09e9 Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/80bd09e9 Branch: refs/heads/master Commit: 80bd09e9952c27326254bff0da15d9d116ce61df Parents: 21b2428 Author: Eric Yang <[email protected]> Authored: Sat Mar 19 10:11:34 2016 -0700 Committer: Eric Yang <[email protected]> Committed: Sat Mar 19 10:11:34 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 14 ++++++++++++++ pom.xml | 24 ++++-------------------- 2 files changed, 18 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/80bd09e9/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 08bf171..49466a0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,20 @@ Trunk (unreleased changes) NEW FEATURES + IMPROVEMENTS + + BUGS + + CHUKWA-798. Added retry logic for SolrWriter and update to Solr 5.5.0 API (Eric Yang) + + CHUKWA-797. Added retry logic for sending data to HBase. (Eric Yang) + + CHUKWA-796. Remove collector from shell script. (Eric Yang) + +Release 0.6 - 09/28/2014 + + NEW FEATURES + CHUKWA-734. Added GoraWriter. (Lewis John McGibbney via Eric Yang) CHUKWA-787. Added full screen support, and quick link to Hadoop and HBase UI. (Eric Yang) http://git-wip-us.apache.org/repos/asf/chukwa/blob/80bd09e9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 561cf5f..4527321 100644 --- a/pom.xml +++ b/pom.xml @@ -47,9 +47,9 @@ <CHUKWA_DIR>/chukwa</CHUKWA_DIR> <json-simpleVersion>1.1</json-simpleVersion> <zookeeperVersion>3.4.5</zookeeperVersion> - <hbaseVersion>1.0.0</hbaseVersion> - <hadoopVersion>2.6.0</hadoopVersion> - <solrVersion>4.7.2</solrVersion> + <hbaseVersion>1.2.0</hbaseVersion> + <hadoopVersion>2.7.2</hadoopVersion> + <solrVersion>5.5.0</solrVersion> <!-- <JAVA_HOME>${java.home}</JAVA_HOME> --> <gora.version>0.6</gora.version> </properties> @@ -289,7 +289,7 @@ <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> - <version>4.9.0</version> + <version>${solrVersion}</version> <type>jar</type> </dependency> <dependency> @@ -1106,14 +1106,6 @@ <version>${hbaseVersion}</version> <exclusions> <exclusion> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jsp-2.1</artifactId> - </exclusion> - <exclusion> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jsp-api-2.1</artifactId> - </exclusion> - <exclusion> <groupId>com.sun.jersey</groupId> <artifactId>jersey-server</artifactId> </exclusion> @@ -1145,14 +1137,6 @@ <version>${hbaseVersion}</version> <exclusions> <exclusion> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jsp-2.1</artifactId> - </exclusion> - <exclusion> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jsp-api-2.1</artifactId> - </exclusion> - <exclusion> <groupId>com.sun.jersey</groupId> <artifactId>jersey-server</artifactId> </exclusion>
