You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2013/10/18 23:44:02 UTC

[1/2] git commit: Bigtop 0.7.0 release: updating documentation

Updated Branches:
  refs/heads/master 160478330 -> f2d6ee329


Bigtop 0.7.0 release: updating documentation


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

Branch: refs/heads/master
Commit: 9d0cb462bc2fe1ddc50c8a6cb4cb3e4a34c341d8
Parents: 1604783
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Fri Oct 18 14:28:35 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Oct 18 14:42:55 2013 -0700

----------------------------------------------------------------------
 CHANGES.txt                     |  89 +++++-
 src/site/resources/bigtop.rdf   |  40 +++
 src/site/site.xml               |  55 +++-
 src/site/xdoc/index.xml         |  11 +-
 src/site/xdoc/release-notes.xml | 549 +++++++++++++++++++++++++++++++++++
 5 files changed, 723 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/9d0cb462/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ac96955..f0ab373 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,7 +15,94 @@
 
 Bigtop Changelog
 
-* Release 0.7.0 (unreleased)
+* Release 0.7.0 (2013-10-28)
+
+- SUB-TASK
+  - [BIGTOP-932] - Allow puppet recipes to automatically pull in needed files from web
+  - [BIGTOP-964] - Bump hive version to 0.11
+  - [BIGTOP-993] - Add packaging for Phoenix
+  - [BIGTOP-1053] - Bump version of Hadoop to 2.0.6-alpha
+  - [BIGTOP-1073] - Bump version of HBase to 0.94.11
+  - [BIGTOP-1074] - Bump version of Hue to 2.5.0
+  - [BIGTOP-1075] - bump version of Flume to 1.4.0
+  - [BIGTOP-1076] - bump version of Crunch to 0.7.0
+  - [BIGTOP-1077] - Bump version of Hive to 0.11.0
+  - [BIGTOP-1078] - bump version of Datafu to 1.0.0
+  - [BIGTOP-1079] - bump version of Solr to 4.5.0
+  - [BIGTOP-1083] - Spark version was changed with incubating process.
+  - [BIGTOP-1101] - Bump version of HBase to 0.94.12
+
+- BUG
+  - [BIGTOP-990] - /usr/lib/bigtop-utils/ should be owned by bigtop-utils package
+  - [BIGTOP-998] - Consolidate Hue packages
+  - [BIGTOP-1005] - Create versionless symlinks in hadoop client directory
+  - [BIGTOP-1006] - Explicitly state the working directory to be used in init scripts instead of relying on user's home directories
+  - [BIGTOP-1008] - /usr/lib/bigtop-utils directory is not owned by bigtop-utils package in RPMs
+  - [BIGTOP-1010] - libsnappy not included in the final hadoop RPM
+  - [BIGTOP-1011] - bigtop-detect-javahome has a quirky search order
+  - [BIGTOP-1017] - Revert a commit that introduces some unneeded dependencies
+  - [BIGTOP-1027] - 'bigtop-detect-classpath' helper script missing from bigtop-utils
+  - [BIGTOP-1033] - itest-common: fix debian install to avoid conffile prompt
+  - [BIGTOP-1034] - Custom user's home directory's creation fails in init-hdfs.sh
+  - [BIGTOP-1036] - Hue's oozie app package should depend on hue jobsub package
+  - [BIGTOP-1037] - Provide a mechanism to control the sourcing of defaults files
+  - [BIGTOP-1044] - hive and hive-jdbc versions should be kept in sync
+  - [BIGTOP-1045] - Be consistent with shells, bigtop-detect-javahome, and bigtop-utils versions
+  - [BIGTOP-1046] - Pig's use of BIGTOP_DEFAULTS_DIR is evaluated at the wrong time
+  - [BIGTOP-1051] - Spark archive should come in tar.gz format
+  - [BIGTOP-1052] - Increase environment configurability/debugging of Mahout Tests
+  - [BIGTOP-1055] - Spark package doesn't create PREFIX/bin directory and sets wrong permissions
+  - [BIGTOP-1059] - Add path option for pig.jar to pig smoke pom.xml
+  - [BIGTOP-1070] - Add BIGTOP_CLASSPATH functionality to tomcat deployment
+  - [BIGTOP-1071] - bigtop-detect-javahome should select the first possible candidate in the list
+  - [BIGTOP-1081] - deb spark packing needs to set SOURCE_DIR
+  - [BIGTOP-1082] - spark package tests are missing
+  - [BIGTOP-1084] - spark build on CentOS 5 and SLES11 is broken
+  - [BIGTOP-1086] - fix miscellaneous failures in package tests
+  - [BIGTOP-1087] - flume rpm package needs to own /usr/lib/flume/tools
+  - [BIGTOP-1088] - oozie packages need to own /etc/oozie/conf.dist/tomcat-deployment.{default,secure}
+  - [BIGTOP-1090] - hue packaging needs to handle mutable bits (app.reg and hue.pth)
+  - [BIGTOP-1094] - spark SPEC mistakenly re-defines alternatives command on SLES/OpenSUSE 
+  - [BIGTOP-1095] - oozie  packaging doesn't remove tomcat alternatives
+  - [BIGTOP-1096] - alternatives within the alternatives-managed sub-directory could be harmful
+  - [BIGTOP-1098] - now that Spark has had its first incubator release we have to adjust bigtop accordingly
+  - [BIGTOP-1099] - sync up the versions used for smoke tests with the BOM versions
+  - [BIGTOP-1100] - the new Tomcat deployment style would benefit from a few usability tweaks
+  - [BIGTOP-1103] - Remaining fixes of BIGTOP_DEFAULTS_DIR evaluation
+  - [BIGTOP-1107] - Update to the official Hue 2.5.1 release
+  - [BIGTOP-1108] - Solr 4.5.0 has been formally released and we should start using the official release bits
+  - [BIGTOP-1112] - sqoop-client should require bigtop-utils
+  - [BIGTOP-1114] - Hue metastore app is missing from core registration and Debian packages
+  - [BIGTOP-1115] - update package test manifest for Bigtop 0.7.0
+  - [BIGTOP-1117] - hive-hcatalog integration has a few issues
+  - [BIGTOP-1119] - phoenix DEB packages differ in a few ways from RPM counterparts
+
+- IMPROVEMENT
+  - [BIGTOP-927] - Update puppet recipes to support Ubuntu
+  - [BIGTOP-938] - Upgrade to Junit 4.11
+  - [BIGTOP-955] - HBase installation should advertise its location and configuration
+  - [BIGTOP-1004] - Hadoop packages do not include version independent symlinks
+  - [BIGTOP-1021] - Update HBase version to 0.94.9
+  - [BIGTOP-1031] - README has outdated/ambiguous information
+  - [BIGTOP-1041] - Add Puppet support for Spark cluster deployment
+  - [BIGTOP-1056] - some changes are introduced into Spark build: needs to be updated here
+  - [BIGTOP-1063] - Add Scala 2.9.3 to bigtop-toolchain
+  - [BIGTOP-1069] - Remove descriptions about JDK5 dependency
+  - [BIGTOP-1080] - Change /usr/bin scripts to be alternatives instead of flat files
+  - [BIGTOP-1106] - update our puppet deployment topology
+
+- NEW FEATURE
+  - [BIGTOP-811] - Add /var/lib/bigtop as a location to install SQL connectors and other plug-ins
+  - [BIGTOP-1023] - Define BOM for 0.7.0 release of Bigtop
+
+- TASK
+  - [BIGTOP-715] - Add Spark packaging
+  - [BIGTOP-939] - Make usage of bigtop-tomcat more dynamic
+
+- TEST
+  - [BIGTOP-719] - Add TestTextSnappy to test hadoop fs -text with snappy compressed files
+  - [BIGTOP-1030] - Develop integration tests for new Spark component
+  - [BIGTOP-1057] - Add TeraGen / TeraSort Benchmakring
 
 * Release 0.6.0 (2013-06-10)
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/9d0cb462/src/site/resources/bigtop.rdf
----------------------------------------------------------------------
diff --git a/src/site/resources/bigtop.rdf b/src/site/resources/bigtop.rdf
new file mode 100644
index 0000000..9bc88fc
--- /dev/null
+++ b/src/site/resources/bigtop.rdf
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://bigtop.apache.org/">
+    <created>2012-09-19</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Bigtop</name>
+    <homepage rdf:resource="http://bigtop.apache.org/" />
+    <asfext:pmc rdf:resource="http://bigtop.apache.org" />
+    <shortdesc>A 100% community-driven Bigdata management platform.</shortdesc>
+    <description>Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem. 
+                 The primary goal of Bigtop is to build a community around the packaging and interoperability 
+                 testing of Hadoop-related projects. This includes testing at various levels (packaging, platform, 
+                 runtime, upgrade, etc...) developed by a community with a focus on the system as a whole, rather 
+                 than individual projects. In short we strive to be for Hadoop what Debian is to Linux.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/BIGTOP" />
+    <mailing-list rdf:resource="http://bigtop.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/bigtop/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/bigtop.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/9d0cb462/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index ff1a3c9..44fd16b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,40 +21,69 @@
     <src>http://bigtop.apache.org/images/bigtop-logo.png</src>
     <href>http://bigtop.apache.org/</href>
   </bannerLeft>
+  <bannerRight>
+    <src>http://www.apache.org/images/asf_logo_wide.png</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>
 
   <publishDate position="right"/>
   <version position="right"/>
 
   <skin>
     <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-default-skin</artifactId>
-    <version>1.0</version>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.3.0</version>
   </skin>
 
-  <body>
-    <links position="left">
-      <item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" />
-      <item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
-      <item name="GIT" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" />
-    </links>
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+      <leftColumnClass>span2</leftColumnClass>
+      <bodyColumnClass>span10</bodyColumnClass>
+      <googleSearch>
+        <sitesearch>http://bigtop.apache.org</sitesearch>
+      </googleSearch>
+    </fluidoSkin>
+  </custom>
 
+  <body>
     <breadcrumbs position="left">
       <item name="Apache" href="http://www.apache.org/" />
-      <item name="Bigtop" href="http://bigtop.apache.org//"/>
+      <item name="Bigtop" href="http://bigtop.apache.org/"/>
     </breadcrumbs>
 
+    <links position="left">
+    </links>
+
     <menu name="Bigtop">
       <item name="Overview" href="index.html"/>
-      <item name="Download" href="http://www.apache.org/dyn/closer.cgi/bigtop/" />
-      <item name="Release Notes" href="release-notes.html"/>
+      <item name="Power by" href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop" />
       <item name="Who We Are" href="team-list.html" />
+      <item name="Feedback" href="issue-tracking.html" />
+    </menu>
+
+    <menu name="Releases">
+      <item name="Release Notes" href="release-notes.html"/>
+      <item name="0.3.0-incubating" href="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/"/>
+      <item name="0.7.0" href="http://www.apache.org/dyn/closer.cgi/bigtop/bigtop-0.7.0/"/>
     </menu>
 
-    <menu name="Resources">
+    <menu name="Project Information">
+      <item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" />
+      <item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
+      <item name="GIT (browse)" href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git" />
+      <item name="GIT (clone)" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" />
+      <item name="Blog" href="http://blogs.apache.org/bigtop/" />
       <item name="Mailing Lists" href="mail-lists.html" />
-      <item name="Issue Tracking" href="issue-tracking.html" />
       <item name="IRC channel" href="irc-channel.html" />
     </menu>
 
+    <menu name="ASF">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
   </body>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/9d0cb462/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index f355dd9..5702490 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -29,14 +29,11 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
      developed by a community with a focus on the system as a whole, rather than individual projects.</p>
      <br/><br/>
     <subsection name="Building Bigtop"></subsection>
-    <p>Packages have been built for CentOS/RHEL 5 and 6, Fedora 17, SuSE Linux Enterprise 11,        
-    OpenSUSE12.2, Ubuntu LTS Lucid and Precise, and Ubuntu Quantal. They can probably be built
-    for other platforms as well. Some of the binary artifacts might be compatible with other
-    closely related distributions.<br/><br/>
+    <p>Packages have been built on Ubuntu 10.10, CentOS 5/6, Fedora 18, Mageia 1 and openSUSE 12.2
+    They can probably be built on other platforms as well.<br/><br/>
     Building Bigtop requires the following tools:</p>
     <ul>
       <li>Java JDK 1.6</li>
-      <li>Apache Forrest 0.8 (requires 32bit version of Java JDK 1.5)</li>
       <li>Apache Ant</li>
       <li>Apache Maven</li>
       <li>wget</li>
@@ -70,7 +67,7 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
       <li>openldap-devel</li>
       <li>rpm-build</li>
       <li>createrepo</li>
-      <li>redhat-rpm-config</li>
+      <li>redhat-rpm-config (RedHat/CentOS only)</li>
     </ul>
     <p>On DEB-based systems one also needs</p>
     <ul>
@@ -116,7 +113,7 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
       <li><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-HBase/">Bigtop-trunk-HBase</a>: Builds the HBase packages only.</li>
       <li><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-packagetest/">Bigtop-trunk-packagetest</a>: Runs the package tests.</li>
       <li><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-repository/">Bigtop-trunk-repository</a>: Builds an APT or YUM package repository.</li>
-      <li><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-0.4.0/">Bigtop-0.4.0</a>: Builds the 0.4.0 release.</li>
+      <li><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-0.5.0/">Bigtop-0.5.0</a>: Builds the 0.5.0 release.</li>
       <li><a href="http://bigtop01.cloudera.org:8080/job/Bigtop-VM-matrix/">Bigtop-VM-matrix</a>: Builds virtual machines of branches trunk and 0.3 for KVM, VMWare and VirtualBox.</li>
     </ul>
   </body>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/9d0cb462/src/site/xdoc/release-notes.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index d05cd8c..2ae85ed 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -23,6 +23,555 @@
     </properties>
     <body>
     <!-- Paste release notes from https://issues.apache.org/jira/browse/BIGTOP here. -->
+
+        <h1>Release Notes - Bigtop - Version 0.7.0</h1>
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-932'>BIGTOP-932</a>] -         Allow puppet recipes to automatically pull in needed files from web
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-964'>BIGTOP-964</a>] -         Bump hive version to 0.11
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-993'>BIGTOP-993</a>] -         Add packaging for Phoenix
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1053'>BIGTOP-1053</a>] -         Bump version of Hadoop to 2.0.6-alpha
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1073'>BIGTOP-1073</a>] -         Bump version of HBase to 0.94.11
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1074'>BIGTOP-1074</a>] -         Bump version of Hue to 2.5.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1075'>BIGTOP-1075</a>] -         bump version of Flume to 1.4.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1076'>BIGTOP-1076</a>] -         bump version of Crunch to 0.7.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1077'>BIGTOP-1077</a>] -         Bump version of Hive to 0.11.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1078'>BIGTOP-1078</a>] -         bump version of Datafu to 1.0.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1079'>BIGTOP-1079</a>] -         bump version of Solr to 4.5.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1083'>BIGTOP-1083</a>] -         Spark version was changed with incubating process.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1101'>BIGTOP-1101</a>] -         Bump version of HBase to 0.94.12
+</li>
+</ul>
+            
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-990'>BIGTOP-990</a>] -         /usr/lib/bigtop-utils/ should be owned by bigtop-utils package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-998'>BIGTOP-998</a>] -         Consolidate Hue packages
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1005'>BIGTOP-1005</a>] -         Create versionless symlinks in hadoop client directory
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1006'>BIGTOP-1006</a>] -         Explicitly state the working directory to be used in init scripts instead of relying on user&#39;s home directories
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1008'>BIGTOP-1008</a>] -         /usr/lib/bigtop-utils directory is not owned by bigtop-utils package in RPMs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1010'>BIGTOP-1010</a>] -         libsnappy not included in the final hadoop RPM
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1011'>BIGTOP-1011</a>] -         bigtop-detect-javahome has a quirky search order
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1017'>BIGTOP-1017</a>] -         Revert a commit that introduces some unneeded dependencies
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1027'>BIGTOP-1027</a>] -         &#39;bigtop-detect-classpath&#39; helper script missing from bigtop-utils
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1033'>BIGTOP-1033</a>] -         itest-common: fix debian install to avoid conffile prompt
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1034'>BIGTOP-1034</a>] -         Custom user&#39;s home directory&#39;s creation fails in init-hdfs.sh
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1036'>BIGTOP-1036</a>] -         Hue&#39;s oozie app package should depend on hue jobsub package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1037'>BIGTOP-1037</a>] -         Provide a mechanism to control the sourcing of defaults files
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1044'>BIGTOP-1044</a>] -         hive and hive-jdbc versions should be kept in sync
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1045'>BIGTOP-1045</a>] -         Be consistent with shells, bigtop-detect-javahome, and bigtop-utils versions
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1046'>BIGTOP-1046</a>] -         Pig&#39;s use of BIGTOP_DEFAULTS_DIR is evaluated at the wrong time
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1051'>BIGTOP-1051</a>] -         Spark archive should come in tar.gz format
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1052'>BIGTOP-1052</a>] -         Increase environment configurability/debugging of Mahout Tests
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1055'>BIGTOP-1055</a>] -         Spark package doesn&#39;t create PREFIX/bin directory and sets wrong permissions
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1059'>BIGTOP-1059</a>] -         Add path option for pig.jar to pig smoke pom.xml
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1070'>BIGTOP-1070</a>] -         Add BIGTOP_CLASSPATH functionality to tomcat deployment
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1071'>BIGTOP-1071</a>] -         bigtop-detect-javahome should select the first possible candidate in the list
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1081'>BIGTOP-1081</a>] -         deb spark packing needs to set SOURCE_DIR
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1082'>BIGTOP-1082</a>] -         spark package tests are missing
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1084'>BIGTOP-1084</a>] -         spark build on CentOS 5 and SLES11 is broken
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1086'>BIGTOP-1086</a>] -         fix miscellaneous failures in package tests
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1087'>BIGTOP-1087</a>] -         flume rpm package needs to own /usr/lib/flume/tools
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1088'>BIGTOP-1088</a>] -         oozie packages need to own /etc/oozie/conf.dist/tomcat-deployment.{default,secure}
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1090'>BIGTOP-1090</a>] -         hue packaging needs to handle mutable bits (app.reg and hue.pth)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1094'>BIGTOP-1094</a>] -         spark SPEC mistakenly re-defines alternatives command on SLES/OpenSUSE 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1095'>BIGTOP-1095</a>] -         oozie  packaging doesn&#39;t remove tomcat alternatives
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1096'>BIGTOP-1096</a>] -         alternatives within the alternatives-managed sub-directory could be harmful
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1098'>BIGTOP-1098</a>] -         now that Spark has had its first incubator release we have to adjust bigtop accordingly
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1099'>BIGTOP-1099</a>] -         sync up the versions used for smoke tests with the BOM versions
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1100'>BIGTOP-1100</a>] -         the new Tomcat deployment style would benefit from a few usability tweaks
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1103'>BIGTOP-1103</a>] -         Remaining fixes of BIGTOP_DEFAULTS_DIR evaluation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1107'>BIGTOP-1107</a>] -         Update to the official Hue 2.5.1 release
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1108'>BIGTOP-1108</a>] -         Solr 4.5.0 has been formally released and we should start using the official release bits
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1112'>BIGTOP-1112</a>] -         sqoop-client should require bigtop-utils
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1114'>BIGTOP-1114</a>] -         Hue metastore app is missing from core registration and Debian packages
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1115'>BIGTOP-1115</a>] -         update package test manifest for Bigtop 0.7.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1117'>BIGTOP-1117</a>] -         hive-hcatalog integration has a few issues
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1119'>BIGTOP-1119</a>] -         phoenix DEB packages differ in a few ways from RPM counterparts
+</li>
+</ul>
+                
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-927'>BIGTOP-927</a>] -         Update puppet recipes to support Ubuntu
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-938'>BIGTOP-938</a>] -         Upgrade to Junit 4.11
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-955'>BIGTOP-955</a>] -         HBase installation should advertise its location and configuration
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1004'>BIGTOP-1004</a>] -         Hadoop packages do not include version independent symlinks
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1021'>BIGTOP-1021</a>] -         Update HBase version to 0.94.9
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1031'>BIGTOP-1031</a>] -         README has outdated/ambiguous information
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1041'>BIGTOP-1041</a>] -         Add Puppet support for Spark cluster deployment
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1056'>BIGTOP-1056</a>] -         some changes are introduced into Spark build: needs to be updated here
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1063'>BIGTOP-1063</a>] -         Add Scala 2.9.3 to bigtop-toolchain
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1069'>BIGTOP-1069</a>] -         Remove descriptions about JDK5 dependency
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1080'>BIGTOP-1080</a>] -         Change /usr/bin scripts to be alternatives instead of flat files
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1106'>BIGTOP-1106</a>] -         update our puppet deployment topology
+</li>
+</ul>
+    
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-811'>BIGTOP-811</a>] -         Add /var/lib/bigtop as a location to install SQL connectors and other plug-ins
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1023'>BIGTOP-1023</a>] -         Define BOM for 0.7.0 release of Bigtop
+</li>
+</ul>
+                        
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-715'>BIGTOP-715</a>] -         Add Spark packaging
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-939'>BIGTOP-939</a>] -         Make usage of bigtop-tomcat more dynamic
+</li>
+</ul>
+            
+<h2>        Test
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-719'>BIGTOP-719</a>] -         Add TestTextSnappy to test hadoop fs -text with snappy compressed files
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1030'>BIGTOP-1030</a>] -         Develop integration tests for new Spark component
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1057'>BIGTOP-1057</a>] -         Add TeraGen / TeraSort Benchmakring
+</li>
+</ul>
+
+        <h1>Release Notes - Bigtop - Version 0.6.0</h1>
+    
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-239'>BIGTOP-239</a>] -         HBase init scripts are shut down in the wrong order
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-812'>BIGTOP-812</a>] -         HttpFS is using Tomcat 6.0.32 which has numerous vulnerabilities
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-813'>BIGTOP-813</a>] -         add integration test for HCatlog
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-814'>BIGTOP-814</a>] -         add packaging test for HCatlog
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-822'>BIGTOP-822</a>] -         Bump version of Hadoop to 2.0.5
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-824'>BIGTOP-824</a>] -         Bump version of Hive to 0.10
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-832'>BIGTOP-832</a>] -         Bump version of Hue to 2.3.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-833'>BIGTOP-833</a>] -         Update HCatalog packaging for Bigtop 0.6.0 integration
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-839'>BIGTOP-839</a>] -         add packaging test for Sqoop 2
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-852'>BIGTOP-852</a>] -         Improve HDFS helper script
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-854'>BIGTOP-854</a>] -         add package testing manifest for HCatalog
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-855'>BIGTOP-855</a>] -         add integration tests for HCatalog
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-861'>BIGTOP-861</a>] -         init-hdfs.sh does not work from init scripts
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-862'>BIGTOP-862</a>] -         All the Apache Hadoop services ought to start nicely and in order
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-863'>BIGTOP-863</a>] -         verify the existence of the initscripts with typo
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-864'>BIGTOP-864</a>] -          update the appliance for the location of the init-hdfs.sh script
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-880'>BIGTOP-880</a>] -         Bump version of Datafu to 0.0.6
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-891'>BIGTOP-891</a>] -         TestPigTest doesn&#39;t run against YARN cluster
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-915'>BIGTOP-915</a>] -         bump version of Oozie to 3.3.2
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-916'>BIGTOP-916</a>] -         Bump version of Pig to 0.11.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-917'>BIGTOP-917</a>] -         Bump version of Solr to 4.2.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-926'>BIGTOP-926</a>] -         Bump version of Giraph to 1.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-933'>BIGTOP-933</a>] -         Need to add ASF license text to bigtop-toolchain files
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-962'>BIGTOP-962</a>] -         Bump Sqoop version to 1.99.2
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-963'>BIGTOP-963</a>] -         bump version of Whirr to 0.8.2
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-980'>BIGTOP-980</a>] -         bigtop-toolchaing user module can&#39;t create &#39;jenkins&#39; user
+</li>
+</ul>
+            
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-275'>BIGTOP-275</a>] -         scoping of variable in puppet code is incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-379'>BIGTOP-379</a>] -         Package testing for Bigtop 0.5.0 release
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-445'>BIGTOP-445</a>] -         yarn default file has the wrong name
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-463'>BIGTOP-463</a>] -         should we reconsider /usr/lib vs. /usr/libexec decision?
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-483'>BIGTOP-483</a>] -         Smoke test of Hadoop fails with clitest missing testConf.xml file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-489'>BIGTOP-489</a>] -         TestCLI with two test cases fails ID - 146 and 147 related to refreshServiceAcl
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-504'>BIGTOP-504</a>] -         provide a functionality for detecting libjvm.so in bigtop-utils
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-545'>BIGTOP-545</a>] -         package testing manifest in trunk needs to be updated
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-553'>BIGTOP-553</a>] -         Metadata for packages needs to be harmonized between RPM and Debain
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-584'>BIGTOP-584</a>] -         Fix hive smoke test failures in trunk
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-624'>BIGTOP-624</a>] -         running start on a service already running should return success
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-637'>BIGTOP-637</a>] -         Update boxgrinder appliance for the coming release
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-786'>BIGTOP-786</a>] -         Not able to find wiki link on Bigtop homepage
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-804'>BIGTOP-804</a>] -         org.apache.bigtop.itest.pmanager.PackageManagerTest.testLookupGcc fails on some systems
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-808'>BIGTOP-808</a>] -         hadoop-conf-pseudo package breaks hadoop-conf alternatives during upgrades
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-809'>BIGTOP-809</a>] -         Remove harmless scary message from solr build
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-815'>BIGTOP-815</a>] -         Move the trunk forward now that 0.5.0 is released
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-818'>BIGTOP-818</a>] -         Updated list of supported platforms on Bigtop&#39;s homepage and readme file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-823'>BIGTOP-823</a>] -         Remove obsolete slf4j removal in hive packaging
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-826'>BIGTOP-826</a>] -         Wrong return code returned when stopping Hue on RHEL/SUSE
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-827'>BIGTOP-827</a>] -         Ubuntu Install Instructutions Fail with a 404
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-829'>BIGTOP-829</a>] -         Hue status returned wrong information on SLES
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-830'>BIGTOP-830</a>] -         Add $(APACHE_MIRROR) for bigtop-tomcat
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-834'>BIGTOP-834</a>] -         Remove workaround for MAPREDUCE-4814 in historyserver
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-835'>BIGTOP-835</a>] -         The shell exec method must have variants which have timeout and can run in background
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-836'>BIGTOP-836</a>] -         Hue status on SuSE doesn&#39;t work when run from outside of /usr/bin
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-837'>BIGTOP-837</a>] -         Oozie 3.3.0 can&#39;t be build against Hadoop 2.0.3 or later
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-841'>BIGTOP-841</a>] -         hadoop-conf-pseudo missed configuration for capacity scheduler and historyserver
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-842'>BIGTOP-842</a>] -         hadoop-mapreduce-historyserver service dumps some output to the console instead of its .out file 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-844'>BIGTOP-844</a>] -         hadoop rpm upgrade sequence is broken
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-846'>BIGTOP-846</a>] -         The helper script introduced in BIGTOP-547 doesn&#39;t create /user/$USER directories on HDFS
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-850'>BIGTOP-850</a>] -         Remove non-ASF repositories and infrastructure references from the project files
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-851'>BIGTOP-851</a>] -         Typo breaks detection of multiple libraries in bigtop-utils in some JVMs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-853'>BIGTOP-853</a>] -         HBase test, TestLoadAndVerify does not work on secure clusters
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-857'>BIGTOP-857</a>] -         Inconsistent group ownership of /var/run/hadoop-hdfs between .deb and .rpm installs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-858'>BIGTOP-858</a>] -         HBase tests are no longer compile with HBase 0.94
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-859'>BIGTOP-859</a>] -         fix the Bigtop trunk package test
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-869'>BIGTOP-869</a>] -         hadoop preun should not stop services itself on behalf of its subpackages
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-870'>BIGTOP-870</a>] -         Bump version of Pig to 0.11
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-873'>BIGTOP-873</a>] -         Hive needs Ivy cache cleared
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-874'>BIGTOP-874</a>] -         make test contracts show up in javadoc
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-875'>BIGTOP-875</a>] -         hadoop-smoke is broken because of missed dependency
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-876'>BIGTOP-876</a>] -         TestDFSAdmin in hadoop-smoke is outdated and still relies on presence of -upgradeProgress
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-877'>BIGTOP-877</a>] -         TestDFSAdmin in hadoop-smoke has to ensure its own environment, e.g. create HDFS paths, etc.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-878'>BIGTOP-878</a>] -         Bump version of Oozie to 3.3.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-879'>BIGTOP-879</a>] -         Bump version of Solr to 4.2.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-883'>BIGTOP-883</a>] -         Add support for Oracle RPM Java 1.7
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-884'>BIGTOP-884</a>] -         hive smoke tests can&#39;t be executed as a jar file isn&#39;t present anymore
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-885'>BIGTOP-885</a>] -         TestHiveSmokeBulk fails on Hive 0.9
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-886'>BIGTOP-886</a>] -         Non-fatal errors when starting Hive daemons in EL5
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-887'>BIGTOP-887</a>] -         Sqoop 2 should be consistent with Oozie / Bigtop for server plugins directory
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-888'>BIGTOP-888</a>] -         Oozie losing value of JAVA_HOME when spawning sub-shell
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-889'>BIGTOP-889</a>] -         pig smoke tests are no longer running
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-890'>BIGTOP-890</a>] -         Remove workaround for distributed cache problem from Oozie package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-892'>BIGTOP-892</a>] -         hadoop packages misses capacity-scheduler configuration
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-894'>BIGTOP-894</a>] -         Pig compilation fails on RPM systems on Bigtop trunk
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-895'>BIGTOP-895</a>] -         A number of testcases in TestCLI are failing with (at least) Hadoop 2.0.3 and later
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-896'>BIGTOP-896</a>] -         Solr rpm requires redhat-lsb to run
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-899'>BIGTOP-899</a>] -         enabled deployment topology with 3 nodes
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-900'>BIGTOP-900</a>] -         update deployment configs for Kerberized installations
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-901'>BIGTOP-901</a>] -         Oozie smoke tests mightn&#39;t be able to obtain the jobtracker or namenode hostnames, using old config. names 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-902'>BIGTOP-902</a>] -         Hive uses same file for log4j and standard output
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-903'>BIGTOP-903</a>] -         crunch integration tests need to clean up output directory before each individual subtask is run
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-904'>BIGTOP-904</a>] -         mahout tests should default to /tmp as a temp location
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-905'>BIGTOP-905</a>] -         bump versions of test execution poms to match the BOM
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-906'>BIGTOP-906</a>] -         a few tests need artifacts compiled against Hadoop 2.X
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-907'>BIGTOP-907</a>] -          hadoop-mapreduce-historyserver should require hadoop-hdfs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-910'>BIGTOP-910</a>] -         datanode init script cannot stop the process bcause it cannot find the pid file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-912'>BIGTOP-912</a>] -         update HBase tests for 0.6.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-914'>BIGTOP-914</a>] -         puppet needs to provision test users
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-918'>BIGTOP-918</a>] -         Move BOM version info to the root pom file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-920'>BIGTOP-920</a>] -         Add HCatalog tests
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-923'>BIGTOP-923</a>] -         Packages that depend on bigtop-utils needs to specify &gt;= 0.6
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-928'>BIGTOP-928</a>] -         Hive can&#39;t be build against non-published Hadoop artifacts
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-929'>BIGTOP-929</a>] -         Pig component build needs to use internal resolvers
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-930'>BIGTOP-930</a>] -         init-hdfs.sh fails on execution
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-934'>BIGTOP-934</a>] -         Hidden cookie is being set by wiki.cloudera.org via http://blogs.apache.org/bigtop top page
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-935'>BIGTOP-935</a>] -         Use init script templates for hive
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-936'>BIGTOP-936</a>] -         Use init script templates for hbase
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-937'>BIGTOP-937</a>] -         Hive does not restart on Ubuntu
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-940'>BIGTOP-940</a>] -         fix issues with Hive package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-945'>BIGTOP-945</a>] -         Service lock files need to match init script name
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-946'>BIGTOP-946</a>] -         solr-server runlevels are wrong in debian
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-947'>BIGTOP-947</a>] -         oozie init script does not use JAVA_HOME in /etc/default/bigtop-utils
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-948'>BIGTOP-948</a>] -         TestFileAppend and TestHDFSQuota tests need to be updated
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-949'>BIGTOP-949</a>] -         Add Sqoop tests
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-950'>BIGTOP-950</a>] -         race condition for output consumption in Shell code
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-951'>BIGTOP-951</a>] -         Hive Smoke&#39;s TestJdbcDriver fails
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-953'>BIGTOP-953</a>] -         Revert BIGTOP-835 and BIGTOP-950
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-954'>BIGTOP-954</a>] -         metadada and user data for sqoop and hcatalog packages are wrong
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-956'>BIGTOP-956</a>] -         fix small issues with mahout, hue and oozie tests
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-957'>BIGTOP-957</a>] -         update deployment code for Sqoop2
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-958'>BIGTOP-958</a>] -         update deployment code for HCatalog
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-959'>BIGTOP-959</a>] -         get rid of hadoop specific init.d.tmpl
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-960'>BIGTOP-960</a>] -         Remove workaround for HBASE-6263 in hbase-thrift start
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-968'>BIGTOP-968</a>] -         oozie is now part of the core hue
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-969'>BIGTOP-969</a>] -         a few files belong to more than one package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-970'>BIGTOP-970</a>] -         update package test manifest and fix small issues in package metadata for Bigtop 0.6.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-971'>BIGTOP-971</a>] -         take care of the rat licensing complaints
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-974'>BIGTOP-974</a>] -         Crunch download location is no longer /incubator
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-975'>BIGTOP-975</a>] -         HBase regionserver init script does not implement &quot;condrestart&quot; command
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-981'>BIGTOP-981</a>] -         Provide minimal documentation for puppet deploy config file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-982'>BIGTOP-982</a>] -         hcatalog needs to be given HCAT_HOME and HIVE_HOME
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-983'>BIGTOP-983</a>] -         Oozie-client package ships its docs twice
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-984'>BIGTOP-984</a>] -         bigtop-utils doesn&#39;t detect JAVA_HOME for Oracle JDK 7 when package by Debian&#39;s tool
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-985'>BIGTOP-985</a>] -         Create Hive JDBC package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-988'>BIGTOP-988</a>] -         HCatalog does not launch daemon process in a known directory
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-991'>BIGTOP-991</a>] -         crunch archive is incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-994'>BIGTOP-994</a>] -         hdfs-init missed a few permissions on the sub-directories
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-997'>BIGTOP-997</a>] -         TestCLI fails test id 5:  comparator fails
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1001'>BIGTOP-1001</a>] -         need package tests for hive-jdbc package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1002'>BIGTOP-1002</a>] -         Complete porting Sqoop import tests to Sqoop 2
+</li>
+</ul>
+                
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-12'>BIGTOP-12</a>] -         Add HCatalog to Bigtop
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-547'>BIGTOP-547</a>] -         create an HDFS setup helper script
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-712'>BIGTOP-712</a>] -         Bigtop 0.5.0 release
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-713'>BIGTOP-713</a>] -         use newer debhelper and source format 3.0 (quilt) for Debian and Ubuntu packaging
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-756'>BIGTOP-756</a>] -         Provide the thrift API interface file in the HBase packages
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-763'>BIGTOP-763</a>] -         Add hdfs-journalnode to hadoop.spec
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-817'>BIGTOP-817</a>] -         Wiki breadcrumb still shows Bigtop(incubating)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-821'>BIGTOP-821</a>] -         Puppet README&#39;s Usage section cuts off because of angle bracket delimiter
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-838'>BIGTOP-838</a>] -         Both conf.empty and conf.pseudo packages don&#39;t seem to include a sample hadoop-env.sh file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-843'>BIGTOP-843</a>] -         It would be really cool if bigtop-detect-javahome were smarter and didn&#39;t pick a 32-bit JVM, or a 1.7 JVM set with default
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-882'>BIGTOP-882</a>] -         Upload content of Oozie sharelib to HDFS
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-893'>BIGTOP-893</a>] -         migrate puppet code to use init-hdfs.sh
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-931'>BIGTOP-931</a>] -         a few improvements to secure puppet deployment code
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-961'>BIGTOP-961</a>] -         hcatalog should be re-using hive user when running
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-967'>BIGTOP-967</a>] -         package removal is currently missing from our package tests
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-973'>BIGTOP-973</a>] -         Improve error diagnostics when sed&#39;ing Hadoop version in Oozie package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-995'>BIGTOP-995</a>] -         JDK bug 6979329 requires a redundant kinit -R
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1000'>BIGTOP-1000</a>] -         Remove remaining references to the Incubator
+</li>
+</ul>
+    
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-732'>BIGTOP-732</a>] -         Support running multiple HBase region servers
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-881'>BIGTOP-881</a>] -         Add support for Oozie to be configured with SSL (HTTPS)
+</li>
+</ul>
+                        
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-118'>BIGTOP-118</a>] -         Check to ensure our build system requirements are actually declared properly in the packaging.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-681'>BIGTOP-681</a>] -         Package tests needed for new DataFu package
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-720'>BIGTOP-720</a>] -         Build environment automation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-760'>BIGTOP-760</a>] -         Push artifacts from non-Maven projects into local Maven cache
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-805'>BIGTOP-805</a>] -         Add Sqoop 2 to bigtop
+</li>
+</ul>
+            
+<h2>        Test
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-621'>BIGTOP-621</a>] -         Add test for distcp - intra cluster
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-625'>BIGTOP-625</a>] -         Add HDFS Append Test
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-693'>BIGTOP-693</a>] -         Add hadoop-fuse-dfs test
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-728'>BIGTOP-728</a>] -         add datafu integration test
+</li>
+</ul>
+        
+
     <h1>Release Notes - Bigtop - Version 0.5.0</h1>
 <h2>        Sub-task
 </h2>


[2/2] git commit: Opening up Bigtop 0.8.0 development

Posted by rv...@apache.org.
Opening up Bigtop 0.8.0 development


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

Branch: refs/heads/master
Commit: f2d6ee32961a4d4a1cd13389f305d258c32c2d09
Parents: 9d0cb46
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Fri Oct 18 14:42:14 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Oct 18 14:43:47 2013 -0700

----------------------------------------------------------------------
 CHANGES.txt                                           | 2 ++
 bigtop-test-framework/pom.xml                         | 4 ++--
 bigtop-tests/test-artifacts/crunch/pom.xml            | 4 ++--
 bigtop-tests/test-artifacts/datafu/pom.xml            | 4 ++--
 bigtop-tests/test-artifacts/fatjar/pom.xml            | 4 ++--
 bigtop-tests/test-artifacts/flume/pom.xml             | 4 ++--
 bigtop-tests/test-artifacts/giraph/pom.xml            | 4 ++--
 bigtop-tests/test-artifacts/hadoop/pom.xml            | 4 ++--
 bigtop-tests/test-artifacts/hbase/pom.xml             | 4 ++--
 bigtop-tests/test-artifacts/hcatalog/pom.xml          | 4 ++--
 bigtop-tests/test-artifacts/hive/pom.xml              | 4 ++--
 bigtop-tests/test-artifacts/hue/pom.xml               | 4 ++--
 bigtop-tests/test-artifacts/mahout/pom.xml            | 4 ++--
 bigtop-tests/test-artifacts/oozie/pom.xml             | 4 ++--
 bigtop-tests/test-artifacts/package/pom.xml           | 4 ++--
 bigtop-tests/test-artifacts/phoenix/pom.xml           | 4 ++--
 bigtop-tests/test-artifacts/pom.xml                   | 4 ++--
 bigtop-tests/test-artifacts/solr/pom.xml              | 4 ++--
 bigtop-tests/test-artifacts/spark/pom.xml             | 4 ++--
 bigtop-tests/test-artifacts/sqoop/pom.xml             | 4 ++--
 bigtop-tests/test-execution/common/pom.xml            | 4 ++--
 bigtop-tests/test-execution/conf/pom.xml              | 4 ++--
 bigtop-tests/test-execution/integration/pom.xml       | 4 ++--
 bigtop-tests/test-execution/integration/sqoop/pom.xml | 4 ++--
 bigtop-tests/test-execution/package/pom.xml           | 4 ++--
 bigtop-tests/test-execution/pom.xml                   | 4 ++--
 bigtop-tests/test-execution/smokes/crunch/pom.xml     | 4 ++--
 bigtop-tests/test-execution/smokes/datafu/pom.xml     | 4 ++--
 bigtop-tests/test-execution/smokes/flume/pom.xml      | 4 ++--
 bigtop-tests/test-execution/smokes/giraph/pom.xml     | 4 ++--
 bigtop-tests/test-execution/smokes/hadoop/pom.xml     | 4 ++--
 bigtop-tests/test-execution/smokes/hbase/pom.xml      | 4 ++--
 bigtop-tests/test-execution/smokes/hcatalog/pom.xml   | 4 ++--
 bigtop-tests/test-execution/smokes/hive/pom.xml       | 4 ++--
 bigtop-tests/test-execution/smokes/hue/pom.xml        | 4 ++--
 bigtop-tests/test-execution/smokes/mahout/pom.xml     | 4 ++--
 bigtop-tests/test-execution/smokes/oozie/pom.xml      | 4 ++--
 bigtop-tests/test-execution/smokes/phoenix/pom.xml    | 4 ++--
 bigtop-tests/test-execution/smokes/pig/pom.xml        | 4 ++--
 bigtop-tests/test-execution/smokes/pom.xml            | 4 ++--
 bigtop-tests/test-execution/smokes/solr/pom.xml       | 4 ++--
 bigtop-tests/test-execution/smokes/spark/pom.xml      | 4 ++--
 bigtop-tests/test-execution/smokes/sqoop/pom.xml      | 6 +++---
 bigtop.mk                                             | 2 +-
 pom.xml                                               | 2 +-
 45 files changed, 89 insertions(+), 87 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f0ab373..ae4ab9a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,8 @@
 
 Bigtop Changelog
 
+* Release 0.8.0 (unreleased)
+
 * Release 0.7.0 (2013-10-28)
 
 - SUB-TASK

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-test-framework/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 05c2b5b..5f1cbb2 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
     
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>itest-common</artifactId>
   <name>iTest: system and integration testing in the cloud</name>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/crunch/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/crunch/pom.xml b/bigtop-tests/test-artifacts/crunch/pom.xml
index a28e5fb..61a2388 100644
--- a/bigtop-tests/test-artifacts/crunch/pom.xml
+++ b/bigtop-tests/test-artifacts/crunch/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>crunch-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>crunchsmoke</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/datafu/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/datafu/pom.xml b/bigtop-tests/test-artifacts/datafu/pom.xml
index 10f3f89..b4209f1 100644
--- a/bigtop-tests/test-artifacts/datafu/pom.xml
+++ b/bigtop-tests/test-artifacts/datafu/pom.xml
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>datafu-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>datafusmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/fatjar/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml
index 8f94a10..fa8a86b 100644
--- a/bigtop-tests/test-artifacts/fatjar/pom.xml
+++ b/bigtop-tests/test-artifacts/fatjar/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>fat-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>fatjar</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/flume/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/flume/pom.xml b/bigtop-tests/test-artifacts/flume/pom.xml
index 5edaac2..15fe225 100644
--- a/bigtop-tests/test-artifacts/flume/pom.xml
+++ b/bigtop-tests/test-artifacts/flume/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>flumesmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/giraph/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/giraph/pom.xml b/bigtop-tests/test-artifacts/giraph/pom.xml
index c954297..0ffe70f 100644
--- a/bigtop-tests/test-artifacts/giraph/pom.xml
+++ b/bigtop-tests/test-artifacts/giraph/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>giraph-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>giraphsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml
index e2c85dd..8982fe7 100644
--- a/bigtop-tests/test-artifacts/hadoop/pom.xml
+++ b/bigtop-tests/test-artifacts/hadoop/pom.xml
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>hadoopsmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hbase/pom.xml b/bigtop-tests/test-artifacts/hbase/pom.xml
index 545d68a..8b20c8e 100644
--- a/bigtop-tests/test-artifacts/hbase/pom.xml
+++ b/bigtop-tests/test-artifacts/hbase/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>hbasesmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml b/bigtop-tests/test-artifacts/hcatalog/pom.xml
index e649dee..8a2bb94 100644
--- a/bigtop-tests/test-artifacts/hcatalog/pom.xml
+++ b/bigtop-tests/test-artifacts/hcatalog/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hcatalog-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>hcatalogsmoke</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hive/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hive/pom.xml b/bigtop-tests/test-artifacts/hive/pom.xml
index 8759975..658a638 100644
--- a/bigtop-tests/test-artifacts/hive/pom.xml
+++ b/bigtop-tests/test-artifacts/hive/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hive-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>hivesmoke</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hue/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hue/pom.xml b/bigtop-tests/test-artifacts/hue/pom.xml
index 6f86fda..067b698 100644
--- a/bigtop-tests/test-artifacts/hue/pom.xml
+++ b/bigtop-tests/test-artifacts/hue/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hue-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>huesmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/mahout/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/mahout/pom.xml b/bigtop-tests/test-artifacts/mahout/pom.xml
index a19f009..e2aa3b0 100644
--- a/bigtop-tests/test-artifacts/mahout/pom.xml
+++ b/bigtop-tests/test-artifacts/mahout/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>mahoutsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/oozie/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/oozie/pom.xml b/bigtop-tests/test-artifacts/oozie/pom.xml
index a367f3b..ca9faba 100644
--- a/bigtop-tests/test-artifacts/oozie/pom.xml
+++ b/bigtop-tests/test-artifacts/oozie/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>ooziesmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/package/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/package/pom.xml b/bigtop-tests/test-artifacts/package/pom.xml
index 6d15ac3..afff69e 100644
--- a/bigtop-tests/test-artifacts/package/pom.xml
+++ b/bigtop-tests/test-artifacts/package/pom.xml
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>packagesmoke</name> 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/phoenix/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml b/bigtop-tests/test-artifacts/phoenix/pom.xml
index 4e4e0cf..2007af7 100644
--- a/bigtop-tests/test-artifacts/phoenix/pom.xml
+++ b/bigtop-tests/test-artifacts/phoenix/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>phoenix-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>phoenixsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml
index f9360a4..a83a477 100644
--- a/bigtop-tests/test-artifacts/pom.xml
+++ b/bigtop-tests/test-artifacts/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-smokes</artifactId>
   <packaging>pom</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>bigtop-smokes</name>
 
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/solr/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/solr/pom.xml b/bigtop-tests/test-artifacts/solr/pom.xml
index 5c88c74..06df324 100644
--- a/bigtop-tests/test-artifacts/solr/pom.xml
+++ b/bigtop-tests/test-artifacts/solr/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>solrsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/spark/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml
index cba3000..6a9b35a 100644
--- a/bigtop-tests/test-artifacts/spark/pom.xml
+++ b/bigtop-tests/test-artifacts/spark/pom.xml
@@ -7,13 +7,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>spark-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>sparksmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/sqoop/pom.xml b/bigtop-tests/test-artifacts/sqoop/pom.xml
index c43db82..7091a9b 100644
--- a/bigtop-tests/test-artifacts/sqoop/pom.xml
+++ b/bigtop-tests/test-artifacts/sqoop/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>sqoopsmokes</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/common/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/common/pom.xml b/bigtop-tests/test-execution/common/pom.xml
index f994698..ccbd3be 100644
--- a/bigtop-tests/test-execution/common/pom.xml
+++ b/bigtop-tests/test-execution/common/pom.xml
@@ -24,14 +24,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>stacks-common</artifactId>
   <packaging>pom</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>stacks-validation-common</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/conf/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/conf/pom.xml b/bigtop-tests/test-execution/conf/pom.xml
index 6d5fc0c..c03a326 100644
--- a/bigtop-tests/test-execution/conf/pom.xml
+++ b/bigtop-tests/test-execution/conf/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>stacks-common</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../common/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>smoke-tests-conf</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>smoke-tests-conf</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/integration/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/integration/pom.xml b/bigtop-tests/test-execution/integration/pom.xml
index 1984c45..85a1ce7 100644
--- a/bigtop-tests/test-execution/integration/pom.xml
+++ b/bigtop-tests/test-execution/integration/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>stacks-common</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../common/pom.xml</relativePath>
   </parent>
 
@@ -30,7 +30,7 @@
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>integration-tests</artifactId>
   <packaging>pom</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>hadoop-stack-integration</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/integration/sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/integration/sqoop/pom.xml b/bigtop-tests/test-execution/integration/sqoop/pom.xml
index 261fc85..404fba8 100644
--- a/bigtop-tests/test-execution/integration/sqoop/pom.xml
+++ b/bigtop-tests/test-execution/integration/sqoop/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>integration-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-integration-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>sqoop-integration-execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/package/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/package/pom.xml b/bigtop-tests/test-execution/package/pom.xml
index 723fddf..a2658ec 100644
--- a/bigtop-tests/test-execution/package/pom.xml
+++ b/bigtop-tests/test-execution/package/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../smokes/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>packagesmokes</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml
index 5191e47..cc2830b 100644
--- a/bigtop-tests/test-execution/pom.xml
+++ b/bigtop-tests/test-execution/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-test-execution</artifactId>
   <packaging>pom</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>bigtop-smokes</name>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/crunch/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/crunch/pom.xml b/bigtop-tests/test-execution/smokes/crunch/pom.xml
index 55bdc68..9040e90 100644
--- a/bigtop-tests/test-execution/smokes/crunch/pom.xml
+++ b/bigtop-tests/test-execution/smokes/crunch/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>crunch-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Crunch smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/datafu/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/datafu/pom.xml b/bigtop-tests/test-execution/smokes/datafu/pom.xml
index 4dd139c..bcc2df4 100644
--- a/bigtop-tests/test-execution/smokes/datafu/pom.xml
+++ b/bigtop-tests/test-execution/smokes/datafu/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>datafu-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>datafu smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/flume/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/flume/pom.xml b/bigtop-tests/test-execution/smokes/flume/pom.xml
index e803854..1405c7d 100644
--- a/bigtop-tests/test-execution/smokes/flume/pom.xml
+++ b/bigtop-tests/test-execution/smokes/flume/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Flume smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/giraph/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/giraph/pom.xml b/bigtop-tests/test-execution/smokes/giraph/pom.xml
index 66989ca..d1a886c 100644
--- a/bigtop-tests/test-execution/smokes/giraph/pom.xml
+++ b/bigtop-tests/test-execution/smokes/giraph/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>giraph-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Giraph smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/hadoop/pom.xml b/bigtop-tests/test-execution/smokes/hadoop/pom.xml
index 2182603..96f1065 100644
--- a/bigtop-tests/test-execution/smokes/hadoop/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hadoop/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Hadoop smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/hbase/pom.xml b/bigtop-tests/test-execution/smokes/hbase/pom.xml
index 19f87ab..46c9cec 100644
--- a/bigtop-tests/test-execution/smokes/hbase/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hbase/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>HBase smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
index f267221..d413cfb 100644
--- a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hcatalog-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>HCatalog smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hive/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/hive/pom.xml b/bigtop-tests/test-execution/smokes/hive/pom.xml
index ae83c72..d97cd1e 100644
--- a/bigtop-tests/test-execution/smokes/hive/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hive/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hive-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Hive smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hue/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/hue/pom.xml b/bigtop-tests/test-execution/smokes/hue/pom.xml
index d748be2..64ae5cb 100644
--- a/bigtop-tests/test-execution/smokes/hue/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hue/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hue-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Hue smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/mahout/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/mahout/pom.xml b/bigtop-tests/test-execution/smokes/mahout/pom.xml
index 1718ffa..17dd64a 100644
--- a/bigtop-tests/test-execution/smokes/mahout/pom.xml
+++ b/bigtop-tests/test-execution/smokes/mahout/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Mahout smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/oozie/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/oozie/pom.xml b/bigtop-tests/test-execution/smokes/oozie/pom.xml
index f4cceae..d67b9c1 100644
--- a/bigtop-tests/test-execution/smokes/oozie/pom.xml
+++ b/bigtop-tests/test-execution/smokes/oozie/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke-test</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Oozie smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/phoenix/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/phoenix/pom.xml b/bigtop-tests/test-execution/smokes/phoenix/pom.xml
index 6d537fc..e7d924b 100644
--- a/bigtop-tests/test-execution/smokes/phoenix/pom.xml
+++ b/bigtop-tests/test-execution/smokes/phoenix/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>phoenix-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Phoenix smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/pig/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/pig/pom.xml b/bigtop-tests/test-execution/smokes/pig/pom.xml
index 565cc7f..0351424 100644
--- a/bigtop-tests/test-execution/smokes/pig/pom.xml
+++ b/bigtop-tests/test-execution/smokes/pig/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -30,7 +30,7 @@
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>pig-smoke-execution</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Pig smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/pom.xml b/bigtop-tests/test-execution/smokes/pom.xml
index 3403ef4..7ccc8bd 100644
--- a/bigtop-tests/test-execution/smokes/pom.xml
+++ b/bigtop-tests/test-execution/smokes/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>stacks-common</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../common/pom.xml</relativePath>
   </parent>
 
@@ -30,7 +30,7 @@
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>smoke-tests</artifactId>
   <packaging>pom</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>hadoop-stack-validation</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/solr/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/solr/pom.xml b/bigtop-tests/test-execution/smokes/solr/pom.xml
index 11cd935..e3aedfa 100644
--- a/bigtop-tests/test-execution/smokes/solr/pom.xml
+++ b/bigtop-tests/test-execution/smokes/solr/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke-test</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Solr smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/spark/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/spark/pom.xml b/bigtop-tests/test-execution/smokes/spark/pom.xml
index e7a80d9..feca720 100644
--- a/bigtop-tests/test-execution/smokes/spark/pom.xml
+++ b/bigtop-tests/test-execution/smokes/spark/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>spark-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Spark smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/sqoop/pom.xml b/bigtop-tests/test-execution/smokes/sqoop/pom.xml
index 4e14c30..e179b8b 100644
--- a/bigtop-tests/test-execution/smokes/sqoop/pom.xml
+++ b/bigtop-tests/test-execution/smokes/sqoop/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke-execution</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Sqoop smoke test execution</name>
   
   <properties>
@@ -40,7 +40,7 @@
     <!-- Integration tests are special -->
     <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
     <org.apache.maven-dependency-plugin.artifactId>sqoop-smoke</org.apache.maven-dependency-plugin.artifactId>
-    <org.apache.maven-dependency-plugin.version>0.7.0-SNAPSHOT</org.apache.maven-dependency-plugin.version>
+    <org.apache.maven-dependency-plugin.version>0.8.0-SNAPSHOT</org.apache.maven-dependency-plugin.version>
     <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index bc49ce1..5a62f91 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-BIGTOP_VERSION=0.7.0
+BIGTOP_VERSION=0.8.0
 
 # Hadoop 0.20.0-based hadoop package
 HADOOP_NAME=hadoop

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d38d60a..a1f7fab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.bigtop</groupId>
   <artifactId>bigtop</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   <name>Bigtop</name>