[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2017-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-metron/pull/393 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-19 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r93119805 --- Diff: metron-docker/kafkazk/bin/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test if a given TCP h

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-14 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92481875 --- Diff: metron-docker/kafkazk/bin/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test if a given TCP ho

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92052604 --- Diff: metron-docker/kafkazk/bin/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test if a given TCP ho

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92028862 --- Diff: metron-docker/hbase/bin/init-hbase.sh --- @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (AS

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r9202 --- Diff: metron-docker/hbase/bin/init-hbase.sh --- @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (AS

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92021694 --- Diff: metron-docker/hbase/bin/init-hbase.sh --- @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92021527 --- Diff: metron-docker/README.md --- @@ -0,0 +1,68 @@ +# Metron Docker + +Metron Docker is a [Docker Compose](https://docs.docker.com

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92021407 --- Diff: metron-docker/kafkazk/bin/init-zk.sh --- @@ -0,0 +1,22 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92021215 --- Diff: metron-docker/storm/bin/init-storm.sh --- @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (AS

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92020718 --- Diff: metron-docker/hbase/bin/init-commands.txt --- @@ -0,0 +1,5 @@ +create 'access_tracker', 'cf' --- End diff -- Done. ---

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92020657 --- Diff: metron-docker/kafkazk/bin/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test if a given TCP h

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-12 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r92019881 --- Diff: metron-docker/install-metron.sh --- @@ -0,0 +1,39 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) und

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-11 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91884198 --- Diff: metron-docker/install-metron.sh --- @@ -0,0 +1,39 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) unde

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-11 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91883477 --- Diff: metron-docker/storm/bin/start.sh --- @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) und

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-11 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91883343 --- Diff: metron-docker/storm/bin/init-storm.sh --- @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-11 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91883082 --- Diff: metron-docker/kafkazk/bin/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test if a given TCP ho

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91808098 --- Diff: metron-docker/storm/bin/init-storm.sh --- @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91803613 --- Diff: metron-docker/hbase/bin/init-commands.txt --- @@ -0,0 +1,5 @@ +create 'access_tracker', 'cf' --- End diff -- I think the

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91806031 --- Diff: pom.xml --- @@ -263,6 +263,10 @@ **/packer-build/bin/**

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91806514 --- Diff: metron-docker/kafkazk/bin/init-zk.sh --- @@ -0,0 +1,22 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91805765 --- Diff: metron-docker/storm/bin/init-storm.sh --- @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91806793 --- Diff: metron-docker/README.md --- @@ -0,0 +1,68 @@ +# Metron Docker + +Metron Docker is a [Docker Compose](https://docs.docker.com/

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/393#discussion_r91803795 --- Diff: metron-docker/hbase/bin/init-hbase.sh --- @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-metron pull request #393: METRON-622: Create a Metron Docker Compo...

2016-12-09 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/incubator-metron/pull/393 METRON-622: Create a Metron Docker Compose application This PR is an initial attempt at creating a Docker development and testing environment for Metron. Information about what's includ