You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by tweise <gi...@git.apache.org> on 2017/03/22 16:56:22 UTC

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

Github user tweise commented on a diff in the pull request:

    https://github.com/apache/bigtop/pull/188#discussion_r107470382
  
    --- Diff: bigtop-packages/src/common/apex/do-component-build ---
    @@ -28,6 +28,9 @@ command -v mvn > /dev/null 2>&1 || {
     # Build apex
     mvn clean package -DskipTests "$@"
     
    +#Find hadoop.version from pom.xml
    +APEX_HADOOP_VERSION=$(grep -oPm1 "(?<=<hadoop.version>)[^<]+" pom.xml)
    --- End diff --
    
    For the purpose of this build, shouldn't it be the bigtop hadoop version, since Apex will run on top of it?


---
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 is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---