[jira] [Created] (BIGTOP-2998) Extend Provisioner CI matrix to run smoke tests

2018-02-04 Thread Evans Ye (JIRA)
Evans Ye created BIGTOP-2998:


 Summary: Extend Provisioner CI matrix to run smoke tests
 Key: BIGTOP-2998
 URL: https://issues.apache.org/jira/browse/BIGTOP-2998
 Project: Bigtop
  Issue Type: Sub-task
  Components: deployment, provisioner, tests
Affects Versions: 1.2.1
 Environment: 
https://ci.bigtop.apache.org/view/Provisioner/job/Bigtop-trunk-deployments/
Reporter: Evans Ye






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BIGTOP-2997) Add AARCH64 in Provisioner CI matrix

2018-02-04 Thread Evans Ye (JIRA)
Evans Ye created BIGTOP-2997:


 Summary: Add AARCH64 in Provisioner CI matrix
 Key: BIGTOP-2997
 URL: https://issues.apache.org/jira/browse/BIGTOP-2997
 Project: Bigtop
  Issue Type: Sub-task
Reporter: Evans Ye






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BIGTOP-2996) Update Provisioner CI matrix against Bigtop master Distros

2018-02-04 Thread Evans Ye (JIRA)
Evans Ye created BIGTOP-2996:


 Summary: Update Provisioner CI matrix against Bigtop master Distros
 Key: BIGTOP-2996
 URL: https://issues.apache.org/jira/browse/BIGTOP-2996
 Project: Bigtop
  Issue Type: Sub-task
Reporter: Evans Ye






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BIGTOP-2995) Add example CI pipeline to build end-to-end from a commit to smoke test

2018-02-04 Thread Evans Ye (JIRA)
Evans Ye created BIGTOP-2995:


 Summary: Add example CI pipeline to build end-to-end from a commit 
to smoke test
 Key: BIGTOP-2995
 URL: https://issues.apache.org/jira/browse/BIGTOP-2995
 Project: Bigtop
  Issue Type: Sub-task
Reporter: Evans Ye






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BIGTOP-2993) Switch to gradle tez-pkg-ind developed in BIGTOP-2949 for Bigtop CI

2018-02-04 Thread Evans Ye (JIRA)
Evans Ye created BIGTOP-2993:


 Summary: Switch to gradle tez-pkg-ind developed in BIGTOP-2949 for 
Bigtop CI
 Key: BIGTOP-2993
 URL: https://issues.apache.org/jira/browse/BIGTOP-2993
 Project: Bigtop
  Issue Type: Sub-task
 Environment: 
https://ci.bigtop.apache.org/view/Packages/job/Bigtop-trunk-packages/
Reporter: Evans Ye






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BIGTOP-2994) Document the new feature added in BIGTOP-2949

2018-02-04 Thread Evans Ye (JIRA)
Evans Ye created BIGTOP-2994:


 Summary: Document the new feature added in BIGTOP-2949
 Key: BIGTOP-2994
 URL: https://issues.apache.org/jira/browse/BIGTOP-2994
 Project: Bigtop
  Issue Type: Sub-task
Reporter: Evans Ye






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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

2018-02-04 Thread JunHe77
GitHub user JunHe77 opened a pull request:

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

BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh

The cmd "dnf -y update" is not correctly used as the
purpose here is to "synchronize the package index
files from their sources".
For this purpose the cmd should be "dnf check-update"

Change-Id: I9ed7b7b631f5fabc00a4ef679d30a68f5c68b539
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-2988

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

https://github.com/apache/bigtop/pull/338.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 #338


commit 4e821550f2633d257b505f9cd0f669c702749f53
Author: Jun He 
Date:   2018-02-01T09:56:33Z

BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh

The cmd "dnf -y update" is not correctly used as the
purpose here is to "synchronize the package index
files from their sources".
For this purpose the cmd should be "dnf check-update"

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




---