[GitHub] bigtop issue #384: BIGTOP-3066: Bump tez to 0.9.1

2018-08-26 Thread evans-ye
Github user evans-ye commented on the issue:

https://github.com/apache/bigtop/pull/384
  
+1


---


[GitHub] bigtop pull request #358: BIGTOP-2101: ignite-hadoop contains an arch-depend...

2018-08-26 Thread evans-ye
Github user evans-ye commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/358#discussion_r212833403
  
--- Diff: bigtop-packages/src/common/ignite-hadoop/do-component-build ---
@@ -21,4 +21,30 @@ set -ex
 export MAVEN_OPTS="-Xmx512M"
 
 sed -i '/asm-all/{n;s/4.2/5.0.2/}' modules/hadoop/pom.xml
+
+if [ "$HOSTTYPE" != "x86_64" ] ; then
+# download ignite-shmem from maven central
+mvn dependency:get 
-DremoteRepositories=https://repo1.maven.org/maven2/ -DgroupId=org.gridgain 
-DartifactId=ignite-shmem -Dversion=1.0.0
+mkdir tmp-build
+cd tmp-build
+# download source jar
+wget 
https://repo1.maven.org/maven2/org/gridgain/ignite-shmem/1.0.0/ignite-shmem-1.0.0-sources.jar
--- End diff --

That's what I'm proposing. It should be fairly easy to implement. If 
possible, let's try this and get this in.


---


[GitHub] bigtop pull request #385: BIGTOP-3069: Bump crunch to 0.15.0

2018-08-26 Thread JunHe77
GitHub user JunHe77 opened a pull request:

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

BIGTOP-3069: Bump crunch to 0.15.0

Bump to latest 0.15.0 release.

Change-Id: I76921880550a06efc00d55d1cdcff69817578c8f
Signed-off-by: Jun He 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/JunHe77/bigtop BIGTOP-3069

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/bigtop/pull/385.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #385


commit 354f93daae9639197e19a68a5c1bb3b9c58d9698
Author: Jun He 
Date:   2018-08-15T07:01:59Z

BIGTOP-3069: Bump crunch to 0.15.0

Bump to latest 0.15.0 release.

Change-Id: I76921880550a06efc00d55d1cdcff69817578c8f
Signed-off-by: Jun He 




---


[GitHub] bigtop pull request #385: BIGTOP-3069: Bump crunch to 0.15.0

2018-08-26 Thread asfgit
Github user asfgit closed the pull request at:

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


---