Re: [DISCUSS] Leave Apache and the Incubator

2020-01-03 Thread Oscar Fernandez
+1

Maybe we can reboot the project outside the ASF Incubator

On Fri, Jan 3, 2020 at 6:12 PM Darin Johnson 
wrote:

> +1
>
> On Fri, Jan 3, 2020 at 11:14 AM John Yost  wrote:
>
> > +1
> >
> > > On Jan 2, 2020, at 11:51 PM, Javi Roman 
> > wrote:
> > >
> > > Please vote to retire Myriad from the ASF Incubator. My take is that
> > > Myriad has failed to get adequate community traction in the ASF
> > > Incubator and the administrative work of the ASF is more of a burden
> > > than a benefit to the project. Exiting incubation right now seems like
> > > the obvious benefit to everyone -- the decision to return can always be
> > > made later and should be easier to execute the second time around.
> > >
> > > [ ] +1 to retire
> > > [ ] -1 Not retiring because..
> > >
> > > Here's my +1
> > >
> > > This will be open for at least 72 hours and is a Majority vote.
> > > --
> > > Javi Roman
> > >
> > > Twitter: @javiromanrh
> > > GitHub: github.com/javiroman
> > > Linkedin: es.linkedin.com/in/javiroman
> > > Big Data Blog: dataintensive.info
> > > Apache Id: javiroman
> >
> >
>


Re: Multiple versions of Apache Hadoop YARN as a Service

2019-09-26 Thread Oscar Fernandez
Hi,

*1. *Myriad Scheduler would be responsible to register with Mesos and, on
demand, bring up Yarn clusters (RMs and NMs) and manage its resources.

*2. *Yes, the idea is that Myriad will control NMs for all YARN clusters
that the user wants to deploy. Obviously the web UI should be updated and
the logic to handle the state of several clusters implemented.
* a.* NMs should come and go on demand, from the UI and API. In the future,
maybe we can implement some auto-scaling with the available resources in
the Mesos cluster, which is on the roadmap.
* b.* IMO NMs shouldn't be permanent, else, we miss the scaling feature.
* c*. RMs will be permanent until YARN cluster shutdown, as the RM is
needed for the YARN cluster to run properly. Also, Myriad should keep track
of where the RM for each Yarn cluster is running in order to configure the
NM for that cluster.

*3. *I'm not sure I understand this question, what you mean with "isn't it
too much.."? This feature should be implemented and defined, as the current
state of Myriad doesn't allow any of this.

We have enabled comments in the doc, maybe you can help us make this pros
and cons list with the new design.

Thank you, all this help is appreciated

On Wed, Sep 25, 2019 at 6:11 PM yuliya Feldman 
wrote:

>  Hello,
> Thank you for the diagrams - it helps. Could you also enable comments in
> your doc?
> Few thoughts:1.  Myriad Scheduler is wonderful - but it's yet another
> scheduler you need to deal with - or you plan to have current
> MyriadScheduler that sits in RM and use it instead?2. Is Myriad scheduler
> going to control NMs for all YARN clusters? a. How NMs will come and
> go? b. Are they going to be permanent?c. I assume RMs will be
> permanent until cluster shutdown, right?3. If NMs will not be permanent -
> isn't it too much for upper level Myriad Scheduler to deal with all of them?
>
> Also could you please list cons - pros are great, but it's better to have
> cons as well.
> Thanks,Yuliya
>
>
> On Wednesday, September 25, 2019, 12:30:20 AM PDT, Oscar Fernandez <
> oscarf...@apache.org> wrote:
>
>  Hi,
>
> I've made a diagram to represent the new proposed design in order to
> support Yarn as a service with some of the pros:
>
> https://docs.google.com/document/d/15X0-zSu0G0BDpWyndRhbvAJCXLtAbkNA45wQ_xVKOKQ
>
> Thank you for all your comments and help
>
> On Tue, Sep 24, 2019 at 8:57 PM Javi Roman 
> wrote:
>
> > Honestly your opinion is welcome, this kind of discussions are great
> > in this small traffic dev list ;-)
> > --
> > Javi Roman
> >
> > Twitter: @javiromanrh
> > GitHub: github.com/javiroman
> > Linkedin: es.linkedin.com/in/javiroman
> > Big Data Blog: dataintensive.info
> > Apache Id: javiroman
> >
> > On Tue, Sep 24, 2019 at 8:55 PM yuliya Feldman
> >  wrote:
> > >
> > >  I am not saying it's crazy. I was voicing my opinion. Isn't it what
> was
> > the purpose of the discussion?
> > > It's definitely great to have UI that manages all the YARN clusters,
> but
> > it's not like UI/Web service has to be coupled/collocated with any of the
> > Myriad particular YARN version daemons.
> > > It's great if you would provide write up with pros and cons for your
> > approach or any alternative approaches.
> > >
> > >
> > >On Tuesday, September 24, 2019, 11:38:13 AM PDT, Javi Roman <
> > jroman.espi...@gmail.com> wrote:
> > >
> > >  On Tue, Sep 24, 2019 at 7:58 PM yuliya Feldman
> > >  wrote:
> > > >
> > > >  Hello,
> > > > Again I apologize for the late reply.
> > > > I think I replied to the thread, but will add more direct notes here
> > > > What you are proposing is to have yet another daemon that would start
> > Yarn Clusters on demand within Mesos framework.
> > > > Meaning - it would be another layer of abstraction.  In this case
> that
> > new layer would need to behave as second level scheduler and deal with
> > third level scheduler(s) (RMs) to propagate offers from Mesos and keep
> > track, etc.
> > > > I am sure you can somehow use concept of Capacity and/or FairShare
> > scheduler in your new layer to do the job. I am just not very much
> > convinced that 3 layers of scheduling will be easy to
> > maintain/reconcile/etc.
> > > > Again - if I understand your design correctly.
> > > > Would be great if you do a small write up with the proposal and have
> > some simple diagram of services interactions.
> > > > Just my 2c.
> > > > Thanks,Yuliya
> > >
> > > Great, I wil do a diagram!
> > >
> > &g

Re: Multiple versions of Apache Hadoop YARN as a Service

2019-09-25 Thread Oscar Fernandez
Hi,

I've made a diagram to represent the new proposed design in order to
support Yarn as a service with some of the pros:
https://docs.google.com/document/d/15X0-zSu0G0BDpWyndRhbvAJCXLtAbkNA45wQ_xVKOKQ

Thank you for all your comments and help

On Tue, Sep 24, 2019 at 8:57 PM Javi Roman  wrote:

> Honestly your opinion is welcome, this kind of discussions are great
> in this small traffic dev list ;-)
> --
> Javi Roman
>
> Twitter: @javiromanrh
> GitHub: github.com/javiroman
> Linkedin: es.linkedin.com/in/javiroman
> Big Data Blog: dataintensive.info
> Apache Id: javiroman
>
> On Tue, Sep 24, 2019 at 8:55 PM yuliya Feldman
>  wrote:
> >
> >  I am not saying it's crazy. I was voicing my opinion. Isn't it what was
> the purpose of the discussion?
> > It's definitely great to have UI that manages all the YARN clusters, but
> it's not like UI/Web service has to be coupled/collocated with any of the
> Myriad particular YARN version daemons.
> > It's great if you would provide write up with pros and cons for your
> approach or any alternative approaches.
> >
> >
> > On Tuesday, September 24, 2019, 11:38:13 AM PDT, Javi Roman <
> jroman.espi...@gmail.com> wrote:
> >
> >  On Tue, Sep 24, 2019 at 7:58 PM yuliya Feldman
> >  wrote:
> > >
> > >  Hello,
> > > Again I apologize for the late reply.
> > > I think I replied to the thread, but will add more direct notes here
> > > What you are proposing is to have yet another daemon that would start
> Yarn Clusters on demand within Mesos framework.
> > > Meaning - it would be another layer of abstraction.  In this case that
> new layer would need to behave as second level scheduler and deal with
> third level scheduler(s) (RMs) to propagate offers from Mesos and keep
> track, etc.
> > > I am sure you can somehow use concept of Capacity and/or FairShare
> scheduler in your new layer to do the job. I am just not very much
> convinced that 3 layers of scheduling will be easy to
> maintain/reconcile/etc.
> > > Again - if I understand your design correctly.
> > > Would be great if you do a small write up with the proposal and have
> some simple diagram of services interactions.
> > > Just my 2c.
> > > Thanks,Yuliya
> >
> > Great, I wil do a diagram!
> >
> > Only for clarify:
> >
> > Myriad is registered as framework in Mesos master. The same thread
> > start the API server and the user interface. By means the user
> > interface you select the YARN version to run, and the scheduler get
> > resources from master for running RM and NMs. So you con manage as
> > many YARN schedulers you want. YARN as a Service.
> >
> > Maybe I am missing the point, bu I don't feel this is something so
> > strange, or so crazy!
> >
> >
> > >On Wednesday, September 11, 2019, 11:55:07 PM PDT, Oscar Fernandez <
> oscarf...@apache.org> wrote:
> > >
> > >  Hi,
> > >
> > > I've started working on
> https://issues.apache.org/jira/browse/MYRIAD-295 -
> > > Multiple versions of Apache Hadoop YARN as a Service.
> > >
> > > In order to implement this, we should avoid starting the Myriad
> framework
> > > from Yarn and instead starting Yarn(s) from Myriad on demand.
> > >
> > > I wanted to ask the Myriad community if this design was intended for a
> > > reason or if you think it's a good idea to decouple the execution of
> Myriad
> > > from the Yarn RM. With the new design, the Myriad Framework would
> register
> > > on Mesos, and then, start on demand the RM and NM that the user wants,
> > > allowing several Yarn clusters to run in he same Mesos, even with
> different
> > > versions.
> > >
> > > Thank you
> > >
> >
>


[jira] [Resolved] (MYRIAD-325) Remove Freenode IRC section from Myriad Website

2019-09-20 Thread Oscar Fernandez (Jira)


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

Oscar Fernandez resolved MYRIAD-325.

Resolution: Fixed

> Remove Freenode IRC section from Myriad Website
> ---
>
> Key: MYRIAD-325
> URL: https://issues.apache.org/jira/browse/MYRIAD-325
> Project: Myriad
>  Issue Type: Improvement
>  Components: Website
>Affects Versions: Myriad 0.5.0
>    Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> Remove Freenode IRC section from Myriad Website and add Slack link



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (MYRIAD-325) Remove Freenode IRC section from Myriad Website

2019-09-20 Thread Oscar Fernandez (Jira)


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

Oscar Fernandez closed MYRIAD-325.
--

> Remove Freenode IRC section from Myriad Website
> ---
>
> Key: MYRIAD-325
> URL: https://issues.apache.org/jira/browse/MYRIAD-325
> Project: Myriad
>  Issue Type: Improvement
>  Components: Website
>Affects Versions: Myriad 0.5.0
>    Reporter: Oscar Fernandez
>Assignee: Oscar Fernandez
>Priority: Major
> Fix For: Myriad 0.5.0
>
>
> Remove Freenode IRC section from Myriad Website and add Slack link



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (MYRIAD-325) Remove Freenode IRC section from Myriad Website

2019-09-20 Thread Oscar Fernandez (Jira)
Oscar Fernandez created MYRIAD-325:
--

 Summary: Remove Freenode IRC section from Myriad Website
 Key: MYRIAD-325
 URL: https://issues.apache.org/jira/browse/MYRIAD-325
 Project: Myriad
  Issue Type: Improvement
  Components: Website
Affects Versions: Myriad 0.5.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.5.0


Remove Freenode IRC section from Myriad Website and add Slack link



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Multiple versions of Apache Hadoop YARN as a Service

2019-09-12 Thread Oscar Fernandez
Hi,

I've started working on https://issues.apache.org/jira/browse/MYRIAD-295 -
Multiple versions of Apache Hadoop YARN as a Service.

In order to implement this, we should avoid starting the Myriad framework
from Yarn and instead starting Yarn(s) from Myriad on demand.

I wanted to ask the Myriad community if this design was intended for a
reason or if you think it's a good idea to decouple the execution of Myriad
from the Yarn RM. With the new design, the Myriad Framework would register
on Mesos, and then, start on demand the RM and NM that the user wants,
allowing several Yarn clusters to run in he same Mesos, even with different
versions.

Thank you


[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] [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] [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-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-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] [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-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-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-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] [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] [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] [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] [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] [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] [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-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-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-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] [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-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] [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] [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] [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] [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-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] [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-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] [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] [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-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] [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] [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] [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-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)


[RESULT][VOTE] Release Apache Myriad 0.4.0 (incubating) (RC1)

2019-08-20 Thread Oscar Fernandez
As this vote has been open for at least 72 hours and we have 3 +1 votes
(binding), zero 0-s, and zero -1, I'm closing this voting thread.

Details:

3, +1 PPMC:
* Juan P. Gilaberte (http://people.apache.org/phonebook.html?uid=jpgilaberte
)
* Javi Roman (http://people.apache.org/phonejaviromanbook.html?uid=javiroman
<http://people.apache.org/phonebook.html?uid=javiroman>)
* Oscar Fernandez (http://people.apache.org/phonebook.html?uid=oscarfmdc)

I will call for a vote with IPMC to release Apache Myriad 0.4.0
(incubating) (RC1).

Thank you all, for the checks, reviews and votes!
Oscar


Re: [VOTE] Release apache-myriad-0.4.0-incubating (release candidate 1)

2019-08-19 Thread Oscar Fernandez
+1 (binding)

Checked PGP signatures
Checked Checksums
RAT Check passes
Source code only checked
Build and unitary tests checked
Functional testing checked with Apache Mesos 1.8.0

On Fri, Aug 16, 2019 at 9:16 AM JP Gilaberte  wrote:

> +1 (binding)
>
> Checked PGP signatures
> Checked Checksums
> DISCLAIMER checked
> LICENSE checked
> NOTICE checked
> RAT Check passes
> Source code only checked
> Build and unitary tests checked
> Functional testing checked with Apache Mesos 1.8.0 with success.
>
>
> On Wed, 14 Aug 2019 at 19:27, Javi Roman  wrote:
>
> > +1 (binding)
> >
> > Steps for release review:
> >
> > 1. Download the RC1 release:
> > $ wget -e robots=off -r -nH --cut-dirs=5 --no-parent -R "index.html*"
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.4.0-incubating-rc1/
> > $ cd myriad-0.4.0-incubating-rc1/
> > $ wget https://dist.apache.org/repos/dist/dev/incubator/myriad/KEYS
> >
> > 2. Signatures checking:
> > $ gpg --import KEYS
> > $ gpg --verify myriad-0.4.0-incubating-rc1.tar.gz.asc
> > myriad-0.4.0-incubating-rc1.tar.gz
> >
> > 3. Checksum checking:
> > $ gpg --print-md SHA512 myriad-0.4.0-incubating-rc1.tar.gz | diff -
> > myriad-0.4.0-incubating-rc1.tar.gz.sha512
> >
> > 4. Disclaimer and Notice files:
> > Verify the incubator disclaimer is in a separate file called DISCLAIMER,
> > residing inside the top-level distribution folder, along with the LICENSE
> > and
> > NOTICE files.
> >
> > 5. All source files have license headers, where appropriate:
> > $ wget
> >
> http://central.maven.org/maven2/org/apache/rat/apache-rat/0.13/apache-rat-0.13.jar
> > $ cat rat-excludes
> > .*\.txt(?:)
> > .*\.md(?:)
> > .npmrc
> > slaves
> > workers
> > package.json
> > roles/common/vars/main.yml
> > .*\.service(?:)
> > main.yml
> > package-lock.json
> > .babelrc
> >
> > $ java -jar apache-rat-0.13.jar -E rat-excludes -d
> > myriad-0.4.0-incubating-rc1 > report
> >
> > 6. Release consists of source code only, no binaries:
> > $ find . -name *.jar
> >
> > 7. Build is successful, including automated tests:
> > $ gradle wrapper --gradle-version 5.5
> > $ ./gradlew build
> > $ find . -name *.jar
> >
> > Review summary
> >
> > Checked PGP signatures
> > Checked Checksums
> > DISCLAIMER checked
> > LICENSE checked
> > NOTICE checked
> > RAT Check passes
> > Source code only checked
> > Build and unitary tests checked
> > Functional testing checked with Apache Mesos 1.8.0 with success.
> >
> > Some minor issue:
> >
> > $ find . -name *.jar | grep 0.3.0
> > ./docker/build/libs/docker-0.3.0.jar
> > ./myriad-scheduler/build/libs/myriad-scheduler-0.3.0.jar
> > ./myriad-scheduler/build/libs/myriad-commons-0.3.0.jar
> > ./myriad-executor/build/libs/myriad-executor-0.3.0.jar
> > ./myriad-commons/build/libs/myriad-commons-0.3.0.jar
> >
> > The binary has the wrong version number (right now is 0.4.0), this is
> > something to fix in the
> > next version.
> >
> > --
> > Javi Roman
> >
> > Twitter: @javiromanrh
> > GitHub: github.com/javiroman
> > Linkedin: es.linkedin.com/in/javiroman
> > Big Data Blog: dataintensive.info
> > Apache Id: javiroman
> >
> > On Wed, Aug 14, 2019 at 2:20 PM Oscar Fernandez 
> > wrote:
> > >
> > > Hi All,
> > >
> > > I would like to start the voting process of a new release of Apache
> > Myriad
> > > (Incubator).
> > >
> > > I have created a source tar ball for Apache Myriad 0.4.0-incubating,
> > > release candidate 1.
> > >
> > > 1. Release notes:
> > > https://github.com/apache/incubator-myriad/blob/master/CHANGELOG.md
> > >
> > > 2. The commit to be voted upon is tagged with
> > "myriad-0.4.0-incubating-rc1"
> > > and is available here:
> > >
> >
> https://gitbox.apache.org/repos/asf?p=incubator-myriad.git;a=commit;h=019fba2be3e310302cd60a25d7d71f1310c9d5a5
> > >
> > > 3. The artifacts to be voted upon are located below. Please note that
> > this
> > > is a Source Release:
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.4.0-incubating-rc1/
> > >
> > > 4. Release artifacts are signed with the following key:
> > > https://people.apache.org/keys/committer/oscarfmdc.asc
> > >
> > > 5. Please no

[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] [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)


[VOTE] Release apache-myriad-0.4.0-incubating (release candidate 1)

2019-08-14 Thread Oscar Fernandez
Hi All,

I would like to start the voting process of a new release of Apache Myriad
(Incubator).

I have created a source tar ball for Apache Myriad 0.4.0-incubating,
release candidate 1.

1. Release notes:
https://github.com/apache/incubator-myriad/blob/master/CHANGELOG.md

2. The commit to be voted upon is tagged with "myriad-0.4.0-incubating-rc1"
and is available here:
https://gitbox.apache.org/repos/asf?p=incubator-myriad.git;a=commit;h=019fba2be3e310302cd60a25d7d71f1310c9d5a5

3. The artifacts to be voted upon are located below. Please note that this
is a Source Release:
https://dist.apache.org/repos/dist/dev/incubator/myriad/myriad-0.4.0-incubating-rc1/

4. Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/oscarfmdc.asc

5. Please note that the release tar ball does not include the gradlew
script to build. You need to generate one in order to build:
$ gradle wrapper --gradle-version 5.5
$ ./gradlew build

Please try out the release candidate and vote. The vote is open for a
minimum of 72 hours or until the necessary number of votes (3 binding +1s)
is reached.

Note: We have a lot of warnings in the build related with deprecated
features in Gradle 6.0, Findbugs, and PDM plugins. This will fixed in the
next versions.

If/when this vote succeeds, I will call for a vote with IPMC seeking
permission to release RC1 as Apache Myriad 0.4.0 (incubating).

[ ] +1 Release this package as Apache Myriad 0.4.0-incubating
[ ]  0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...

Many thanks!!!

Note: We need  at least 3 +1 binding votes (included PPMCs and Mentors).


[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] [Updated] (MYRIAD-311) Check usage of website directory in project

2019-08-09 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:
---
Description: 
Check usage of website directory in project.

The Myriad Homepage should be in the myriad repo.

  was:Check usage of website directory in project and remove if not necessary


> Check usage of website directory in project
> ---
>
> Key: MYRIAD-311
> URL: https://issues.apache.org/jira/browse/MYRIAD-311
> Project: Myriad
>  Issue Type: Task
>    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
(v7.6.14#76016)


[jira] [Commented] (MYRIAD-166) Add Webapp and Website JIRA components

2019-08-09 Thread Oscar Fernandez (JIRA)


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

Oscar Fernandez commented on MYRIAD-166:


[~javiroman] should check this as Jira admin

> Add Webapp and Website JIRA components
> --
>
> Key: MYRIAD-166
> URL: https://issues.apache.org/jira/browse/MYRIAD-166
> Project: Myriad
>  Issue Type: Task
>Reporter: Jim Klucar
>Priority: Trivial
>
> Our JIRA components are currently Executor and Scheduler. I would be nice to 
> have Webapp, Website, and possibly Wiki components to be able to organize 
> issues better. This just requires a JIRA admin to add them.



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


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

2019-08-09 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-311:
--

 Summary: Check usage of website directory in project
 Key: MYRIAD-311
 URL: https://issues.apache.org/jira/browse/MYRIAD-311
 Project: Myriad
  Issue Type: Task
Reporter: Oscar Fernandez


Check usage of website directory in project and remove if not necessary



--
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] [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] [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] [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-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] [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] [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-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] [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] [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] [Closed] (MYRIAD-309) Update CHANGELOG 0.4.0

2019-08-06 Thread Oscar Fernandez (JIRA)


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

Oscar Fernandez closed MYRIAD-309.
--

> Update CHANGELOG 0.4.0
> --
>
> Key: MYRIAD-309
> URL: https://issues.apache.org/jira/browse/MYRIAD-309
> Project: Myriad
>  Issue Type: 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] [Resolved] (MYRIAD-309) Update CHANGELOG 0.4.0

2019-08-06 Thread Oscar Fernandez (JIRA)


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

Oscar Fernandez resolved MYRIAD-309.

Resolution: Fixed

> Update CHANGELOG 0.4.0
> --
>
> Key: MYRIAD-309
> URL: https://issues.apache.org/jira/browse/MYRIAD-309
> Project: Myriad
>  Issue Type: 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] [Closed] (MYRIAD-307) License headers checking with Apache Rat audit tool

2019-08-06 Thread Oscar Fernandez (JIRA)


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

Oscar Fernandez closed MYRIAD-307.
--

> License headers checking with Apache Rat audit tool
> ---
>
> Key: MYRIAD-307
> URL: https://issues.apache.org/jira/browse/MYRIAD-307
> 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 Apache RAT tool for checking missing ASF license headers:
> wget 
> [http://central.maven.org/maven2/org/apache/rat/apache-rat/0.13/apache-rat-0.13.jar]
> java -jar apache-rat-0.13.jar incubator-myriad/ -a -f



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


[jira] [Resolved] (MYRIAD-307) License headers checking with Apache Rat audit tool

2019-08-06 Thread Oscar Fernandez (JIRA)


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

Oscar Fernandez resolved MYRIAD-307.

Resolution: Fixed

> License headers checking with Apache Rat audit tool
> ---
>
> Key: MYRIAD-307
> URL: https://issues.apache.org/jira/browse/MYRIAD-307
> 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 Apache RAT tool for checking missing ASF license headers:
> wget 
> [http://central.maven.org/maven2/org/apache/rat/apache-rat/0.13/apache-rat-0.13.jar]
> java -jar apache-rat-0.13.jar incubator-myriad/ -a -f



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


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

2019-08-06 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-309:
--

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


Update CHANGELOG for v0.4.0 release



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


[jira] [Created] (MYRIAD-307) License headers checking with Apache Rat audit tool

2019-08-06 Thread Oscar Fernandez (JIRA)
Oscar Fernandez created MYRIAD-307:
--

 Summary: License headers checking with Apache Rat audit tool
 Key: MYRIAD-307
 URL: https://issues.apache.org/jira/browse/MYRIAD-307
 Project: Myriad
  Issue Type: Task
Affects Versions: Myriad 0.4.0
Reporter: Oscar Fernandez
Assignee: Oscar Fernandez
 Fix For: Myriad 0.4.0


Run Apache RAT tool for checking missing ASF license headers:

wget 
[http://central.maven.org/maven2/org/apache/rat/apache-rat/0.13/apache-rat-0.13.jar]

java -jar apache-rat-0.13.jar incubator-myriad/ -a -f



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


  1   2   >