Skip to content

Commit 1b65c46

Browse files
author
Konstantin Boudnik
committed
Working on release 0.8.0. Release notes are added
1 parent 8928bf9 commit 1b65c46

File tree

2 files changed

+606
-0
lines changed

2 files changed

+606
-0
lines changed

CHANGES.txt

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,210 @@ Bigtop Changelog
1717

1818
* Release 0.8.0 (2014-09-06)
1919

20+
21+
Release Notes - Bigtop - Version 0.8.0
22+
23+
- SUB-TASK
24+
- [BIGTOP-1111] - Bump version of Hadoop to 2.2.0
25+
- [BIGTOP-1165] - Ivy config for hive metastore looks incorrect, which breaks build on JDK 7
26+
- [BIGTOP-1166] - Hive-jdbc doesn't compile on JDK 7, which breaks build
27+
- [BIGTOP-1183] - Rename spark package to spark-core
28+
- [BIGTOP-1184] - bump hadoop version to 2.3.0
29+
- [BIGTOP-1202] - One-button-click way for installing all needed bits of testing framework
30+
- [BIGTOP-1203] - Update toolchaing to automatically install Gradle into dev env.
31+
- [BIGTOP-1208] - Add DFSIO test into longevity suite
32+
- [BIGTOP-1209] - Add SLive test into longevity suite
33+
- [BIGTOP-1242] - bump jsvc to 1.0.15
34+
- [BIGTOP-1244] - bump flume to 1.5.0.1
35+
- [BIGTOP-1278] - bump pig version to 0.12.1
36+
- [BIGTOP-1279] - bump hive version to 0.12.0
37+
- [BIGTOP-1280] - bump Oozie version to 4.0.1
38+
- [BIGTOP-1281] - bump hbase version to 0.98.2
39+
- [BIGTOP-1282] - bump Mahout version to 0.9
40+
- [BIGTOP-1283] - bump Solr version to 4.6.0
41+
- [BIGTOP-1284] - bump Spark version to 0.9.1
42+
- [BIGTOP-1285] - Bump version of Phoenix to 4.0
43+
- [BIGTOP-1291] - On a clean ~/.m2 hbase mvn install site will fail as install is executed first
44+
- [BIGTOP-1293] - Include Hive 0.13 into the stack
45+
- [BIGTOP-1302] - Update hbase smoke tests to escape Hbase's "event horizon"
46+
- [BIGTOP-1330] - bump Giraph version to 1.1.0
47+
- [BIGTOP-1331] - bump Hue version to 3.6.0
48+
- [BIGTOP-1340] - Hbase build has to use hadoop-two.version sys. prop
49+
- [BIGTOP-1350] - Bump version of Crunch to 0.10.0
50+
- [BIGTOP-1354] - bump version of Solr to 4.9.0
51+
- [BIGTOP-1426] - Bump version of Hadoop to 2.4.1
52+
- [BIGTOP-1432] - Update HBase version to 0.98.5 in the BOM
53+
- [BIGTOP-1433] - Fix Hive build after BIGTOP-1429
54+
- [BIGTOP-1434] - Maven build failing with NoClassDefFoundError at maven-site-plugin:3.0-beta-3:site (packaging-documentation) @ sqoop-docs
55+
- [BIGTOP-1435] - Fix Crunch build after BIGTOP-1429
56+
57+
- BUG
58+
- [BIGTOP-282] - the licensing status of the MovieLens data files needs to be cleared up
59+
- [BIGTOP-831] - Hadoop branch-2 (and trunk?) are failing when built with JDK7u11
60+
- [BIGTOP-922] - Existing Puppet recipes are failing to initialize HDFS dictories on the first run
61+
- [BIGTOP-986] - install-flume.sh uses -x instead of -e
62+
- [BIGTOP-996] - Document steps needed to run BT tests on a fresh host
63+
- [BIGTOP-997] - TestCLI fails test id 5: comparator fails
64+
- [BIGTOP-1042] - Add support for Hadoop 2.1.x-beta
65+
- [BIGTOP-1048] - ZooKeeper installation use "zookeeper-server.pid" as default while ZooKeeper expects zookeeper_server.pid
66+
- [BIGTOP-1072] - Vagrant scripts for spinning up and "hydrating" bigtop vms
67+
- [BIGTOP-1092] - Add Hue documentation package
68+
- [BIGTOP-1097] - introduce bigtop-groovy package
69+
- [BIGTOP-1124] - solrctl should be able to auto-detect JAVA_HOME
70+
- [BIGTOP-1125] - Return value does not reflect status checks
71+
- [BIGTOP-1128] - FIX and modularize mahout sample data sets
72+
- [BIGTOP-1132] - Phoenix RPM specfile does not create symlinks
73+
- [BIGTOP-1141] - Add TestYarnNode to test yarn node
74+
- [BIGTOP-1143] - Oozie configuration file is incomplete
75+
- [BIGTOP-1146] - Flume NG package is broken because of org.hbase.asynchbase deps. mismanagement
76+
- [BIGTOP-1150] - update Spark debian packaging to the latest format
77+
- [BIGTOP-1153] - Crunch package doesn't depend on anything
78+
- [BIGTOP-1164] - Get whole Bigtop stack building on JDK 7
79+
- [BIGTOP-1167] - got "Permission denied" when creating vagrant home folder in provision.sh
80+
- [BIGTOP-1168] - hue build fails (unresolvable maven dependencies)
81+
- [BIGTOP-1169] - Hue rpm build fails
82+
- [BIGTOP-1174] - missing dependency setting on init-hdfs.sh in puppet recipes
83+
- [BIGTOP-1181] - Add pyspark to spark package
84+
- [BIGTOP-1187] - Spark service packages have extraneous core in the name
85+
- [BIGTOP-1191] - master pom.xml file formatting is out of whack
86+
- [BIGTOP-1197] - iTest PackageManagerTests are failing
87+
- [BIGTOP-1199] - Makefile for deb packing needs to support zip archives
88+
- [BIGTOP-1205] - GRADLE_OPTS missing closing " in toolchain jenkins.sh.*
89+
- [BIGTOP-1217] - Spark test-artifact missing repository for install
90+
- [BIGTOP-1218] - Add JDK7 to Bigtop toolchain
91+
- [BIGTOP-1220] - Gradle task order isn't enforced properly with dependsOn
92+
- [BIGTOP-1221] - Expand and updated FUSE tests
93+
- [BIGTOP-1223] - TestSlive does not fully remove root directory after an iteration
94+
- [BIGTOP-1225] - TestHDFSQuota can fail if tests are run out of order
95+
- [BIGTOP-1226] - TestSLive setup() already being used, need to rename
96+
- [BIGTOP-1232] - test artifact build fails in io-longevity
97+
- [BIGTOP-1234] - TestFileAppend shouldn't reuse client during testMultipleOutputStreamFailure()
98+
- [BIGTOP-1236] - TestCLI expecting permissions incorrectly
99+
- [BIGTOP-1238] - TestCLI has misspelled 'NAMNEODE' that is used without protocol name
100+
- [BIGTOP-1239] - TestCLI: make ports optional in regex comparators
101+
- [BIGTOP-1246] - Fix the shell-object bug in HttpFs smoke tests
102+
- [BIGTOP-1250] - TestTextSnappy fails
103+
- [BIGTOP-1252] - Update ant from 1.9.2 to 1.9.3
104+
- [BIGTOP-1253] - TestSLive calling setpDir() instead of setupDir()
105+
- [BIGTOP-1254] - add gradle specific files to .gitignore
106+
- [BIGTOP-1255] - init-hcfs.json needs to encode privileges as strings, not numbers.
107+
- [BIGTOP-1256] - Spark package deployment should reflect BIGTOP-1183
108+
- [BIGTOP-1258] - Spark puppet deploy might fail as /etc/spark can not be created
109+
- [BIGTOP-1259] - spark-worker service should be started after spark-master if ran on the same node
110+
- [BIGTOP-1260] - Puppet deployment should reflect on the new name of spark package
111+
- [BIGTOP-1268] - Jenkins Job Bigtop-trunk-Hadoop failed from 3/15/2014 due to protoc version
112+
- [BIGTOP-1274] - yarn ResourceManager should be started before starting NodeManagers
113+
- [BIGTOP-1290] - Zookeeper build is failing on Ant 1.9.3
114+
- [BIGTOP-1294] - asciidoc is missed from centos and sles environments of bigtop_toolchain
115+
- [BIGTOP-1295] - package.mk misteriously missing mkdir for RPMS that leads to SUSE build to fail
116+
- [BIGTOP-1300] - need to bump ant version to 1.9.4 in bigtop_toolchain
117+
- [BIGTOP-1303] - Pig 0.12.1 build is broken at the site target. Stack build can't proceed
118+
- [BIGTOP-1304] - bigtop_toolchain needs to install Scala 2.10 to support Spark build
119+
- [BIGTOP-1306] - RPM licensing metadata is inconsistent and wrong
120+
- [BIGTOP-1313] - Ant 1.9.4 update is missed from ant.pp recipe.
121+
- [BIGTOP-1319] - hive-rpm target is broken
122+
- [BIGTOP-1322] - hbase_install.sh shall be called with bash
123+
- [BIGTOP-1324] - Fix typo in testHDFSConf.xml of TestCLI
124+
- [BIGTOP-1336] - Puppet recipes failed to deploy kerberos enabled hadoop cluster
125+
- [BIGTOP-1337] - Logging success messages in service startup and shutdown only after verification.
126+
- [BIGTOP-1345] - remove bigtop-packages/src/[email protected]
127+
- [BIGTOP-1346] - Generalize evaluation regexp in packages.gradle
128+
- [BIGTOP-1355] - Hive 0.13 deb build is broken
129+
- [BIGTOP-1358] - adjust toolchain to use JDK7 by default
130+
- [BIGTOP-1359] - fix a few issues with our puppet_toolchain code
131+
- [BIGTOP-1371] - Spark-master service fails to start due to missing /usr/lib/spark/work
132+
- [BIGTOP-1380] - Pig might run out of memory during site construction
133+
- [BIGTOP-1382] - Hadoop site.csv components additions: yarn & mapred-app
134+
- [BIGTOP-1390] - JDK Woes
135+
- [BIGTOP-1394] - package test manifest got out of date
136+
- [BIGTOP-1396] - update metadata for bigtop-groovy and phoenix
137+
- [BIGTOP-1397] - hive-hbase package is missing after move to the latest Hive
138+
- [BIGTOP-1398] - hadoop-hdfs-fuse can't be installed on Ubuntu 14.04
139+
- [BIGTOP-1399] - add --help to alternative invocation to support newer Ubuntus
140+
- [BIGTOP-1400] - Whirr is failing with PermGen error: needs to be bumped up
141+
- [BIGTOP-1401] - Create man pages for YARN, HDFS and MAPRED.
142+
- [BIGTOP-1402] - Update bigtop gradle to 2.x
143+
- [BIGTOP-1405] - Gradle 2.0 installation from toolchain is broken
144+
- [BIGTOP-1415] - Remove redundant jars from spark package.
145+
- [BIGTOP-1418] - [BigPetStore] build.gradle - wrong variable name (hadoopClusterRuntime instead of runtime)
146+
- [BIGTOP-1420] - Update Phoenix version to 4.1.0 in the BOM
147+
- [BIGTOP-1421] - Phoenix build is missing some variables
148+
- [BIGTOP-1425] - gradle build can fail with NPE in an obscure way
149+
- [BIGTOP-1427] - HBase build should build hbase-***-hadoop2 by default
150+
- [BIGTOP-1428] - update tests to reflect new home for hbase user
151+
- [BIGTOP-1429] - Apache build of Bigtop test artifacts fails to find correct Hbase jars
152+
- [BIGTOP-1430] - incorrect version of spark-core prevents test artifacts from compiling
153+
- [BIGTOP-1438] - asciidoc is no longer needed by Sqoop
154+
- [BIGTOP-1439] - split jdk7 and jdk6 in Bigtop toolchain
155+
- [BIGTOP-1440] - a few usability updates to bigtop_toolchain
156+
- [BIGTOP-1441] - bigtop_toolchain fails on Ubuntu
157+
- [BIGTOP-1442] - need to add proper clean up for the toolchain puppet code
158+
- [BIGTOP-1444] - Phoenix RPM build is broken after BIGTOP-1421
159+
160+
- IMPROVEMENT
161+
- [BIGTOP-840] - Refactor Bigtop puppet code for better integration with newer Puppet and Whirr
162+
- [BIGTOP-848] - Allow to build stack on top of an arbitrary Hadoop SHA
163+
- [BIGTOP-952] - init-hdfs.sh is dog slow. Let's replace it with a direct HDFS API calls and better layout management
164+
- [BIGTOP-992] - Create HowToContribute wiki page
165+
- [BIGTOP-1019] - Remove mysql requirement constraint from sqoop tests
166+
- [BIGTOP-1026] - Big Top Mapred/Itest assertions should report specific commands which fail
167+
- [BIGTOP-1029] - Add support for HBase 0.96+
168+
- [BIGTOP-1085] - spark packages needs to be split
169+
- [BIGTOP-1110] - Define BOM for 0.8.0 release of Bigtop
170+
- [BIGTOP-1130] - Update Build Requirements on our web pages
171+
- [BIGTOP-1137] - provide a way to request a major version of JDK
172+
- [BIGTOP-1138] - hadoop-conf-pseudo package uses the deprecated fs.default.name parameter
173+
- [BIGTOP-1139] - bigtop-tomcat and bigtop-jsvc don't depend on bigtop-utils
174+
- [BIGTOP-1144] - Need to update command 'puppet apply' in file bigtop-deploy/puppet/README.md
175+
- [BIGTOP-1147] - README.md improvments
176+
- [BIGTOP-1152] - speed up spark build
177+
- [BIGTOP-1155] - New logo !
178+
- [BIGTOP-1161] - Have a way to dynamically select components to be deployed by Puppet recipes.
179+
- [BIGTOP-1163] - puppet apply shows db init error if the oozie server is already running
180+
- [BIGTOP-1171] - Puppetize the Vagrant deployer
181+
- [BIGTOP-1178] - Clusterize the puppetized vagrant deployer.
182+
- [BIGTOP-1195] - Higher level interface to smokes.
183+
- [BIGTOP-1200] - Implement Generic Text File to define HCFS filesystem semantics
184+
- [BIGTOP-1201] - Enhance (gradleize) the build to ease development, deployment; abstract implementation
185+
- [BIGTOP-1207] - Create a foundation layer to build longevity and performance tests for the stack
186+
- [BIGTOP-1210] - integrate BIGTOP-952 with plain text HCFS FS definition from BIGTOP-1200
187+
- [BIGTOP-1213] - TestHadoopExamples smokes: orderering of tests; other improvements
188+
- [BIGTOP-1222] - Simplify and gradleize a subset of the bigtop smokes
189+
- [BIGTOP-1224] - Provide a simple order for tests
190+
- [BIGTOP-1241] - BIGTOP should update protobuf to 2.5 from 2.4.x
191+
- [BIGTOP-1257] - Make TestHadoopExamples modular enough to support longevity tests.
192+
- [BIGTOP-1269] - BigPetStore: Create build w/ gradle
193+
- [BIGTOP-1289] - Update component versions in the pom.xml (including hadoop)
194+
- [BIGTOP-1296] - Fix permission and Update README for vagrant-puppet recipe
195+
- [BIGTOP-1311] - allow easy site publishing
196+
- [BIGTOP-1312] - Add dynamic menus, update, links, modern CSS to bigtop site.
197+
- [BIGTOP-1314] - Deprecate make build
198+
- [BIGTOP-1316] - enhance Shell for better checking of return code & output logging
199+
- [BIGTOP-1321] - TestCLI: check assumptions before the test run
200+
- [BIGTOP-1342] - Make TestCLI usable for both HDFS and HCFS
201+
- [BIGTOP-1347] - Support better entropy performance on vagrant VMs
202+
- [BIGTOP-1348] - vagrant-puppet provisioning is too slow on installing packages
203+
- [BIGTOP-1372] - Bigtop needs feature that takes in multiple arguments to build specific components at command line
204+
- [BIGTOP-1374] - Add dynamic override of BOM variables into Gradle build
205+
- [BIGTOP-1391] - Improve README.md so that the markdown rendering is pretty and easy to read
206+
207+
- NEW FEATURE
208+
- [BIGTOP-1039] - Add packaging for Shark analytics
209+
- [BIGTOP-1089] - BigPetStore: A polyglot big data processing blueprint
210+
- [BIGTOP-1188] - Smoke tests for HttpFs
211+
- [BIGTOP-1192] - Add utilities to facilitate cluster failure testing into bigtop-test-framework
212+
- [BIGTOP-1212] - Pick or build a framework for building fake data sets
213+
- [BIGTOP-1272] - BigPetStore: Productionize the Mahout recommender
214+
- [BIGTOP-1351] - Init script for HBase Thrift2 server is missing
215+
216+
- TASK
217+
- [BIGTOP-236] - The user installed by hbase gets an incorrect home directory
218+
- [BIGTOP-1240] - Formatting Guidelines
219+
220+
- TEST
221+
- [BIGTOP-1040] - Add integration tests for Shark component
222+
223+
20224
* Release 0.7.0 (2013-10-28)
21225

22226
- SUB-TASK

0 commit comments

Comments
 (0)