[GitHub] bigtop issue #358: BIGTOP-2101: ignite-hadoop contains an arch-dependent sha...

2018-09-04 Thread JunHe77
Github user JunHe77 commented on the issue: https://github.com/apache/bigtop/pull/358 The shmem source is included in ignite, see: https://github.com/apache/ignite/tree/master/ipc/shmem So once we get ignite code, we get shmem source. ---

[GitHub] bigtop issue #358: BIGTOP-2101: ignite-hadoop contains an arch-dependent sha...

2018-09-04 Thread oflebbe
Github user oflebbe commented on the issue: https://github.com/apache/bigtop/pull/358 I have a different proposal: create a temporary directory Place attached pom.xml from [pom.txt](https://github.com/apache/bigtop/files/2349398/pom.txt) run `mvn dependency:u

Re: CI nodes are not working

2018-09-04 Thread Evans Ye
+1 to the change. Olaf Flebbe 於 2018年9月4日 週二 下午4:39寫道: > Hi Jun, > > > > > Another thing is I observed that there are a lot obsolete images on these > > nodes, example: > > > > > ... > > > > > > > So I'd like to update the "Remove-Dangling-Docker-Images" job to search > > these images by: > > do

[GitHub] bigtop issue #358: BIGTOP-2101: ignite-hadoop contains an arch-dependent sha...

2018-09-04 Thread JunHe77
Github user JunHe77 commented on the issue: https://github.com/apache/bigtop/pull/358 @evans-ye @oflebbe , updated the patch based on your comments and new findings: 1. the ignite-shmem source code is shipped with ignite itself, located in /ipc/shmem. I compared the source code wi

Re: CI nodes are not working

2018-09-04 Thread Olaf Flebbe
Hi Jun, > > Another thing is I observed that there are a lot obsolete images on these > nodes, example: > > ... > > > So I'd like to update the "Remove-Dangling-Docker-Images" job to search > these images by: > docker images -f “dangling=true” -q > instead of previous: > docker images | grep

Re: CI nodes are not working

2018-09-04 Thread Jun HE
Thank you, Olaf. Will send you later. Another thing is I observed that there are a lot obsolete images on these nodes, example: bigtop/puppet 416245f5a53c 6 days ago 388MB ubuntu 16.04 1762e0955773 11 days ago 106

Re: CI nodes are not working

2018-09-04 Thread Olaf Flebbe
Hi Jun, please send me a GPG key I can send you ssh credentials via PM. Olaf > Am 04.09.2018 um 02:43 schrieb Jun HE : > > Hi, folks, > > Can anybody help to guide me on how to remove unused builds to free disk > space? > Seems Jenkins couldn't run jobs on node: arm-2 and ppc-2 due to no more

[GitHub] bigtop issue #358: BIGTOP-2101: ignite-hadoop contains an arch-dependent sha...

2018-09-04 Thread oflebbe
Github user oflebbe commented on the issue: https://github.com/apache/bigtop/pull/358 Hi @JunHe77 Sorry to jump in late again, just being back from vacation. MD5 sums are deprecated and insecure, please use sha1 only. Release policies at apache.org have been changed