[jira] [Commented] (MYRIAD-275) Upgrade front dependencies

2019-07-15 Thread Oscar Fernandez (JIRA)


[ 
https://issues.apache.org/jira/browse/MYRIAD-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16885030#comment-16885030
 ] 

Oscar Fernandez commented on MYRIAD-275:


MYRIAD-296 Should upgrade front dependencies

> Upgrade front dependencies
> --
>
> Key: MYRIAD-275
> URL: https://issues.apache.org/jira/browse/MYRIAD-275
> Project: Myriad
>  Issue Type: Task
>  Components: User Interface
>Affects Versions: Myriad 0.4.0
>Reporter: Juan Pedro
>Priority: Major
>  Labels: build
> Fix For: Myriad 0.4.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (MYRIAD-296) Build broken by Gulp Error

2019-07-15 Thread Oscar Fernandez (JIRA)


[ 
https://issues.apache.org/jira/browse/MYRIAD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16885025#comment-16885025
 ] 

Oscar Fernandez commented on MYRIAD-296:


I've made a PR upgrading:
 * Gradle 2.9 -> 5.5
 * Gradle Node Plugin 0.11 -> 1.3.0
 * React.js 0.12.2 -> 16.8.6
 * Gulp 3.8.11 -> 4.0.2

[https://github.com/apache/incubator-myriad/pull/127]

> Build broken by Gulp Error
> --
>
> Key: MYRIAD-296
> URL: https://issues.apache.org/jira/browse/MYRIAD-296
> Project: Myriad
>  Issue Type: Bug
>  Components: Scheduler, User Interface
>Affects Versions: Myriad 0.4.0
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Major
>  Labels: build
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {noformat}
> $ ./gradlew gulp_build
> Parallel execution is an incubating feature.
> :myriad-scheduler:nodeSetup UP-TO-DATE
> :myriad-scheduler:installGulp UP-TO-DATE
> :myriad-scheduler:npmSetup SKIPPED
> :myriad-scheduler:npmInstallnpm WARN deprecated gulp-util@3.0.8: gulp-util is 
> deprecated - replace it, following the guidelines at 
> https://medium.com/gulpjs/gulp-util-ca3b1f
> 9f9ac5
> npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for 
> compatibility with current and future versions of Node.js
> npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or 
> higher to avoid a RegExp DoS issue
> npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals 
> and will break at some point. Do not use it, and update to graceful-fs@4.x.
> npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or 
> higher to avoid a RegExp DoS issue
> npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for 
> compatibility with current and future versions of Node.js
> npm WARN engine atob@2.1.2: wanted: {"node":">= 4.5.0"} (current: 
> {"node":"4.2.1","npm":"2.14.7"}) 
> gulp@3.8.11 node_modules/gulp
> ├── pretty-hrtime@0.2.2
> ├── interpret@0.3.10
> ├── deprecated@0.0.1
> ├── archy@1.0.0
> ├── tildify@1.2.0 (os-homedir@1.0.2)
> ├── minimist@1.2.0
> ├── v8flags@2.1.1 (user-home@1.1.1)
> ├── semver@4.3.6
> ├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, 
> supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)
> ├── orchestrator@0.3.8 (stream-consume@0.1.1, sequencify@0.0.7, 
> end-of-stream@0.1.5)
> ├── gulp-util@3.0.8 (array-differ@1.0.0, beeper@1.1.1, 
> lodash._reescape@3.0.0, array-uniq@1.0.3, lodash._reevaluate@3.0.0, 
> object-assign@3.0.0, lodash._reinterpolate@3.0.0,
> replace-ext@0.0.1, dateformat@2.2.0, has-gulplog@0.1.0, vinyl@0.5.3, 
> chalk@1.1.3, gulplog@1.0.0, fancy-log@1.3.3, lodash.template@3.6.2, 
> multipipe@0.1.2, through2@2.0.5)
> ├── vinyl-fs@0.3.14 (strip-bom@1.0.0, defaults@1.0.3, vinyl@0.4.6, 
> graceful-fs@3.0.11, mkdirp@0.5.1, through2@0.6.5, glob-stream@3.1.18, 
> glob-watcher@0.0.6)
> └── liftoff@2.5.0 (flagged-respawn@1.0.1, rechoir@0.6.2, extend@3.0.2, 
> is-plain-object@2.0.4, object.map@1.0.1, fined@1.2.0, resolve@1.11.1, 
> findup-sync@2.0.0)
> :myriad-scheduler:gulp_build
> [20:04:49] Using gulpfile 
> ~/incubator-myriad/myriad-scheduler/src/main/resources/webapp/gulpfile.js
> [20:04:49] Starting 'clean'...
> [20:04:49] Finished 'clean' after 15 ms
> [20:04:49] Starting 'js'...
> [20:04:49] Finished 'js' after 29 ms
> [20:04:49] Starting 'html'...
> [20:04:49] Starting 'css'...
> [20:04:49] Starting 'img'...
> [20:04:49] Finished 'html' after 46 ms
> [20:04:49] Finished 'css' after 42 ms
> [20:04:50] Finished 'img' after 591 ms
> [20:04:50] Starting 'default'...
> [20:04:50] Finished 'default' after 17 μs
> [20:04:50] Starting 'build'...
> [20:04:50] Finished 'build' after 32 μs
> events.js:141
> throw er; // Unhandled 'error' event
> ^
> ReferenceError: Invalid left-hand side in assignment
> at module.exports 
> (/home/vagrant/incubator-myriad/myriad-scheduler/src/main/resources/webapp/node_modules/browserify/node_modules/syntax-error/index.js:11:52)
> at DestroyableTransform._transform 
> (/home/vagrant/incubator-myriad/myriad-scheduler/src/main/resources/webapp/node_modules/browserify/index.js:613:19)
> at DestroyableTransform.Transform._read 
> (/home/vagrant/incubator-myriad/myriad-scheduler/src/main/resources/webapp/node_modules/browserify/node_modules/readable-stream/l
> ib/_stream_transform.js:184:10)
> at DestroyableTransform.Transform._write 
> (/home/vagrant/incubator-myriad/myriad-scheduler/src/main/resources/webapp/node_modules/browserify/node_modules/readable-stream/
> lib/_stream_transform.js:172:12)
> at Labeled.Pipeline._write 
> (/home/vagrant/incubator-myriad/myriad-scheduler/src/main/resources/webapp/node_modules/browserify/node_modules/labeled-stream-splicer/node_mo
> dules/stream-splicer/index.js:73:22)
> at doWrite 
> 

[jira] [Created] (MYRIAD-298) Upgrade Mesos API to 1.7.x

2019-07-16 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-298:
--

 Summary: Upgrade Mesos API to 1.7.x
 Key: MYRIAD-298
 URL: https://issues.apache.org/jira/browse/MYRIAD-298
 Project: Myriad
  Issue Type: Task
Reporter: Oscar Fernandez


Apache Myriad should be upgraded to work with Mesos 1.7



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (MYRIAD-294) Add license footers to a few markdown readmes that currently don't have it

2019-06-29 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-294:
--

 Summary: Add license footers to a few markdown readmes that 
currently don't have it
 Key: MYRIAD-294
 URL: https://issues.apache.org/jira/browse/MYRIAD-294
 Project: Myriad
  Issue Type: Task
Reporter: Oscar Fernandez






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


[jira] [Created] (MYRIAD-312) Fix JDK on Travis build

2019-08-14 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-312:
--

 Summary: Fix JDK on Travis build
 Key: MYRIAD-312
 URL: https://issues.apache.org/jira/browse/MYRIAD-312
 Project: Myriad
  Issue Type: Task
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez


Travis-CI in github shows error on build.

 

[~javiroman] found this explanation:
[https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/2|https://slack-redir.net/link?url=https%3A%2F%2Ftravis-ci.community%2Ft%2Finstall-of-oracle-jdk8-is-failing%2F4365%2F2]
 
The workaround is to either add dist: trusty to your .travis.yml file or use 
openjdk11



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (MYRIAD-313) Call for voting to PPMC (e-mail)

2019-08-14 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-313:
--

 Summary: Call for voting to PPMC (e-mail)
 Key: MYRIAD-313
 URL: https://issues.apache.org/jira/browse/MYRIAD-313
 Project: Myriad
  Issue Type: Sub-task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


The Apache Myriad PPMC should approve a release candidate.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (MYRIAD-313) Call for voting to PPMC (e-mail)

2019-08-14 Thread Oscar Fernandez (JIRA)


[ 
https://issues.apache.org/jira/browse/MYRIAD-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907233#comment-16907233
 ] 

Oscar Fernandez commented on MYRIAD-313:


Email sent to list 
[https://www.mail-archive.com/dev@myriad.incubator.apache.org/msg02884.html]

> Call for voting to PPMC (e-mail)
> 
>
> Key: MYRIAD-313
> URL: https://issues.apache.org/jira/browse/MYRIAD-313
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> The Apache Myriad PPMC should approve a release candidate.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Closed] (MYRIAD-315) Call for voting to IPMC (e-mail)

2019-08-25 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-315.
--

> Call for voting to IPMC (e-mail)
> 
>
> Key: MYRIAD-315
> URL: https://issues.apache.org/jira/browse/MYRIAD-315
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> E-mail calling for voting to Incubator PMCs and final Result vote.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-315) Call for voting to IPMC (e-mail)

2019-08-25 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915193#comment-16915193
 ] 

Oscar Fernandez commented on MYRIAD-315:


The vote was successful:

https://lists.apache.org/thread.html/8c4e333cd8ee0d494b01b208e453ece40a7fb51ffceef996af059bc3@%3Cgeneral.incubator.apache.org%3E

> Call for voting to IPMC (e-mail)
> 
>
> Key: MYRIAD-315
> URL: https://issues.apache.org/jira/browse/MYRIAD-315
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> E-mail calling for voting to Incubator PMCs and final Result vote.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (MYRIAD-315) Call for voting to IPMC (e-mail)

2019-08-25 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-315.

Resolution: Fixed

> Call for voting to IPMC (e-mail)
> 
>
> Key: MYRIAD-315
> URL: https://issues.apache.org/jira/browse/MYRIAD-315
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> E-mail calling for voting to Incubator PMCs and final Result vote.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-321) Update Project Site (News, and more)

2019-08-25 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-321:
--

 Summary: Update Project Site (News, and more)
 Key: MYRIAD-321
 URL: https://issues.apache.org/jira/browse/MYRIAD-321
 Project: Myriad
  Issue Type: Sub-task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


Update  [http://myriad.incubator.apache.org/]

And [https://incubator.apache.org/projects/myriad.html]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-319) Post Voting Action: create release with "release.sh" script

2019-08-25 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-319:
--

 Summary: Post Voting Action: create release with "release.sh" 
script
 Key: MYRIAD-319
 URL: https://issues.apache.org/jira/browse/MYRIAD-319
 Project: Myriad
  Issue Type: Sub-task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


# Run the "release.sh" script to tag the successfully voted RC "as the 
release". This script
 ## Creates a new github tag for the release. Removes the "RC" tags that were 
added during voting.
 ## Uploads the "release" artifacts to release SVN: 
[https://dist.apache.org/repos/dist/release/incubator/myriad/] 
 ## Deletes the "RC" artifacts from dev SVN: 
[https://dist.apache.org/repos/dist/dev/incubator/myriad/]
 # Make all the JIRAs marked for this release are resolved. Add the "release 
date" against the released version.
 # Make sure the release is available for download from 
[http://myriad.incubator.apache.org/downloads/].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-320) Update Release Notes (doc site - Confluence)

2019-08-25 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-320:
--

 Summary: Update Release Notes (doc site - Confluence)
 Key: MYRIAD-320
 URL: https://issues.apache.org/jira/browse/MYRIAD-320
 Project: Myriad
  Issue Type: Sub-task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


Release notes page:

 

[https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (MYRIAD-321) Update Project Site (News, and more)

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-321.

Resolution: Fixed

> Update Project Site (News, and more)
> 
>
> Key: MYRIAD-321
> URL: https://issues.apache.org/jira/browse/MYRIAD-321
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Update  [http://myriad.incubator.apache.org/]
> And [https://incubator.apache.org/projects/myriad.html]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Closed] (MYRIAD-319) Post Voting Action: create release with "release.sh" script

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-319.
--

> Post Voting Action: create release with "release.sh" script
> ---
>
> Key: MYRIAD-319
> URL: https://issues.apache.org/jira/browse/MYRIAD-319
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> # Run the "release.sh" script to tag the successfully voted RC "as the 
> release". This script
>  ## Creates a new github tag for the release. Removes the "RC" tags that were 
> added during voting.
>  ## Uploads the "release" artifacts to release SVN: 
> [https://dist.apache.org/repos/dist/release/incubator/myriad/] 
>  ## Deletes the "RC" artifacts from dev SVN: 
> [https://dist.apache.org/repos/dist/dev/incubator/myriad/]
>  # Make all the JIRAs marked for this release are resolved. Add the "release 
> date" against the released version.
>  # Make sure the release is available for download from 
> [http://myriad.incubator.apache.org/downloads/].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (MYRIAD-320) Update Release Notes (doc site - Confluence)

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-320.

Resolution: Fixed

> Update Release Notes (doc site - Confluence)
> 
>
> Key: MYRIAD-320
> URL: https://issues.apache.org/jira/browse/MYRIAD-320
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Release notes page:
>  
> [https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-320) Update Release Notes (doc site - Confluence)

2019-08-26 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915741#comment-16915741
 ] 

Oscar Fernandez commented on MYRIAD-320:


Added v0.4.0 to release notes confluence page

> Update Release Notes (doc site - Confluence)
> 
>
> Key: MYRIAD-320
> URL: https://issues.apache.org/jira/browse/MYRIAD-320
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Release notes page:
>  
> [https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Closed] (MYRIAD-320) Update Release Notes (doc site - Confluence)

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-320.
--

> Update Release Notes (doc site - Confluence)
> 
>
> Key: MYRIAD-320
> URL: https://issues.apache.org/jira/browse/MYRIAD-320
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Release notes page:
>  
> [https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-324) Send ANNOUNCE email

2019-08-26 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-324:
--

 Summary: Send ANNOUNCE email
 Key: MYRIAD-324
 URL: https://issues.apache.org/jira/browse/MYRIAD-324
 Project: Myriad
  Issue Type: Sub-task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


Send mail to [annou...@apache.org|mailto:annou...@apache.org]

Example: 
[http://mail-archives.apache.org/mod_mbox/www-announce/201904.mbox/%3ccacwqdqbovzouubxoeyfd0pd9wbthp9-jg1wmzxbcukkugw-...@mail.gmail.com%3E]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Closed] (MYRIAD-321) Update Project Site (News, and more)

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-321.
--

> Update Project Site (News, and more)
> 
>
> Key: MYRIAD-321
> URL: https://issues.apache.org/jira/browse/MYRIAD-321
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Update  [http://myriad.incubator.apache.org/]
> And [https://incubator.apache.org/projects/myriad.html]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-323) Update Myriad Release guide

2019-08-26 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-323:
--

 Summary: Update Myriad Release guide
 Key: MYRIAD-323
 URL: https://issues.apache.org/jira/browse/MYRIAD-323
 Project: Myriad
  Issue Type: Improvement
  Components: Confluence
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez


[https://cwiki.apache.org/confluence/display/MYRIAD/Release+Guide]

Update release guide and fix some issues



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-303) Prepare for 0.4.0 release

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-303:
---
Labels: releasegeneration  (was: )

> Prepare for 0.4.0 release
> -
>
> Key: MYRIAD-303
> URL: https://issues.apache.org/jira/browse/MYRIAD-303
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>  Labels: releasegeneration
> Fix For: Myriad 0.4.0
>
>
> Umbrella task for 0.4.0 version releasing.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-321) Update Project Site (News, and more)

2019-08-26 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915640#comment-16915640
 ] 

Oscar Fernandez commented on MYRIAD-321:


Updated news, downloads and blog in myriad page. [https://myriad.apache.org/]

> Update Project Site (News, and more)
> 
>
> Key: MYRIAD-321
> URL: https://issues.apache.org/jira/browse/MYRIAD-321
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Update  [http://myriad.incubator.apache.org/]
> And [https://incubator.apache.org/projects/myriad.html]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-322) Add version 0.5.0 in Apache Myriad Jira

2019-08-26 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-322:
--

 Summary: Add version 0.5.0 in Apache Myriad Jira
 Key: MYRIAD-322
 URL: https://issues.apache.org/jira/browse/MYRIAD-322
 Project: Myriad
  Issue Type: Sub-task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Javi Roman
 Fix For: Myriad 0.4.0


Create new version to assign tasks in Jira



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (MYRIAD-319) Post Voting Action: create release with "release.sh" script

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-319.

Resolution: Fixed

> Post Voting Action: create release with "release.sh" script
> ---
>
> Key: MYRIAD-319
> URL: https://issues.apache.org/jira/browse/MYRIAD-319
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> # Run the "release.sh" script to tag the successfully voted RC "as the 
> release". This script
>  ## Creates a new github tag for the release. Removes the "RC" tags that were 
> added during voting.
>  ## Uploads the "release" artifacts to release SVN: 
> [https://dist.apache.org/repos/dist/release/incubator/myriad/] 
>  ## Deletes the "RC" artifacts from dev SVN: 
> [https://dist.apache.org/repos/dist/dev/incubator/myriad/]
>  # Make all the JIRAs marked for this release are resolved. Add the "release 
> date" against the released version.
>  # Make sure the release is available for download from 
> [http://myriad.incubator.apache.org/downloads/].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-319) Post Voting Action: create release with "release.sh" script

2019-08-26 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915572#comment-16915572
 ] 

Oscar Fernandez commented on MYRIAD-319:


Released at:

[https://dist.apache.org/repos/dist/release/incubator/myriad/]

 

Cleanup of temporary dev folder (old RC's):

[https://dist.apache.org/repos/dist/dev/incubator/myriad/]

> Post Voting Action: create release with "release.sh" script
> ---
>
> Key: MYRIAD-319
> URL: https://issues.apache.org/jira/browse/MYRIAD-319
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> # Run the "release.sh" script to tag the successfully voted RC "as the 
> release". This script
>  ## Creates a new github tag for the release. Removes the "RC" tags that were 
> added during voting.
>  ## Uploads the "release" artifacts to release SVN: 
> [https://dist.apache.org/repos/dist/release/incubator/myriad/] 
>  ## Deletes the "RC" artifacts from dev SVN: 
> [https://dist.apache.org/repos/dist/dev/incubator/myriad/]
>  # Make all the JIRAs marked for this release are resolved. Add the "release 
> date" against the released version.
>  # Make sure the release is available for download from 
> [http://myriad.incubator.apache.org/downloads/].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-315) Call for voting to IPMC (e-mail)

2019-08-21 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-315:
--

 Summary: Call for voting to IPMC (e-mail)
 Key: MYRIAD-315
 URL: https://issues.apache.org/jira/browse/MYRIAD-315
 Project: Myriad
  Issue Type: Sub-task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


E-mail calling for voting to Incubator PMCs and final Result vote.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (MYRIAD-313) Call for voting to PPMC (e-mail)

2019-08-21 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-313.

Resolution: Fixed

> Call for voting to PPMC (e-mail)
> 
>
> Key: MYRIAD-313
> URL: https://issues.apache.org/jira/browse/MYRIAD-313
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> The Apache Myriad PPMC should approve a release candidate.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Closed] (MYRIAD-313) Call for voting to PPMC (e-mail)

2019-08-21 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-313.
--

> Call for voting to PPMC (e-mail)
> 
>
> Key: MYRIAD-313
> URL: https://issues.apache.org/jira/browse/MYRIAD-313
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> The Apache Myriad PPMC should approve a release candidate.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-313) Call for voting to PPMC (e-mail)

2019-08-21 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912063#comment-16912063
 ] 

Oscar Fernandez commented on MYRIAD-313:


Done:

[https://lists.apache.org/thread.html/8a51eafe1015ff152df1db3dcdc9f618c38ec437417ebfb76f82b74d@%3Cdev.myriad.apache.org%3E]

> Call for voting to PPMC (e-mail)
> 
>
> Key: MYRIAD-313
> URL: https://issues.apache.org/jira/browse/MYRIAD-313
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> The Apache Myriad PPMC should approve a release candidate.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-313) Call for voting to PPMC (e-mail)

2019-08-21 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912064#comment-16912064
 ] 

Oscar Fernandez commented on MYRIAD-313:


Result vote for this call:

[https://lists.apache.org/thread.html/27b5c569b7e5f14237fee21e1c602ab53bea529867e53e2f1220c797@%3Cdev.myriad.apache.org%3E]

> Call for voting to PPMC (e-mail)
> 
>
> Key: MYRIAD-313
> URL: https://issues.apache.org/jira/browse/MYRIAD-313
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> The Apache Myriad PPMC should approve a release candidate.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Closed] (MYRIAD-318) Update LICENSE file to reflect bootstrap react MIT license

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-318.
--

> Update LICENSE file to reflect bootstrap react MIT license
> --
>
> Key: MYRIAD-318
> URL: https://issues.apache.org/jira/browse/MYRIAD-318
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current LICENSE file shows a MIT license for bootstrap, we should specify 
> that this is for the react boostrap component and not for the bootstrap css.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-318) Update LICENSE file to reflect bootstrap react MIT license

2019-08-26 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915763#comment-16915763
 ] 

Oscar Fernandez commented on MYRIAD-318:


Merged

> Update LICENSE file to reflect bootstrap react MIT license
> --
>
> Key: MYRIAD-318
> URL: https://issues.apache.org/jira/browse/MYRIAD-318
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current LICENSE file shows a MIT license for bootstrap, we should specify 
> that this is for the react boostrap component and not for the bootstrap css.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-312) Fix JDK on Travis build

2019-08-26 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915764#comment-16915764
 ] 

Oscar Fernandez commented on MYRIAD-312:


Changed to openjdk11 and merged

> Fix JDK on Travis build
> ---
>
> Key: MYRIAD-312
> URL: https://issues.apache.org/jira/browse/MYRIAD-312
> Project: Myriad
>  Issue Type: Task
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Travis-CI in github shows error on build.
>  
> [~javiroman] found this explanation:
> [https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/2|https://slack-redir.net/link?url=https%3A%2F%2Ftravis-ci.community%2Ft%2Finstall-of-oracle-jdk8-is-failing%2F4365%2F2]
>  
> The workaround is to either add dist: trusty to your .travis.yml file or use 
> openjdk11



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-318) Update LICENSE file to reflect bootstrap react MIT license

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-318:
---
Fix Version/s: Myriad 0.5.0

> Update LICENSE file to reflect bootstrap react MIT license
> --
>
> Key: MYRIAD-318
> URL: https://issues.apache.org/jira/browse/MYRIAD-318
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current LICENSE file shows a MIT license for bootstrap, we should specify 
> that this is for the react boostrap component and not for the bootstrap css.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (MYRIAD-318) Update LICENSE file to reflect bootstrap react MIT license

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-318.

Resolution: Fixed

> Update LICENSE file to reflect bootstrap react MIT license
> --
>
> Key: MYRIAD-318
> URL: https://issues.apache.org/jira/browse/MYRIAD-318
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current LICENSE file shows a MIT license for bootstrap, we should specify 
> that this is for the react boostrap component and not for the bootstrap css.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Assigned] (MYRIAD-295) Allow multiple versions of Apache Hadoop to run on the same physical infrastructure

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez reassigned MYRIAD-295:
--

Assignee: Oscar Fernandez

> Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> ---
>
> Key: MYRIAD-295
> URL: https://issues.apache.org/jira/browse/MYRIAD-295
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> One of the most interesting features listed in the original Apache Myriad 
> Incubator Proposal [1], was:
>  * Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> From my point of view this is one of the major advantages of Apache Mesos in 
> the context of framework development. Apache Myriad could be modified in 
> order to create a robust Apache YARN as a Services application. Multiple 
> YARNs running in the same infrastructure is a major goal for the project.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-295) Allow multiple versions of Apache Hadoop to run on the same physical infrastructure

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-295:
---
Affects Version/s: (was: Myriad 0.4.0)
   Myriad 0.5.0

> Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> ---
>
> Key: MYRIAD-295
> URL: https://issues.apache.org/jira/browse/MYRIAD-295
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
>
> One of the most interesting features listed in the original Apache Myriad 
> Incubator Proposal [1], was:
>  * Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> From my point of view this is one of the major advantages of Apache Mesos in 
> the context of framework development. Apache Myriad could be modified in 
> order to create a robust Apache YARN as a Services application. Multiple 
> YARNs running in the same infrastructure is a major goal for the project.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-297) Update findbugs plugin to spotbugs

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-297:
---
Affects Version/s: Myriad 0.5.0

> Update findbugs plugin to spotbugs
> --
>
> Key: MYRIAD-297
> URL: https://issues.apache.org/jira/browse/MYRIAD-297
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Priority: Major
>
> The build shows this warning:
> The findbugs plugin has been deprecated. This is scheduled to be removed in 
> Gradle 6.0. Consider using the com.github.spotbugs plugin instead.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-295) Allow multiple versions of Apache Hadoop to run on the same physical infrastructure

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-295:
---
Fix Version/s: Myriad 0.5.0

> Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> ---
>
> Key: MYRIAD-295
> URL: https://issues.apache.org/jira/browse/MYRIAD-295
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> One of the most interesting features listed in the original Apache Myriad 
> Incubator Proposal [1], was:
>  * Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> From my point of view this is one of the major advantages of Apache Mesos in 
> the context of framework development. Apache Myriad could be modified in 
> order to create a robust Apache YARN as a Services application. Multiple 
> YARNs running in the same infrastructure is a major goal for the project.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-297) Update findbugs plugin to spotbugs

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-297:
---
Fix Version/s: Myriad 0.5.0

> Update findbugs plugin to spotbugs
> --
>
> Key: MYRIAD-297
> URL: https://issues.apache.org/jira/browse/MYRIAD-297
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> The build shows this warning:
> The findbugs plugin has been deprecated. This is scheduled to be removed in 
> Gradle 6.0. Consider using the com.github.spotbugs plugin instead.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-306) Create testbed directory containing vagrant deploy and yarn examples

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-306:
---
Fix Version/s: Myriad 0.5.0

> Create testbed directory containing vagrant deploy and yarn examples
> 
>
> Key: MYRIAD-306
> URL: https://issues.apache.org/jira/browse/MYRIAD-306
> Project: Myriad
>  Issue Type: Task
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> Create testbed directory containing vagrant deploy (libvirt and virtualbox) 
> and yarn examples to test the project



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-306) Create testbed directory containing vagrant deploy and yarn examples

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-306:
---
Affects Version/s: Myriad 0.5.0

> Create testbed directory containing vagrant deploy and yarn examples
> 
>
> Key: MYRIAD-306
> URL: https://issues.apache.org/jira/browse/MYRIAD-306
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> Create testbed directory containing vagrant deploy (libvirt and virtualbox) 
> and yarn examples to test the project



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-279) Reworking a new UI design

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-279:
---
Affects Version/s: (was: Myriad 0.4.0)
   Myriad 0.5.0

> Reworking a new UI design
> -
>
> Key: MYRIAD-279
> URL: https://issues.apache.org/jira/browse/MYRIAD-279
> Project: Myriad
>  Issue Type: New Feature
>  Components: User Interface
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
>
> We should enhance the whole look and feel of Myriad UI, to add a dashboard, 
> new controls, metrics about YARN and HDFS and so forth.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-279) Reworking a new UI design

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-279:
---
Fix Version/s: Myriad 0.5.0

> Reworking a new UI design
> -
>
> Key: MYRIAD-279
> URL: https://issues.apache.org/jira/browse/MYRIAD-279
> Project: Myriad
>  Issue Type: New Feature
>  Components: User Interface
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> We should enhance the whole look and feel of Myriad UI, to add a dashboard, 
> new controls, metrics about YARN and HDFS and so forth.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-279) Reworking a new UI design

2019-08-26 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915773#comment-16915773
 ] 

Oscar Fernandez commented on MYRIAD-279:


[~javiroman] Maybe you can add some documentation for the new design to this 
task

> Reworking a new UI design
> -
>
> Key: MYRIAD-279
> URL: https://issues.apache.org/jira/browse/MYRIAD-279
> Project: Myriad
>  Issue Type: New Feature
>  Components: User Interface
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> We should enhance the whole look and feel of Myriad UI, to add a dashboard, 
> new controls, metrics about YARN and HDFS and so forth.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Closed] (MYRIAD-314) Renaming artifacts with correct version

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-314.
--

> Renaming artifacts with correct version
> ---
>
> Key: MYRIAD-314
> URL: https://issues.apache.org/jira/browse/MYRIAD-314
> Project: Myriad
>  Issue Type: Sub-task
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update artifacts version number to 0.5.0



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Assigned] (MYRIAD-322) Add version 0.5.0 in Apache Myriad Jira

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez reassigned MYRIAD-322:
--

Assignee: Oscar Fernandez  (was: Javi Roman)

> Add version 0.5.0 in Apache Myriad Jira
> ---
>
> Key: MYRIAD-322
> URL: https://issues.apache.org/jira/browse/MYRIAD-322
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Create new version to assign tasks in Jira



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-318) Update LICENSE file to reflect bootstrap react MIT license

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-318:
---
Affects Version/s: Myriad 0.5.0

> Update LICENSE file to reflect bootstrap react MIT license
> --
>
> Key: MYRIAD-318
> URL: https://issues.apache.org/jira/browse/MYRIAD-318
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current LICENSE file shows a MIT license for bootstrap, we should specify 
> that this is for the react boostrap component and not for the bootstrap css.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-323) Update Myriad Release guide

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-323:
---
Fix Version/s: Myriad 0.5.0

> Update Myriad Release guide
> ---
>
> Key: MYRIAD-323
> URL: https://issues.apache.org/jira/browse/MYRIAD-323
> Project: Myriad
>  Issue Type: Improvement
>  Components: Confluence
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> [https://cwiki.apache.org/confluence/display/MYRIAD/Release+Guide]
> Update release guide and fix some issues



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (MYRIAD-312) Fix JDK on Travis build

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-312.

Resolution: Fixed

> Fix JDK on Travis build
> ---
>
> Key: MYRIAD-312
> URL: https://issues.apache.org/jira/browse/MYRIAD-312
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Travis-CI in github shows error on build.
>  
> [~javiroman] found this explanation:
> [https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/2|https://slack-redir.net/link?url=https%3A%2F%2Ftravis-ci.community%2Ft%2Finstall-of-oracle-jdk8-is-failing%2F4365%2F2]
>  
> The workaround is to either add dist: trusty to your .travis.yml file or use 
> openjdk11



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-312) Fix JDK on Travis build

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-312:
---
Affects Version/s: Myriad 0.5.0

> Fix JDK on Travis build
> ---
>
> Key: MYRIAD-312
> URL: https://issues.apache.org/jira/browse/MYRIAD-312
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Travis-CI in github shows error on build.
>  
> [~javiroman] found this explanation:
> [https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/2|https://slack-redir.net/link?url=https%3A%2F%2Ftravis-ci.community%2Ft%2Finstall-of-oracle-jdk8-is-failing%2F4365%2F2]
>  
> The workaround is to either add dist: trusty to your .travis.yml file or use 
> openjdk11



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Closed] (MYRIAD-312) Fix JDK on Travis build

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-312.
--

> Fix JDK on Travis build
> ---
>
> Key: MYRIAD-312
> URL: https://issues.apache.org/jira/browse/MYRIAD-312
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Travis-CI in github shows error on build.
>  
> [~javiroman] found this explanation:
> [https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/2|https://slack-redir.net/link?url=https%3A%2F%2Ftravis-ci.community%2Ft%2Finstall-of-oracle-jdk8-is-failing%2F4365%2F2]
>  
> The workaround is to either add dist: trusty to your .travis.yml file or use 
> openjdk11



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-312) Fix JDK on Travis build

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-312:
---
Fix Version/s: Myriad 0.5.0

> Fix JDK on Travis build
> ---
>
> Key: MYRIAD-312
> URL: https://issues.apache.org/jira/browse/MYRIAD-312
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Travis-CI in github shows error on build.
>  
> [~javiroman] found this explanation:
> [https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/2|https://slack-redir.net/link?url=https%3A%2F%2Ftravis-ci.community%2Ft%2Finstall-of-oracle-jdk8-is-failing%2F4365%2F2]
>  
> The workaround is to either add dist: trusty to your .travis.yml file or use 
> openjdk11



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-311) Check usage of website directory in project

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-311:
---
Affects Version/s: Myriad 0.5.0

> Check usage of website directory in project
> ---
>
> Key: MYRIAD-311
> URL: https://issues.apache.org/jira/browse/MYRIAD-311
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Priority: Minor
>
> Check usage of website directory in project.
> The Myriad Homepage should be in the myriad repo.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-311) Check usage of website directory in project

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-311:
---
Fix Version/s: Myriad 0.5.0

> Check usage of website directory in project
> ---
>
> Key: MYRIAD-311
> URL: https://issues.apache.org/jira/browse/MYRIAD-311
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Oscar Fernandez
>Priority: Minor
> Fix For: Myriad 0.5.0
>
>
> Check usage of website directory in project.
> The Myriad Homepage should be in the myriad repo.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-316) Upgrade to PDM 7

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-316:
---
Affects Version/s: Myriad 0.5.0

> Upgrade to PDM 7
> 
>
> Key: MYRIAD-316
> URL: https://issues.apache.org/jira/browse/MYRIAD-316
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
>
> Task :myriad-scheduler:pmdMain 
> Discontinue using Rule name category/java/codestyle.xml/ForLoopsMustUseBraces 
> as it is scheduled for removal from PMD. PMD 7.0.0 will remove support for 
> this Rule. 
> Use Rule name category/java/codestyle.xml/ForLoopsMustUseBraces instead of 
> the deprecated Rule name rulesets/java/braces.xml/ForLoopsMustUseBraces. PMD 
> 7.0.0 will remove sup
> port for this deprecated Rule name usage.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-317) Upgrade to Gradle 6

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-317:
---
Fix Version/s: Myriad 0.5.0

> Upgrade to Gradle 6
> ---
>
> Key: MYRIAD-317
> URL: https://issues.apache.org/jira/browse/MYRIAD-317
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> Deprecated Gradle features were used in this build, making it incompatible 
> with Gradle 6.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See 
> https://docs.gradle.org/5.5/userguide/command_line_interface.html#sec:command_line_warnings



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-317) Upgrade to Gradle 6

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-317:
---
Affects Version/s: Myriad 0.5.0

> Upgrade to Gradle 6
> ---
>
> Key: MYRIAD-317
> URL: https://issues.apache.org/jira/browse/MYRIAD-317
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
>
> Deprecated Gradle features were used in this build, making it incompatible 
> with Gradle 6.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See 
> https://docs.gradle.org/5.5/userguide/command_line_interface.html#sec:command_line_warnings



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-316) Upgrade to PDM 7

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-316:
---
Fix Version/s: Myriad 0.5.0

> Upgrade to PDM 7
> 
>
> Key: MYRIAD-316
> URL: https://issues.apache.org/jira/browse/MYRIAD-316
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> Task :myriad-scheduler:pmdMain 
> Discontinue using Rule name category/java/codestyle.xml/ForLoopsMustUseBraces 
> as it is scheduled for removal from PMD. PMD 7.0.0 will remove support for 
> this Rule. 
> Use Rule name category/java/codestyle.xml/ForLoopsMustUseBraces instead of 
> the deprecated Rule name rulesets/java/braces.xml/ForLoopsMustUseBraces. PMD 
> 7.0.0 will remove sup
> port for this deprecated Rule name usage.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-278) Create test-suit for acceptance test driven development

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-278:
---
Affects Version/s: (was: Myriad 0.4.0)
   Myriad 0.5.0

> Create test-suit for acceptance test driven development 
> 
>
> Key: MYRIAD-278
> URL: https://issues.apache.org/jira/browse/MYRIAD-278
> Project: Myriad
>  Issue Type: New Feature
>  Components: Vagrant
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
>  Labels: test
>
> We need a strong test suit for getting confidence about our code, for example 
> following the concept of Acceptance Test Driven Development (ATDD) involves 
> team members with different perspectives (customer, development, testing) 
> collaborating to write acceptance tests. These acceptance tests represent the 
> user's point of view and act as a form of requirements to describe how the 
> system will function, as well as serve as a way of verifying that the system 
> functions as intended.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-278) Create test-suit for acceptance test driven development

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-278:
---
Fix Version/s: Myriad 0.5.0

> Create test-suit for acceptance test driven development 
> 
>
> Key: MYRIAD-278
> URL: https://issues.apache.org/jira/browse/MYRIAD-278
> Project: Myriad
>  Issue Type: New Feature
>  Components: Vagrant
>Affects Versions: Myriad 0.5.0
>Reporter: Javi Roman
>Priority: Major
>  Labels: test
> Fix For: Myriad 0.5.0
>
>
> We need a strong test suit for getting confidence about our code, for example 
> following the concept of Acceptance Test Driven Development (ATDD) involves 
> team members with different perspectives (customer, development, testing) 
> collaborating to write acceptance tests. These acceptance tests represent the 
> user's point of view and act as a form of requirements to describe how the 
> system will function, as well as serve as a way of verifying that the system 
> functions as intended.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-276) Test Myriad with Hadoop 3

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-276:
---
Affects Version/s: Myriad 0.5.0

> Test Myriad with Hadoop 3
> -
>
> Key: MYRIAD-276
> URL: https://issues.apache.org/jira/browse/MYRIAD-276
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Juan Pedro
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-276) Test Myriad with Hadoop 3

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-276:
---
Fix Version/s: Myriad 0.5.0

> Test Myriad with Hadoop 3
> -
>
> Key: MYRIAD-276
> URL: https://issues.apache.org/jira/browse/MYRIAD-276
> Project: Myriad
>  Issue Type: Task
>Affects Versions: Myriad 0.5.0
>Reporter: Juan Pedro
>Priority: Minor
> Fix For: Myriad 0.5.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-271) supress-revive mechanism offers

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-271:
---
Fix Version/s: Myriad 0.5.0

> supress-revive mechanism offers
> ---
>
> Key: MYRIAD-271
> URL: https://issues.apache.org/jira/browse/MYRIAD-271
> Project: Myriad
>  Issue Type: New Feature
>  Components: Scheduler
>Affects Versions: Myriad 0.5.0
> Environment: upgrademesos1.5 branch
>Reporter: Juan Pedro
>Priority: Minor
> Fix For: Myriad 0.5.0
>
>
> introduce a mechanism to suppress offers when they are not necessary and 
> revive them when there are tasks to deploy



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-271) supress-revive mechanism offers

2019-08-26 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-271:
---
Affects Version/s: (was: Myriad 0.3.0)
   Myriad 0.5.0

> supress-revive mechanism offers
> ---
>
> Key: MYRIAD-271
> URL: https://issues.apache.org/jira/browse/MYRIAD-271
> Project: Myriad
>  Issue Type: New Feature
>  Components: Scheduler
>Affects Versions: Myriad 0.5.0
> Environment: upgrademesos1.5 branch
>Reporter: Juan Pedro
>Priority: Minor
>
> introduce a mechanism to suppress offers when they are not necessary and 
> revive them when there are tasks to deploy



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-324) Send ANNOUNCE email

2019-09-02 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920781#comment-16920781
 ] 

Oscar Fernandez commented on MYRIAD-324:


[https://lists.apache.org/thread.html/96716012a8561a43047f26b8dcf5a2c9c4de1868026d06a98f46ffab@%3Cannounce.apache.org%3E]

> Send ANNOUNCE email
> ---
>
> Key: MYRIAD-324
> URL: https://issues.apache.org/jira/browse/MYRIAD-324
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Send mail to [annou...@apache.org|mailto:annou...@apache.org]
> Example: 
> [http://mail-archives.apache.org/mod_mbox/www-announce/201904.mbox/%3ccacwqdqbovzouubxoeyfd0pd9wbthp9-jg1wmzxbcukkugw-...@mail.gmail.com%3E]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (MYRIAD-314) Renaming artifacts with correct version

2019-08-21 Thread Oscar Fernandez (Jira)


[ 
https://issues.apache.org/jira/browse/MYRIAD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912056#comment-16912056
 ] 

Oscar Fernandez commented on MYRIAD-314:


After releasing a new version, the build.gradle should be updated with the next 
version number, in this case v0.5.0

> Renaming artifacts with correct version
> ---
>
> Key: MYRIAD-314
> URL: https://issues.apache.org/jira/browse/MYRIAD-314
> Project: Myriad
>  Issue Type: Task
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>
> Update artifacts version number to 0.4.0



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-314) Renaming artifacts with correct version

2019-08-21 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-314:
---
Description: Update artifacts version number to 0.5.0  (was: Update 
artifacts version number to 0.4.0)

> Renaming artifacts with correct version
> ---
>
> Key: MYRIAD-314
> URL: https://issues.apache.org/jira/browse/MYRIAD-314
> Project: Myriad
>  Issue Type: Task
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>
> Update artifacts version number to 0.5.0



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-314) Renaming artifacts with correct version

2019-08-21 Thread Oscar Fernandez (Jira)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-314:
---
Parent: MYRIAD-303
Issue Type: Sub-task  (was: Task)

> Renaming artifacts with correct version
> ---
>
> Key: MYRIAD-314
> URL: https://issues.apache.org/jira/browse/MYRIAD-314
> Project: Myriad
>  Issue Type: Sub-task
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>
> Update artifacts version number to 0.5.0



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (MYRIAD-318) Update LICENSE file to reflect bootstrap react MIT license

2019-08-21 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-318:
--

 Summary: Update LICENSE file to reflect bootstrap react MIT license
 Key: MYRIAD-318
 URL: https://issues.apache.org/jira/browse/MYRIAD-318
 Project: Myriad
  Issue Type: Task
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez


The current LICENSE file shows a MIT license for bootstrap, we should specify 
that this is for the react boostrap component and not for the bootstrap css.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (MYRIAD-308) md5 checksums are deprecated "prepare_rc.sh" script need update

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-308:
---
Issue Type: Sub-task  (was: Bug)
Parent: MYRIAD-303

> md5 checksums are deprecated "prepare_rc.sh" script need update
> ---
>
> Key: MYRIAD-308
> URL: https://issues.apache.org/jira/browse/MYRIAD-308
> Project: Myriad
>  Issue Type: Sub-task
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> we have to elminate the md5 checksu creation in the support script.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez resolved MYRIAD-310.

Resolution: Fixed

> Preparing a Release Candidate and Uploading
> ---
>
> Key: MYRIAD-310
> URL: https://issues.apache.org/jira/browse/MYRIAD-310
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Run the 
> ["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
>  script to tag a release candidate (RC) on github, sign and upload the RC 
> artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Closed] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-310.
--

> Preparing a Release Candidate and Uploading
> ---
>
> Key: MYRIAD-310
> URL: https://issues.apache.org/jira/browse/MYRIAD-310
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Run the 
> ["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
>  script to tag a release candidate (RC) on github, sign and upload the RC 
> artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)


[ 
https://issues.apache.org/jira/browse/MYRIAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901839#comment-16901839
 ] 

Oscar Fernandez commented on MYRIAD-310:


Release Candidate RC1 available at:

[https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.4.0-incubating-rc1/|https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.3.0-incubating-rc1/]

> Preparing a Release Candidate and Uploading
> ---
>
> Key: MYRIAD-310
> URL: https://issues.apache.org/jira/browse/MYRIAD-310
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Run the 
> ["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
>  script to tag a release candidate (RC) on github, sign and upload the RC 
> artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-310:
---
Affects Version/s: Myriad 0.4.0

> Preparing a Release Candidate and Uploading
> ---
>
> Key: MYRIAD-310
> URL: https://issues.apache.org/jira/browse/MYRIAD-310
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
>
> Run the 
> ["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
>  script to tag a release candidate (RC) on github, sign and upload the RC 
> artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-310:
---
Fix Version/s: Myriad 0.4.0

> Preparing a Release Candidate and Uploading
> ---
>
> Key: MYRIAD-310
> URL: https://issues.apache.org/jira/browse/MYRIAD-310
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Run the 
> ["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
>  script to tag a release candidate (RC) on github, sign and upload the RC 
> artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-310:
--

 Summary: Preparing a Release Candidate and Uploading
 Key: MYRIAD-310
 URL: https://issues.apache.org/jira/browse/MYRIAD-310
 Project: Myriad
  Issue Type: Sub-task
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez


Run the 
["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
 script to tag a release candidate (RC) on github, sign and upload the RC 
artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Comment Edited] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)


[ 
https://issues.apache.org/jira/browse/MYRIAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901839#comment-16901839
 ] 

Oscar Fernandez edited comment on MYRIAD-310 at 8/7/19 7:45 AM:


Release Candidate RC1 available at:

 

[https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.4.0-incubating-rc1/]


was (Author: oscarfmdc):
Release Candidate RC1 available at:

[https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.4.0-incubating-rc1/|https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.3.0-incubating-rc1/]

> Preparing a Release Candidate and Uploading
> ---
>
> Key: MYRIAD-310
> URL: https://issues.apache.org/jira/browse/MYRIAD-310
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Run the 
> ["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
>  script to tag a release candidate (RC) on github, sign and upload the RC 
> artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-308) md5 checksums are deprecated "prepare_rc.sh" script need update

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-308:
---
Fix Version/s: Myriad 0.4.0

> md5 checksums are deprecated "prepare_rc.sh" script need update
> ---
>
> Key: MYRIAD-308
> URL: https://issues.apache.org/jira/browse/MYRIAD-308
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Minor
> Fix For: Myriad 0.4.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> we have to elminate the md5 checksu creation in the support script.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Reopened] (MYRIAD-308) md5 checksums are deprecated "prepare_rc.sh" script need update

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez reopened MYRIAD-308:


> md5 checksums are deprecated "prepare_rc.sh" script need update
> ---
>
> Key: MYRIAD-308
> URL: https://issues.apache.org/jira/browse/MYRIAD-308
> Project: Myriad
>  Issue Type: Sub-task
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> we have to elminate the md5 checksu creation in the support script.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-308) md5 checksums are deprecated "prepare_rc.sh" script need update

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-308:
---
Affects Version/s: Myriad 0.4.0

> md5 checksums are deprecated "prepare_rc.sh" script need update
> ---
>
> Key: MYRIAD-308
> URL: https://issues.apache.org/jira/browse/MYRIAD-308
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> we have to elminate the md5 checksu creation in the support script.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Closed] (MYRIAD-308) md5 checksums are deprecated "prepare_rc.sh" script need update

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-308.
--
Resolution: Fixed

> md5 checksums are deprecated "prepare_rc.sh" script need update
> ---
>
> Key: MYRIAD-308
> URL: https://issues.apache.org/jira/browse/MYRIAD-308
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Minor
> Fix For: Myriad 0.4.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> we have to elminate the md5 checksu creation in the support script.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (MYRIAD-310) Preparing a Release Candidate and Uploading

2019-08-07 Thread Oscar Fernandez (JIRA)


[ 
https://issues.apache.org/jira/browse/MYRIAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901837#comment-16901837
 ] 

Oscar Fernandez commented on MYRIAD-310:


Done with:

sh prepare_rc.sh 0.4.0 1

> Preparing a Release Candidate and Uploading
> ---
>
> Key: MYRIAD-310
> URL: https://issues.apache.org/jira/browse/MYRIAD-310
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>
> Run the 
> ["prepare_rc.sh"|https://github.com/apache/incubator-myriad/blob/master/support/apache-release/prepare_rc.sh]
>  script to tag a release candidate (RC) on github, sign and upload the RC 
> artifacts to dev SVN



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-309) Update CHANGELOG 0.4.0

2019-08-07 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-309:
---
Issue Type: Sub-task  (was: Task)
Parent: MYRIAD-303

> Update CHANGELOG 0.4.0
> --
>
> Key: MYRIAD-309
> URL: https://issues.apache.org/jira/browse/MYRIAD-309
> Project: Myriad
>  Issue Type: Sub-task
>Affects Versions: Myriad 0.4.0
>Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.4.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update CHANGELOG for v0.4.0 release



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (MYRIAD-303) Prepare for 0.4.0 release

2019-08-02 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-303:
--

 Summary: Prepare for 0.4.0 release
 Key: MYRIAD-303
 URL: https://issues.apache.org/jira/browse/MYRIAD-303
 Project: Myriad
  Issue Type: Task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


Umbrella task for 0.4.0 version releasing.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Assigned] (MYRIAD-299) Create CHANGELOG file

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez reassigned MYRIAD-299:
--

Assignee: Oscar Fernandez  (was: Javi Roman)

> Create CHANGELOG file
> -
>
> Key: MYRIAD-299
> URL: https://issues.apache.org/jira/browse/MYRIAD-299
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.4.0
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Minor
> Fix For: Myriad 0.4.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It would be fine to create a Changelog file for tracking the release features.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-244) Add https support for Myriad REST APIs and UI

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-244:
---
Fix Version/s: (was: Myriad 0.4.0)

> Add https support for Myriad REST APIs and UI
> -
>
> Key: MYRIAD-244
> URL: https://issues.apache.org/jira/browse/MYRIAD-244
> Project: Myriad
>  Issue Type: New Feature
>  Components: Scheduler
>Affects Versions: Myriad 0.4.0
>Reporter: Yuliya Feldman
>Assignee: Yuliya Feldman
>Priority: Major
>
> Add ability and configuration to use https for Myriad UI and REST APIs



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-207) Better exception handling for configuration file input values

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-207:
---
Fix Version/s: (was: Myriad 0.4.0)

> Better exception handling for configuration file input values
> -
>
> Key: MYRIAD-207
> URL: https://issues.apache.org/jira/browse/MYRIAD-207
> Project: Myriad
>  Issue Type: Improvement
>  Components: Executor, Scheduler
>Affects Versions: Myriad 0.2.0
>Reporter: John Yost
>Priority: Major
>  Labels: easyfix, newbie
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There is alot of great exception handling within the Myriad project. To make 
> it even better, I recommend enhanced checking and exception handling logic 
> for Myriad classes that receive input values from configuration files. For 
> example, in the HealthCheckUtils class, I recommend adding a code block to 
> ensure the URL is properly formatted and, if not, an IllegalArgumentException 
> is thrown.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-216) Make OfferLifecycleManager thread safe

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-216:
---
Fix Version/s: (was: Myriad 0.4.0)

> Make OfferLifecycleManager thread safe
> --
>
> Key: MYRIAD-216
> URL: https://issues.apache.org/jira/browse/MYRIAD-216
> Project: Myriad
>  Issue Type: Bug
>  Components: Scheduler
>Affects Versions: Myriad 0.4.0
>Reporter: John Yost
>Priority: Major
>
> There is a TODO note indicating that parts of OfferLifecycleManager are not 
> thread-safe. We should fix this.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-245) Add ability to set secure communication between Myriad Scheduler and Mesos

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-245:
---
Fix Version/s: (was: Myriad 0.4.0)

> Add ability to set secure communication between Myriad Scheduler and Mesos
> --
>
> Key: MYRIAD-245
> URL: https://issues.apache.org/jira/browse/MYRIAD-245
> Project: Myriad
>  Issue Type: New Feature
>  Components: Scheduler
>Affects Versions: Myriad 0.4.0
>Reporter: Yuliya Feldman
>Assignee: Yuliya Feldman
>Priority: Major
>
> It may end up just configuration task, but at least for bookkeeping purposes 
> - make sure Myriad Scheduler can communicate securely 
> (authentication,authorization, encryption) with Mesos Master.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-280) Improve overall stability

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-280:
---
Fix Version/s: (was: Myriad 0.4.0)

> Improve overall stability
> -
>
> Key: MYRIAD-280
> URL: https://issues.apache.org/jira/browse/MYRIAD-280
> Project: Myriad
>  Issue Type: Improvement
>  Components: Executor, Scheduler, User Interface
>Reporter: Javi Roman
>Priority: Major
>
> This is an umbrella task for enhancing the overall stability of Apache 
> Myriad. The idea is to create sub-tasks focuses into improve the product. 
> This will be a key issue in order to get an MVP for promotion to top level 
> project.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-193) Umbrella JIRA for security in Myriad

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-193:
---
Fix Version/s: (was: Myriad 0.4.0)

> Umbrella JIRA for security in Myriad
> 
>
> Key: MYRIAD-193
> URL: https://issues.apache.org/jira/browse/MYRIAD-193
> Project: Myriad
>  Issue Type: Bug
>  Components: Executor, Scheduler
>Affects Versions: Myriad 0.1.1, Myriad 0.1.0, Myriad 0.2.0
>Reporter: Swapnil Daingade
>Assignee: Swapnil Daingade
>Priority: Major
>
> Creating an umbrella JIRA for security in Myriad. We can add sub tasks to 
> this one as we notice gaps.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (MYRIAD-304) Keep one the config file of checkstyle and findbugs for all the submodules

2019-08-02 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-304:
--

 Summary: Keep one the config file of checkstyle and findbugs for 
all the submodules
 Key: MYRIAD-304
 URL: https://issues.apache.org/jira/browse/MYRIAD-304
 Project: Myriad
  Issue Type: Task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


We should only keep one config file instead of one config file per submodule



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-168) Myriad should be able to use ports from the frameworkRole and the defaultRole.

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-168:
---
Fix Version/s: (was: Myriad 0.4.0)

> Myriad should be able to use ports from the frameworkRole and the defaultRole.
> --
>
> Key: MYRIAD-168
> URL: https://issues.apache.org/jira/browse/MYRIAD-168
> Project: Myriad
>  Issue Type: Improvement
>  Components: Scheduler
>Affects Versions: Myriad 0.1.0
>Reporter: DarinJ
>Assignee: DarinJ
>Priority: Minor
>
> Currently, Myriad ignored ports from roles other than the default role.  
> However, one could reserve ports on hosts in the resources file for the 
> framework role myriad runs on.  This would prevent port binding collisions 
> for services needing fixed port such as the Job History Server. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-204) CGroup support in Docker

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-204:
---
Fix Version/s: (was: Myriad 0.4.0)

> CGroup support in Docker
> 
>
> Key: MYRIAD-204
> URL: https://issues.apache.org/jira/browse/MYRIAD-204
> Project: Myriad
>  Issue Type: Bug
>  Components: Executor
>Affects Versions: Myriad 0.1.0, Myriad 0.2.0
>Reporter: DarinJ
>Priority: Minor
>
> Docker currently can't support cgroup, This is due to the the framework not 
> being able to execute sudo as the Dockerfile sets USER to yarn, so 
> frameworkSuperuser can't be set.  This means the sandbox will be owned by 
> yarn which causes container-executor to throw an exception.  While I have a 
> fix I think it's best to think more about this one.   



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-295) Allow multiple versions of Apache Hadoop to run on the same physical infrastructure

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-295:
---
Fix Version/s: (was: Myriad 0.4.0)

> Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> ---
>
> Key: MYRIAD-295
> URL: https://issues.apache.org/jira/browse/MYRIAD-295
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.4.0
>Reporter: Javi Roman
>Priority: Major
>
> One of the most interesting features listed in the original Apache Myriad 
> Incubator Proposal [1], was:
>  * Allow multiple versions of Apache Hadoop to run on the same physical 
> infrastructure
> From my point of view this is one of the major advantages of Apache Mesos in 
> the context of framework development. Apache Myriad could be modified in 
> order to create a robust Apache YARN as a Services application. Multiple 
> YARNs running in the same infrastructure is a major goal for the project.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-206) Recommend removal of myriad-commons MyriadExecutorDefaults class

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-206:
---
Fix Version/s: (was: Myriad 0.4.0)

> Recommend removal of myriad-commons MyriadExecutorDefaults class
> 
>
> Key: MYRIAD-206
> URL: https://issues.apache.org/jira/browse/MYRIAD-206
> Project: Myriad
>  Issue Type: Improvement
>  Components: Executor
>Affects Versions: Myriad 0.2.0
>Reporter: John Yost
>Priority: Minor
>  Labels: easyfix, newbie
>
> I recommend replacing a centralized defaults class with putting the defaults 
> with their corresponding classes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (MYRIAD-208) Make ReconcileService backoff parameters configurable

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez updated MYRIAD-208:
---
Fix Version/s: (was: Myriad 0.4.0)

> Make ReconcileService backoff parameters configurable
> -
>
> Key: MYRIAD-208
> URL: https://issues.apache.org/jira/browse/MYRIAD-208
> Project: Myriad
>  Issue Type: Improvement
>  Components: Scheduler
>Affects Versions: Myriad 0.4.0
>Reporter: John Yost
>Priority: Minor
>
> As Mohit recommended in his TODO, render backoff params configurable in 
> ReconcileService.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Closed] (MYRIAD-299) Create CHANGELOG file

2019-08-02 Thread Oscar Fernandez (JIRA)


 [ 
https://issues.apache.org/jira/browse/MYRIAD-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Fernandez closed MYRIAD-299.
--
Resolution: Fixed

> Create CHANGELOG file
> -
>
> Key: MYRIAD-299
> URL: https://issues.apache.org/jira/browse/MYRIAD-299
> Project: Myriad
>  Issue Type: Improvement
>Affects Versions: Myriad 0.4.0
>Reporter: Javi Roman
>Assignee: Oscar Fernandez
>Priority: Minor
> Fix For: Myriad 0.4.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> It would be fine to create a Changelog file for tracking the release features.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


  1   2   >