[jira] [Commented] (GRIFFIN-185) [UI] download miss records

2018-07-21 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/GRIFFIN-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16551897#comment-16551897
 ] 

ASF GitHub Bot commented on GRIFFIN-185:


GitHub user icesmartjuan opened a pull request:

https://github.com/apache/incubator-griffin/pull/366

GRIFFIN-185 - Feature/download ui

GRIFFIN-185 - Feature/download ui

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/icesmartjuan/incubator-griffin 
feature/download_ui

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-griffin/pull/366.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #366


commit 5b9f07980f21fab7c40033a0a76682fa0bbf82d0
Author: Li, Juan 
Date:   2018-07-17T13:31:23Z

add home page link under user setting

commit 0cc51bc300b74957f51fb48e6a4b0a2702a29638
Author: Li, Juan 
Date:   2018-07-20T15:47:13Z

[Service] download missRecord service part

commit f1da2d557eb1ba34d316b3680df28db1f07872e5
Author: Li, Juan 
Date:   2018-07-22T04:16:57Z

Refine service

commit 6e1ace4bfa2afbc09f73f815ca44238e7efeffc2
Author: Li, Juan 
Date:   2018-07-22T04:23:44Z

UI part for feature of downloading miss record sample




> [UI] download miss records
> --
>
> Key: GRIFFIN-185
> URL: https://issues.apache.org/jira/browse/GRIFFIN-185
> Project: Griffin (Incubating)
>  Issue Type: New Feature
>Reporter: Juan Li
>Priority: Major
>




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


Re: Running Griffin docker containers on Mac

2018-07-21 Thread Grant
Hi William

I figured out a way: VirtualBox + Ubuntu Server. Then run griffin docker
containers in Ubuntu, set port forwarding to open the UI on my Mac

However if we could make ES container work on mac directly, that will be
perfect

On Sat, Jul 21, 2018 at 10:40 PM William Guo  wrote:

> OK.
>
> Let us figure it out how to make it work on mac.
>
> Thanks,
> William
>
> On Sun, Jul 22, 2018 at 8:17 AM, Grant  wrote:
>
> > From the recent run, The last log is “elasticsearch started”
> >
> > On Sat, Jul 21, 2018 at 20:14 William Guo  wrote:
> >
> > > hi Grant,
> > >
> > > Could you check the es logs from your docker,
> > > I am using docker@Ubuntu for dev environment.
> > >
> > >
> > > Thanks,
> > > William
> > >
> > > On Sun, Jul 22, 2018 at 1:09 AM, Grant  wrote:
> > >
> > > > Hi All,
> > > >
> > > > I am running Griffin docker container on my Macbook Pro, however the
> ES
> > > > container quits after 20 mins all the time.
> > > >
> > > > I follow the ES guide to set vm.max_map_count=262144, however seems
> it
> > > > doesn't work.
> > > >
> > > > I wonder if griffin container could point to my local ES
> installation.
> > > >
> > > > Thanks
> > > >
> > > > Grant
> > > >
> > >
> >
>


[jira] [Created] (GRIFFIN-185) [UI] download miss records

2018-07-21 Thread Juan Li (JIRA)
Juan Li created GRIFFIN-185:
---

 Summary: [UI] download miss records
 Key: GRIFFIN-185
 URL: https://issues.apache.org/jira/browse/GRIFFIN-185
 Project: Griffin (Incubating)
  Issue Type: New Feature
Reporter: Juan Li






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


[GitHub] incubator-griffin pull request #366: GRIFFIN-185 - Feature/download ui

2018-07-21 Thread icesmartjuan
GitHub user icesmartjuan opened a pull request:

https://github.com/apache/incubator-griffin/pull/366

GRIFFIN-185 - Feature/download ui

GRIFFIN-185 - Feature/download ui

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/icesmartjuan/incubator-griffin 
feature/download_ui

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-griffin/pull/366.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #366


commit 5b9f07980f21fab7c40033a0a76682fa0bbf82d0
Author: Li, Juan 
Date:   2018-07-17T13:31:23Z

add home page link under user setting

commit 0cc51bc300b74957f51fb48e6a4b0a2702a29638
Author: Li, Juan 
Date:   2018-07-20T15:47:13Z

[Service] download missRecord service part

commit f1da2d557eb1ba34d316b3680df28db1f07872e5
Author: Li, Juan 
Date:   2018-07-22T04:16:57Z

Refine service

commit 6e1ace4bfa2afbc09f73f815ca44238e7efeffc2
Author: Li, Juan 
Date:   2018-07-22T04:23:44Z

UI part for feature of downloading miss record sample




---


Re: Running Griffin docker containers on Mac

2018-07-21 Thread William Guo
OK.

Let us figure it out how to make it work on mac.

Thanks,
William

On Sun, Jul 22, 2018 at 8:17 AM, Grant  wrote:

> From the recent run, The last log is “elasticsearch started”
>
> On Sat, Jul 21, 2018 at 20:14 William Guo  wrote:
>
> > hi Grant,
> >
> > Could you check the es logs from your docker,
> > I am using docker@Ubuntu for dev environment.
> >
> >
> > Thanks,
> > William
> >
> > On Sun, Jul 22, 2018 at 1:09 AM, Grant  wrote:
> >
> > > Hi All,
> > >
> > > I am running Griffin docker container on my Macbook Pro, however the ES
> > > container quits after 20 mins all the time.
> > >
> > > I follow the ES guide to set vm.max_map_count=262144, however seems it
> > > doesn't work.
> > >
> > > I wonder if griffin container could point to my local ES installation.
> > >
> > > Thanks
> > >
> > > Grant
> > >
> >
>


Re: Running Griffin docker containers on Mac

2018-07-21 Thread Grant
>From the recent run, The last log is “elasticsearch started”

On Sat, Jul 21, 2018 at 20:14 William Guo  wrote:

> hi Grant,
>
> Could you check the es logs from your docker,
> I am using docker@Ubuntu for dev environment.
>
>
> Thanks,
> William
>
> On Sun, Jul 22, 2018 at 1:09 AM, Grant  wrote:
>
> > Hi All,
> >
> > I am running Griffin docker container on my Macbook Pro, however the ES
> > container quits after 20 mins all the time.
> >
> > I follow the ES guide to set vm.max_map_count=262144, however seems it
> > doesn't work.
> >
> > I wonder if griffin container could point to my local ES installation.
> >
> > Thanks
> >
> > Grant
> >
>


Running Griffin docker containers on Mac

2018-07-21 Thread Grant
Hi All,

I am running Griffin docker container on my Macbook Pro, however the ES
container quits after 20 mins all the time.

I follow the ES guide to set vm.max_map_count=262144, however seems it
doesn't work.

I wonder if griffin container could point to my local ES installation.

Thanks

Grant