[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-pac

[GitHub] bigtop issue #325: BIGTOP-2968: Bump Hive version to 2.3.2

2017-12-25 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/325 Ah, got it. Cool, thanks for fixing this! LGTM! ---

[GitHub] bigtop issue #328: Add Storm

2017-12-25 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/328 Thanks for the contribution! Could you please make sure that the name of the PR is matching the synopsis of the JIRA ticket so all updates from here can be automatically propagated to the Apache

[GitHub] bigtop issue #325: BIGTOP-2968: Bump Hive version to 2.3.2

2017-12-24 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/325 Wow, quite a bit of work has gone into this one! On one side, I am bit worries about the number of the patches for an upstream project. On the other hand, perhaps Hive isn't yet ready to work

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

2017-12-15 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/310#discussion_r157172119 --- Diff: build.gradle --- @@ -425,6 +425,24 @@ task "bigtop-slaves"(type:Exec, commandLine command } +task "docker-pac

[GitHub] bigtop issue #300: BIGTOP-2917: Fix Ignite smoke test failure with JDK8

2017-12-11 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/300 BTW, the synopsis of the PR (and the commit ticket) **should** be the same as the JIRA ticket, because the latter is The Source of truth. I have fixed it in this particular case, but please take

[GitHub] bigtop issue #300: BIGTOP-2917: Fix Ignite smoke test failure with JDK8

2017-12-11 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/300 While it looks like a good solution in the interim, could we open an upstream ticket for the Ignite to fix this issue? ```sed -i '/asm-all/{n;s/4.2/5.0.2/}' modules/hadoop/pom.xml``` ---

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

2017-11-30 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/310#discussion_r154011483 --- Diff: build.gradle --- @@ -425,6 +425,24 @@ task "bigtop-slaves"(type:Exec, commandLine command } +task "docker-pac

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

2017-11-30 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/310#discussion_r153704226 --- Diff: build.gradle --- @@ -425,6 +425,24 @@ task "bigtop-slaves"(type:Exec, commandLine command } +task "docker-pac

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

2017-11-28 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/310#discussion_r153702692 --- Diff: build.gradle --- @@ -425,6 +425,24 @@ task "bigtop-slaves"(type:Exec, commandLine command } +task "docker-pac

[GitHub] bigtop issue #266: Test Hive Querying Capability

2017-11-18 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/266 I am looking at the diff and I see a few issue with it. First, it adds two new file to the top level directory of the bigtop (TestMethods.java, HiveJdbcGeneralTest.java) - I don't think

[GitHub] bigtop issue #266: Test Hive Querying Capability

2017-11-17 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/266 Ah, I see. You can do what Olaf recommended. Alternatively, you can copy correct file into your workspace and then amend your existing commit. ``` % git co origin/master -- build.gradle

[GitHub] bigtop issue #266: Test Hive Querying Capability

2017-11-17 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/266 Not sure what are you asking... Are you saying the patch doesn't apply anymore? If so, you need to rebase and resolve the conflicts between the current HEAD and your local copy. ---

[GitHub] bigtop issue #304: BIGTOP-2925. Missing license header for .travis.yml

2017-11-15 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/304 +1 Would be great to have automatic RAT check! ---

[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/283#discussion_r146066242 --- Diff: bigtop-packages/src/common/pig/patch1-PIG-4676.diff --- @@ -1,93 +0,0 @@ -diff -ur pig-0.15.0-src_/ivy/libraries.properties pig-0.15.0-src/ivy

[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/283#discussion_r146063765 --- Diff: bigtop.bom --- @@ -165,7 +165,7 @@ bigtop { 'hbase' { name= 'hbase' relNotes = 'Apache HBase' - version

[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/283#discussion_r146065850 --- Diff: bigtop-packages/src/common/hbase/patch2-0002-Backport-HBASE-17893-to-1.3.diff --- @@ -0,0 +1,278 @@ +From

[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/283#discussion_r146066137 --- Diff: bigtop-packages/src/common/pig/patch0-PIG-5304-Fix-build-issue-with-Hadoop-2.8.diff --- @@ -0,0 +1,30 @@ +From

[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/283#discussion_r146065450 --- Diff: bigtop.bom --- @@ -177,7 +177,7 @@ bigtop { name= 'pig' pkg = 'pig' relNotes = 'Apache Pig' - version

[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/283#discussion_r146065760 --- Diff: bigtop-packages/src/common/hbase/patch1-0001-Partial-backport-HBASE-16712-to-1.3.1.diff --- @@ -0,0 +1,60 @@ +From

[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/283#discussion_r146066348 --- Diff: bigtop-packages/src/common/pig/patch2-PIG-4728.diff --- @@ -1,36 +0,0 @@ -diff --git a/ivy.xml b/ivy.xml --- End diff -- Being removed

[GitHub] bigtop issue #273: BIGTOP-2865: HBase smoke test implementation

2017-09-25 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/273 I have pushed the fix in, thanks! Please close this PR manually - as I have skipped the magic words in the commit message ;) ---

[GitHub] bigtop issue #273: BIGTOP-2865: HBase smoke test implementation

2017-09-23 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/273 Hello. Any comments on the passing of the tests with this new version of the patch? Thanks! ---

[GitHub] bigtop pull request #282: BIGTOP-2878 : Download task does not work for git ...

2017-09-06 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/282#discussion_r137376595 --- Diff: packages.gradle --- @@ -185,7 +185,7 @@ def genTasks = { target -> def final GIT_USER_NAME = config.bigtop.components[target].git.u

[GitHub] bigtop issue #273: BIGTOP-2865: HBase smoke test implementation

2017-08-14 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/273 +1 assuming the tests are working now (I haven't tested it myself though) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] bigtop pull request #273: BIGTOP-2865: HBase smoke test implementation

2017-08-08 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/273#discussion_r131966194 --- Diff: bigtop-tests/smoke-tests/hbase/build.gradle --- @@ -0,0 +1,81 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] bigtop pull request #273: BIGTOP-2865: HBase smoke test implementation

2017-08-08 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/273#discussion_r131965104 --- Diff: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/TestImportTsv.groovy --- @@ -89,7 +92,8 @@ public class

[GitHub] bigtop issue #268: BIGTOP-2860:Fix TestSpark.groovy syntax error

2017-08-08 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/268 I will squash the commits to a single one before pushing to the master branch --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] bigtop pull request #268: BIGTOP-2860:Fix TestSpark.groovy syntax error

2017-08-08 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/268#discussion_r130446888 --- Diff: bigtop-tests/smoke-tests/spark/TestSpark.groovy --- @@ -40,6 +40,8 @@ class TestSpark { static Shell sh = new Shell("/bin/ba

[GitHub] bigtop pull request #268: BIGTOP-2860:Fix TestSpark.groovy syntax error

2017-08-08 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/268#discussion_r130447063 --- Diff: bigtop-tests/smoke-tests/spark/TestSpark.groovy --- @@ -73,7 +75,7 @@ class TestSpark { // 'yarn-client' mode String masterMode

[GitHub] bigtop issue #274: BIGTOP-2866:Fix rmr and people directory error

2017-08-08 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/274 That must break the test everywhere, ie independent of a platform. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512767 --- Diff: bigtop-tests/smoke-tests/hive/TestMethods.java --- @@ -0,0 +1,194 @@ + +//Author: Bharat Modi +// A masterclass containing methods which

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512670 --- Diff: bigtop-tests/smoke-tests/hive/TestMethods.java --- @@ -0,0 +1,194 @@ + +//Author: Bharat Modi +// A masterclass containing methods which

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512721 --- Diff: bigtop-tests/smoke-tests/hive/TestMethods.java --- @@ -0,0 +1,194 @@ + +//Author: Bharat Modi +// A masterclass containing methods which

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512687 --- Diff: bigtop-tests/smoke-tests/hive/TestMethods.java --- @@ -0,0 +1,194 @@ + +//Author: Bharat Modi +// A masterclass containing methods which

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512551 --- Diff: bigtop-tests/smoke-tests/hive/HiveJdbcGeneralTest.java --- @@ -0,0 +1,87 @@ + + +import static org.junit.Assert.assertEquals

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512628 --- Diff: bigtop-tests/smoke-tests/hive/HiveJdbcGeneralTest.java --- @@ -0,0 +1,87 @@ + + +import static org.junit.Assert.assertEquals

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512537 --- Diff: bigtop-tests/smoke-tests/hive/HiveJdbcGeneralTest.java --- @@ -0,0 +1,87 @@ + + +import static org.junit.Assert.assertEquals

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512522 --- Diff: bigtop-tests/smoke-tests/hive/HiveJdbcGeneralTest.java --- @@ -0,0 +1,87 @@ + --- End diff -- The first two lines are blank - no need

[GitHub] bigtop pull request #266: Test Hive Querying Capability

2017-08-04 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/266#discussion_r131512677 --- Diff: bigtop-tests/smoke-tests/hive/TestMethods.java --- @@ -0,0 +1,194 @@ + +//Author: Bharat Modi +// A masterclass containing methods which

[GitHub] bigtop issue #272: BIGTOP-2864:Multiple SLF4J bindings in tez

2017-08-04 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/272 So, I assume the one from Hadoop will be used instead, right? Looks reasonable, I will commit this shortly. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] bigtop issue #265: BIGTOP-2854: Add docker provisioner yaml file Debian 8 AA...

2017-08-03 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/265 +1, committing. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] bigtop issue #264: BIGTOP-2858:Add AArch64 support for Debian 9

2017-08-03 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/264 While I am not sure we are going to have the official support for Debian 9 - well, I just don't remember if we have discussed it yet ;) - the patch looks good and I am committing this. Thanks

[GitHub] bigtop issue #263: BIGTOP-2857: Add aarch64 support for fedora25

2017-08-03 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/263 +1, will commit in a bit. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] bigtop issue #271: BIGTOP-2863: Make doc format compatible with JDK-8

2017-08-03 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/271 I assume the tests are ok after the change? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] bigtop issue #271: BIGTOP-2863: Make doc format compatible with JDK-8

2017-08-03 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/271 If you rename the PR to match the JIRA number/name, ASF's Infra bot would be able to pull the comments from here into JIRA directly. --- If your project is set up for it, you can reply to this email

[GitHub] bigtop issue #267: BIGTOP-2859: Add hive-version when build hive rpms

2017-08-02 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/267 Thanks for checking! And a good find - I will commit it shortly! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] bigtop issue #267: BIGTOP-2859: Add hive-version when build hive rpms

2017-08-01 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/267 Is this the case in DEB as well? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] bigtop issue #262: BIGTOP-2853: Add sandbox support for Debian 8 aarch64

2017-07-23 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/262 +1, committing. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] bigtop issue #261: BIGTOP-2852: Add Debian 8 aarch64 bigtop slaves

2017-07-23 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/261 +1 Will commit. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] bigtop issue #260: BIGTOP-2851: Add debian 8 aarch64 bigtop puppet

2017-07-23 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/260 That looks good. I will commit this shortly. Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] bigtop issue #259: BIGTOP-2856: Add a condition in detect_repo

2017-07-23 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/259 That makes sense! @evans-ye, is it ok with you? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] bigtop issue #255: BIGTOP-2841: Fix bigtop/slaves-ubuntu-16.04-aarch64 build...

2017-07-19 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/255 That seems to be bringing the AArch64 docker file inline with x86 one. Looks about right, but I haven't run any tests. Will commit this a we'll see if this fixes the situation with the docker image

[GitHub] bigtop issue #258: BIGTOP-2848: Add provisioner for CentOS 7 AArch64

2017-07-19 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/258 Well, the change still reads " +repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/7/x86_64; " --- If your project is set up for it, you can reply to this email and

[GitHub] bigtop issue #258: BIGTOP-2848: Add provisioner for CentOS 7 AArch64

2017-07-18 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/258 Are you intentionally pointing this to ` repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/7/x86_64; ` I was under the impression this is for AArch64, no? --- If your pr

[GitHub] bigtop issue #256: BIGTOP-2843: Add provisioner config yaml for ubuntu-16.04...

2017-07-14 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/256 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] bigtop issue #253: BIGTOP-2838:Support ARM64 for packages.gradle

2017-07-11 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/253 +1 I will commit it shortly. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] bigtop issue #252: BIGTOP-2836: charm metric collector race condition

2017-07-07 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/252 wow, an interesting approach indeed. Looks legit, though --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] bigtop issue #251: BIGTOP-2835: puppet fails when bigtop::jdk_preinstalled i...

2017-07-07 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/251 Looks logical and elegant. +1 (w/o any testing_ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] bigtop issue #245: BIGTOP-2832. Toolchain failed to install on Debian 8

2017-07-05 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/245 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] bigtop issue #245: BIGTOP-2832. Toolchain failed to install on Debian 8

2017-07-05 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/245 We aren't supporting Debian-9 yet, right? Shall we worry about this once we are dealing with the new version? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] bigtop issue #215: BIGTOP-2775. Make open jdk 8 available on bigtop/puppet:d...

2017-05-23 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/215 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] bigtop issue #199: BIGTOP-2355: Update Mahout version to 0.13.0

2017-04-25 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/199 Seems LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] bigtop pull request #188: BIGTOP-2706 Apex package does not run successfully...

2017-03-23 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/188#discussion_r107769130 --- Diff: bigtop-packages/src/common/apex/do-component-build --- @@ -28,6 +28,9 @@ command -v mvn > /dev/null 2>&1 || { # Build apex mvn cle

[GitHub] bigtop issue #187: BIGTOP-2703: refresh juju charms/bundles with metric and ...

2017-03-21 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/187 If it is all working and look good for other Juju's team guys - please go and commit this, perhaps after squashing them together. Thanks! --- If your project is set up for it, you can reply

[GitHub] bigtop pull request #188: BIGTOP-2706 Exclude hadoop dependencies from apex ...

2017-03-21 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/188#discussion_r107272696 --- Diff: bigtop-packages/src/common/apex/do-component-build --- @@ -28,6 +28,9 @@ command -v mvn > /dev/null 2>&1 || { # Build apex mvn cle

[GitHub] bigtop issue #164: BIGTOP-2526: Upgrade Flink version to 1.1.3.

2016-12-07 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/164 Can the author reply to [this](https://issues.apache.org/jira/browse/BIGTOP-2526?focusedCommentId=15727134=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15727134) comment

[GitHub] bigtop issue #146: Update Solr to 4.10.4

2016-09-21 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/146 it has been committed - you can close the PR now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] bigtop pull request #146: Update Solr to 4.10.4

2016-09-21 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/146#discussion_r79902357 --- Diff: bigtop-deploy/vm/vagrant-puppet-vm/README.md --- @@ -56,13 +56,18 @@ num_instances: 5 5) Test on local built packages is available

[GitHub] bigtop issue #143: BIGTOP-2524: Add Greenplum component

2016-09-20 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/143 Well, looks like I can not build the RPM while running build as a non-privileged user (which is what we do always). I am getting this: ``` make[1]: Entering directory `/ws/build/gpdb/rpm

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-19 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r79451565 --- Diff: bigtop-deploy/puppet/modules/gpdb/README.md --- @@ -0,0 +1,19 @@ +Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-19 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r79451840 --- Diff: bigtop-deploy/puppet/modules/gpdb/templates/init-db.sh --- @@ -0,0 +1,4 @@ +#!/bin/sh +if [ ! -d $1 ]; then +export LD_LIBRARY_PATH

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-19 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r79450456 --- Diff: bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec --- @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop issue #142: BIGTOP-2521: Problem with deprecated methods in puppet co...

2016-09-10 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/142 Committed, please close the PR --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] bigtop issue #142: BIGTOP-2521: Problem with deprecated methods in puppet co...

2016-09-09 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/142 The changes look good, but I feel they will break the BIGTOP-2524 patch and it'd needed to get rebased. I will be pushing this one shortly unless I hear otherwise. --- If your project is set up

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77923498 --- Diff: bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec --- @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77923188 --- Diff: bigtop-packages/src/deb/gpdb/control --- @@ -0,0 +1,24 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77868402 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77868322 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77868216 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77868168 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77867992 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77867595 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77867183 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77866981 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77866936 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77866848 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop pull request #143: BIGTOP-2524: Add Greenplum component

2016-09-07 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/143#discussion_r77866807 --- Diff: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp --- @@ -0,0 +1,440 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] bigtop issue #145: BIGTOP-2529. Vagrant Provisioner failed to start up daemo...

2016-09-06 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/145 Seems to be legit (without testing). --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] bigtop issue #104: BIGTOP-2414. Rename Tachyon to Alluxio

2016-09-02 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/104 Can the author close this PR? Has been committed a long time ago. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] bigtop issue #141: BIGTOP-2523. Incorrect cycle dependency during puppet dep...

2016-09-02 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/141 I have committed the fix. Thanks for your help guys, please close the PR as you see fit. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] bigtop issue #141: BIGTOP-2523. Incorrect cycle dependency during puppet dep...

2016-09-01 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/141 I am confused. Who's the author of the patch? The commit shows ``` From: Artur Papikyan <artur_papik...@epam.com> Date: Fri, 26 Aug 2016 16:12:42 +0300 ``` Is this c

[GitHub] bigtop issue #140: BIGTOP-2522: Add spark processing juju bundle

2016-08-30 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/140 seems like a good first code review for @kwmonroe ? ;) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] bigtop pull request #141: BIGTOP-2523. Incorrect cycle dependency during pup...

2016-08-30 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/141#discussion_r7684 --- Diff: bigtop_toolchain/bin/puppetize.sh --- @@ -54,8 +54,13 @@ case ${ID}-${VERSION_ID} in apt-get -y install curl sudo unzip wget puppet software

[GitHub] bigtop pull request #137: BIGTOP-2516: Add Zeppelin Charm

2016-08-10 Thread c0s
Github user c0s commented on a diff in the pull request: https://github.com/apache/bigtop/pull/137#discussion_r74286278 --- Diff: bigtop-packages/src/charm/zeppelin/layer-zeppelin/LICENSE --- @@ -0,0 +1,177 @@ + --- End diff -- You don't need to include LICENSE

[GitHub] bigtop issue #44: BIGTOP-1769. Zeppelin Integration

2016-08-08 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/44 I guess... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] bigtop issue #12: BIGTOP-1734. support solr in puppet components.

2016-08-03 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/12 It doesn't apply anymore, it seems. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] bigtop issue #116: BIGTOP-2467 Zookeeper Puppet script does not setup Zookee...

2016-06-09 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/116 That seems about right, but I don't know Ruby so well to tell if this is the best practices. Can anyone else chime in? --- If your project is set up for it, you can reply to this email and have your

[GitHub] bigtop issue #115: BIGTOP-2475: hadoop_pig puppet module needs hadoop::commo...

2016-06-08 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/115 Please don't mix formatting changes with the real fix - in extreme cases it makes reading quite hard --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] bigtop issue #114: BIGTOP-2472: zeppelin puppet module needs to expose ZEPPE...

2016-06-06 Thread c0s
Github user c0s commented on the issue: https://github.com/apache/bigtop/pull/114 oh yeah, makes sense! +1 will commit it in a bit. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

  1   2   >