Re: Myriad's website is live!

2015-12-03 Thread Jim Klucar
Awesome. Hopefully we can push a post about the release soon! On Wed, Dec 2, 2015 at 10:14 PM, Sarjeet Singh wrote: > Good one, Mohit. Kudos to make it work, and Others for contributing to > build the website!! > > Website looks great, and it has all necessary information to get it going > from

[jira] [Commented] (MYRIAD-114) Automatic dashboard building

2015-11-30 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15032573#comment-15032573 ] Jim Klucar commented on MYRIAD-114: --- We went around a few times getting this right,

Re: [jira] [Created] (MYRIAD-175) Change Destroy myriad REST api method from 'GET' to 'POST/PUT'.

2015-11-24 Thread Jim Klucar
I think we had a PUT/POST discussion before, I'll go search for it. I'm more for a POST here, as in most cases really. On Tue, Nov 24, 2015 at 5:26 PM, Sarjeet Singh (JIRA) wrote: > Sarjeet Singh created MYRIAD-175: > > > Summary: Change Destroy

Re: UI nit pik

2015-11-24 Thread Jim Klucar
John, What OS are you on and what version of Firefox? I don't doubt something is weird, that's the nature of CSS. I have a ticket out there to revamp the UI, so this may be OBE soonish. Jim On Tue, Nov 24, 2015 at 10:41 AM, John Omernik wrote: > I am looking at the UI, and wanted to confirm o

Licenses

2015-11-20 Thread Jim Klucar
The licenses I found in the webapp are: Apache 2, MIT, BSD, and BSD-3-Clause I used the nlf tool to figure this out. https://www.npmjs.com/package/nlf These are only the packages that get compiled into the final myriad.js file that actually gets served from the webapp. All the specific details a

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

2015-11-19 Thread Jim Klucar
I have a script that pulls all the licenses from the node stuff. I guess we only need the ones delivered, not the ones pulled down to make the build. (Like gulp) On Thursday, November 19, 2015, Santosh Marella wrote: > Incorporated feedback from IPMC and submitted a PR for review [1]. > > @Justi

Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 2)

2015-11-15 Thread Jim Klucar
Even though I'm late, I had no problems. +1 NB On Saturday, November 14, 2015, Santosh Marella wrote: > A friendly reminder that the vote ends at 4:55 PM (PDT) on Sunday > (tomorrow), 11/15. > > Thanks, > Santosh > > On Fri, Nov 13, 2015 at 5:17 PM, Sarjeet Singh > > wrote: > > > +1 (Non-Bindi

Re: [Help needed from Mentors] SVN PubSub

2015-11-12 Thread Jim Klucar
Ted, Santosh and Adam both tried to commit to the svn repo but got permission denied. Looks like they just need some kind of svn permissions to push our site out. Jim On Thursday, November 12, 2015, Ted Dunning wrote: > OK. > > I am really confused. I hear you need SVN something. And you nee

Re: [Help needed from Mentors] SVN PubSub

2015-11-12 Thread Jim Klucar
That's the basic idea Adam, but that code has been merged into the Myriad codebase. On Thursday, November 12, 2015, Adam Bordelon wrote: > + Mentor email addresses, in case filters are failing us. > Any mentor, help! We still need help with this. > > Don't you want to see this content: http://kl

new vagrant changes

2015-11-11 Thread Jim Klucar
Santosh, I submitted a new PR with some final Vagrant changes I wanted to get in before you merged. Sorry for the bad communication. I was able to build myriad inside the vm and view all the web pages as described in the docs. I also updated the wiki to match the docs. https://github.com/apache/i

[jira] [Closed] (MYRIAD-173) setup-yarn-1.sh prompt for password

2015-11-11 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar closed MYRIAD-173. - Resolution: Won't Fix OBE by new Vagrant changes. > setup-yarn-1.sh prompt for

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

2015-11-11 Thread Jim Klucar
. It means more disk when built under Vagrant, but it builds. https://github.com/apache/incubator-myriad/pull/43 On Wed, Nov 11, 2015 at 1:30 PM, Jim Klucar wrote: > I'll mess with Vagrant now. I'll either get it fixed or remove it. > > On Wed, Nov 11, 2015 at 1:27 PM, Sarjeet Si

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

2015-11-11 Thread Jim Klucar
> wrote: > > > > > Agreed. Will do a RC2 that omits vagrant files. > > > > > > Thanks, Jim. > > > > > > -- > > > Sent from mobile > > > On Nov 11, 2015 7:08 AM, "Darin Johnson" > > wrote: >

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

2015-11-11 Thread Jim Klucar
0 (non-binding) Vagrant environment is broken. I did a `vagrant up` and ran the setup-yarn-1.sh and setup-yarn-2.sh scripts. The first had a slight problem, the second failed. I then tried `./gradlew build` from inside vagrant and the build failed in the web-ui. I believe it is due to how vagrant

[jira] [Created] (MYRIAD-173) setup-yarn-1.sh prompt for password

2015-11-11 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-173: - Summary: setup-yarn-1.sh prompt for password Key: MYRIAD-173 URL: https://issues.apache.org/jira/browse/MYRIAD-173 Project: Myriad Issue Type: Bug

Re: [jira] [Commented] (MYRIAD-171) Hadoop-2.7.1 UpdateFIle

2015-11-07 Thread Jim Klucar
I wonder if we're not the only ones to find this issue. We should search and post to Hadoop lists. Maybe they don't think of this as a public API, but it could be good to let them know what we use so they think twice about changes. On Fri, Nov 6, 2015 at 6:52 PM, DarinJ (JIRA) wrote: > > [ >

PRs and reviews

2015-11-04 Thread Jim Klucar
I'd like to discuss how we do PRs and code reviews. Right now we are using github most likely because that's how we did it before Apache. Now the code lives in the Apache hosted repo and we have Review Board available to us. My assumption is that we are individually more familiar with one way or th

[jira] [Created] (MYRIAD-167) Create Google Analytics account for website

2015-11-04 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-167: - Summary: Create Google Analytics account for website Key: MYRIAD-167 URL: https://issues.apache.org/jira/browse/MYRIAD-167 Project: Myriad Issue Type: Task

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

2015-11-04 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-166: - Summary: Add Webapp and Website JIRA components Key: MYRIAD-166 URL: https://issues.apache.org/jira/browse/MYRIAD-166 Project: Myriad Issue Type: Task

[jira] [Created] (MYRIAD-165) Cleanup old branches in git

2015-11-04 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-165: - Summary: Cleanup old branches in git Key: MYRIAD-165 URL: https://issues.apache.org/jira/browse/MYRIAD-165 Project: Myriad Issue Type: Improvement

[jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-11-03 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987986#comment-14987986 ] Jim Klucar commented on MYRIAD-144: --- Yeah that's fine by me. For the fre

[jira] [Closed] (MYRIAD-43) Replace com.ebay namespace with org.apache

2015-11-02 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar closed MYRIAD-43. Resolution: Fixed > Replace com.ebay namespace with org.apa

[jira] [Created] (MYRIAD-163) Web UI component update

2015-11-02 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-163: - Summary: Web UI component update Key: MYRIAD-163 URL: https://issues.apache.org/jira/browse/MYRIAD-163 Project: Myriad Issue Type: Improvement

[jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-11-01 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14984603#comment-14984603 ] Jim Klucar commented on MYRIAD-144: --- I think I understand the publishing a bit

[jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-10-30 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983681#comment-14983681 ] Jim Klucar commented on MYRIAD-144: --- PR submitted. https://github.com/apache/incub

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Jim Klucar
I just submitted a pull request for the site code to be under the website/ directory in our codebase. So website/_site/* is the content we want published. Is it possible to create a website branch and have gitpubsub listen to that branch? Then it would only publish new content when we merged to th

Re: [jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-10-29 Thread Jim Klucar
. > > > > Podling Incubator Site > > -- > > > > Key: MYRIAD-144 > > URL: https://issues.apache.org/jira/browse/MYRIAD-144 > > Project: Myriad > > Issue Type: Improvement > >

[jira] [Commented] (MYRIAD-114) Automatic dashboard building

2015-10-29 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981250#comment-14981250 ] Jim Klucar commented on MYRIAD-114: --- Submitted PR. https://github.com/apache/incub

Re: JIRA work for 0.1.0

2015-10-29 Thread Jim Klucar
Just submitted a PR for MYRIAD-144. https://github.com/apache/incubator-myriad/pull/28 I'll be interested to see if it builds in Travis as gradle will now download node, npm, gulp and all that to build the UI. On Thu, Oct 29, 2015 at 1:51 PM, Jim Klucar wrote: > I closed MYRIAD-150.

Re: JIRA work for 0.1.0

2015-10-29 Thread Jim Klucar
me, will be closed just before the release. > > Thanks, > Santosh > > On Thu, Oct 29, 2015 at 5:09 AM, Jim Klucar wrote: > > > Santosh, > > > > How about deleting some old/dead branches from git before the release? > > > > Jim > > > >

[jira] [Closed] (MYRIAD-150) Update NOTICE file

2015-10-29 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar closed MYRIAD-150. - Resolution: Fixed > Update NOTICE file > -- > > Key

[jira] [Commented] (MYRIAD-150) Update NOTICE file

2015-10-29 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14980898#comment-14980898 ] Jim Klucar commented on MYRIAD-150: --- I just re-read the apache site regarding

Re: [Please Read] Git branch cleanup

2015-10-29 Thread Jim Klucar
I'm good to go. You might want to keep the old mesos/myriad repo if people have it forked or bookmarked. You can just delete everything and put a README commit pointing to the apache stuff. On Thu, Oct 29, 2015 at 12:13 PM, Santosh Marella wrote: > Just want to do a quick check on the following:

Re: JIRA work for 0.1.0

2015-10-29 Thread Jim Klucar
w ones come up as > >> "show > >> > > stoppers", we will have a revised date. > >> > > And, of course, more fixes are welcome, as long as they can be > merged > >> > > before 10/27. > >> > > > >> > > Just to let everyone know ab

Re: Remove .md files from github

2015-10-26 Thread Jim Klucar
Ruth, I disagree with pulling all of these files from the repo. As a developer it's nice to have some basic set of documents with the code, especially those related to compiling and installing. Also, I think we should let the community evolve a bit and see where documentation ends up naturally. I

Re: JIRA work for 0.1.0

2015-10-23 Thread Jim Klucar
lowed by a similar voting round on general@incubator. > > > > > > Now to run the last mile..! > > > > > > Cheers, > > > Santosh > > > > > > On Wed, Oct 21, 2015 at 2:48 PM, Adam Bordelon > > > wrote: > > > > >

Re: [jira] [Commented] (MYRIAD-80) Resolve dependency version conflicts

2015-10-22 Thread Jim Klucar
Key: MYRIAD-80 > > URL: https://issues.apache.org/jira/browse/MYRIAD-80 > > Project: Myriad > > Issue Type: Bug > >Reporter: Jim Klucar > > Fix For: Myriad 0.1.0 > > > > > > The

Re: namespace commit

2015-10-22 Thread Jim Klucar
same failure > as the Travis CI. > > https://travis-ci.org/apache/incubator-myriad/builds/86880861#L501 > > I'll take a closer look at the failure, but just a heads up it's failing > on my dev setup as well. > > Thanks, > Santosh > > On Thu, Oct 22, 2015 a

namespace commit

2015-10-22 Thread Jim Klucar
I just submitted a PR for MYRIAD-43 and 98, the namespace and 2-4 tabspace changes. I combined them into 1 because doing both in separate PRs was a conflict nightmare. It's huge but merges without conflicts. Travis CI failed on it, but it works for me so if someone would give it a go before merging

[jira] [Updated] (MYRIAD-36) Package executor/NM into a Docker image

2015-10-22 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-36: - Issue Type: New Feature (was: Bug) > Package executor/NM into a Docker im

[jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-10-22 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969142#comment-14969142 ] Jim Klucar commented on MYRIAD-144: --- Bi-weekly hangout discussion determined that

Re: JIRA work for 0.1.0

2015-10-22 Thread Jim Klucar
.1.0 Myriad JIRAs: > > https://issues.apache.org/jira/browse/MYRIAD-44?filter=12333786 > > > > Maybe we should create a dashboard too, like > > > https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12327111 > > > > On Wed, Oct 21, 2015 at 1:38 PM, Jim Klucar

JIRA work for 0.1.0

2015-10-21 Thread Jim Klucar
I went through JIRA and assigned a bunch of the tickets to the Myriad 0.1.0 release. Some of them are really low hanging fruit, so I think we can knock most of these out. As Adam said in the meeting, we'd rather have too many flagged for the release and pair down rather than miss some. To that end,

[jira] [Updated] (MYRIAD-18) staging - pending loop

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-18: - Fix Version/s: Myriad 0.1.0 > staging - pending loop > -- > >

[jira] [Updated] (MYRIAD-36) Package executor/NM into a Docker image

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-36: - Fix Version/s: Myriad 0.1.0 > Package executor/NM into a Docker im

[jira] [Updated] (MYRIAD-33) EC2 deployment and instructions

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-33: - Fix Version/s: Myriad 0.1.0 > EC2 deployment and instructi

[jira] [Updated] (MYRIAD-32) Vagrant instructions incomplete/ambiguous

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-32: - Fix Version/s: Myriad 0.1.0 > Vagrant instructions incomplete/ambigu

[jira] [Updated] (MYRIAD-73) fix myriadconfig class javadoc showing yml to keep formatting in javadoc

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-73: - Fix Version/s: Myriad 0.1.0 > fix myriadconfig class javadoc showing yml to keep formatting in java

[jira] [Updated] (MYRIAD-55) Add a API to "destroy" a Myriad/YARN cluster

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-55: - Fix Version/s: Myriad 0.1.0 > Add a API to "destroy" a Myriad

[jira] [Closed] (MYRIAD-79) Missing tutorial for setting up hadop hdfs and yarn with Mesos

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar closed MYRIAD-79. Resolution: Not A Problem I believe Adam's comment is a sufficient answer to this issue. > Missing

[jira] [Updated] (MYRIAD-80) Resolve dependency version conflicts

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-80: - Fix Version/s: Myriad 0.1.0 > Resolve dependency version confli

[jira] [Updated] (MYRIAD-88) Reduce verbose logging

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-88: - Fix Version/s: Myriad 0.1.0 > Reduce verbose logging > -- > >

[jira] [Updated] (MYRIAD-136) Need to handle TASK_ERROR in StatusUpdateEventHandler

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-136: -- Fix Version/s: Myriad 0.1.0 > Need to handle TASK_ERROR in StatusUpdateEventHand

[jira] [Updated] (MYRIAD-149) Improve FGS unit test code

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-149: -- Fix Version/s: Myriad 0.1.0 > Improve FGS unit test c

[jira] [Commented] (MYRIAD-114) Automatic dashboard building

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967469#comment-14967469 ] Jim Klucar commented on MYRIAD-114: --- I created a branch with gulp changes and a gr

[jira] [Updated] (MYRIAD-114) Automatic dashboard building

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-114: -- Fix Version/s: Myriad 0.1.0 > Automatic dashboard build

[jira] [Closed] (MYRIAD-71) transfer ebay copyright to ?

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar closed MYRIAD-71. Resolution: Fixed > transfer ebay copyright to ? > > >

[jira] [Updated] (MYRIAD-144) Podling Incubator Site

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-144: -- Fix Version/s: Myriad 0.1.0 > Podling Incubator Site > -- > >

[jira] [Updated] (MYRIAD-150) Update NOTICE file

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar updated MYRIAD-150: -- Fix Version/s: Myriad 0.1.0 > Update NOTICE file > -- > >

[jira] [Commented] (MYRIAD-71) transfer ebay copyright to ?

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967393#comment-14967393 ] Jim Klucar commented on MYRIAD-71: -- merged and closed > transfer ebay copyr

[jira] [Closed] (MYRIAD-41) Apache Licensing

2015-10-21 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar closed MYRIAD-41. Resolution: Fixed Initial glut of headers have been changed. Some outstanding PRs may still not have them

Re: [jira] [Resolved] (MYRIAD-158) License string <-- Licensed ...--> is showing up on myriad UI.

2015-10-21 Thread Jim Klucar
I saw this and fixed it in my branch. Sorry I didn't say anything, and apparently I suck at HTML. On Tue, Oct 20, 2015 at 2:36 PM, Santosh Marella (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/MYRIAD-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > >

Re: myriad.js

2015-10-19 Thread Jim Klucar
ild… and it should not be > > checked in. > > > > ken > > > > > On Oct 16, 2015, at 11:12 AM, Jim Klucar wrote: > > > > > > Also, I'm not finding references to Santosh or ashankar anywhere. Do > you > > > have line numbers? > &

Re: myriad.js

2015-10-16 Thread Jim Klucar
Also, I'm not finding references to Santosh or ashankar anywhere. Do you have line numbers? On Fri, Oct 16, 2015 at 12:06 PM, Jim Klucar wrote: > That's the catch. Generating it isn't part of the build, so if we don't > check it in, there won't be a UI > &g

Re: myriad.js

2015-10-16 Thread Jim Klucar
> > On Oct 16, 2015, at 10:39 AM, Jim Klucar wrote: > > > > Why were you reviewing that file? That file is cobbled together by gulp > > from all the other .js files. Anything in /public is generated by gulp. > > > > I searched for santosh and ashankar in my repo an

Re: myriad.js

2015-10-16 Thread Jim Klucar
Why were you reviewing that file? That file is cobbled together by gulp from all the other .js files. Anything in /public is generated by gulp. I searched for santosh and ashankar in my repo and couldn't find anything. what branch? On Fri, Oct 16, 2015 at 11:35 AM, Ken Sipe wrote: > team, > >

apache rat plugin

2015-10-15 Thread Jim Klucar
I assume gradle can use Maven plugins? If so, there's a rat (Release Audit Tool) plugin that checks file headers for licenses. What do you think about using it? http://creadur.apache.org/rat/apache-rat-plugin/ Jim

Re: Myriad 0.1.0 Release Planning

2015-10-15 Thread Jim Klucar
e master. This saves a bunch of rebases for the PRs currently > outstanding. > > Thanks, > Santosh > > On Wed, Oct 14, 2015 at 3:17 PM, Santosh Marella > wrote: > > > Super quick Jim! Thanks! > > > > Santosh > > > > On Wed, Oct 14, 2015 at 2:4

Re: Myriad 0.1.0 Release Planning

2015-10-14 Thread Jim Klucar
I just submitted a PR that fixes the source headers and changes the namespace. The Apache header was taken from here http://www.apache.org/legal/src-headers.html p.s. I have mad vi skills On Wed, Oct 14, 2015 at 3:52 PM, Santosh Marella wrote: > Hello Myriad Community, > > As we prepare for

[jira] [Created] (MYRIAD-150) Update NOTICE file

2015-10-14 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-150: - Summary: Update NOTICE file Key: MYRIAD-150 URL: https://issues.apache.org/jira/browse/MYRIAD-150 Project: Myriad Issue Type: Bug Affects Versions: Myriad

[jira] [Commented] (MYRIAD-43) Replace com.ebay namespace with org.apache

2015-10-14 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957855#comment-14957855 ] Jim Klucar commented on MYRIAD-43: -- PR Submitted https://github.com/apache/incub

[jira] [Commented] (MYRIAD-71) transfer ebay copyright to ?

2015-10-14 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957856#comment-14957856 ] Jim Klucar commented on MYRIAD-71: -- PR submitted https://github.com/apache/incub

[jira] [Assigned] (MYRIAD-71) transfer ebay copyright to ?

2015-10-14 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar reassigned MYRIAD-71: Assignee: Jim Klucar > transfer ebay copyright

[jira] [Assigned] (MYRIAD-43) Replace com.ebay namespace with org.apache

2015-10-14 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar reassigned MYRIAD-43: Assignee: Jim Klucar (was: Mohit Soni) > Replace com.ebay namespace with org.apa

[jira] [Assigned] (MYRIAD-144) Podling Incubator Site

2015-10-06 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Klucar reassigned MYRIAD-144: - Assignee: Jim Klucar > Podling Incubator Site > -- > >

[jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-10-06 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945047#comment-14945047 ] Jim Klucar commented on MYRIAD-144: --- Pull request sent. https://github.com/ap

master/phase1

2015-10-02 Thread Jim Klucar
Looks like phase1 is in master now. Should we prune phase1 and update the README or have I just messed up my git somehow?

Jira issue

2015-10-02 Thread Jim Klucar
Looks like I can't assign issues to myself in JIRA. Someone help?

[jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-10-02 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941047#comment-14941047 ] Jim Klucar commented on MYRIAD-144: --- My plan is to add the site code as a topl

[jira] [Created] (MYRIAD-144) Podling Incubator Site

2015-10-02 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-144: - Summary: Podling Incubator Site Key: MYRIAD-144 URL: https://issues.apache.org/jira/browse/MYRIAD-144 Project: Myriad Issue Type: Improvement Reporter

Presentation links

2015-09-30 Thread Jim Klucar
Does anyone have a nice list of Myriad presentation links I can slam into the website? Thanks

Re: Code Migration to Apache Git

2015-09-28 Thread Jim Klucar
Want to go ahead and make the phase1 branch master to get back to more standard git? doing a merge with --theirs should merge phase1 into master and make master phase1. On Sun, Sep 27, 2015 at 9:37 PM, Ken Sipe wrote: > well done sir! > > On Sep 25, 2015, at 5:27 PM, mohit soni wrote: > > > >

Re: Myriad site demo

2015-09-28 Thread Jim Klucar
Also, its a responsive design, so check it out on your phone. ;) On Mon, Sep 28, 2015 at 11:25 AM, Jim Klucar wrote: > Hey everyone, > > Since I sent out the site mockups, Brandon put a bug in my ear about > Google material design. So that's what I've been mucking with.

Myriad site demo

2015-09-28 Thread Jim Klucar
Hey everyone, Since I sent out the site mockups, Brandon put a bug in my ear about Google material design. So that's what I've been mucking with. Because I did the site with Jekyll, github pages will host it, so I put up a demo here: http://klucar.github.io/myriad-site/ Not everything is there

Re: Cassandra Summit

2015-09-25 Thread Jim Klucar
; for many enterprises. I don't want to imply I am not excited about the > > dynamic flexup/flexdown or the HA components, obviously those are awesome > > too, but for me those are cherries on top to the other components that > let > > me envision a data environment whe

Re: Cassandra Summit

2015-09-25 Thread Jim Klucar
Awesome. I assume it was good talk? I need to get better at answering the "Why would you want to do that?" question. On Thu, Sep 24, 2015 at 9:08 PM, Ken Sipe wrote: > I just gave a talk at the cassandra summit. It included details around > spark and analytics with cassandra in the cluster. Th

Re: Site Layout

2015-09-24 Thread Jim Klucar
y need some help > getting things rolling on the Doc side. > > --Ruth > > Ruth Harris > Sr. Tech Writer, MapR > > On Thu, Sep 24, 2015 at 10:36 AM, Jim Klucar wrote: > > > Hi everyone, > > > > I started in on mocking up the site. I got tired of the bootstrap

Re: Site Layout

2015-09-24 Thread Jim Klucar
rkdown. > > > > > > If you haven't heard of atom.io I suggest checking it out. > > > > > > On Thu, Sep 24, 2015 at 12:41 PM, Brandon Gulla < > gulla.bran...@gmail.com > > > > > > wrote: > > > > > > > Hey Jim, thank

Re: Flex API

2015-09-24 Thread Jim Klucar
>> > >> GET, JSON payload vs parameters in URL, declarative interface etc). > >> > >> Just to get us going, I think we should focus on a couple of things > >> that > >> > >> will be useful for Myriad users, while leaving them flexible enoug

Site Layout

2015-09-24 Thread Jim Klucar
Hi everyone, I started in on mocking up the site. I got tired of the bootstrap navbar on top approach so I came up with a few mock ups. Don't worry about the colors not being right or whatever details that are off. 1) http://imgur.com/Or5Fkbx 2) http://imgur.com/2ok8T98 3) http://imgur.com/al0gGh

Re: [jira] [Commented] (MYRIAD-128) Issue with Flex down, Pending NMs stuck in staging and don't get to active task.

2015-08-26 Thread Jim Klucar
Oh I assumed that replies to JIRA emails would end up in JIRA, my bad, I'll use JIRA to comment from now on. On Wed, Aug 26, 2015 at 1:07 PM, Yuliya Feldman (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/MYRIAD-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tab

Re: [jira] [Updated] (MYRIAD-128) Issue with Flex down, Pending NMs stuck in staging and don't get to active task.

2015-08-26 Thread Jim Klucar
r the Myriad HA changes. > Are you too far along in fixing this? If not, I can send out an updated > pull request including this by eod today. > > Regards > Swapnil > > > On Wed, Aug 26, 2015 at 7:35 AM, Jim Klucar wrote: > > > I took a brief look at this and have a

Re: [jira] [Updated] (MYRIAD-128) Issue with Flex down, Pending NMs stuck in staging and don't get to active task.

2015-08-26 Thread Jim Klucar
I took a brief look at this and have an idea about what could be going on. Basically the SchedulerState class isn't thread-safe. There is a lot of adding and removing tasks from the various sets (pending, staging, etc) that aren't thread-safe. Short of synchronization and locks, perhaps we can do a

Mryiad Mesoscon talk live, now

2015-08-21 Thread Jim Klucar
If you want to watch live, its being broadcast on Periscope. https://t.co/dm0i4CugfK

wiki access

2015-08-17 Thread Jim Klucar
Please add me to wiki. Found a few bits to edit quick. jklucar Thanks!

Re: Myriad 0.1 release scope

2015-08-06 Thread Jim Klucar
any UI or Rest tweaks desired for this? On Thu, Aug 6, 2015 at 3:01 PM, Swapnil Daingade wrote: > Just learned from Santosh that my email last night did not make it to the > mailing list. > resending... > > Regards > Swapnil > > > -- Forwarded message -- > From: Swapnil Daingade

Re: Introducing Ruth - documentation

2015-07-31 Thread Jim Klucar
Adam, Apache has actually improved github integration. I talked to an Accumulo committer because I know they interact with people via github sometimes. He pointed me here https://blogs.apache.org/infra/entry/improved_integration_between_apache_and On Thu, Jul 30, 2015 at 7:52 PM, Adam Bordelon

Re: Question about build

2015-07-17 Thread Jim Klucar
Then I guess we're just a we service then ;) On Friday, July 17, 2015, Adam Bordelon wrote: > Ken, Swapnil is looking at turning the executor into a YARN NM AuxService > anyway, so it might end up without a main too. Then we wouldn't need the > application plugin at all? > > On Fri, Jul 17, 2015

Establish versions to target for first incubator release?

2015-07-14 Thread Jim Klucar
The FGS discussion made me wonder if we've put a line in the sand about what versions of YARN and Mesos we're going to target for the first Myriad incubator release. Might be nice to start getting some kind of mileage on specific versions. Perhaps 0.23 and 2.7? Is this premature?

Re: Logo update

2015-07-09 Thread Jim Klucar
gt; On Thu, Jul 9, 2015 at 12:24 PM, Adam Bordelon wrote: > > > Sexy. Love the color scheme too. > > > > On Thu, Jul 9, 2015 at 12:19 PM, Jim Klucar wrote: > > > > > I updated the logo PR with the new logo. Screenshot is in the comments. > > > > > > https://github.com/mesos/myriad/pull/113 > > > > > >

  1   2   >