[GitHub] bigtop pull request #338: BIGTOP-2988: Incorrect use "dnf update" in puppeti...

2018-02-06 Thread JunHe77
Github user JunHe77 closed the pull request at:

https://github.com/apache/bigtop/pull/338


---


[GitHub] bigtop issue #338: BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh

2018-02-06 Thread JunHe77
Github user JunHe77 commented on the issue:

https://github.com/apache/bigtop/pull/338
  
Merged by upstream.


---


BoF at FOSDEM : Bigtop future

2018-02-06 Thread Olaf Flebbe
Hi,

we had a BoF room at FOSDEM: Ganesh and Marcin from Linaro and Myself, Roman 
attending shortly.

My main motivation for this BoF was my impression that Bigtop is slowing down 
to a stop.

Most of our active devs (including me) are out of the Big Data business and 
resources to get new things done are severely missing.
I am now active for over an year to pick up eventually some review work, if a 
new dev would come up: But that did not worked out that well.

Since Big Data business is consolidating and Hadoop support is mainstream, I 
kindly asking the downstream consumers of Apache Bigtop:
Please put developer resources on it: Not to fix obsolete Bigtop releases, but 
to pick up innovations. Not only to provide code, but to do reviews as well.

My personal 2 cents (Euro cents of course ;-)

Thanks,
Olaf









signature.asc
Description: Message signed with OpenPGP


[GitHub] bigtop pull request #310: BIGTOP-2949. Add gradle task which leverage bigtop...

2018-02-06 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/310#discussion_r166417032
  
--- Diff: build.gradle ---
@@ -425,6 +425,24 @@ task "bigtop-slaves"(type:Exec,
   commandLine command
 }
 
+task "docker-package"(type:Exec,
+description: 'Build packages via docker build.\n' +
+'Usage:\n  $ ./gradlew 
-POS=[centos-7|fedora-26|debian-9|ubuntu-16.04|opensuse-42.3] 
-Pprefix=TAG_PREFIX -Ptarget=GRADLE_TARGET docker-package\n' +
+'Example:\n  $ ./gradlew -POS=debian-9 -Pprefix=1.2.1 
-Ptarget=tez-pkg docker-package\n' +
--- End diff --

Cool, thanks!


---