Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread Casey Stella
Ok, I created a PR with the changes mentioned in this thread: - Removed extraneous LICENSE files and COPYING files - Fixed the verbiage for the cisco contribution in the LICENSE file - Added link to the license files for the 3rd party

[GitHub] incubator-metron pull request: Updating missing licenses from metr...

2016-03-29 Thread cestella
GitHub user cestella opened a pull request: https://github.com/apache/incubator-metron/pull/64 Updating missing licenses from metron-ui. This is required for the apache release You can merge this pull request into a Git repository by running: $ git pull

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread Casey Stella
We are currently generating the site with jekyll and infra has something setup that will pull the site from git. Casey On Tue, Mar 29, 2016 at 7:55 PM, P. Taylor Goetz wrote: > Yeah, I think that should cover it. > > In terms of licensing issues with the website code, I

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread Billie Rinaldi
On Tue, Mar 29, 2016 at 12:46 PM, Casey Stella wrote: > Regarding the use of effective_tld_names.dat, it is in use currently in the > Whois enrichment adapter (for stripping top level domains from domains), > but that adapter is not turned on in the tech preview. That being

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread P. Taylor Goetz
Those .dat files are under the Mozilla Public License v. 2.0. So to comply you can point to the files (the way I pointed out earlier in the thread) in the LICENSE file and add the following text: This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread P. Taylor Goetz
For minified JavaScript or even things like images that can’t have license headers, you can put the license information in your LICENSE file. Here’s a snippet from Storm’s LICENSE file for an image: - For statistic image:

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread Casey Stella
Regarding the use of effective_tld_names.dat, it is in use currently in the Whois enrichment adapter (for stripping top level domains from domains), but that adapter is not turned on in the tech preview. That being said, it's likely we will want to use that file in the future. Since this is a

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread Casey Stella
Thanks Taylor, Regarding the bundled dependencies. We are bundling minified versions of those javascript dependencies, so they're not coming along with the license files or anything. I can place the license files in a directory next to them, but we're not capturing the source distribution, is

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread P. Taylor Goetz
Looking at the actual release I found the following: There are multiple LICENSE files: $ find ./ -name LICENSE .//LICENSE .//metron-streaming/LICENSE .//metron-ui/LICENSE There’s also ./bro-plugin-kafka/COPYING You should probably remove the extra LICENSE files and keep the top level one. The

Re: [VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread P. Taylor Goetz
Hi James, Thanks for pointing that out, I missed that because it’s common practice to explicitly point to the release artifacts. Here’s a template I use for release votes: --- This is a call to vote on releasing Apache $PROJECT $VERSION Full list of

Re: [RESULT][VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread Casey Stella
ok, thanks for tracing it down! Debugging our build instructions is almost more important than debugging the build. ;) On Tue, Mar 29, 2016 at 8:59 AM, larry mccay wrote: > I see what is happening... > > When I build using the provided command at root, the first attempt

Re: [RESULT][VOTE] Release of Metron_0.1BETA_rc5

2016-03-29 Thread larry mccay
I see what is happening... When I build using the provided command at root, the first attempt fails with some permission denied error. Then when I retry it is left in the streaming directory because the && cd .. didn't get executed due to the failure. So, the rat execution was happening from

[GitHub] incubator-metron pull request: Rerunning playbook halts due to hdf...

2016-03-29 Thread dlyle65535
Github user dlyle65535 commented on the pull request: https://github.com/apache/incubator-metron/pull/62#issuecomment-202789817 +1 Thank you for your contribution! I've opened METRON-89: Rerunning playbook halts due to hdfs. --- If your project is set up for it, you can