aboutsummaryrefslogtreecommitdiff
path: root/src/site/xdoc/release-notes.xml
blob: f237b3b71ca895c2d6976659d75b4a545a250452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
<?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
 this work for additional information regarding copyright ownership.
 The ASF licenses this file to You under the Apache License, Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->  

<document>

    <properties>
        <title>Bigtop Project Release Notes</title>
    </properties>
    <body>
    <!-- Paste release notes from https://issues.apache.org/jira/browse/BIGTOP here. -->
    <h1>Release Notes - Bigtop - Version 0.4.0</h1>
<h2>        Sub-task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-249'>BIGTOP-249</a>] -         Fix namenode webapp
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-250'>BIGTOP-250</a>] -         Build contrib modules
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-251'>BIGTOP-251</a>] -         Making sure security works with the new packages for hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-254'>BIGTOP-254</a>] -         Write init scripts for the new yarn services
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-268'>BIGTOP-268</a>] -         Examples do not run
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-270'>BIGTOP-270</a>] -         Need to create versionless jars for integration point with other projects
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-271'>BIGTOP-271</a>] -         Kill the sbin package for hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-299'>BIGTOP-299</a>] -         Recording the fact that Java needs to be installed *before* installing Bigtop (at least on Ubuntu)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-300'>BIGTOP-300</a>] -         Record the information on slow mirrors
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-387'>BIGTOP-387</a>] -         Zookeeper version needs to be updated to 3.4.3
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-424'>BIGTOP-424</a>] -         Bump version of Oozie to 3.1.3
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-527'>BIGTOP-527</a>] -         Integrate Hue 2.0.0 into Bigtop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-538'>BIGTOP-538</a>] -         update puppet code for  BIGTOP-535
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-539'>BIGTOP-539</a>] -         update puppet code for  BIGTOP-534
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-603'>BIGTOP-603</a>] -         Bump version of Pig to 0.10.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-604'>BIGTOP-604</a>] -         Bump version of Hive to 0.9.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-605'>BIGTOP-605</a>] -         Create How To Release document
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-606'>BIGTOP-606</a>] -         Bump version of HBase to 0.94.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-617'>BIGTOP-617</a>] -         Bump version of Oozie to 3.2.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-628'>BIGTOP-628</a>] -         bump version of Mahout to 0.7.0
</li>
</ul>
            
<h2>        Bug
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-96'>BIGTOP-96</a>] -         Mahout examples try to write to /usr/lib/mahout/examples/bin/work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-162'>BIGTOP-162</a>] -         downstream components need to be patched to be compatible with MR2
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-186'>BIGTOP-186</a>] -         whirr package ships source code and needs some permissions fixes
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-264'>BIGTOP-264</a>] -         Hadoop 23 upstream tarball put some of its hadoop jars in the same directory as some of the dependencies
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-269'>BIGTOP-269</a>] -         in .23 HBase need to link to a much wider set of hadoop jars
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-272'>BIGTOP-272</a>] -         small cleanup for hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-274'>BIGTOP-274</a>] -         yarn-site.xml needs to be addedd to the Hadoop client classpath
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-277'>BIGTOP-277</a>] -         hive package in hadoop-0.23 branch is hopelessly broken
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-283'>BIGTOP-283</a>] -         in hadoop-0.23 the sha for Hadoop needs to be bumped to the 23.1-SNAPSHOT cut off point
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-285'>BIGTOP-285</a>] -         Remove source jars from hadoop-0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-286'>BIGTOP-286</a>] -         hadoop-0.23: hadoop-mapreduce-examples.jar is empty
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-288'>BIGTOP-288</a>] -         hadoop-0.23: pig contrib should have jars
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-289'>BIGTOP-289</a>] -         hadoop-0.23: need to package native libraries for compression
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-291'>BIGTOP-291</a>] -         __id_u RPM macro seems to be disabled in newer versions of RPMs
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-294'>BIGTOP-294</a>] -         brp-repack-jars chokes on guice-2.0.jar because of the directories without any read permission
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-308'>BIGTOP-308</a>] -         hadoop-0.23 branch doesn&#39;t provide .so links to hadoop native libraries
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-309'>BIGTOP-309</a>] -         hadoop-0.23 puppet code needs to deploy history server
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-312'>BIGTOP-312</a>] -         Puppet resource dependency syntax used in hadoop/manifests/init.pp doesn&#39;t always work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-316'>BIGTOP-316</a>] -         split up hadoop packages into common, hdfs, mapreduce (and yarn)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-325'>BIGTOP-325</a>] -         bump version of Zookeeper to 3.4.2
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-331'>BIGTOP-331</a>] -         our init scripts fail to detect a failed history server in hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-333'>BIGTOP-333</a>] -         heed to start properly packaging httpfs
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-338'>BIGTOP-338</a>] -         hadoop 0.23 doc package does not contain generated documentation
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-339'>BIGTOP-339</a>] -         zookeeper init.d script has a typo in PID file location
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-341'>BIGTOP-341</a>] -          hadoop streaming is not available in hadoop-0.23 branch
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-344'>BIGTOP-344</a>] -         puppet code needs to be updated to be able to deploy Hadoop 0.23 YARN in a secure fashion
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-345'>BIGTOP-345</a>] -         container-executor.conf.dir needs to be set to /etc/hadoop/conf
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-346'>BIGTOP-346</a>] -         container-executor needs to be owned by root:yarn and have permissions of 6050
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-348'>BIGTOP-348</a>] -         jsvc location needs to be updated in init.d datanode script
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-349'>BIGTOP-349</a>] -         jsvc from hadoop build fails on some of the Linux systems that Bigtop has to support
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-355'>BIGTOP-355</a>] -         missed yarn.nodemanager.local-dirs, yarn.nodemanager.log-dirs and yarn.nodemanager.remote-app-log-dir in our puppet code
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-357'>BIGTOP-357</a>] -         libjvm.so dependency on CentOS can only be satisfied by libgcj in some cases
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-359'>BIGTOP-359</a>] -         documentation build is picked from the wrong place
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-367'>BIGTOP-367</a>] -         Upgrade sequencing issue
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-369'>BIGTOP-369</a>] -         pig package has license files in the wrong location
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-372'>BIGTOP-372</a>] -         hive can&#39;t be started without setting HADOOP_HOME
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-373'>BIGTOP-373</a>] -         bigtop-detect-javahome not customizable
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-376'>BIGTOP-376</a>] -         Remove unused obsolete statement in hadoop packaging
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-378'>BIGTOP-378</a>] -         history server security configs are missing
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-381'>BIGTOP-381</a>] -         need to catch up with the HEAD of hadoop-common in hadoop-0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-383'>BIGTOP-383</a>] -         bigtop-detect-javahome installed at location unexpected by scripts on SLES
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-389'>BIGTOP-389</a>] -         need to start packaging apache commons daemon jsvc
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-392'>BIGTOP-392</a>] -         zookeeper package needs to be updated for 3.4 series
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-393'>BIGTOP-393</a>] -         hadoop packages don&#39;t set nproc
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-396'>BIGTOP-396</a>] -         Missing resource dependencies in puppet for secure clusters
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-397'>BIGTOP-397</a>] -         hbase, sqoop and oozie don&#39;t use alternatives for managing configuration
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-402'>BIGTOP-402</a>] -         manifests for package testing contain way too many duplicate data
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-407'>BIGTOP-407</a>] -         hadoop package can&#39;t be installed on debian
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-408'>BIGTOP-408</a>] -         HBase build needs to be worked around in hadoop-0.23 branch
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-409'>BIGTOP-409</a>] -         sqoop build fails on SLES
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-415'>BIGTOP-415</a>] -         need to workaround MAPREDUCE-3890
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-416'>BIGTOP-416</a>] -         run levels for init.d scripts need to be harmonized
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-417'>BIGTOP-417</a>] -         webapps shipped by bigtop components should be using a system-provided Tomcat
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-418'>BIGTOP-418</a>] -         Package MAPREDUCE-2858 (MRv2 WebApp Security)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-420'>BIGTOP-420</a>] -         bigtop-detect-javahome installed at location unexpected by scripts on SLES
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-421'>BIGTOP-421</a>] -         Sign every single file from the convenience artefact in the releases
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-422'>BIGTOP-422</a>] -         need to start packaging fuse for Hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-423'>BIGTOP-423</a>] -         hadoop package needs to be split into hadoop-client and hadoop-server packages
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-426'>BIGTOP-426</a>] -         build failures in hadoop-0.23 branch
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-428'>BIGTOP-428</a>] -         sqoop build needs to be forced to depend on HBase 0.92.0 artifacts
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-429'>BIGTOP-429</a>] -         CATALINA_PID needs to be updated in hadoop-httpfs.default to correspond to the calculated value
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-430'>BIGTOP-430</a>] -         oozie examples are missing
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-434'>BIGTOP-434</a>] -         Potential issue in the way Bigtop test infrastructure deal with arch in packages
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-435'>BIGTOP-435</a>] -         need to split hadoop subpackages even further for hadoop-0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-438'>BIGTOP-438</a>] -         need to bump the version of hadoop .23 to hadoop-0.23.3-SNAPSHOT
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-443'>BIGTOP-443</a>] -         deb/oozie/oozie-client.postinst installs an alternative for a path that isn&#39;t there
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-448'>BIGTOP-448</a>] -         Cannot install flume-ng-node pkg
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-449'>BIGTOP-449</a>] -         hadoop package cleanup for hadoop-0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-450'>BIGTOP-450</a>] -         repackage Oozie as a true webapp
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-453'>BIGTOP-453</a>] -         hadoop needs to depend on Zookeeper
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-455'>BIGTOP-455</a>] -         we still need at HADOOP_LIBEXEC_DIR=/usr/lib/hadoop/libexec to be present in our launcher scrtips
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-461'>BIGTOP-461</a>] -         hadoop-httpfs unconditionally removes the alternative
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-462'>BIGTOP-462</a>] -         JSVC_HOME location can be both /usr/lib/bigtop-utils and /usr/libexec/bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-464'>BIGTOP-464</a>] -         There&#39;s currently a commented block in puppet/modules/hadoop/templates/yarn-site.xml that fails to render in some cases
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-467'>BIGTOP-467</a>] -         [puppet] yarn historyserver currently doesn&#39;t depend on the mapreduce keytab as it should
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-468'>BIGTOP-468</a>] -         [puppet] Fix httpfs dependencies and give it its own keytab 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-469'>BIGTOP-469</a>] -         [puppet] web authentication principal missing from hdfs-site.xml
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-472'>BIGTOP-472</a>] -         make deb fails when building Whirr - OutOfMemoryError: PermGen space
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-473'>BIGTOP-473</a>] -         zookeeper man page needs to be updated
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-474'>BIGTOP-474</a>] -         improve Oozie integration with Hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-477'>BIGTOP-477</a>] -         launcher script for pig, hive, sqoop and mahout should not source /etc/default/hadoop anymore
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-478'>BIGTOP-478</a>] -         perhaps we should go back to mapred as a user name for mapreduce daemons in Hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-479'>BIGTOP-479</a>] -         init.d scripts should provide an option for initializing persistent state of the services that require it
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-480'>BIGTOP-480</a>] -         log aggregation knob is now yarn.log-aggregation-enable and needs to be enabled
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-481'>BIGTOP-481</a>] -         fix the way to handle repo key for Debian like system
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-482'>BIGTOP-482</a>] -         HTTPFS puppet code needs to be updated
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-484'>BIGTOP-484</a>] -         Fix typo error (&#39;alredy&#39; -&gt; &#39;already&#39;)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-485'>BIGTOP-485</a>] -         transition package dependencies to hadoop-client package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-487'>BIGTOP-487</a>] -         oozie security configuration needs to be updated
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-488'>BIGTOP-488</a>] -         TestCLI missing dependency
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-493'>BIGTOP-493</a>] -         [puppet] core-site.xml and httpfs-site.xml end up changing every few times puppet is run
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-496'>BIGTOP-496</a>] -         Hive ships some source code in the package.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-498'>BIGTOP-498</a>] -         Oozie&#39;s home dir is currently set to /var/run/oozie but should be /var/lib/oozie
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-500'>BIGTOP-500</a>] -         Oozie hive workflows are broken because of the HADOOP_HOME being deprecated
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-501'>BIGTOP-501</a>] -         it would help to have libext point to /var/lib/oozie in Oozie packaging
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-502'>BIGTOP-502</a>] -         Flume NG init script should pass --name &quot;agent&quot; instead of --name &quot;&lt;hostname&gt;&quot;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-503'>BIGTOP-503</a>] -         remove unsupported upstream launcher scripts from packaging
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-505'>BIGTOP-505</a>] -         Flume should exit 0 when trying to stop a non-running service
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-506'>BIGTOP-506</a>] -         Flume should exit 0 when trying to start an already running service
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-507'>BIGTOP-507</a>] -         sqoop deb package is empty
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-509'>BIGTOP-509</a>] -         make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-510'>BIGTOP-510</a>] -         log4j property must be set with property in for Flume NG pkg
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-512'>BIGTOP-512</a>] -         oozie can&#39;t be installed on debian
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-513'>BIGTOP-513</a>] -         Pig Packaging Cleanup
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-516'>BIGTOP-516</a>] -         it would be cleaner to get rid of mapreduce entries in limits.d/mapreduce.conf now that we consolidated the user back to mapred
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-519'>BIGTOP-519</a>] -         /etc/default files are not marked as configs by various hadoop packages
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-521'>BIGTOP-521</a>] -         Hadoop Pseudo-conf files have wrong permissions
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-526'>BIGTOP-526</a>] -         it could be useful to have dfs.permissions.enabled set to true in our configs
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-528'>BIGTOP-528</a>] -         A small patch to give better return codes which can be understood by chef and pupper among others.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-529'>BIGTOP-529</a>] -         [puppet] We don&#39;t currently format zookeeper nodes on first run
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-530'>BIGTOP-530</a>] -         [puppet] We currently xst the HTTP principal multiple times, each time invalidating the previous one
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-537'>BIGTOP-537</a>] -         provide a workaround for non-LSB compliant catalina.sh handling of a stop action
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-540'>BIGTOP-540</a>] -         hadoop package on debian is missing JSVC_HOME specification
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-541'>BIGTOP-541</a>] -         Build issue for hadoop RPM
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-543'>BIGTOP-543</a>] -         fuse_dfs_wrapper.sh should not be provided
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-544'>BIGTOP-544</a>] -         zookeeper-server init doesn&#39;t work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-546'>BIGTOP-546</a>] -         Hadoop rpm is missing fuse default file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-548'>BIGTOP-548</a>] -         we should consider moving the creation of the hive user into the hive package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-552'>BIGTOP-552</a>] -         Enable HDFS durable sync
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-554'>BIGTOP-554</a>] -         rat is complaining again
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-556'>BIGTOP-556</a>] -         hbase, yarn and hdfs users are getting incorrect home directories on Debian
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-557'>BIGTOP-557</a>] -         /etc/oozie/conf and oozie-conf alternative should belong to oozie instead of oozie-client
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-558'>BIGTOP-558</a>] -         debian description can&#39;t have the following set of characters ${VAR}
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-559'>BIGTOP-559</a>] -         HttpFS fails to load Hadoop configuration after installation. 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-560'>BIGTOP-560</a>] -         Flume-ng does not depend on ant or xml-commons anymore
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-561'>BIGTOP-561</a>] -         HBase packaging has dangling symlinks
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-562'>BIGTOP-562</a>] -         fix Mahout smoke test in trunk branch
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-563'>BIGTOP-563</a>] -         Build behind proxy fails
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-564'>BIGTOP-564</a>] -         Build failure for big-top trunk for pig, oozie, and whirr
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-565'>BIGTOP-565</a>] -         catalina-based services should be really careful with catalina stop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-568'>BIGTOP-568</a>] -         Move the configuration directory for hadoop to /etc/hadoop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-574'>BIGTOP-574</a>] -         Add netcat and fuser as dependencies for some of the Bigtop stack. 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-579'>BIGTOP-579</a>] -         hadoop-yarn creates log files with inconsistent ownership on Debian/Ubuntu
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-580'>BIGTOP-580</a>] -         a wrapper for the ZooKeeper cleanup script is missing
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-582'>BIGTOP-582</a>] -         when running Hadoop daemons pidofproc is mistakenly looking for &#39;su&#39; instead of &#39;java&#39;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-583'>BIGTOP-583</a>] -         &quot;Class path contains multiple SLF4J bindings&quot; warnings
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-585'>BIGTOP-585</a>] -         hbase package has dangling symlinks
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-586'>BIGTOP-586</a>] -         HBase package should provide a versionless symlink to a jar for other projects to depend upon
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-587'>BIGTOP-587</a>] -         Hive package needs to depend on Zookeper and HBase
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-588'>BIGTOP-588</a>] -         Oozie puppet code needs to take care of initializing the DB
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-589'>BIGTOP-589</a>] -         TestLoadAndVerify&#39;s HBase scanner caching setting too high
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-590'>BIGTOP-590</a>] -         hadoop man page needs to be updated
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-592'>BIGTOP-592</a>] -         clean up content of conf.empty and conf.pseudo config files
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-593'>BIGTOP-593</a>] -         improve the package test to handle [arch=xx] in the repo file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-595'>BIGTOP-595</a>] -         flume-ng agent should honor /etc/default settings
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-596'>BIGTOP-596</a>] -         move service configuration from groovy code to package xml manifest file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-597'>BIGTOP-597</a>] -         Flume init scripts should not create the log and lock directories.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-598'>BIGTOP-598</a>] -         missing zookeeper init on debian
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-599'>BIGTOP-599</a>] -         /var/lock/subsys may not exist on some distributions and this create some issues in Apache Hadoop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-600'>BIGTOP-600</a>] -         hbase init script should not source hbase-config
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-607'>BIGTOP-607</a>] -         remove python build dependency from Hive package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-608'>BIGTOP-608</a>] -         remove source/build artifacts from the Pig package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-609'>BIGTOP-609</a>] -         add support for openjdk 1.7
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-616'>BIGTOP-616</a>] -         Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-626'>BIGTOP-626</a>] -         small misc. issues with the newly introduced Giraph package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-630'>BIGTOP-630</a>] -         Fix services priorities
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-633'>BIGTOP-633</a>] -         bigtop-utils packages should depend on &#39;which&#39;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-636'>BIGTOP-636</a>] -         a few minor tweaks to the Hue deployment code
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-638'>BIGTOP-638</a>] -         move &lt;services&gt; block from common package_date.xml to each platform&#39;s (yum, apt, zypper) package_data.xml
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-639'>BIGTOP-639</a>] -         sqoop-metastore cannot stop because &quot;Could not load db driver class: org.hsqldb.jdbcDriver&quot;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-642'>BIGTOP-642</a>] -         Suse does not have a package named which 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-643'>BIGTOP-643</a>] -         Fix package statement in TestHDFSQuota
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-646'>BIGTOP-646</a>] -         update metadata for Hue in the package testing manifest
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-647'>BIGTOP-647</a>] -         service flume-node fail to start
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-648'>BIGTOP-648</a>] -         hbase-thrift cannot be started properly
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-649'>BIGTOP-649</a>] -         PackageTestCommon.checkRemoval() is broken
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-650'>BIGTOP-650</a>] -         Override libexecdir for bigtop-utils on mageia
</li>
</ul>
            
<h2>        Improvement
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-266'>BIGTOP-266</a>] -         Need to override default yarn task classpath
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-273'>BIGTOP-273</a>] -         Need to update puppet recipies for Hadoop 0.23 deployment
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-313'>BIGTOP-313</a>] -         Move puppet configuration out of manifest and into extlookup() CSV
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-322'>BIGTOP-322</a>] -         update .gitignore to ignore backup files and eclipse generated files.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-332'>BIGTOP-332</a>] -         it would be nice to bump hadoop version to 0.23.1-SNAPSHOT across the stack
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-366'>BIGTOP-366</a>] -         Set some minimum versions for ZK + Flume
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-371'>BIGTOP-371</a>] -         Update bigtop repository url for the applance
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-454'>BIGTOP-454</a>] -         update oozie man page
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-465'>BIGTOP-465</a>] -         webhdfs isn&#39;t in the puppeted hadoop configuration
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-466'>BIGTOP-466</a>] -         Secure zookeeper support missing from puppet
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-470'>BIGTOP-470</a>] -         [puppet] Improve secure configuration for zk and hbase
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-475'>BIGTOP-475</a>] -         Provides initscript for the REST HBase gateway
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-522'>BIGTOP-522</a>] -         Minor Hive Packaging Cleanup
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-534'>BIGTOP-534</a>] -         Need init.d script for zkfc
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-535'>BIGTOP-535</a>] -         add httpfs config property pointing to hadoop conf dir
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-555'>BIGTOP-555</a>] -         Bump version of HBase to 0.92.1
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-567'>BIGTOP-567</a>] -         Make sure we can detect the JAVA_HOME for java-package built JDK package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-572'>BIGTOP-572</a>] -         Fix HDFS directory values in pseudo-conf hdfs-site.xml for 0.23+ NN/DN/SNN
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-573'>BIGTOP-573</a>] -         we no longer have to override container-executor.conf.dir
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-577'>BIGTOP-577</a>] -         [base conf] There&#39;s no hadoop-metrics2.properties present in the configs that are shipped.
</li>
</ul>
    
<h2>        New Feature
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-248'>BIGTOP-248</a>] -         Update packages for Hadoop 0.23
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-267'>BIGTOP-267</a>] -         Need to implement implement makefiles logic for tarball builds
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-306'>BIGTOP-306</a>] -         Make a boxgrinder appliance
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-405'>BIGTOP-405</a>] -         Create a bootable ISO
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-495'>BIGTOP-495</a>] -         [puppet] Add support for HA namenodes
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-570'>BIGTOP-570</a>] -         Build package for Apache Giraph
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-578'>BIGTOP-578</a>] -         Integrate Hue 2.0.0 into Bigtop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-602'>BIGTOP-602</a>] -         Bigtop 0.4.0 release
</li>
</ul>
                            
<h2>        Task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-298'>BIGTOP-298</a>] -         Upgrade to ZooKeeper 3.4.1
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-319'>BIGTOP-319</a>] -         update to Mahout 0.6
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-494'>BIGTOP-494</a>] -         Create Flume 1.1.0 packages in Bigtop
</li>
</ul>
        
<h2>        Test
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-321'>BIGTOP-321</a>] -         Make TestLoadAndVerify parameterizable and runnable from command line
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-444'>BIGTOP-444</a>] -         Add sqoop smoke tests
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-569'>BIGTOP-569</a>] -         fix for TestCLI failures due to change in behavior of hadoop fs -put
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-610'>BIGTOP-610</a>] -         Add basic hdfs fsck test and move logError helper to bigtop-test-framework
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-611'>BIGTOP-611</a>] -         Add HBase TestImportTsv
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-618'>BIGTOP-618</a>] -         Add HBase hbck test 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-619'>BIGTOP-619</a>] -         Add HBase CopyTable test
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-620'>BIGTOP-620</a>] -         Add test for dfsadmin commands
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-622'>BIGTOP-622</a>] -         Add test for HDFS Balancer
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-623'>BIGTOP-623</a>] -         Add test for HDFS Quota Testing
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-627'>BIGTOP-627</a>] -         Add HBase balancer test 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-631'>BIGTOP-631</a>] -         Add HBase Import/Export test
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-641'>BIGTOP-641</a>] -         Add hdfs fsck options in TestFsck
</li>
</ul>

    <h1>Release Notes - Bigtop - Version 0.2.0</h1>
<h2>        Sub-task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-54'>BIGTOP-54</a>] -         Bump version of oozie to 2.3.2
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-55'>BIGTOP-55</a>] -         Bump version of sqoop to sqoop-1.3.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-56'>BIGTOP-56</a>] -         Bump version of hive to hive-0.7.1
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-80'>BIGTOP-80</a>] -         Add package dependencies to Zookeeper RPM for programs invoked from install/uninstall scripts
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-120'>BIGTOP-120</a>] -         Bump version of pig to 0.9.1
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-121'>BIGTOP-121</a>] -         Bump version of HBase to 0.90.4
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-167'>BIGTOP-167</a>] -         All of Hadoop wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-171'>BIGTOP-171</a>] -         All of Pig wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-175'>BIGTOP-175</a>] -         All of HBase wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-178'>BIGTOP-178</a>] -         All of Flume wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-179'>BIGTOP-179</a>] -         All of Hive wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-180'>BIGTOP-180</a>] -         All of Mahout wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-182'>BIGTOP-182</a>] -         All of Oozie wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-184'>BIGTOP-184</a>] -         All of Sqoop wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-188'>BIGTOP-188</a>] -         All of Whirr wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-190'>BIGTOP-190</a>] -         All of Zookeeper wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
</ul>
            
<h2>        Bug
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3'>BIGTOP-3</a>] -         gitignore files need to be removed from SVN
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-4'>BIGTOP-4</a>] -         Remove references to Cloudera&#39;s internal infrastructure
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-15'>BIGTOP-15</a>] -         hadoop ubuntu packages need to have libssl-dev as a build dependency
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-20'>BIGTOP-20</a>] -         hard-coded pid location in Hadoop init.d scripts
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-25'>BIGTOP-25</a>] -         Standardize JAVA_HOME detection
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-27'>BIGTOP-27</a>] -         Add disclaimer text
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-35'>BIGTOP-35</a>] -         /usr/share/doc/flume and /etc/flume are owned by flume:flume
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-37'>BIGTOP-37</a>] -         The following config files are not marked as %config on RPM systems
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-40'>BIGTOP-40</a>] -         iTest package names/groupIds need to be moved to org.apache rather than com.cloudera
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-43'>BIGTOP-43</a>] -         Whirr and HBase aren&#39;t actually building from source in Debian packages
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-45'>BIGTOP-45</a>] -         Fix build issue for Mageia and openSUSE
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-46'>BIGTOP-46</a>] -         hadoop-native Debian package lists libz1 as Depends, libz-dev as Build-Depends
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-47'>BIGTOP-47</a>] -         Invalid download URL for whirr
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-48'>BIGTOP-48</a>] -         Fix pig for Mageia
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-50'>BIGTOP-50</a>] -         Flume init script&#39;s dependency on syslog needs to be removed
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-57'>BIGTOP-57</a>] -         Apt repo creation fails due to invalid distributions file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-61'>BIGTOP-61</a>] -         HBase fails to add HADOOP_CONF_DIR to its classpath
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-62'>BIGTOP-62</a>] -          /usr/lib/hbase and everything within is owned by hbase:hbase
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-63'>BIGTOP-63</a>] -         Hbase leaves some unnecessary directories and symlinks when being uninstalled
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-66'>BIGTOP-66</a>] -         Packages need &quot;Bigtop&quot; identifier in version string
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-68'>BIGTOP-68</a>] -         bigtop-tests/test-artifacts have all their code in src/test, but those aren&#39;t tests to be run in that context
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-69'>BIGTOP-69</a>] -         Certain tests in iTest common require extraneous dependencies and should be @Ignored for now
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-71'>BIGTOP-71</a>] -         Unit test failures in bigtop-test-framework due to multiple Ant versions on classpath
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-72'>BIGTOP-72</a>] -         Gmaven plugin needs to be explicitly bound to compilation goals
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-73'>BIGTOP-73</a>] -         oozie-client can&#39;t be safely removed on Debian
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-74'>BIGTOP-74</a>] -         Add Mahout to package readiness tests
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-75'>BIGTOP-75</a>] -         Mahout package is broken
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-77'>BIGTOP-77</a>] -         All of our config files should be marked %config and (noreplace)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-81'>BIGTOP-81</a>] -         oozie-setup.sh script fails if Oozie has not been started once
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-83'>BIGTOP-83</a>] -         Advanced checks in checkRemoval need to be moved out
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-84'>BIGTOP-84</a>] -         Package removal fails in case alternatives are deleted or damaged
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-85'>BIGTOP-85</a>] -         hadoop package ships native files
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-86'>BIGTOP-86</a>] -         Misc. issues with Oozie package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-87'>BIGTOP-87</a>] -         The following packages don&#39;t remove alternatives: flume, hadoop-pig, hadoop-hive, hadoop-hbase
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-88'>BIGTOP-88</a>] -         Mahout package contains actual Hadoop jar, rather than symlinking to it
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-91'>BIGTOP-91</a>] -         Docs should be in %{_docdir}/&lt;PACKAGE_NAME&gt;-&lt;PACKAGE_VERSION&gt;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-92'>BIGTOP-92</a>] -         Flume&#39;s dependency on ZK needs to be the same for DEB as it is for RPM
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-93'>BIGTOP-93</a>] -         ZK dependencies can not be satisfied on SUSE
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-94'>BIGTOP-94</a>] -         chkconfig startup priorities need to be normalized
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-97'>BIGTOP-97</a>] -         default files need to be normalized and moved to common
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-99'>BIGTOP-99</a>] -         Fix Sqoop for Mageia
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-102'>BIGTOP-102</a>] -         daemons need to be taken care of when packages are installed/upgraded/uninstalled
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-104'>BIGTOP-104</a>] -         hadoop daemons can not be started because hadoop-config.sh resets HADOOP_HOME
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-108'>BIGTOP-108</a>] -         oozie docs are installed at the incorrect location
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-109'>BIGTOP-109</a>] -         Hadoop should not format the namenode on installation
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-110'>BIGTOP-110</a>] -         DN can&#39;t be started in secure configuration on SLES
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-113'>BIGTOP-113</a>] -         redhat-lsb is obviously not available on Mageia 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-114'>BIGTOP-114</a>] -         Pig RPM package contains more files than it should
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-115'>BIGTOP-115</a>] -         Pig do-component-build hardcodes dist.dir as debian/tmp
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-119'>BIGTOP-119</a>] -         Create version-less symlinks of hadoop jars
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-122'>BIGTOP-122</a>] -         enable hadoop-sbin package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-123'>BIGTOP-123</a>] -         enable hadoop-fuse package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-124'>BIGTOP-124</a>] -         documentation on SLES is not supposed to have package version embedded in the directory name
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-125'>BIGTOP-125</a>] -         whir package is full of build artifacts
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-126'>BIGTOP-126</a>] -         zookeeper rpm should require groupadd/useradd
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-127'>BIGTOP-127</a>] -         BIGTOP-120 broke build on at least Fedora (and Mageia)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-128'>BIGTOP-128</a>] -         BIGTOP-90 broke hadoop on Mageia
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-129'>BIGTOP-129</a>] -         oozie init.d scripts should transition to using oozied.sh from upstream
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-130'>BIGTOP-130</a>] -         Mahout package has an unneeded dependency on chkconfig
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-131'>BIGTOP-131</a>] -         RPM dependencies for flume need to be optimized
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-132'>BIGTOP-132</a>] -         hadoop datanode on SLES returns an incorrect code on stop/start
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-133'>BIGTOP-133</a>] -         hadoop packages should set up nofile limits automatically
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-134'>BIGTOP-134</a>] -         hbase packages should set up nofile limits automatically
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-136'>BIGTOP-136</a>] -         hadoop package still leaves binary files in /usr/lib/hadoop/lib
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-137'>BIGTOP-137</a>] -         task-controller needs to be rebuilt
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-138'>BIGTOP-138</a>] -         task-controller binary needs to be root:mapred with 4750 permissions
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-139'>BIGTOP-139</a>] -         links to jsvc and task-controller need to be provided in order to make hard-coded values work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-140'>BIGTOP-140</a>] -         need to workaround HDFS-1943
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-141'>BIGTOP-141</a>] -         hadoop now requires an explicit declaration of a HADOOP_SECURE_DN_USER in order to run a secure datanode
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-142'>BIGTOP-142</a>] -         need to update zookeeper manifest to the state of packages
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-143'>BIGTOP-143</a>] -         need to update hadoop manifest to the state of packages
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-144'>BIGTOP-144</a>] -         kerberos deployment needs to be made compatible with default JRE crypto setup
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-145'>BIGTOP-145</a>] -         make cluster.pp be able to handle secure and unsecure deployments
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-148'>BIGTOP-148</a>] -         Hadoop fuse man page does not have the right permission and RPMs should not specify its extension
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-149'>BIGTOP-149</a>] -         HBase now requires commons-configuration jar to be in its classpath
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-150'>BIGTOP-150</a>] -         hadoop puppet deployment needs to install hadoop-sbin on datanodes when security is turned on
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-151'>BIGTOP-151</a>] -         need to provide more test coverage for HBase testing
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-152'>BIGTOP-152</a>] -         TestHadoopExamples needs refactoring into a parameterized test
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-154'>BIGTOP-154</a>] -         all of our /usr/bin wrapper scripts and init.d scripts need to start include find-java code from bigtop-utils
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-155'>BIGTOP-155</a>] -         need to implement a uniform way of versioning dependencies for test artifacts
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-156'>BIGTOP-156</a>] -         We should only run autoreconf when there is a compatible autotools installed
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-158'>BIGTOP-158</a>] -         oozie build pulls into oozie.war incorrect version of hadoop-core jar file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-159'>BIGTOP-159</a>] -         oozie init.d script is not executable
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-160'>BIGTOP-160</a>] -         hadoop has deprecated HADOOP_HOME
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-161'>BIGTOP-161</a>] -         the new layout that Pig script adopted needs to be worked around
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-163'>BIGTOP-163</a>] -         stock hadoop doesn&#39;t support wildcards in proxy users
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-164'>BIGTOP-164</a>] -         lzo codecs need to be disabled everywhere in Bigtop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-165'>BIGTOP-165</a>] -         oozie manifest includes functionality (sqoop and hive actions) that is not in oozie
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-166'>BIGTOP-166</a>] -         docs are missing from the mahout package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-169'>BIGTOP-169</a>] -         Hadoop should buildrequire openssl-devel for centos builds
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-170'>BIGTOP-170</a>] -         bigtop-utils does not look for openJDK
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-173'>BIGTOP-173</a>] -         we still have references to hadoop-0.20 in our puppet code
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-174'>BIGTOP-174</a>] -         Does pig really requires git to build? 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-176'>BIGTOP-176</a>] -         Packages should set their mainteners to bigtop dev mailing list
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-181'>BIGTOP-181</a>] -         puppeted hadoop doesn&#39;t place PID files into /var/run/hadoop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-183'>BIGTOP-183</a>] -         hadoop fuse manpage set to 755 instead of 644
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-185'>BIGTOP-185</a>] -         Running &#39;sudo /sbin/start flume-master start&#39; on SLES11 doesn&#39;t have $USER variable. 
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-189'>BIGTOP-189</a>] -         hadoop daemons do not run under the dedicated users (hdfs, mapred)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-192'>BIGTOP-192</a>] -         oozie package needs to depend on unzip
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-193'>BIGTOP-193</a>] -         zookeeper doesn&#39;t generate any logs
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-194'>BIGTOP-194</a>] -         source is not a sh(1) command
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-196'>BIGTOP-196</a>] -         point Bigtop at the correct version of HBase inside
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-197'>BIGTOP-197</a>] -         Package testing artifact needs to be refactored
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-198'>BIGTOP-198</a>] -         hadoop-daemon.sh owned by many packages
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-199'>BIGTOP-199</a>] -         whirr docs are installed in the incorrect location
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-201'>BIGTOP-201</a>] -         bigtop package has an incorrect dependency on libhdfs.so
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-202'>BIGTOP-202</a>] -         zookeeper package is missing zoo.cfg
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-203'>BIGTOP-203</a>] -         sqoop needs to have access to hadoop .jars in its lib
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-205'>BIGTOP-205</a>] -         zookeeper-server doesn&#39;t do nohup before launching a damon
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-206'>BIGTOP-206</a>] -         during deployment time hdfs/mapred dir creation should be managed by hadoop module
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-207'>BIGTOP-207</a>] -         zookeeper doesn&#39;t allow for overriding the location of the PID file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-208'>BIGTOP-208</a>] -         zookeeper does not depend on git or subversion
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-211'>BIGTOP-211</a>] -         Remove packaging code that will transition hadoop user/group to hdfs/mapred
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-212'>BIGTOP-212</a>] -         need to disable tests for features missing from Bigtop 0.2.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-214'>BIGTOP-214</a>] -         sequencing in puppet module for Hadoop needs to be imporved
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-215'>BIGTOP-215</a>] -         make site.pp a bit more friendly to how we start up cluster in Bigtop jenkins
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-216'>BIGTOP-216</a>] -         make oozie tests more robust in finding oozie-examples.tar.gz
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-217'>BIGTOP-217</a>] -         workaround Hive SQL parser in headers for our tests
</li>
</ul>
            
<h2>        Improvement
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-11'>BIGTOP-11</a>] -         Add Mahout to Bigtop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-100'>BIGTOP-100</a>] -         Abstract component build logic from deb/rpm into common script
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-112'>BIGTOP-112</a>] -         Remove or replace textutils by coreutils dependency
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-195'>BIGTOP-195</a>] -         Document openSUSE 11.4 dependencies
</li>
</ul>
    
<h2>        New Feature
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-28'>BIGTOP-28</a>] -         Need to bump upstream version dependencies for the next release of Bigtop for hive, flume and sqoop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-29'>BIGTOP-29</a>] -         Remove java dependency from all os types
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-30'>BIGTOP-30</a>] -         flume-master and flume-node packages should not own /usr/lib/flume/bin/flume-daemon.sh
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-31'>BIGTOP-31</a>] -         remove /usr/lib/whirr/cli/whirr.log from packaging
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-32'>BIGTOP-32</a>] -         Hadoop fuse package should include a file with defaults
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-34'>BIGTOP-34</a>] -         Add Hive server package
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-44'>BIGTOP-44</a>] -         Add a FAQ
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-95'>BIGTOP-95</a>] -         Puppet-based deployment infrastructure needs to be added to bigtop
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-111'>BIGTOP-111</a>] -         Add support for Mageia in the test framework
</li>
</ul>
                        
<h2>        Task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-59'>BIGTOP-59</a>] -         Reorganize source repo in a more self-explanatory manner
</li>
</ul>
                

        <h1>Release Notes - Bigtop - Version 0.1.0</h1>
                
<h2>        Bug
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-2'>BIGTOP-2</a>] -         License headers need to be added
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-7'>BIGTOP-7</a>] -         Some components are pulling tarballs from archive.cloudera.com/tarballs rather than Apache
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-8'>BIGTOP-8</a>] -         Debian copyright files need to be updated for ASF in the right format
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-10'>BIGTOP-10</a>] -         Fix NOTICE file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-13'>BIGTOP-13</a>] -         BIGTOP-7 introduced a version mismatch for Hive
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-18'>BIGTOP-18</a>] -         OrderedParameterized.java is not ASL-compatbile
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-23'>BIGTOP-23</a>] -         Out of heap errors when building pig
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-24'>BIGTOP-24</a>] -         Errors downloading tarballs from dist.apache.org via curl 
</li>
</ul>
                                        
<h2>        Task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-5'>BIGTOP-5</a>] -         Remove Cloudera references in packaging and test source.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-6'>BIGTOP-6</a>] -         Add tarball target to top-level makefile
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-9'>BIGTOP-9</a>] -         Set up Bigtop podling website
</li>
<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-14'>BIGTOP-14</a>] -         Add CHANGES.txt generation to Makefile
</li>
</ul>

</body>
</document>