1.0.0 preparation: release notes for 1.0.0 are updated to reflect latest fixes 
on branch-1.0


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

Branch: refs/heads/branch-1.0
Commit: da01775373b4c83b66b9692015c84d3eacdb31ca
Parents: 85c29c5
Author: Konstantin Boudnik <[email protected]>
Authored: Thu Jul 30 13:05:32 2015 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Thu Jul 30 13:12:22 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt                     | 19 ++++++++++++++++++
 src/site/xdoc/release-notes.xml | 38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/da017753/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 052dba6..5a2e9be 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -45,6 +45,9 @@ Release Notes - Bigtop - Version 1.0.0
     * [BIGTOP-1765] - Bump the stack version to 1.0
     * [BIGTOP-1768] - Use openjdk in ubuntu14, Remove references to jdk6 
     * [BIGTOP-1842] - Remove gridgain-hadoop from BOM
+    * [BIGTOP-1899] - Migrate CI master to EC2 instance donated by Amazon EMR 
team
+    * [BIGTOP-1900] - Upgrade bigtop/slaves images on bigtop's dockerhub
+    * [BIGTOP-1901] - Provide bigtop/deploy images on dockerhub for CI and 
users to consume docker provisioner
 
 ** Bug
     * [BIGTOP-894] - Pig compilation fails on RPM systems on Bigtop trunk
@@ -216,6 +219,15 @@ Release Notes - Bigtop - Version 1.0.0
     * [BIGTOP-1875] - Oozie build failed due to Codehaus repository is out of 
service
     * [BIGTOP-1876] - Update puppet recipes for Sqoop2
     * [BIGTOP-1879] - vagrant-puppet-vm is broken
+    * [BIGTOP-1886] - Kafka server can not create a log-cleaner.log file
+    * [BIGTOP-1893] - Compilation of hadoop-yarn-client failed
+    * [BIGTOP-1894] - Snappy development packages are missing from 
bigtop_toolchain
+    * [BIGTOP-1896] - bigtop_toolchain broken bei ant update
+    * [BIGTOP-1902] - typo in 
bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml
+    * [BIGTOP-1916] - Update Website for 1.0
+    * [BIGTOP-1937] - redhat-lsb is required by kafka daemon
+    * [BIGTOP-1938] - kafka packages /usr/bin on RPM
+    * [BIGTOP-1946] - Missing ASL header in some of iTest files
 
 ** Improvement
     * [BIGTOP-1047] - Support Puppet 3.x
@@ -305,6 +317,10 @@ Release Notes - Bigtop - Version 1.0.0
     * [BIGTOP-1836] - Better UX for Docker provisioner by integrating it into 
gradle 
     * [BIGTOP-1851] - Upgrade to HBase 0.98.12
     * [BIGTOP-1862] - Add release download link to the front page of the 
website
+    * [BIGTOP-1919] - Remove fixConditional methods in BPS data generator
+    * [BIGTOP-1923] - Bump Ignite to 1.2 with major fixes
+    * [BIGTOP-1932] - [BigPetStore] Add larger product collection
+    * [BIGTOP-1939] - Enable basic hdfs-nfs gateway configuration
 
 ** New Feature
     * [BIGTOP-989] - Add Apache Kafka  to Apache Bigtop
@@ -315,6 +331,8 @@ Release Notes - Bigtop - Version 1.0.0
     * [BIGTOP-1716] - Define SCALA_VERSION in bigtop.bom
     * [BIGTOP-1744] - Add BigPigPetstore File and REST Load Generation.
     * [BIGTOP-1806] - Integrate Apache Ignite (incubating) with BigTop
+    * [BIGTOP-1918] - Add product enumeration to BPS data generator
+    * [BIGTOP-1931] - Add multinomial product purchasing model to BPS Data 
Generator
 
 ** Task
     * [BIGTOP-1393] - Retire the make build system
@@ -333,6 +351,7 @@ Release Notes - Bigtop - Version 1.0.0
     * [BIGTOP-1834] - Upgrade to Spark 1.3.1
     * [BIGTOP-1854] - Trim Tachyon maintainers' list
     * [BIGTOP-1873] - Puppet apt module version must be 2.0.1 or above after 
BIGTOP-1870
+    * [BIGTOP-1897] - Umbrella JIRA for CI overhaul
 
 ** Test
     * [BIGTOP-1377] - Add a test case for performing block corruption recovery

http://git-wip-us.apache.org/repos/asf/bigtop/blob/da017753/src/site/xdoc/release-notes.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index ab18073..b242366 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -72,6 +72,12 @@
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1842'>BIGTOP-1842</a>] -     
    Remove gridgain-hadoop from BOM
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1899'>BIGTOP-1899</a>] -     
    Migrate CI master to EC2 instance donated by Amazon EMR team
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1900'>BIGTOP-1900</a>] -     
    Upgrade bigtop/slaves images on bigtop&#39;s dockerhub
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1901'>BIGTOP-1901</a>] -     
    Provide bigtop/deploy images on dockerhub for CI and users to consume 
docker provisioner
+</li>
 </ul>
                         
 <h2>        Bug
@@ -415,6 +421,24 @@
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1879'>BIGTOP-1879</a>] -     
    vagrant-puppet-vm is broken
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1886'>BIGTOP-1886</a>] -     
    Kafka server can not create a log-cleaner.log file
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1893'>BIGTOP-1893</a>] -     
    Compilation of hadoop-yarn-client failed 
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1894'>BIGTOP-1894</a>] -     
    Snappy development packages are missing from bigtop_toolchain
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1896'>BIGTOP-1896</a>] -     
    bigtop_toolchain broken bei ant update
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1902'>BIGTOP-1902</a>] -     
    typo in bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1916'>BIGTOP-1916</a>] -     
    Update Website for 1.0
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1937'>BIGTOP-1937</a>] -     
    redhat-lsb is required by kafka daemon
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1938'>BIGTOP-1938</a>] -     
    kafka packages /usr/bin on RPM
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1946'>BIGTOP-1946</a>] -     
    Missing ASL header in some of iTest files
+</li>
 </ul>
                     
 <h2>        Improvement
@@ -594,6 +618,14 @@
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1862'>BIGTOP-1862</a>] -     
    Add release download link to the front page of the website
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1919'>BIGTOP-1919</a>] -     
    Remove fixConditional methods in BPS data generator
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1923'>BIGTOP-1923</a>] -     
    Bump Ignite to 1.2 with major fixes
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1932'>BIGTOP-1932</a>] -     
    [BigPetStore] Add larger product collection
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1939'>BIGTOP-1939</a>] -     
    Enable basic hdfs-nfs gateway configuration
+</li>
 </ul>
             
 <h2>        New Feature
@@ -615,6 +647,10 @@
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1806'>BIGTOP-1806</a>] -     
    Integrate Apache Ignite (incubating) with BigTop
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1918'>BIGTOP-1918</a>] -     
    Add product enumeration to BPS data generator
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1931'>BIGTOP-1931</a>] -     
    Add multinomial product purchasing model to BPS Data Generator
+</li>
 </ul>
                                                     
 <h2>        Task
@@ -652,6 +688,8 @@
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1873'>BIGTOP-1873</a>] -     
    Puppet apt module version must be 2.0.1 or above after BIGTOP-1870
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-1897'>BIGTOP-1897</a>] -     
    Umbrella JIRA for CI overhaul
+</li>
 </ul>
         
 <h2>        Test

Reply via email to