Re: offer a mini griffin package

2018-08-09 Thread Grant
Agree. The "Mini" needs to focus on the values to the end users, instead of the software stack. We could consider to mock up some of the dependencies like ES, database in the "Mini" to keep as low footprint as possible. On Thu, Aug 9, 2018 at 10:52 AM Eugene Liu wrote: > Hi, guys > > > do you

[Help] CI Build Timed out

2018-08-15 Thread Grant
Hi guys, I submitted a PR(https://github.com/apache/incubator-griffin/pull/396), however CI build failed because of "timed out". Everything is fine on my local. Anyone who is familiar with CI tool could help take a look? Thanks

Re: Running Griffin docker containers on Mac

2018-07-21 Thread Grant
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: &g

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

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

Re: [DISCUSS] Graduate Apache Griffin (incubating) as a TLP

2018-10-19 Thread Grant
tion of the Board of Directors as the chair > of the Apache Griffin Project, and to have primary responsibility > for management of the projects within the scope of > responsibility of the Apache Griffin Project; and be it further > > RESOLVED, that the persons listed immediately below

[GitHub] incubator-griffin pull request #310: Refactoring/logbeforeignoreexceptions

2018-06-16 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/310 Refactoring/logbeforeignoreexceptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/grant-xuexu/incubator-griffin refactoring

[GitHub] incubator-griffin pull request #311: Refactoring/fixerasureissue

2018-06-17 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/311 Refactoring/fixerasureissue You can merge this pull request into a Git repository by running: $ git pull https://github.com/grant-xuexu/incubator-griffin refactoring

[GitHub] incubator-griffin pull request #299: param json reader test case

2018-06-13 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/299 param json reader test case You can merge this pull request into a Git repository by running: $ git pull https://github.com/grant-xuexu/incubator-griffin refactoring/testcase

[GitHub] incubator-griffin pull request #287: refactored the 'measure' portion to hav...

2018-05-28 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/287 refactored the 'measure' portion to have the clearer structure You can merge this pull request into a Git repository by running: $ git pull https://github.com/grant-xuexu

[GitHub] incubator-griffin pull request #315: Refactoring/fix throwable

2018-06-19 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/315 Refactoring/fix throwable You can merge this pull request into a Git repository by running: $ git pull https://github.com/grant-xuexu/incubator-griffin refactoring

[GitHub] incubator-griffin pull request #395: set the fields in configuration classes...

2018-08-15 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/395 set the fields in configuration classes private in configuration case classes, get*** functions are defined to access to the fields, so for consistency, make the fields private You

[GitHub] incubator-griffin pull request #394: set the fields in configuration classes...

2018-08-15 Thread grant-xuexu
Github user grant-xuexu closed the pull request at: https://github.com/apache/incubator-griffin/pull/394 ---

[GitHub] incubator-griffin pull request #395: set the fields in configuration classes...

2018-08-15 Thread grant-xuexu
Github user grant-xuexu closed the pull request at: https://github.com/apache/incubator-griffin/pull/395 ---

[GitHub] incubator-griffin issue #396: set the fields in configuration classes privat...

2018-08-16 Thread grant-xuexu
Github user grant-xuexu commented on the issue: https://github.com/apache/incubator-griffin/pull/396 "@transient" already is applied to all the child classes ---

[GitHub] incubator-griffin pull request #394: set the fields in configuration classes...

2018-08-12 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/394 set the fields in configuration classes private in configuration case classes, get*** functions are defined to access to the fields, so for consistency, make the fields private You

[GitHub] incubator-griffin pull request #396: set the fields in configuration classes...

2018-08-17 Thread grant-xuexu
Github user grant-xuexu commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/396#discussion_r210924616 --- Diff: measure/src/main/scala/org/apache/griffin/measure/datasource/connector/DataConnectorFactory.scala --- @@ -91,11 +91,12 @@ object

[GitHub] incubator-griffin pull request #396: set the fields in configuration classes...

2018-08-17 Thread grant-xuexu
Github user grant-xuexu commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/396#discussion_r210923398 --- Diff: measure/src/main/scala/org/apache/griffin/measure/datasource/connector/DataConnectorFactory.scala --- @@ -91,11 +91,12 @@ object

[GitHub] incubator-griffin pull request #359: replace Manifest with ClassTag

2018-07-18 Thread grant-xuexu
GitHub user grant-xuexu opened a pull request: https://github.com/apache/incubator-griffin/pull/359 replace Manifest with ClassTag You can merge this pull request into a Git repository by running: $ git pull https://github.com/grant-xuexu/incubator-griffin develop